/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/


/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}


/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -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 */
    font-feature-settings: normal;
    /* 5 */
}


/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}


/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}


/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}


/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}


/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}


/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}


/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}


/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}


/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}


/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}


/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}


/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}


/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-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;
}


/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
 ::before,
 ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-left-3 {
    left: -0.75rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-5 {
    bottom: 1.25rem;
}

.left-0 {
    left: 0px;
}

.left-5 {
    left: 1.25rem;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.top-0 {
    top: 0px;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-\[80px\] {
    margin-bottom: 80px;
}

.ml-4 {
    margin-left: 1rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.hidden {
    display: none;
}

.h-20 {
    height: 5rem;
}

.h-28 {
    height: 7rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[10px\] {
    height: 10px;
}

.h-\[159px\] {
    height: 159px;
}

.h-\[16\.5px\] {
    height: 16.5px;
}

.h-\[32px\] {
    height: 32px;
}

.h-\[35px\] {
    height: 35px;
}

.h-\[367px\] {
    height: 367px;
}

.h-\[48px\] {
    height: 48px;
}

.h-\[80px\] {
    height: 80px;
}

.h-\[94px\] {
    height: 94px;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-40 {
    max-height: 10rem;
}

.max-h-\[70vh\] {
    max-height: 70vh;
}

.min-h-\[742px\] {
    min-height: 742px;
}

.min-h-\[94px\] {
    min-height: 94px;
}

.min-h-\[auto\] {
    min-height: auto;
}

.w-20 {
    width: 5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-52 {
    width: 13rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-80 {
    width: 20rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[11px\] {
    width: 11px;
}

.w-\[135px\] {
    width: 135px;
}

.w-\[148px\] {
    width: 148px;
}

.w-\[16\.6px\] {
    width: 16.6px;
}

.w-\[190px\] {
    width: 190px;
}

.w-\[246px\] {
    width: 246px;
}

.w-\[269px\] {
    width: 269px;
}

.w-\[280px\] {
    width: 280px;
}

.w-\[296px\] {
    width: 296px;
}

.w-\[358px\] {
    width: 358px;
}

.w-\[390px\] {
    width: 390px;
}

.w-\[48px\] {
    width: 48px;
}

.w-\[63px\] {
    width: 63px;
}

.w-\[80px\] {
    width: 80px;
}

.w-\[87px\] {
    width: 87px;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.max-w-full {
    max-width: 100%;
}

.origin-\[0_0\] {
    transform-origin: 0 0;
}

.-translate-x-\[328px\] {
    --tw-translate-x: -328px;
    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-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-4 {
    gap: 1rem;
}

.gap-\[10px\] {
    gap: 10px;
}

.overflow-auto {
    overflow: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[15px\] {
    border-radius: 15px;
}

.rounded-\[7px\] {
    border-radius: 7px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-none {
    border-style: none;
}

.border-primary-orange {
    /* --tw-border-opacity: 1;
    border-color: rgb(255 153 0 / var(--tw-border-opacity)); */
    border-color: var(--primary-color);
}

.border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgb(0 226 77 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-20 {
    --tw-border-opacity: 0.2;
}

.bg-input-gray-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(122 122 122 / var(--tw-bg-opacity));
}

.bg-order-card-bg {
    background-color: rgba(89, 89, 89, 0.64);
}

.bg-primary-orange {
    /* --tw-bg-opacity: 1;
    background-color: rgb(255 153 0 / var(--tw-bg-opacity)); */
    background-color: var(--primary-color);
}

.bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgb(0 226 77 / var(--tw-bg-opacity));
}

.bg-sidebar-bg {
    background-color: rgba(53, 53, 53, 0.78);
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-\[0\.32rem\] {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-\[0\.37rem\] {
    padding-top: 0.37rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-yekanBakh {
    font-family: yekan-bakh;
}

.font-yekanBakhBold {
    font-family: yekan-bakh-bold;
}

.font-yekanBakhHeavy {
    font-family: yekan-bakh-heavy;
}

.font-yekanBakhLight {
    font-family: yekan-bakh-light;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[17px\] {
    font-size: 17px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.leading-\[1\.6\] {
    line-height: 1.6;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-text {
    --tw-text-opacity: 1;
    color: rgb(121 135 161 / var(--tw-text-opacity));
}

.text-light-black {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-primary-green {
    --tw-text-opacity: 1;
    color: rgb(0 255 56 / var(--tw-text-opacity));
}

.text-primary-orange {
    /* --tw-text-opacity: 1;
    color: rgb(255 153 0 / var(--tw-text-opacity)); */
    color: var(--primary-color);
}

.text-success-text {
    --tw-text-opacity: 1;
    color: rgb(0 149 51 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder-place-holder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 137 137 / var(--tw-placeholder-opacity));
}

.placeholder-place-holder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 137 137 / var(--tw-placeholder-opacity));
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-60 {
    opacity: 0.6;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}

.invert {
    --tw-invert: invert(100%);
    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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
    transition-timing-function: linear;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}


/* @import url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.eot');
@import url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.ttf');
@import url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.woff');
@import url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.woff2');

@import url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.ttf');
@import url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.eot');
@import url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.woff');
@import url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.woff2');

@import url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.eot');
@import url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.ttf');
@import url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.woff');
@import url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.woff2');

@import url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.eot');
@import url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.ttf');
@import url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.woff');
@import url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.woff2'); */

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.eot');
    src: url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.ttf');
    src: url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.woff');
    src: url('../fonts/yekan-bakh/yekan-bakh-regular/yekan-bakh-en-04-regular.woff2');
}

@font-face {
    font-family: 'yekan-bakh-heavy';
    src: url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.eot');
    src: url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-hevy.ttf');
    src: url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.woff');
    src: url('../fonts/yekan-bakh/yekan-bakh-heavy/yekan-bakh-en-07-heavy.woff2');
}

@font-face {
    font-family: 'yekan-bakh-light';
    src: url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.eot');
    src: url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.ttf');
    src: url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.woff');
    src: url('../fonts/yekan-bakh/yekan-bakh-light/yekan-bakh-en-03-light.woff2');
}

@font-face {
    font-family: 'yekan-bakh-bold';
    src: url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.eot');
    src: url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.ttf');
    src: url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.woff');
    src: url('../fonts/yekan-bakh/yekan-bakh-bold/yekan-bakh-en-06-bold.woff2');
}

.center-directive {
    display: flex;
    align-items: center;
    justify-content: center;
}

:root {
    --swiper-pagination-color: #9A9A9A !important;
    --swiper-theme-color: #000 !important;
    --swiper-pagination-bullet-inactive-color: #D9D9D9 !important;
    --swiper-pagination-bullet-inactive-opacity: 1 !important;
    --swiper-navigation-background-color: gray;
    --swiper-navigation-size: 14px;
}

* {
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #F5F5F5;
}


/* custom scrollbar like mac os */


/* if you want to have this scroll bar just uncomment it */


/* total width */


/* body::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 16px;
} */


/* background of the scrollbar except button or resizer */


/* body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
} */


/* scrollbar itself */


/* body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #F5F5F5;
} */


/* set button(top and bottom of the scrollbar) */


/* body::-webkit-scrollbar-button {
  display:none;
} */

.mySideBar {
    transform: translate(226px, 0px);
    z-index: 100;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 226px;
    height: 100vh;
}

.mySideBarLeft {
    z-index: 100;
    background: rgba(53, 53, 53, 0.78);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 328px;
    height: 100vh;
}

.open {
    transform: translate(0px, 0px) !important;
}

.side-bar-shadow:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.height-48 {
    height: 48px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-30-px {
    font-size: 30px;
}

.font-size-11-px {
    font-size: 11px;
}

.font-size-19-px {
    font-size: 19px;
}

.font-size-15-px {
    font-size: 15px;
}

.min-h-232 {
    min-height: 232px;
}

.min-h-inherit {
    min-height: inherit;
}

.hero-btn {
    width: 136px !important;
    height: 32px !important;
}

.hero-img-radius {
    border-radius: 0 0 15px 15px;
}

.radius-10-px {
    border-radius: 10px;
}

.radius-15-px {
    border-radius: 15px;
}

.width-318 {
    width: 300px !important;
}

.card-img-padding {
    padding: 5px;
}

.card-img-size {
    width: 149px;
    height: 149px;
}

.width-179-px {
    width: 179px !important;
}

.width-170-px {
    width: 170px;
}

.width-14-px {
    width: 14px;
}

.height-14-px {
    height: 14px;
}

.height-18-px {
    height: 18px;
}

.height-53-px {
    height: 53px;
}

.height-74-px {
    height: 74px;
}

.min-height-px {
    min-height: 668px;
}

.max-width-360 {
    max-width: 360px;
}

.min-height-160 {
    min-height: 160px;
}

.width-360-px {
    width: 360px;
}

.width-348-px {
    width: 348px;
}


/* .height-492-px{
  height: 492px;
} */

.width-130-px {
    width: 130px;
}

.height-130-px {
    height: 130px;
}

.height-84-px {
    height: 84px;
}

.width-257-px {
    width: 257px;
}

.height-257-px {
    height: 257px;
}

.width-91-px {
    width: 91px;
}

.vegan-meat-label {
    width: 23px;
    height: 23px;
}

.blur-bg {
    background: rgba(11, 11, 11, 0.59);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.radius-top-15-px {
    border-radius: 15px 15px 0 0;
}

.hover\:bg-light-pink-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 192 / var(--tw-bg-opacity));
}

.hover\:bg-orange-hover:hover {
    /* --tw-bg-opacity: 1;
    background-color: rgb(255 170 43 / var(--tw-bg-opacity)); */
    background-color: var(--primary-hover);
}

.hover\:bg-primary-orange:hover {
    /* --tw-bg-opacity: 1;
    background-color: rgb(255 153 0 / var(--tw-bg-opacity)); */
    background-color: var(--primary-color);
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.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);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:placeholder\:opacity-100:focus::-moz-placeholder {
    opacity: 1;
}

.focus\:placeholder\:opacity-100:focus::placeholder {
    opacity: 1;
}

.peer:focus~.peer-focus\:right-0 {
    right: 0px;
}

.peer:focus~.peer-focus\:-translate-y-\[0\.9rem\] {
    --tw-translate-y: -0.9rem;
    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));
}

.peer:focus~.peer-focus\:scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder {
    opacity: 1;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder {
    opacity: 1;
}

.peer[data-te-input-state-active]~.peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\] {
    --tw-translate-y: -0.9rem;
    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));
}

.peer[data-te-input-state-active]~.peer-data-\[te-input-state-active\]\:scale-\[0\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
}

@media (prefers-reduced-motion: reduce) {
    .motion-reduce\:transition-none {
        transition-property: none;
    }
}

@media (prefers-color-scheme: dark) {
    .dark\:text-neutral-200 {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity));
    }
    .dark\:placeholder\:text-neutral-200::-moz-placeholder {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity));
    }
    .dark\:placeholder\:text-neutral-200::placeholder {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity));
    }
    .peer:focus~.dark\:peer-focus\:text-neutral-200 {
        --tw-text-opacity: 1;
        color: rgb(229 229 229 / var(--tw-text-opacity));
    }
}

@media (min-width: 1280px) {
    .xl\:w-96 {
        width: 24rem;
    }
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder {
    opacity: 0;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder {
    opacity: 0;
}