/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-\[10px\] {
  left: 10px;
}

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

.left-\[20px\] {
  left: 20px;
}

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.top-60 {
  top: 15rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[13px\] {
  left: 13px;
}

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

.right-4 {
  right: 1rem;
}

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

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

.right-\[15px\] {
  right: 15px;
}

.left-\[8px\] {
  left: 8px;
}

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

.top-3 {
  top: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

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

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-\[-20px\] {
  margin-left: -20px;
}

.mt-\[-40px\] {
  margin-top: -40px;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mt-0 {
  margin-top: 0px;
}

.mt-\[0px\] {
  margin-top: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

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

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

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

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[-10px\] {
  margin-top: -10px;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-\[60px\] {
  margin-top: 60px;
}

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-auto {
  margin-bottom: auto;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mt-\[-6px\] {
  margin-top: -6px;
}

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

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[89dvh\] {
  height: 89dvh;
}

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

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

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

.h-full {
  height: 100%;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

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

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

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

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

.h-\[100dvh\] {
  height: 100dvh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-1 {
  height: 0.25rem;
}

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

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

.h-\[10dvh\] {
  height: 10dvh;
}

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

.h-40 {
  height: 10rem;
}

.h-\[93dvh\] {
  height: 93dvh;
}

.h-\[90dvh\] {
  height: 90dvh;
}

.max-h-\[30dvh\] {
  max-height: 30dvh;
}

.max-h-\[45dvh\] {
  max-height: 45dvh;
}

.max-h-\[84dvh\] {
  max-height: 84dvh;
}

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

.max-h-\[62dvh\] {
  max-height: 62dvh;
}

.max-h-\[20dvh\] {
  max-height: 20dvh;
}

.max-h-\[55dvh\] {
  max-height: 55dvh;
}

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

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

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

.max-h-0 {
  max-height: 0px;
}

.max-h-\[50dvh\] {
  max-height: 50dvh;
}

.max-h-\[66dvh\] {
  max-height: 66dvh;
}

.max-h-\[67dvh\] {
  max-height: 67dvh;
}

.min-h-screen {
  min-height: 100vh;
}

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

.min-h-\[55vh\] {
  min-height: 55vh;
}

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

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

.min-h-\[0vh\] {
  min-height: 0vh;
}

.min-h-\[75dvh\] {
  min-height: 75dvh;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-7 {
  width: 1.75rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

.w-4\/12 {
  width: 33.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

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

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

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

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, 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-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.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;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-20 {
  gap: 5rem;
}

.gap-0 {
  gap: 0px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[0px\] {
  gap: 0px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

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

.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;
}

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

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

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

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

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

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

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

.rounded-b-\[6px\] {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

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

.rounded-r-\[6px\] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-tr-\[2px\] {
  border-top-right-radius: 2px;
}

.rounded-tl-\[2px\] {
  border-top-left-radius: 2px;
}

.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}

.rounded-tl-\[6px\] {
  border-top-left-radius: 6px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[0\.3px\] {
  border-width: 0.3px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-\[\#e6e6e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-\[\#111\] {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-\[\#414df1\] {
  --tw-border-opacity: 1;
  border-color: rgb(65 77 241 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

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

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-\[\#20235c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 35 92 / var(--tw-bg-opacity));
}

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

.bg-\[\#111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-\[\#5A5CE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 92 224 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#e1f3ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 243 255 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#1e1f79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 121 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-\[\#414df1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(65 77 241 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}

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

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-\[\#3F4254\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 66 84 / var(--tw-bg-opacity));
}

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

.bg-\[\#06061f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 31 / var(--tw-bg-opacity));
}

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

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-\[\#222364\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 35 100 / var(--tw-bg-opacity));
}

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

.bg-\[\#14154b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 75 / var(--tw-bg-opacity));
}

.bg-\[\#343434\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity));
}

.bg-\[\#3d3d3d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#0a33ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 51 255 / var(--tw-bg-opacity));
}

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

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

.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}

.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-\[\#212121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

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

.bg-\[\#252525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

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

.bg-none {
  background-image: none;
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-to: rgb(238 242 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-to: rgb(236 253 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

.p-\[20px\] {
  padding: 20px;
}

.p-8 {
  padding: 2rem;
}

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

.p-\[2px\] {
  padding: 2px;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[14px\] {
  padding: 14px;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-\[8px\] {
  padding: 8px;
}

.p-\[12px\] {
  padding: 12px;
}

.p-0 {
  padding: 0px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[4px\] {
  padding: 4px;
}

.p-\[5px\] {
  padding: 5px;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-\[13px\] {
  padding: 13px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[1\.1px\] {
  padding-top: 1.1px;
  padding-bottom: 1.1px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pl-\[10px\] {
  padding-left: 10px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-0 {
  padding-right: 0px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

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

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

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

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

.pl-\[80px\] {
  padding-left: 80px;
}

.pl-\[8px\] {
  padding-left: 8px;
}

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

.pt-\[60px\] {
  padding-top: 60px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-\[40px\] {
  padding-top: 40px;
}

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

.pt-\[30px\] {
  padding-top: 30px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pb-\[10vh\] {
  padding-bottom: 10vh;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pl-\[0px\] {
  padding-left: 0px;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

.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;
}

.font-extrabold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-loose {
  line-height: 2;
}

.leading-3 {
  line-height: .75rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#fafafa\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#5A5CE0\] {
  --tw-text-opacity: 1;
  color: rgb(90 92 224 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#2D264B\] {
  --tw-text-opacity: 1;
  color: rgb(45 38 75 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#414df1\] {
  --tw-text-opacity: 1;
  color: rgb(65 77 241 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-\[\#4d50dd\] {
  --tw-text-opacity: 1;
  color: rgb(77 80 221 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#585858\] {
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-\[\#171969\] {
  --tw-text-opacity: 1;
  color: rgb(23 25 105 / var(--tw-text-opacity));
}

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

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

.opacity-\[0\.7\] {
  opacity: 0.7;
}

.opacity-\[0\.4\] {
  opacity: 0.4;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-\[0\.2\] {
  opacity: 0.2;
}

.opacity-\[0\.5\] {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.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-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-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 {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-0 {
  outline-width: 0px;
}

.outline-white {
  outline-color: #fff;
}

.ring-2 {
  --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(2px + 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);
}

.ring {
  --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(3px + 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);
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity));
}

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

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "B-Homa";

  src: url("/assets/fonts/IRANSansWeb.woff");
}

@font-face {
  font-family: "YekanBakh";

  src: url("/assets/fonts/YekanBakh-Bold.woff");
}

@font-face {
  font-family: "Dana";

  src: url("/assets/fonts/Dana/DanaFaNum-Medium.woff2");
}

@font-face {
  font-family: "Farsi";

  src: url("/assets/fonts/Vazirmatn.ttf");
}

.font-Vaz {
  font-family: "Farsi" !important;
}

.font-Bakh {
  font-family: "YekanBakh" !important;
}

.mainCenter {
  display: flex !important;
  margin: auto !important;
}

.styles_react-code-input__CRulA {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 8px !important;
  position: relative;
  left: -15px;
}

.styles_react-code-input__CRulA>input {
  border: solid 1px #b8b8b8 !important;
  border-radius: 8px !important;
  font-family: "B-Homa" !important;
}

.deleteModal {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
  background-color: white;
  border-radius: 4px;
}

.form-select {
  position: relative;
  cursor: pointer;
}

.w-full {
  width: 100% !important;
}

#logo-sidemenu {
  color: white !important;
}

.productImages-delete {
  transition-delay: 1s;
  position: absolute;
  left: 10px;
  top: 10px;
}

.eachImageProduct:hover {
  box-shadow: rgba(58, 61, 66, 0.06) 0px 1px 0px,
    rgba(0, 0, 0, 0.3) 0px 8px 32px -16px;
  transition: 200ms ease-in-out;
}

.mainOptions {
  position: absolute;
  width: 100%;
  right: 0px;
  background: #f5f8fa;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  margin-top: 0px;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  padding: 10px 10px 10px 10px;
  max-height: 170px !important;
  overflow: hidden;
  z-index: 11111;
  overflow-y: scroll;
}

.mainOption {
  position: absolute;
  width: 100%;
  right: 0px;
  background: #f5f8fa;
  z-index: 111;
  border-radius: 5px !important;
  margin-top: 17px;
  padding: 10px 10px 10px 10px;
}

.mainOption input {
  width: 100%;
  background: white;
  border: none;
  padding: 14px;
  border-radius: 5px;
  font-size: 13px;
  height: 40px;
  outline-color: #e9e9e9;
}

.mainOptions p {
  transition: 0.4s;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #dedede;
  padding: 5px 0px 10px 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.mainOptions .mainEach {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.mainOptions .mainEach img {
  margin-left: 10px;
}

.mainOptions p:hover {
  background-color: #d3d3d335;
  padding-right: 10px;
  border-radius: 5px;
}

.animate-top {
  animation: animatetop 0.3s;
}

.Paginate .active {
  background: #f58c5d !important;
  padding: 3px 11px;
  padding: 3px 12px;
  color: white;
  cursor: pointer !important;
  border-radius: 100%;
}

@keyframes animatetop {
  from {
    margin-top: -100px;
    opacity: 0;
  }

  to {
    margin-top: 17px;
    opacity: 1;
  }
}

.stickey {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0px !important;
}

.tableSearch {
  padding: 0px 25px;
  width: 350px;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.InputIcon {
  position: absolute;
  top: 15px;
  left: 15px;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.CreateModalT-M .desc {
  font-size: 13px;
  padding-top: 12px;
  color: #7c7c7c;
}

.colorListAdd span {
  padding: 10px;
  margin: 0px 5px;
  color: white;
  border-radius: 5px;
  border: dashed 1px #3577f0;
  position: relative !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-14px {
  font-size: 14px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #3577f0 !important;
}

input:focus+.slider {
  box-shadow: 0 0 1px #3577f0 !important;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.relative {
  position: relative !important;
}

.commissionInputMark {
  position: absolute;
  bottom: 12px;
  font-weight: 600;
  display: none;
  font-size: 15px;
  left: 26px;
  color: #fe5403;
}

.mainProductToggle .CreateBtn {
  background: #f8f8f8;
  outline-color: #000000 !important;
  padding: 6px 16px;
  border-radius: 8px;
  color: #000000;
  border: solid 1px transparent;
}

.mainProductToggle .CreateBtn:hover {
  background: #f8f8f8;
  outline-color: #000000 !important;
  transition: all !important;
  border-radius: 8px;
  color: #000000;
  border: solid 1px #000000;
}

.mainSearchData {
  margin-top: 5px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  gap: 2px 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
  padding: 11px 11px 0px 11px;
  border: solid 1px #f5f8fa;
  border-radius: 8px;
  background: #f5f8fa;
}

.SearchItem {
  background: #ffffff;
  font-size: 17px;
  cursor: pointer;
  padding: 5px 12px;
  color: #000000;
  text-align: center;
  border: solid 2px transparent;
  border-radius: 8px;
}

.SearchItem:hover {
  background: #ffffff;
  font-size: 17px;
  cursor: pointer;
  padding: 5px 12px;
  color: #000000;
  border: solid 2px;
  border-radius: 8px;
}

.Search-input-spinner {
  position: absolute;
  top: 2.9rem;
  color: #000000 !important;
  left: 1rem;
}

.slider.round:before {
  border-radius: 50%;
}

.mainProductToggle {
  justify-content: end;
  display: flex;
  align-items: center;
}

.h-50px {
  height: 50px;
}

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

.mainProductToggle p {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}

.w-full {
  width: 100% !important;
}

.gap-20 {
  gap: 20px !important;
}

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

.mainCheckbox {
  justify-content: center;
  margin-top: 20px;
}

.title-product-meals {
  font-size: 18px;
  margin-bottom: 3px;
}

.Grid-4 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.colorListAdd {
  margin-top: 40px;
  /* display: flex !important; */
  justify-content: flex-start !important;
}

.removeSizeAndPriceMain {
  align-items: center;
  display: flexّ;
}

.dropzone {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 6px !important;
  padding: 25px 10px;
  display: block !important;
}

.mainUploadCreate {
  align-items: center;
  display: flex;
  padding-top: 20px;
}

.dropzone2 {
  overflow: hidden;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 5px;
}

.GroupMemberP {
  color: white;
  background: #6284ff;
  display: inline !important;
  padding: 5px 10px;
  margin: 0px 4px;
  border-radius: 5px;
}

.dropzone2 img {
  width: 95px;
  margin-top: 5px;
  cursor: pointer !important;
  background-color: transparent;
}

.uploading {
  position: relative;
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 10px;
  margin: auto;
  width: 90%;
  border-radius: 10px !important;
  text-align: center !important;
  border: dashed 2px #d9dbff !important;
  background: #fdfdfd !important;
}

.allImagesModal {
  margin: 0px 5px;
  width: 100px;
}

.removeSizeAndPriceMain button {
  border: none;
  background-color: #ff4e4e;
  color: white;
  border-radius: 6px;
  width: 100%;
  padding: 12px 0px;
  margin-top: 26px;
}

.removeSizeAndPriceMain2 button {
  border: none;
  background-color: #ff4e4e;
  color: white;
  border-radius: 6px;
  padding: 0px;
  margin-top: 26px;
  position: absolute;
  top: 10px;
  left: 0px;
}

.rightBubble {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.3;
}

.leftBottomBubble {
  position: absolute;
  left: 0px;
  opacity: 0.3;
  bottom: 0px;
}

.mainSearchDataAded {
  margin-top: 10px;
  display: flex;
  width: 100%;
}

.mainSearchDataAded .main-inout-Fet {
  width: 100% !important;
  position: relative;
  background: #12359e;
  text-align: right;
  padding: 8px 0px;
  color: white;
  font-size: 15px;
  border-radius: 8px;
  padding-right: 15px;
}

.mainSearchDataAded p span {
  position: absolute;
  left: 10px;
  cursor: pointer;
  border: solid 1px;
  border-radius: 21px;
  top: 7px;
  background-color: white;
}

.centerizeLoadingEditModal {
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.paddingZero {
  padding: 0px 10px !important;
  justify-content: center;
  text-align: center;
}

.EachColorTable {
  width: 30px;
  display: inline-flex;
  height: 30px;
  border-radius: 10px;
  margin: 0px 2px;
}

.removeSizeAndPriceMain button:hover {
  background-color: #ff4e4ee7;
}

.colorListAdd button {
  border: none;
  position: absolute;
  left: -12px;
  top: -18px;
  background: #ff4e4e;
  color: white;
  border-radius: 6px;
  width: 54%;
}

.scrollModal {
  min-height: 100px;
  margin-right: 0px;
  overflow-y: scroll;
  max-height: 70vh;
  /* padding-bottom: 80px; */
}

.min-w-150px {
  width: 150px !important;
}

.p-20-0 {
  margin: auto;
  padding: 23px 0px !important;
}

.showMoreCategoeies {
  background: #3577f0;
  cursor: pointer;
  color: white;
  padding: 8px 13px;
  border-radius: 8px;
}

.customSubmitMainBtn {
  margin: auto;
  width: 90%;
  margin-top: 30px;
}

.dahsed-border-notfound {
  border: dashed 1px;
  padding: 16px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: center !important;
}

.btn {
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-appearance: caret !important;
}

.ql-editor {
  direction: rtl !important;
  text-align: right !important;
}

.rtl {
  direction: ltr !important;
}

.ql-snow * {
  direction: rtl !important;
  text-align: right !important;
}

.form-control.form-control-solid {
  /* padding: 15px 15px !important; */
  font-weight: 500 !important;
  font-size: 16px !important;
}

body {
  touch-action: manipulation !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  direction: rtl;
  -moz-user-select: none !important;
       user-select: none !important;
  background-color: #f9fbff !important;
}

.UserTypeSelectFilter p {
  border: solid 1px #3577f0;
  padding: 11px 20px;
  border-radius: 14px;
  font-size: 14px;
  color: #3577f0;
  cursor: pointer;
}

.UserTypeSelectFilter p:hover {
  box-shadow: -2px 4px 28px rgba(163, 163, 163, 0.219);
}

.boxShadowDefult {
  box-shadow: -2px 4px 28px rgba(163, 163, 163, 0.219) !important;
}

.UserTypeSelectFilter .active {
  background: #3577f0;
  padding: 11px 20px;
  border-radius: 14px;
  font-size: 14px;
  color: white;
}

.rounded-20 {
  border-radius: 20px !important;
}

* {
  -webkit-appearance: caret !important;
  font-family: "Farsi" !important;
}

.CreateModalT-M-Main {
  height: 100dvh !important;
  align-items: center !important;
}

#kt_modal_users_search {
  outline: none !important;
}

.zewroPadding {
  padding: 0px !important;
}

.text-white {
  color: white !important;
}

.d2 {
  color: white !important;
  font-size: 16px;
  font-weight: 100;
  min-height: 100px !important;
  align-items: center !important;
  display: flex !important;
  width: 100% !important;
  justify-content: center;
}

.courser-pointer {
  cursor: pointer !important;
}

.pr-20 {
  padding-right: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-20 {
  margin-left: 20px;
}

.logoutMain {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}

.card-header .smaller {
  font-size: 16px;
  color: #3577f0;
}

#kt_modal_users_search {
  /* width: fit-content; */
  /* margin: auto; */
}

.flex-end {
  align-items: start;
  display: flex;
  justify-content: end;
}

.rounded-8px {
  border-radius: 8px;
}

.color-single {
  width: 30px !important;
  height: 30px !important;
  background-color: #1e14c5;
  border-radius: 100% !important;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.badge-warning {
  color: #212529 !important;
  background-color: #ffc107 !important;
}

.download-excel-btn {
  background: #020947;
  transition: all 1s ease-out;
  color: white;
  display: flex;
  cursor: pointer;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
}

.download-excel-btn:hover {
  color: white;
  box-shadow: 2px 10px 5px 0px rgba(190, 190, 190, 0.75);
}

.tableimgGuildSection {
  background: #4581f0;
  border-radius: 8px;
  width: 108px;
}

.tableimgGuildSectionDefult {
  border-radius: 20px;
  width: 70px;
}

.main-Loading {
  height: 100dvh;
  justify-content: center;
  align-items: center;
}

.SpanColorTable {
  height: 50px;
  border-radius: 17px;
}

.selectedColorBg {
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  align-items: center;
  color: white;
}

.Dis {
  border: none;
  background: transparent;
  cursor: auto !important;
}

.ColorBlue {
  color: rgb(28, 28, 28) !important;
}

.mainUpload {
  display: block;
}

.mainUpload img {
  width: 60px;
  border-radius: 8px;
}

.lableLanguage {
  margin-top: 10px;
  background: #5e2af0 !important;
  color: white !important;
  padding: 2px 10px 2px 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: -8px;
}

body {
  /* background-image: url("/assets/media/chiyato/patern/first-bg.png"); */
  /* background-size: 
  cover; */
}

.sideMenu {
  background: linear-gradient(184.44deg, #1E2952 -5.89%, #0d1225 96.4%);
}

.sideMenuUserProfile {
  display: block;
  text-align: center;
  padding-bottom: 50px;
}

.Paginate .active {
  padding: 3px 11px;
  border-radius: 100%;
  padding: 3px 12px;
  color: white;
  cursor: pointer !important;
  background: #141414;
  border-radius: 4px;
}

.Paginate .item {
  background: #ffffff !important;
  padding: 3px 11px;
  color: #141414;
  padding: 3px 10px;
  cursor: pointer !important;
  border-radius: 4px;
}

.Paginate .item:hover {
  background: #3577f0 !important;
  padding: 3px 11px;
  color: #ffffff;
  padding: 3px 10px;
  cursor: pointer !important;
  border-radius: 4px;
}

.Paginate {
  border-radius: 6px !important;
  right: 20px !important;
  bottom: 20px !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.n-b-b {
  background: #141414;
  padding: 2px 10px;
  cursor: pointer !important;
  border-radius: 4px;
  color: white;
}

.n-b-b-2 {
  background: #f9f9f9;
  padding: 2px 10px;
  cursor: pointer !important;
  border-radius: 4px;
  color: #141414;
  border: solid 1px #141414;
}

.color-white {
  color: white !important;
}

.MenuIcon {
  position: absolute !important;
  left: 5px !important;
  top: 9px !important;
}

.sideMenuUserProfileMobile {
  display: block;
  text-align: center;
  padding-bottom: 50px;
  background: linear-gradient(184.44deg, #2dc653 -5.89%, #25af47 96.4%);
  border-radius: 0px;
  height: 100dvh;
  border: none;
  /* margin-top: -15px; */
}

.ProfileImage {
  width: 180px !important;
  border-radius: 5px;
  margin-bottom: 40px;
}

.timerVerify {
  position: absolute !important;
  color: #3577f0 !important;
  display: inline !important;
}

.leftTopBubble {
  position: absolute;
  left: 10rem;
  top: 0px;
  opacity: 0.3;
}

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

.authBG {
  background-color: #f7f7f7 !important;
  z-index: 111 !important;
}

.card-body {
  background-color: transparent !important;
}

.toolbar {
  height: 80px;
  background-color: #efefff;
}

#kt_toolbar_container {
  background: #3577f0 !important;
  margin: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 20px;
}

.color-white {
  color: white !important;
}

.Logo {
  background: white;
  border-radius: 15px;
  padding: 7px;
  transform: scale(0.7);
}

.sideMenuUserProfile .UserProfileName {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 25px;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.sideMenuUserProfileMobile .UserProfileName {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 25px;
}

.mainUserDetailProfile {
  margin-top: 20px !important;
}

.srcoll-small {
  overflow-y: scroll !important;
  max-height: 550px !important;
}

.p-number {
  font-family: "B-Homa" !important;
}

.sideMenuUserProfile .UserProfilePhone {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #ffffff;
  margin-top: -5px;
}

.sideMenuUserProfileMobile .UserProfilePhone {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #ffffff;
  /* margin-top: -5px; */
}

.coinTitleSize {
  min-width: 190px !important;
}

.RemoveImage {
  background: #ff4e4e;
  position: absolute;
  left: 5px !important;
  top: 0px;
  border: none;
  padding: 5px 20px;
  border-radius: 10px !important;
  color: white;
}

.RemoveImage:hover {
  background: #ef0000 !important;
}

.reDBTN .btn {
  background: #ef0000 !important;
}

.greenBtn .btn {
  background: #45a51f !important;
}

.yellowBtn .btn {
  background: #c9d617 !important;
}

.blueBtn .btn {
  background: #1743d6 !important;
}

.mainImagesArray {
  /* background: #c7caffad; */
  /* background-image: url("https://api.f200.ir/public/storage/image/0DmT4pUH1m3aXse7mXpOWm6MONAoiTKATtGFWzb5.jpg"); */
  background-size: cover;
  height: 150px;
  position: relative;
  border: solid 5px #ffffff !important;
  border-radius: 20px !important;
  padding: 42px 15px 15px 40px !important;
  margin: 5px 0px !important;
}

.GridSideMenu {
  text-align: right;
}

.GridSideMenumodal {
  text-align: right;
}

.kt_content_container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition-duration: 0.3s !important;
  transition-delay: 0.1s !important;
}

.CloseBergerMenuIcon {
  position: relative;
  right: -26px;
}

.GridSideMenumodal .EachGridSideMenu {
  cursor: pointer;
  display: -webkit-box;
  position: relative;
  /* border-top: solid 1px #EEF0F3; */
  /* border-bottom: solid 1px #EEF0F3; */
  padding: 10px;
  margin: 8px 10px;
  border-radius: 8px;
  color: #292929 !important;
  /* border: solid #3577F0 !important; */
  font-weight: bold;
  border: none !important;
}

.modal-dialog-centered {
  border-radius: 8px;
  overflow: hidden;
}

.EachGridSideMenu {
  cursor: pointer;
  display: -webkit-box;
  position: relative;
  background: #ffffff00 !important;
  /* border-top: solid 1px #EEF0F3; */
  /* border-bottom: solid 1px #EEF0F3; */
  padding: 10px;
  margin: 3px 10px;
  border-radius: 8px;
  color: #333333 !important;
}

.EachGridSideMenu:hover {
  background: #20235c1f !important;
  color: #20235c !important;
}

.mainItemEach {
  border-bottom: solid 2px #e8e8e8;
  padding: 10px 0px;
}

.mainItemEach .noDataText {
  background: #ff5353;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  color: white;
  border-radius: 8px;
}

.mainItemEach h5 {
  width: 200px;
  margin-bottom: 0px !important;
}

.mainItemEach p {
  padding-top: 5px;
  margin-bottom: 0px !important;
  font-size: 14px;
}

.w-200px {
  width: 200px !important;
}

.w-24px {
  width: 24px !important;
}

.deleteIconModal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

.mainButtons {
  padding: 20px 30px;
  display: flex;
  justify-content: end;
  gap: 5px;
}

.mainButtons button {
  border: none;
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 14px;
  color: white;
  background: #ff5353;
}

.showMoreMain {
  justify-content: end;
  display: flex;
  cursor: pointer;
}

.showMoreMain .main {
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.showMoreMain p {
  margin: 0px !important;
}

.mainItemEach img {
  border-radius: 8px !important;
}

.requestPending {
  background: #3577f0;
  color: white !important;
  padding: 8px 0px;
  border-radius: 8px;
}

.GridSideMenu .Active {
  background: #4847ff18 !important;
  color: #3577f0 !important;
}

.slecetede {
  font-size: 14px;
  color: #656565;
}

.GridSideMenu .logoutBtn {
  background-color: white;
  color: #363636 !important;
  /* margin: 0px 35px; */
}

.logoutMain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoutBtn {
  border-radius: 8px !important;
  width: 90% !important;
  padding-top: 10px !important;
  margin: 0px !important;
  cursor: pointer !important;
  background-color: white;
  font-weight: 600;
  color: #011227 !important;
  margin-bottom: 5px !important;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.logoutBtn:hover {
  margin-bottom: 15px !important;
}

.text-left {
  /* text-align: left !important; */
}

.EachGridSideMenu {
  /* border: solid 2px white !important; */
}

.EachGridSideMenu p {
  transition-duration: 1s;
  transition-delay: 0.1s;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.ArrowIconSideMenu {
  float: left;
  position: absolute;
  left: 15px;
}

.EachGridSideMenu .Icon {
  margin-right: 10px;
}

.nav-link {
  cursor: pointer;
}

.ltr {
  direction: ltr !important;
}

.vi__wrapper {
  direction: ltr !important;
  margin: auto;
}

.vi {
  border: unset;
}

.character {
  width: 45px;
  border: none !important;
  border-radius: 8px !important;
  height: 55px !important;
  /* light theme */
  color: #f2f2f2 !important;
  background-color: #f6f5fa !important;
  box-shadow: 0 2px 0 #ffffff !important;
  border: solid 1px #f2f2f2 !important;
  padding: -10px 0px !important;
  line-height: 40px !important;
  /* dark theme */
  color: black !important;
  background-color: #fff !important;
  font-size: 20px !important;
  font-family: "IRANSansWeb" !important;
  padding-top: 8px !important;
  outline-color: #3577f0 !important;
}

.Toastify__toast-body>div:last-child {
  font-family: "IRANSansWeb" !important;
}

.ColorBlack {
  color: #000000 !important;
}

.contractCheckBoxMain {
  display: flex;
  margin-bottom: 0px !important;
}

.BorderDashedContract {
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  background-color: #fcfdfd !important;
  height: 100px;
  padding: 15px;
}

.BorderDashedContractInside {
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  background-color: #fcfdfd !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 15px;
}

.mainCheckBox {
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 20px;
  width: auto;
}

.mainInputs {
  width: auto !important;
}

.eachCheckBox {
  margin: 20px 10px;
}

.AddNewMarasem {
  position: relative;
  top: 28px;
}

.openService {
  display: flex;
  justify-content: left;
}

.closeService {
  display: none;
}

.ServiceArrowIcon {
  float: left !important;
  margin-top: -10px !important;
}

.MuiCircularProgress-colorSecondary {
  color: #c3c5fd !important;
}

.disabledInput {
  filter: opacity(0.6);
}

.AddNewMarasem2 {
  position: relative;
  top: 15px;
  float: left;
  text-align: left;
}

.OverflowScroll2 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 500px;
  padding-top: 20px;
}

.BorderDashedContract2 {
  width: 100%;
}

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

.NewBGServices {
  background-color: #c7caff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ql-snow * {
  font-family: "YekanBakh" !important;
  font-size: 14px !important;
}

.quill {
  width: 100%;
}

.ql-container.ql-snow {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: none !important;
}

.pdwser {
  position: relative !important;
  top: -0px !important;
}

.mainTable {
  margin-top: 20px;
  background: #fcfdfd;
  padding-left: 0px !important;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
}

.mainTableActive {
  border: 1px dashed #3577f0;
}

.fw-bolder {
  font-family: "IRANSansWeb";
}

.PriceType {
  font-family: "IRANSansWeb";
  font-size: 12px;
  padding-right: 5px;
}

.mainBFCard {
  padding: 0px 10px;
  position: relative;
}

.mainBFCard span {
  position: absolute;
  top: 0px;
  right: 11px;
  background-color: rgb(133, 133, 133);
  border-radius: 30%;
  width: 20px;
  height: 20px;
}

.mainBFCard p {
  width: 100%;
  background: #3577f0;
  text-align: center;
  padding: 6px 0px;
  border-radius: 0px 0px 10px 10px;
  color: #ffffff;
  margin-top: -8px;
  position: relative;
  bottom: 2px;
  right: 0px;
}

.mainBFCard img {
  margin: 0px;
  width: 100%;
  cursor: pointer;
}

.mainBFCard .ChekedIcon {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 15px;
}

.WalletMainMobile {
  display: block !important;
}

.WalletMainDesktop {
  display: none !important;
}

.NameMainDesktop {
  display: none !important;
}

.DisplayDesktop {
  display: inline !important;
}

.stepper-nav {
  position: fixed !important;
  margin: auto !important;
  width: 100% !important;
  background: #ffff !important;
  z-index: 11 !important;
  margin-top: -36px !important;
  padding: 20px 0px !important;
}

.MainModal {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}

.MainModal::-webkit-scrollbar {
  display: none;
}

.bottomSpace {
  margin-top: 50px;
  margin-bottom: -30px;
}

.modal-content {
  height: calc(100dvh - 160px) !important;
}

.modal-header {
  background-color: #fcfdfd;
  border-radius: 0px !important;
  position: fixed;
  top: 0px;
  width: 100%;
}

.DatePicker__calenderContainer {
}

.DatePicker {
  width: -webkit-fill-available;
}

.LogoService {
  width: 30px;
  margin-left: 15px;
}

.auth-bg-signin {
  background-color: rgb(156 158 254) !important;
  height: 100dvh !important;
}

/* .modal-dialog{
  border-radius: ;
} */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+.content {
  padding-top: 60px;
}

.BottomDiv {
  position: fixed;
  bottom: 30px;
  width: 100%;
  background-color: #fcfdfd;
  padding: 20px 35rem;
  right: 0;
  border-top: solid 1px #eff2f5;
}

.CreateModalT-M-Main {
  width: auto;
  margin: auto;
  margin-top: 20px;
  display: inline-grid;
}

@property --border-angle {
  inherits: false;

  initial-value: 0deg;

  syntax: '<angle>';
}

.CreateModalT-M {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 25px !important;
  display: flex;
  justify-content: space-between;
}

.BottomDiv .btn.btn-light {
  color: #3577f0 !important;
}

.BottomDiv .btn.btn-light:hover {
  color: #ffffff !important;
  background-color: #3577f0 !important;
}

.BottomDiv .btn.btn-light:focus {
  color: #ffffff !important;
  background-color: #3577f0 !important;
  border: solid 1px white !important;
}

.mainHeader {
  position: relative;
}

.mainHeaderBFC {
  background-image: url("/assets/media/illustrations/Frame 37125.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 97px !important;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 33px;
}

.mainTag {
  /* display: flex; */
  margin-top: 15px;
}

.HeaderTitle {
  height: -webkit-fill-available;
  text-align: center;
}

.tag {
  display: flex;
  background-color: #ffffff;
  color: #8f8f8f;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  margin: 0px 5px 10px 5px;
  align-items: center;
  padding: 8px 8px 6px 8px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  bottom: 10px;
  right: 0px;
  transition-duration: 0.1s;
  transition-delay: 0.1s;
}

.tag:hover {
  display: flex;
  background-color: #f6f6f6;
}

.dp__input {
  cursor: pointer;
  direction: ltr;
  position: absolute;
  bottom: 27px;
  width: 100%;
  height: -webkit-fill-available;
  filter: opacity(0);
}

.mainTag .active:hover {
  display: flex;
  background: #b5b6fb !important;
}

.svg-icon {
  color: #4e4e4e !important;
}

.svg-icon:hover {
  color: #000000 !important;
}

.tag .svg-icon.svg-icon-1 svg {
  height: 1.25rem !important;
  width: 1.75rem !important;
}

.tag .svg-icon {
  color: #282828 !important;
}

.active .svg-icon {
  color: #ffffff !important;
}

.modal-header .svg-icon {
  color: #000000 !important;
}

/* .mainTag .active {
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  display: flex;
  color: #3577F0;
  border-left: 1px dashed #D9D9D9;
  border-top: 1px dashed #D9D9D9;
  border-bottom: unset;
  border-right: 1px dashed #D9D9D9;
  border-radius: 10px 10px 0px 0px;
  margin: 0px 5px 0px 5px;
  align-items: center;
  padding: 8px 8px 6px 8px;
  justify-content: space-between;
  cursor: pointer;
  background: #fcfdfd !important;
  position: unset;
  bottom: unset;
  right: unset;
} */

.height-fit {
  height: 75px !important;
}

.mainTag .active {
  display: flex !important;
  background: #3577f0 !important;
  color: #ffffff;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  margin: 0px 5px 10px 5px;
  align-items: center;
  padding: 8px 8px 6px 8px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  bottom: 10px;
  right: 0px;
  transition-duration: 0.1s;
  transition-delay: 0.1s;
}

.ql-editor.ql-blank::before {
  right: 15px !important
}

.tag p {
  margin-bottom: 0px;
  position: relative;
  top: -3px;
  padding: 0px 10px 0px 16px;
}

.bg-auth-signin {
  background-image: url("/assets/media/illustrations/sketchy-1/13.png");
}

.logo-auth-signin {
  height: 100px !important;
  margin-top: -55px !important;
}

.popilonF {
  font-family: system-ui !important;
}

.auth-bg-signin {
  display: block !important;
}

.main-caractor {
  position: relative;
  top: -100px;
}

.form-control {
  text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.disabledBtn {
  background-color: #34343496 !important;
  cursor: unset !important;
}

.dotVerify {
  position: relative;
  top: 5px;
  left: 1px;
}

.centerize-verify-btn {
  padding: 0px 2.5rem !important;
}

.vi__wrapper {
  width: 100% !important;
}

.vi__container {
  padding: 0px !important;
}

.requireStart {
  color: #828282;
  margin-right: 5px;
}

.redBorder {
  border: solid 1px #f1416c !important;
}

.mainVerifyPreContract {
  max-width: 60%;
  margin: auto;
}

.mainNoData img {
  /* filter: grayscale(1) !important; */
  width: 250px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preContractLoading {
  background-image: url("/assets/media/chiyato/68.png");
  background-size: cover;
  /* background: linear-gradient(184.44deg, #2DC653 -5.89%, #1a9539 96.4%); */
  margin: 0px;
  color: white;
  text-align: center;
  padding: 5px 20px 9px 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: auto;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 25px !important;
}

.h-95dvh {
  height: 95dvh;
}

/* All mobile devices */

@media screen and (max-width: 768px) {
  .h-95dvh {
    height: 100dvh;
  }

  .myModal>.section {
    overflow-y: scroll;
    max-height: 70vh;
    padding: 20px !important;
    padding-left: 10px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    /* padding-bottom: 200px; */
  }

  .preContractLoading {
    text-align: left;
    width: 100%;
    position: relative;
    top: 5px;
    color: white;
    left: 0px;
  }

  .mainVerifyPreContract {
    max-width: 100% !important;
    margin: auto !important;
  }

  .mainTag {
    width: 100%;
    justify-content: space-between;
  }

  .tag {
    display: flex;
    background-color: #ffffff;
    color: #8f8f8f;
    border: 1px dashed #d9d9d9;
    border-radius: 10px;
    margin: 0px;
    align-items: center;
    padding: 8px 8px 6px 8px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    bottom: 10px;
    right: 0px;
    transition-duration: 0.1s;
    transition-delay: 0.1s;
  }

  .mainTag .active {
    display: space !important;
    background: #3577f0 !important;
    color: #ffffff;
    border: 1px dashed #d9d9d9;
    border-radius: 10px;
    margin: 0px;
    align-items: center;
    padding: 8px 8px 6px 8px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    transition-duration: 0.1s;
    transition-delay: 0.1s;
  }

  .mainNone img {
    width: 250px;
    margin-top: -20px;
  }

  .mainNone h1 {
    margin-top: 0px !important;
    font-size: 14px !important;
  }

  .mainNone .text-muted {
    font-size: 12px !important;
    max-width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }

  .mainHeaderBFC {
    height: 51px !important;
    font-size: 15px !important;
    padding: 9px;
    margin-bottom: -10px;
  }

  .MobileBlue {
    background-color: #3577f0;
  }

  .MobileBlue h2 {
    color: #ffffff !important;
  }

  .MobileBlue .svg-icon {
    color: #ffffff !important;
  }

  .tableSearch {
    padding: 0px 0px;
    width: 100%;
  }

  .BottomDiv {
    padding: 20px 2rem;
    background-color: #3577f0;
  }

  .btn-primary {
    border: solid 1px #ffffff !important;
  }

  .modal-content {
    height: calc(100dvh - 150px) !important;
  }

  .M5NotMobile {
    margin: 0px !important;
  }

  .bottomSpace {
    margin-top: 50px;
    margin-bottom: -30px;
  }

  .centerize-verify-btn {
    padding: 0px 0rem !important;
  }

  .vi__wrapper {
    width: 100% !important;
  }

  .vi__container {
    padding: 0px !important;
  }

  .BorderDashedContract {
    margin: 10px 0px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .BorderDashedContractInside {
    margin: 10px 0px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .WalletMainMobile {
    display: none !important;
  }

  .WalletMainDesktop {
    display: inline-grid !important;
    position: absolute;
    margin-right: 10px;
    width: -webkit-fill-available;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .NameMainDesktop {
    display: block !important;
  }

  .MobileTop {
    margin-top: 40px !important;
  }

  .DisplayDesktop {
    display: none !important;
  }

  .toolbar {
    margin-bottom: 20px !important;
  }

  .MobileTag {
    display: contents !important;
  }

  .auth-bg-signin {
    background-color: rgb(156 158 254) !important;
    height: calc(100dvh - 50vh) !important;
  }

  .logo-auth-signin {
    height: 100px !important;
    margin-top: 0px !important;
  }

  .main-sing-in-box {
    padding: 22vh 25px !important;
    width: 90% !important;
    margin: auto !important;
  }

  .auth-bg-signin {
    display: none !important;
  }

  .toolbar {
    height: 75px;
    margin: 0px;
    border-radius: 0px;
  }

  .CreateModalT-M-Main {
    width: 100%;
    margin: auto;
    margin-top: 0px !important;
  }

  .deleteModal {
    position: fixed;
    bottom: 0px;
  }

  .mt10-mobile {
    margin-top: 10px;
    margin-bottom: -5px !important;
  }

  .mt10-mobile img {
    padding-right: 10px !important;
  }

  .scrollModal {
    margin-right: 0px;
    overflow-y: scroll;
    max-height: 90vh;
  }

  .customSubmitMainBtn .btn {
    margin-bottom: 0px !important;
  }

  .colorListAdd span {
    padding: 10px;
    margin: 0px 3px;
    color: white;
    border-radius: 5px;
    border: dashed 1px #3577f0;
    position: relative !important;
  }

  .deleteModal {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .Mobile-design-m {
    height: 100dvh;
    /* margin-top: -30px; */
  }

  .ProfileImage {
    width: 175px !important;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .Grid-4 {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .Paginate {
    border-radius: 0px !important;
    right: 20px !important;
    bottom: 20px !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mainSearchData {
    margin-top: 5px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    gap: 2px 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
    padding: 11px 11px 0px 11px;
    border: solid 1px #f5f8fa;
    border-radius: 8px;
    background: #f5f8fa;
  }

  .Paginate {
    right: 0 !important;
    bottom: 26px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: -webkit-fill-available !important;
  }
}

.recharts-layer>text {
  font-family: "Farsi" !important;
}

.rounded-full {
  border-radius: 100%;
}

/* modal css start */

.myModal {
  position: relative;
  background-color: white;
  width: 55%;
  min-height: auto;
  padding-bottom: 100px;
  max-height: 90vh;
  margin: auto !important;
  border-radius: 8px !important;
  overflow: hidden;
  outline: none !important;
}

.myModal-nowidth {
  position: relative;
  background-color: white;
  min-height: 70vh;
  max-height: 90vh;
  margin: auto;
  margin-top: -20px;
  border-radius: 8px !important;
  overflow: hidden;
  outline: none !important;
}

.myModal-large {
  position: relative;
  background-color: #fafafa;
  width: 95%;
  min-height: 95vh;
  max-height: 80vh;
  margin: auto;
  margin-top: -20px;
  border-radius: 6px !important;
  overflow: hidden;
  outline: none !important;
}

.myModal-large>.title {
  background-image: url("/assets/media/chiyato/patern/first-bg.png");
  background-size: cover;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e0e0e0;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 20px 30px;
  background-color: rgb(249, 249, 249);
}

.myModal-large>.title>.remove-btn {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 16px;
}

.myModal-large>.section {
  overflow-y: scroll !important;
  max-height: 90vh;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 200px;
}

.myModal-large>.footer {
  background-image: url("/assets/media/chiyato/patern/first-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: end;
  height: auto !important;
  width: 100%;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 10px 20px;
  bottom: 0px;
  border-top: solid 1px #e0e0e0;
  background-color: rgb(249, 249, 249);
  height: 70px;
}

.myModal-large>.footer>.second {
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto !important;
  width: 100%;
}

/* order modal */

.orderModal>.title {
  background-image: url("/assets/media/chiyato/patern/first-bg.png");
  background-size: cover;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e0e0e0;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 20px 30px;
  background-color: rgb(249, 249, 249);
}

.orderModal>.title>.remove-btn {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 16px;
}

.orderModal>.section {
  overflow-y: scroll !important;
  max-height: 70vh;
  padding: 30px;
  padding-bottom: 200px;
}

.orderModal>.footer {
  background-image: url("/assets/media/chiyato/patern/first-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: end;
  height: auto !important;
  width: 100%;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 10px 20px;
  bottom: 0px;
  border-top: solid 1px #e0e0e0;
  background-color: rgb(249, 249, 249);
  height: 70px;
}

.orderModal>.footer>.second {
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto !important;
  width: 100%;
}

.orderModal {
  width: 100% !important;
  height: 95vh;
  position: absolute;
  margin: a;
  bottom: -20px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

@media only screen and (max-width: 600px) {
  .myModal-large {
    position: relative;
    background-color: #fafafa;
    width: 95%;
    min-height: 85vh;
    max-height: 85vh;
    margin: auto;
    margin-top: -20px;
    border-radius: 8px !important;
    overflow: hidden;
    outline: none !important;
  }

  .orderModal {
    width: 100% !important;
    height: 80vh;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .orderModal>.footer {
    background-image: url("/assets/media/chiyato/patern/first-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: end;
    height: auto !important;
    width: 100%;
    box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
    padding: 10px 20px;
    bottom: 0px !important;
    border-top: solid 1px #e0e0e0;
    background-color: rgb(249, 249, 249);
    height: 70px;
  }

  .myModal {
    width: 100% !important;
    min-height: auto;
    max-height: 85vh;
    padding-bottom: 100px;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .myModal>.footer {
    /* background-image: url("/assets/media/chiyato/patern/first-bg.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: end;
    height: auto !important;
    width: 100%;
    box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
    padding: 10px 20px;
    bottom: 0px !important;
    border-top: solid 1px #e0e0e0;
    background-color: rgb(249, 249, 249);
    height: 70px;
  }
}

.myModal>.title {
  /* background-image: url("/assets/media/koronis/pattern-bg2.png"); */
  background-size: cover;
  background-position: center;
  height: auto;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e0e0e0;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 20px 30px;
  background-color: rgb(249, 249, 249);
}

.myModal>.title>.remove-btn {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 16px;
}

.myModal>.section {
  overflow-y: scroll;
  max-height: 75vh;
  padding: 30px;
  padding-left: 5px;
  /* padding-bottom: 200px; */
}

.ql-toolbar {
  display: none !important;
}

.myModal>.footer {
  /* background-image: url("/assets/media/chiyato/patern/first-bg.png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: absolute;
  margin: auto;
  display: flex;
  justify-content: end;
  height: auto !important;
  width: 100%;
  box-shadow: 4px 4px 40px 0px rgba(171, 171, 171, 0.25) !important;
  padding: 10px 20px;
  bottom: 0px;
  border-top: solid 1px #e0e0e0;
  background-color: rgb(249, 249, 249);
  min-height: 70px;
}

.myModal>.footer>.second {
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: auto !important;
  width: 100%;
}

/* modal css ends */

.tw-main>.mainItemEach {
  padding: 30px 20px !important;
  background-color: #fafafa;
  border-radius: 8px;
  margin-bottom: 15px;
  border: solid 1px #d3d3d3 !important;
  align-items: normal !important;
}

.m-0px-5px {
  margin: 0px 5px;
}

.new-line {
  white-space: pre-line !important;
}

.ql-direction {
  display: none !important;
}

.ql-editor {
  font-family: "IRANSansWeb";
  direction: ltr !important;
  text-align: left !important;
}

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

.add-new-feature {
  background: #3577f0;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.center-left {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top-60 {
  top: 60px !important;
}

.main-product-images {
  justify-content: start;
  align-items: center;
  display: grid !important;
  grid-template-columns: auto auto auto !important;
  gap: 10px;
  margin-right: -10px;
}

.main-flex {
  display: flex;
  gap: 15px;
}

.pl-0 {
  padding-left: 0px !important;
}

.main-product-images img {
  background-color: #3577f0;
  border-radius: 10px;
}

.pr-20 {
  padding-left: 5px;
}

.main-product-images button {
  padding: 3px 5px;
  position: absolute;
  background: #ff6a6a;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
  margin: 8px;
}

.main-product-images button img {
  background-color: transparent !important;
}

.main-product-images button:hover {
  padding: 3px 5px;
  position: absolute;
  background: #ff6a6a;
  border: solid 2px white;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  margin: 8px;
}

.center {
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
}

.remove-feture:hover {
  transition: 0.4s;
  scale: 1.2 !important;
}

.hover\:left-\[4px\]:hover {
  left: 4px;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-\[\#ffff\]:hover {
  border-color: #ffff;
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#333333\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5A5CE0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 92 224 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f3f3f3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#292b8f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 43 143 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#eef3ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0e1030\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 16 48 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#111\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#2c1c66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 28 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5b65ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 101 255 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#222364\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 35 100 / var(--tw-bg-opacity));
}

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

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#4a4bbe\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 75 190 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#070846\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 8 70 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#3336c4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 54 196 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0a33ffe1\]:hover {
  background-color: #0a33ffe1;
}

.hover\:pr-\[20px\]:hover {
  padding-right: 20px;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-\[\#0a33ff44\]:hover {
  color: #0a33ff44;
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.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-sm:hover {
  --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);
}

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2: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(2px + 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-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[25px\] {
    bottom: 25px;
  }

  .md\:left-\[30px\] {
    left: 30px;
  }

  .md\:left-\[20px\] {
    left: 20px;
  }

  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[6px\] {
    top: 6px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-\[32px\] {
    top: 32px;
  }

  .md\:top-\[-7px\] {
    top: -7px;
  }

  .md\:top-\[5px\] {
    top: 5px;
  }

  .md\:top-\[12rem\] {
    top: 12rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:top-\[10px\] {
    top: 10px;
  }

  .md\:bottom-\[0px\] {
    bottom: 0px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mt-\[10px\] {
    margin-top: 10px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[-30px\] {
    margin-top: -30px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

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

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

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:h-\[90dvh\] {
    height: 90dvh;
  }

  .md\:max-h-\[89dvh\] {
    max-height: 89dvh;
  }

  .md\:max-h-\[30dvh\] {
    max-height: 30dvh;
  }

  .md\:max-h-\[50dvh\] {
    max-height: 50dvh;
  }

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

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

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

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

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

  .md\:border-\[0px\] {
    border-width: 0px;
  }

  .md\:bg-\[\#e9ecfe\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 236 254 / var(--tw-bg-opacity));
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

  .md\:p-\[20px\] {
    padding: 20px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:pl-\[10px\] {
    padding-left: 10px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-\[10px\] {
    padding-top: 10px;
  }

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

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

  .md\:pl-\[100px\] {
    padding-left: 100px;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

  .md\:pb-\[0\.1px\] {
    padding-bottom: 0.1px;
  }

  .md\:pl-\[1px\] {
    padding-left: 1px;
  }

  .md\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[260px\] {
    width: 260px;
  }

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