/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[17px\] {
  bottom: 17px;
}
.left-0 {
  left: 0px;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[110px\] {
  left: 110px;
}
.left-\[25px\] {
  left: 25px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[520px\] {
  left: 520px;
}
.left-\[530px\] {
  left: 530px;
}
.left-\[60px\] {
  left: 60px;
}
.left-\[90px\] {
  left: 90px;
}
.left-\[auto\] {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-12 {
  right: 3rem;
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[-25vh\] {
  right: -25vh;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[200px\] {
  right: 200px;
}
.right-\[205px\] {
  right: 205px;
}
.right-\[59px\] {
  right: 59px;
}
.right-\[auto\] {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[110px\] {
  top: 110px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[31px\] {
  top: 31px;
}
.top-\[49px\] {
  top: 49px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[90px\] {
  top: 90px;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9999\] {
  z-index: 9999;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-\[70px\] {
  margin-top: -70px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[\] {
  margin-bottom: ;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-\[-10px\] {
  margin-left: -10px;
}
.ml-\[-123px\] {
  margin-left: -123px;
}
.ml-\[-130px\] {
  margin-left: -130px;
}
.ml-\[-150px\] {
  margin-left: -150px;
}
.ml-\[-170px\] {
  margin-left: -170px;
}
.ml-\[-180px\] {
  margin-left: -180px;
}
.ml-\[-35px\] {
  margin-left: -35px;
}
.ml-\[-70px\] {
  margin-left: -70px;
}
.ml-\[-80px\] {
  margin-left: -80px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[170px\] {
  margin-left: 170px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.ml-\[200px\] {
  margin-left: 200px;
}
.ml-\[46px\] {
  margin-left: 46px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[50px\] {
  margin-left: 50px;
}
.ml-\[50vh\] {
  margin-left: 50vh;
}
.ml-\[67px\] {
  margin-left: 67px;
}
.ml-\[90px\] {
  margin-left: 90px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.mt-\[-80px\] {
  margin-top: -80px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[10vh\] {
  margin-top: 10vh;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-80 {
  height: 20rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[107px\] {
  height: 107px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[146px\] {
  height: 146px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[185px\] {
  height: 185px;
}
.h-\[187px\] {
  height: 187px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[90\%\] {
  min-height: 90%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vh\] {
  width: 100vh;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[110vh\] {
  width: 110vh;
}
.w-\[1116px\] {
  width: 1116px;
}
.w-\[1126px\] {
  width: 1126px;
}
.w-\[1156px\] {
  width: 1156px;
}
.w-\[1166px\] {
  width: 1166px;
}
.w-\[1180px\] {
  width: 1180px;
}
.w-\[1186px\] {
  width: 1186px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[1206px\] {
  width: 1206px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[148vh\] {
  width: 148vh;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[266px\] {
  width: 266px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[300vh\] {
  width: 300vh;
}
.w-\[300vhn\] {
  width: 300vhn;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[365px\] {
  width: 365px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[427px\] {
  width: 427px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[56vh\] {
  width: 56vh;
}
.w-\[574px\] {
  width: 574px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[70vh\] {
  width: 70vh;
}
.w-\[71px\] {
  width: 71px;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[82\%\] {
  width: 82%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[98px\] {
  width: 98px;
}
.w-\[9px\] {
  width: 9px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.basis-5 {
  flex-basis: 1.25rem;
}
.border-collapse {
  border-collapse: collapse;
}
.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.scale-105 {
  --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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[3px\] {
  gap: 3px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#00E109\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 225 9 / var(--tw-border-opacity, 1));
}
.border-\[\#16A34A\]\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}
.border-\[\#1c1b1b\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 27 27 / var(--tw-border-opacity, 1));
}
.border-\[\#A7F0BA\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 240 186 / var(--tw-border-opacity, 1));
}
.border-\[\#D22B2B\]\/40 {
  border-color: rgb(210 43 43 / 0.4);
}
.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}
.border-\[\#FF6B6B\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 107 / var(--tw-border-opacity, 1));
}
.border-\[\#FF8733\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 135 51 / var(--tw-border-opacity, 1));
}
.border-\[\#FF8A38\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 138 56 / var(--tw-border-opacity, 1));
}
.border-\[\#FF9C9C\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 156 156 / var(--tw-border-opacity, 1));
}
.border-\[\#FFA86B\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 168 107 / var(--tw-border-opacity, 1));
}
.border-\[\#FFB0B0\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 176 176 / var(--tw-border-opacity, 1));
}
.border-\[\#FFC980\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 201 128 / var(--tw-border-opacity, 1));
}
.border-\[\#FFE0CC\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 224 204 / var(--tw-border-opacity, 1));
}
.border-\[\#FFE7D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 231 214 / var(--tw-border-opacity, 1));
}
.border-\[2\] {
  border-color: 2;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#058702\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 135 2 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1f1f1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2b0b0b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 11 11 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CCFFCE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 255 206 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5FFE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 255 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5FFEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 255 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6E6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF3D00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF4A4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 74 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF8080\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF8A38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF9C57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 156 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFA86B33\] {
  background-color: #FFA86B33;
}
.bg-\[\#FFA86B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 107 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE1CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEDE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF2E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF3EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF5E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF9F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-toggleNone {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity, 1));
}
.bg-toggleOne {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 107 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[5px\] {
  padding: 5px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[100px\] {
  padding-left: 100px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[70px\] {
  padding-left: 70px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-4 {
  line-height: 1rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[7px\] {
  line-height: 7px;
}
.leading-\[9px\] {
  line-height: 9px;
}
.text-\[\#16A34A\] {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.text-\[\#1F8B24\] {
  --tw-text-opacity: 1;
  color: rgb(31 139 36 / var(--tw-text-opacity, 1));
}
.text-\[\#4169E1\] {
  --tw-text-opacity: 1;
  color: rgb(65 105 225 / var(--tw-text-opacity, 1));
}
.text-\[\#4BAE4F\] {
  --tw-text-opacity: 1;
  color: rgb(75 174 79 / var(--tw-text-opacity, 1));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}
.text-\[\#606060\] {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-\[\#838383\] {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity, 1));
}
.text-\[\#8A8A8A\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity, 1));
}
.text-\[\#9C9C9C\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}
.text-\[\#9ca3af\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#A9A9A9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}
.text-\[\#B46400\] {
  --tw-text-opacity: 1;
  color: rgb(180 100 0 / var(--tw-text-opacity, 1));
}
.text-\[\#D14343\] {
  --tw-text-opacity: 1;
  color: rgb(209 67 67 / var(--tw-text-opacity, 1));
}
.text-\[\#D22B2B\] {
  --tw-text-opacity: 1;
  color: rgb(210 43 43 / var(--tw-text-opacity, 1));
}
.text-\[\#D97706\] {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-\[\#EE404C\] {
  --tw-text-opacity: 1;
  color: rgb(238 64 76 / var(--tw-text-opacity, 1));
}
.text-\[\#FF4C4C\] {
  --tw-text-opacity: 1;
  color: rgb(255 76 76 / var(--tw-text-opacity, 1));
}
.text-\[\#FF7A1B\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 27 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA86B\] {
  --tw-text-opacity: 1;
  color: rgb(255 168 107 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.accent-\[\#FFA86B\] {
  accent-color: #FFA86B;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.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-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-\[4px_4px_0px_0px_\#000\] {
  --tw-shadow: 4px 4px 0px 0px #000;
  --tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#D8D8D8\] {
  --tw-shadow-color: #D8D8D8;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-0 {
  outline-width: 0px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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) !important;
}
.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-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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}

/* body {
  background-size: cover;
  background-image: url(/images/doodles-1.svg);
} */
h1 {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-size: 35px;
  font-weight: 700;
  line-height: 41.48px;
}

h2 {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-size: 25px;
  font-weight: 500;
  line-height: 30.66px;
}
h3 {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
p {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 18px;
  line-height: 21.33px;
  color: #1E1E1E;
}
span {
  font-family: var(--font-rubik);
}
label {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 18px;
  line-height: 21.33px;
  color: #1E1E1E;
}
::-moz-placeholder {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.59px;
  color: #B2B2B2;
}
::placeholder {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.59px;
  color: #B2B2B2;
}
.bg-dotted {
  background-size: cover;
  /* background-image: url(/images/doodles-1.svg); */
}
.roun {
  border-radius: 12px;
  /* background-image: url(/images/doodles-1.svg); */
}
.nextbtn{
  font-family: var(--font-rubik);

  font-size: 14px;
  font-weight: 500;
  line-height: 21.33px;
  text-align: left;
  
}

/* login css*/
.email {
  box-shadow: 4px 4px 0 0 #000;
}
.password {
  box-shadow: 4px 4px 0 0 #000;
}
.login-btn {
  border-radius: 14px;
  border: 2px solid #000;
  background: var(--NEW1, #ffa86b);
  box-shadow: 4px 4px 0 0 #000;
  color: #000;
  font-family: var(--font-rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  height: 50.384px;
}

/* Sidemenu */
button {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 15px;
  line-height: 18.59px;
  color: #1E1E1E;
}


/* dashboard */
.subscriptions {
  box-shadow: 4px 4px 0 0 #000;
}

/* Verification */
.heading {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 15px;
  line-height: 21.33px;
  color: #1E1E1E;
}
.tdata {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 15px;
  line-height: 30.59px;
  color: #1E1E1E;
}
.bg-gry:hover {
  background-color: #F3F3F3;
}
.accept {
  position: absolute;
  z-index: 6;
  bottom: -87px;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 20px;
}
.accpet-list {
  width: 40%;
  height: auto !important;
  border-radius: 8px;
  background: #fff;
  padding: 30px 0;
}
.bgc {
  background: #ffffff;
}

/* popup css */
.reject {
  box-shadow: 0px 4px 4px 0px #00000040;
}
select {
  font-family: var(--font-rubik);
}
.custom-select {
  position: relative;
  width: 100%;
}

.custom-select select {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1.5px solid #000;
  background-color: #FFF2E9;
  border-radius: 5px;
  height: 32px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  background-image: url('/images/arrow-down.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 12px;
}

/* profile grid css */
.bio-box {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.about-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.user {
  color: #FFA86B;
  font-family: var(--font-rubik);
  font-size: 20px;
  line-height: 24px;
}
.username {
  color: #1E1E1E;
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.btn-beige {
  border: 1.5px solid #1E1E1E;
  box-shadow: 4px 4px 0px 0px #1E1E1E;
  background-color: #FFA86B;
  border-radius: 14px;
  font-family: var(--font-rubik);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.btn-white {
  border: 1.5px solid #1E1E1E;
  box-shadow: 4px 4px 0px 0px #1E1E1E;
  background-color: #FFF;
  border-radius: 14px;
  font-family: var(--font-rubik);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.family {
  font-family: var(--font-rubik);
}

/* Brands dashboard */
.brand-h {
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 16px;
  line-height: 30.59px;
  color: #1E1E1E;
}
.b-data {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 15px;
  line-height: 24.59px;
  color: #1E1E1E;
}
.brand-input {
  background-color: #FFF0EB;
  border-radius: 5px;
  border: 1px solid #000;
  width: 508px;
  height: 38px;
  padding: 0 10px;
}
.brand-input::-moz-placeholder {
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--font-rubik);
  font-weight: 400;
}
.brand-input::placeholder {
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--font-rubik);
  font-weight: 400;
}
.green::-moz-placeholder {
  color: #4BAE4F;
}
.green::placeholder {
  color: #4BAE4F;
}
.red::-moz-placeholder {
  color: #FF3D00;
}
.red::placeholder {
  color: #FF3D00;
}
.brand-textarea {
  background-color: #FFF0EB;
  border-radius: 5px;
  border: 1px solid #000;
  width: 508px;
  padding: 0 10px;
}
.brand-textarea::-moz-placeholder {
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--font-rubik);
  font-weight: 400;
}
.brand-textarea::placeholder {
  color: #1E1E1E;
  font-size: 16px;
  font-family: var(--font-rubik);
  font-weight: 400;
}

@media screen and (min-width: 1536px) {
  .brand-h {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 18px;
    line-height: 30.59px;
    color: #1E1E1E;
  }
}

/* assign role */
.send-button {
  border-radius: 14px;
  border: 2px solid #000;
  background: #FFA86B;
  box-shadow: 4px 4px 0px 0px #000;
  color: #000;
  font-family: var(--font-rubik);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.33px; 
  width: 100%;
  height: 58px;
  flex-shrink: 0;
}
::-moz-placeholder {
  font-size: 14px;
}
::placeholder {
  font-size: 14px;
}
.form_label {
  font-size: 15px;
  line-height: 23.7px;
  font-weight: 500;
  color: #000;
  font-family: var(--font-rubik);
}
.form_input {
  border: 2px solid #000;
  border-radius: 14px;
  height: 54px;
  font-weight: 400;
  padding-left: 22px;
  padding-right:20px;
  outline: none;
  font-size: 14px;
  line-height: 16.59px;
  margin-top: 5px;
  font-family: var(--font-rubik);
}
.form_input.form_textarea {
  height: 97px;
  padding-top: 10px;
  padding-bottom: 10px;

}
.profileInfo{
  font-family: var(--font-rubik);
color: #A8A8A8;
;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  text-align: left;


.profileInfoB{
  font-family: var(--font-rubik);
font-size: 14px;
font-weight: 400;
line-height: 16.59px;
/* text-align: left; */
color: #151414;


}
}
.profileSub{
  font-family: var(--font-rubik);

  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  vertical-align: middle;
  
 
  /* text-align: left; */
  

}
.profilebb{
  font-family: var(--font-rubik);

font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;

}
.profilebtn{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 13px;
line-height: 100%;
letter-spacing: 0%;

}
.orangebtn{
  width: 546px;
  height: 44px;
  border-radius: 12px;
  border-width: 2px;
  gap: 10px;
  padding-top: 15px;
  padding-right: 234px;
  padding-bottom: 15px;
  padding-left: 234px;
  background: #FFA86B;
  border: 2px solid #1E1E1E  

}
.posts{
  width: 128px;
height: 128px;
top: 935px;
left: 343px;
gap: 0px;

opacity: 0px;

}
.wishlist{
  width: 245px;
height: 165px;
/* top: 1278px; */
/* left: 345px; */
gap: 0px;
opacity: 0px;

}
.transbox{
  background-color: #090909;
  /* border: 1px solid black; */
  opacity: 0.1;

}
.font{
  font-family: var(--font-rubik);
font-size: 13px;
font-weight: 500;
line-height: 18.96px;
}

.roundedBar {
  border-radius: 12px !important;
 
}
.fontNav{
  font-family: var(--font-rubik);
 
  font-size: 15px;
  font-weight: 500;
  line-height: 21.33px;
  text-align: left;
  
}
.aspect{
  
  aspect-ratio: 7.5;
  
}
.boldtext{
  font-family: var(--font-rubik);
  
font-size: 28px;
font-weight: 700;
line-height: 28px;
text-align: right;

}
.object{
  -o-object-fit: cover;
     object-fit: cover;
}
.normal{
  font-family: var(--font-rubik);

font-size: 13px;
font-weight: 400;
line-height: 16.59px;
/* text-align: left; */

}
.referral_post_table {
  border-collapse: separate;
  background:#FFF9F5;
  border-spacing: 0 0px;
  width: 1126px;
}
.referral_post_table thead th {
  background: #FFA86B;

  /* border-radius: 12px; */
  overflow: hidden;
  /* font-size: 18px;
  line-height: 21px;
  font-weight: 500; */
  padding: 0px 1vw;
  text-align: left;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.referral_post_table thead tr,
.referral_post_table thead tr th {
  height: 58px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;


}
.referral_post_table tbody tr,
.referral_post_table tbody tr td {
  height: 50px;
  margin-top: 24px;
  border-bottom: 2px solid #FFE7D6

}
.referral_post_table tbody td {
  overflow: hidden;
  
}
.referral_post_table thead tr th:not(:first-child):not(:last-child) {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
/* .referral_post_table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 3vw;
} */

.referral_post_table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 3vw;
}
.referral_post_table thead tr th:last-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.campaign_post_table {
  border-collapse: separate;
  border-spacing: 0 0px;
  width: 1156px;
}
.campaign_post_table thead th {
  background: #FFA86B;

  /* border-radius: 12px; */
  overflow: hidden;
  /* font-size: 18px;
  line-height: 21px;
  font-weight: 500; */
  padding: 0px 1vw;
  text-align: left;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.campaign_post_table thead tr,
.campaign_post_table thead tr th {
  height: 58px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;


}
.campaign_post_table tbody tr,
.campaign_post_table tbody tr td {
  height: 50px;
  margin-top: 24px;
  border-bottom: 2px solid #F0F0F0

}
.campaign_post_table tbody td {
  overflow: hidden;
  
}
.campaign_post_table thead tr th:not(:first-child):not(:last-child) {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
/* .campaign_post_table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 3vw;
} */

.campaign_post_table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 3vw;
}
.campaign_post_table thead tr th:last-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.profileverify{
  font-family: var(--font-rubik);
font-size: 15px;
font-weight: 500;
line-height: 21.33px;
text-align: left;

}
.new-btn{
  width: 670px;
height: 48px;
border-radius: 14px;
gap: 16px;
border-width: 1.5px;
padding-top: 16px;
padding-right: 150px;
padding-bottom: 16px;
padding-left: 150px;
background: #FFFFFF;
border: 1.5px solid #1E1E1E;
}
.new-bt{
  width: 670px;
height: 48px;
border-radius: 14px;
gap: 16px;
border-width: 1.5px;
padding-top: 16px;
padding-right: 150px;
padding-bottom: 16px;
padding-left: 150px;
background: #FFA86B;
border: 1.5px solid #1E1E1E

}
.btn-text{
  font-family: Rubik;
font-weight: 500;
font-size: 16px;
line-height: 18.96px;
letter-spacing: 0%;

}
.nch{
 padding: 3px;
 padding-left: 3px;
 padding-right: 3px;
  height: 31px;
  border-radius: 26px;
  border-width: 2px;
  background: #FFDBC2;
  border: 2px solid #000000
  
}
.dash{
  width: 210px;
height: 52px;
top: 140px;
border-radius: 12px;
border-width: 2px;
padding: 8px;
/* gap: 10px; */

}
@media (max-width: 600px) {
  .dash {
    width: 80%; /* Take more width on smaller screens */
    min-height: 45px; /* Slightly smaller height */
    padding: 6px; /* Adjust padding */
  }
}

/* Media Query for larger screens */
@media (min-width: 1200px) {
  .dash {
    width: 200px; /* Set a more fixed width */
  }
}
.dashOne{
  width: 210;
height: 52;


}
.smdash{
  width: 171px;
height: 150px;
gap: 10px;
border-radius: 16px;
border-width: 2px;
padding: 20px;

}
.shado{
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);

}
.fpayout{
  width: 493px;
height: 150px;
margin-bottom: 20px;
top: 354px;
left: 20px;
border-radius: 16px;
padding: 20px;
gap: 10px;
border-width: 2px;
background: #FFF3EB;
border: 2px solid #FFE7D6
}
.trendcard{
  width: 228px;
height: 324px;
border-radius: 12px;
padding: 10px;
gap: 10px;
border-width: 2px;
border: 2px solid #FFE0CC;
background: #FFF9F5;

}
.trendimagewish{
  width: 266px;
height: 215px;
border-radius: 8px;

}
.trendimage{
  width: 266;
height: 215;
border-radius: 8px;

}
.trendlike{
  width: 99px;
  height: 37px;
  border-radius: 10px;
  gap: 10px;
  border-width: 2px;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  background: #FFA86B;
  border: 2px solid #1E1E1E
}
.trendcomm{
  width: 99px;
  height: 37px;
  border-radius: 10px;
  gap: 10px;
  border-width: 2px;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  
  border: 2px solid #FFF3EB;
  background: #FFFFFF;

}
.ameer{
  width:230px;
height: 68px;
border-radius: 12px;
gap: 10px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 10px;
background: #1E1E1E;

}
/* font-family: var(--font-rubik) */
.barhead{
  font-family: var(--font-rubik);
font-weight: 700;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
text-transform: uppercase;
color: #1E1E1E;

}
.trecon{
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8B8B8B;

}
.cname{
  font-family: var(--font-rubik);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;

}
.cfollow{
  font-family: Rubik;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  
}
.eyebox{
  width: 50px;
height: 34px;
border-radius: 8px;
gap: 10px;
border-width: 1.5px;
padding-top: 9px;
padding-right: 13px;
padding-bottom: 9px;
padding-left: 13px;
background: #FFE1CC;
border: 1.5px solid #FF8A38
}
.eyeboxTwo{
  width: 50px;
height: 34px;
border-radius: 8px;
gap: 10px;
border-width: 1.5px;
padding-top: 9px;
padding-right: 13px;
padding-bottom: 9px;
padding-left: 13px;

border: 1.5px solid #FF8A38
}
.bottomline{
  width: 1086px;
top: 172px;
left: 20px;
border-width: 2px;
border: 2px solid #F0F0F0
}
.acc{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.accbtn{
  width: 153px;
  height: 48px;
  border-radius: 12px;
  gap: 10px;
  border-width: 2px;
  padding-top: 12px;
  padding-right: 51px;
  padding-bottom: 12px;
  padding-left: 51px;
  border: 2px solid #1E1E1E
}
.accbtntwo{
  width: 153px;
  height: 48px;
  border-radius: 12px;
  gap: 10px;
  border-width: 2px;
  padding-top: 12px;
  padding-right: 51px;
  padding-bottom: 12px;
  padding-left: 51px;
  background: #FFA86B;
  border: 2px solid #1E1E1E
}
.acctext{
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  
}
.sndbtn{
  width: 379px;
height: 48px;
border-radius: 14px;
gap: 10px;
border-width: 2px;
padding-top: 16px;
padding-right: 46px;
padding-bottom: 16px;
padding-left: 46px;
background: #FFA86B;
border: 2px solid #1E1E1E
}
.r1{
  width: 142px;
  height: 46px;
  border-radius: 14px;
  gap: 10px;
  border-width: 2px;
 
  padding-left: 20px;

  border: 2px solid #1E1E1E
}
.r2{
  width: 221px;
height: 46px;
border-radius: 14px;
gap: 10px;
border-width: 2px;

padding-left: 20px;
border: 2px solid #1E1E1E
}
.r3{
  width: 258px;
height: 46px;
border-radius: 14px;
gap: 10px;
border-width: 2px;

padding-left: 20px;
border: 2px solid #1E1E1E
}
.r4{
  width: 86px;
height: 46px;
border-radius: 14px;
gap: 10px;
border-width: 2px;

padding-left: 20px;
border: 2px solid #1E1E1E

}
.area{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

}
.fp{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 16px;
line-height: 16px;
letter-spacing: 0%;

}
.pp{
  font-family: var(--font-rubik);
font-weight: 700;
font-size: 32px;
line-height: 32px;
letter-spacing: 0%;

}
.reftext{
  
  font-family: var(--font-rubik);
font-weight: 600;
font-size: 18px;
line-height: 16px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;

}
.backbutton{
  width: 109px;
  height: 40px;
  top: 141px;
  gap: 7.44px;
  border-radius: 10.42px;
  border-width: 4px;


  border: 2px solid #1E1E1E  
}
.bbtn{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 13px;
line-height: 100%;
letter-spacing: 0%;

}
.rfilter{
padding: 5px;
padding-right: 10px;
padding-left: 10px;
gap: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 20px;
border-width: 1.5px;
text-align: center;

border: 2px solid #1E1E1E
}
.rftext{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0%;
vertical-align: middle;

}
.probox{
  width: 267px;
height: 144px;
border-radius: 16px;
border-width: 2px;
background: #FFF3EB;
border: 2px solid #FFE7D6;
gap: 20px;

}
.proboxtwo{
  width: 361px;
height: 144px;
border-radius: 16px;
border-width: 2px;
background: #FFF3EB;
border: 2px solid #FFE7D6;
gap: 20px;

}
.proboxthree{
  width: 1156px;

height: 144px;
border-radius: 16px;
border-width: 2px;
background: #FFF3EB;
border: 2px solid #FFE7D6;
gap: 20px;

}
.pi{
  font-family: var(--font-rubik);

  color: #1E1E1E;

  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  
}
.pt{
  font-family: var(--font-rubik);
  color: #1E1E1E;

  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  
}
.proboxt{
  width: 554px;
  height: 82px;
  top: 565px;
  border-radius: 16px;
  border-width: 2px;
  padding: 20px;
  
  background: #FFF3EB;
  border: 2px solid #FFE7D6
}
.proboxf{
  width: 275px;
height: 82px;
top: 675px;
border-radius: 16px;
border-width: 2px;
padding: 20px;
gap: 20px;
background: #FFF3EB;
border: 2px solid #FFE7D6
}
.probtn{
  width: 1156px;
height: 60px;
top: 789px;
flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 16px;
border-width: 2px;
padding: 8px;
gap: 10px;
background: #FFFFFF;
border: 2px solid #1E1E1E
}
.probtnfour{
  width: 936px;
height: 60px;
top: 789px;
flex-direction: row;
border-radius: 16px;
border-width: 2px;
gap: 6px;
background: #FFFFFF;
border: 2px solid #1E1E1E
}
.probtntext{
  font-family: var(--font-rubik);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  width:98px;
  text-align: center;
}
.wisht{
font-family: var(--font-rubik);
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}
.wishd{
font-family: var(--font-rubik);
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;

}
.wishfund{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;

}
.wishcollected{
font-family: var(--font-rubik);
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-align: right;

}

.nichetext{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
border: #000 1px solid;

}
.ttt{
gap: 10px;
border-radius: 26px;
border-width: 1.5px;
padding-top: 8px;
padding-right: 16px;
padding-bottom: 8px;
padding-left: 16px;
background: #FFDBC2;
border: 1.5px solid #000000
}
.viewlist{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0%;
vertical-align: middle;

}
.viewbtn{
  width: 76;
  height: 24;
  gap: 10px;
  border-radius: 20px;
  border-width: 1.5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFA86B;
  border: 1.5px solid #1E1E1E  
}
.refftext{
  font-family: var(--font-rubik);

  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  
}
.community{
  width: 267px;
height: 82px;
gap: 20px;
border-radius: 16px;
border-width: 2px;
padding: 20px;
background: #FFF3EB;
border: 2px solid #FFE7D6
}
.refftexttwo{
  font-family: var(--font-rubik);

font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}
.viewlist{
  width: 171px;
height: 60px;
top: 744px;
left: 955px;
gap: 10px;
padding-top: 17px;
padding-right: 32px;
padding-bottom: 17px;
padding-left: 32px;
border-radius: 14px;
border-width: 2px;
background: #FFA86B;
border: 2px solid #1E1E1E
}
.listtext{
  font-family: var(--font-rubik);
 
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.creatordash{
  width: 396px;
  margin-top: 40px;
height: 150px;
gap: 10px;
border-radius: 16px;
border-width: 2px;
padding: 20px;
background: #FFF3EB;
border: 2px solid #FFE7D6
}
.active{
  font-family: var(--font-rubik);

  color: #00CA14;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  
top: 8px;
left: -0.14px;
gap: 10px;
border-radius: 30px;
border-width: 1.5px;
padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;
border: 1.5px solid #00CA14;
background: #00CA141A;

}
.inactive{
  font-family: var(--font-rubik);


  color: #F73B3B;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
top: 8px;
left: -4.86px;
gap: 8px;
border-radius: 30px;
border-width: 1.5px;
padding-top: 10px;
padding-right: 14px;
padding-bottom: 10px;
padding-left: 14px;
background: #F73B3B33;
border: 1.5px solid #F73B3B
}
.filter{
  border: 2px solid #1E1E1E;
top: 323px;
gap: 8px;
border-radius: 14px;
border-width: 2px;

}
.ftext{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 14px;
line-height: 14px;
letter-spacing: 0%;

}
.csv{

top: 323px;
left: 988px;
gap: 8px;
border-radius: 14px;
border-width: 2px;
padding-top: 14px;
padding-right: 20px;
padding-bottom: 14px;
padding-left: 20px;
background: #FFA86B;
border: 2px solid #1E1E1E
}
.otext{
  font-family: var(--font-rubik);
border-bottom: 2px solid #EBEBEB;

width: 100%;
font-weight: 500;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
text-align: center;

}
.nictext{
  font-family: var(--font-rubik);
  border-bottom: 2px dotted #EBEBEB;

font-weight: 400;
font-size: 14px;
line-height: 14px;
letter-spacing: 0%;
text-align: center;

}
.rtext{
  font-family: var(--font-rubik);
font-weight: 500;
font-size: 14px;
line-height: 10px;
letter-spacing: 0%;

}
.bulkbtn{
  /* background: #FFA86B; */
  border: 2px solid #1E1E1E;
  border-radius: 14px;
  gap: 10px;
  border-width: 2px;
  padding-top: 16px;
  padding-right: 46px;
  padding-bottom: 16px;
  padding-left: 46px;
  
}
.bulktxt{
  font-family: var(--font-rubik);

  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  
}
.ebody{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.einput{
  width: 379px;
height: 60px;
border-radius: 14px;
padding: 20px;
gap: 10px;
border-width: 2px;
border: 2px solid #1E1E1E;
background: #FFFFFF;


}
.einput::-moz-placeholder {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  
}
.einput::placeholder {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  
}

.earea{
  width: 379px;
height: 158px;
border-radius: 14px;
padding: 20px;
gap: 10px;
border-width: 2px;
border: 2px solid #1E1E1E;
background: #FFFFFF;
}
.emaisend{
  width: 379px;
height: 48px;
border-radius: 14px;
gap: 10px;
border-width: 2px;
padding-top: 16px;
padding-right: 46px;
padding-bottom: 16px;
padding-left: 46px;
background: #FFA86B;
border: 2px solid #1E1E1E;
font-family: var(--font-rubik);

font-weight: 600;
font-size: 16px;
line-height: 16px;
letter-spacing: 0%;

}
.earea::-moz-placeholder {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  
}
.earea::placeholder {
  font-family: var(--font-rubik);
  color: #1E1E1E;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  
}
.refbtntext{
  font-family: var(--font-rubik);

font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0%;
vertical-align: middle;

}
.refview{
  border: 1.5px solid #1E1E1E;
  background: #FFA86B;

border-radius: 20px;
padding: 12px;
gap: 10px;
border-width: 1.5px;

}
.searchBar{
  width: 719px;
height: 56px;
min-width: 360px;
max-width: 720px;
top: 49px;
left: 204px;
gap: 12px;
border-radius: 28px;
border-width: 2px;

padding-left: 60px;
background: #F5F5F5;
border: 2px solid #EBEBEB
}
.nextbtn{
  width: 168px;
height: 54px;
top: 1142px;
left: 518px;
border-radius: 14px;
border-width: 2px;
padding-top: 17px;
padding-right: 32px;
padding-bottom: 17px;
padding-left: 32px;
gap: 10px;
background: #FFA86B;
border: 2px solid #1E1E1E;
font-family: var(--font-rubik);
text-align: center;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.nextbtntwo{
  width: 168px;
height: 54px;
top: 1142px;
left: 518px;
border-radius: 14px;
border-width: 2px;
padding-top: 17px;
padding-right: 32px;
padding-bottom: 17px;
padding-left: 32px;
gap: 10px;
background: #bdbdbd;
border: 2px solid #1E1E1E;
font-family: var(--font-rubik);
text-align: center;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.backbtn{
  width: 54px;
  height: 54px;
  top: 1142px;

  
  border-radius: 14px;
  border-width: 2px;
 
 
  gap: 10px;
  border: 2px solid #1E1E1E
  
  
}
.backbtntwo{
  width: 54px;
  height: 54px;
background: #bdbdbd;

  top: 1142px;
  left: 441px;
  border-radius: 14px;
  border-width: 2px;

  gap: 10px;
  border: 2px solid #1E1E1E
  
  
}
/* Base style (mobile-first) */
.responsive-container {
  display: flex;
  gap: 1.5rem;
  margin-top: 2px;
  width: 100%;
  padding: 0 1rem;
  flex-direction: column;
}

/* Tablet and up */
@media (min-width: 640px) {
  .responsive-container {
    max-width: 640px;
    padding: 0 1.5rem;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .responsive-container {
    max-width: 768px;
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .responsive-container {
    max-width: 1024px;
    padding: 0 2.5rem;
  }
}

@media (min-width: 1280px) {
  .responsive-container {
    max-width: 1166px;
    padding: 0;
  }
}
.dess{
  font-family: var(--font-rubik);
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;

}
.subscription{
    font-family: var(--font-rubik);
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}
.shh{
  box-shadow: 0px 0px 25px 0px #00000033;

}
.afilter{
border: 1.5px solid #1E1E1E;
opacity: 1;
gap: 10px;
border-radius: 20px;
border-width: 1.5px;
padding: 12px;

}
.rev-total{
  width: 1168px;
height: 60px;
/* angle: 0 deg; */
margin-top: 20px;
opacity: 1;
top: 873px;
border-radius: 14px;
border-width: 2px;
padding: 20px;
gap: 10px;
background: #FAFAFA;
border: 2px solid #1E1E1E
}
.rev-text{

  
    font-family: var(--font-rubik);

font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
text-align: right;

}
.war{
width: 118px;
height: 44px;
opacity: 1;
top: 421px;
left: 987px;
gap: 6px;
background: #FFFFFF;
border: 1px solid #FF4C4C;
border-radius: 10px;
border-width: 1px;
padding-top: 10px;
padding-right: 12px;
padding-bottom: 10px;
padding-left: 12px;
   

}
.wartext{
 font-family: var(--font-rubik);
font-weight: 500;
font-style: Medium;
font-size: 12px;
line-height: 12px;
letter-spacing: 0%;
}
.susbtn{
width: 167.77000427246094px;
height: 54px;
opacity: 1;
gap: 10px;
border-radius: 14px;
border-width: 2px;
padding-top: 17px;
padding-right: 32px;
padding-bottom: 17px;
padding-left: 32px;
border: 2px solid #1E1E1E
}
.sustext{
 font-family: var(--font-rubik);

font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.deleBox{
  width: 370px;
  padding: 20px;
height: 190px;
opacity: 1;
border-radius: 16px;
background: #FFFFFF;

}
.delebtn{
  width: 153px;
  height: 48px;
  opacity: 1;
  border-radius: 12px;
  gap: 10px;
border-width: 2px;
padding-top: 12px;
padding-right: 51px;
padding-bottom: 12px;
padding-left: 51px;
}
.delebtntwo{
  width: 153px;
  height: 48px;
  opacity: 1;
  border-radius: 12px;
  gap: 10px;
border-width: 2px;
padding-top: 12px;
padding-right: 51px;
padding-bottom: 12px;
padding-left: 51px;
}
.wisdeltxt{
 font-family: var(--font-rubik);

font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;

}
.wisdeltxtbol{
 font-family: var(--font-rubik);

font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;

}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:border-\[\#0000\]:hover {
  border-color: #0000;
}
.hover\:bg-\[\#E2E2E2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FF5C5C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 92 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FF6666\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FF8A38\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 56 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FFA86B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 107 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FFE0CC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 204 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FFF3EB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:scale-110 {
  --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));
}
@media not all and (min-width: 1536px) {

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

  .max-2xl\:mt-\[20px\] {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:mt-\[13px\] {
    margin-top: 13px;
  }
}
@media (min-width: 768px) {

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

  .md\:w-\[80\%\] {
    width: 80%;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

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

  .xl\:h-\[98px\] {
    height: 98px;
  }
}
@media (min-width: 1536px) {

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

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

  .\32xl\:h-\[119px\] {
    height: 119px;
  }

  .\32xl\:h-\[169px\] {
    height: 169px;
  }

  .\32xl\:h-\[190px\] {
    height: 190px;
  }

  .\32xl\:h-\[96px\] {
    height: 96px;
  }

  .\32xl\:w-\[155px\] {
    width: 155px;
  }

  .\32xl\:w-\[267px\] {
    width: 267px;
  }

  .\32xl\:w-\[82\%\] {
    width: 82%;
  }

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

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

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

  .\32xl\:text-\[19px\] {
    font-size: 19px;
  }

  .\32xl\:leading-\[10px\] {
    line-height: 10px;
  }

  .\32xl\:leading-\[14px\] {
    line-height: 14px;
  }

  .\32xl\:leading-\[19px\] {
    line-height: 19px;
  }
}
.\[\&\>canvas\]\:\[font-size\:0\!important\]>canvas {
  font-size: 0 !important;
}
.\[\&\>canvas\]\:\[text-rendering\:none\!important\]>canvas {
  text-rendering: none !important;
}
