/*
! tailwindcss v3.4.10 | 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 */
  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]) {
  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::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;
}
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

*, ::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 350px) {

  .container {
    max-width: 350px;
  }
}
@media (min-width: 500px) {

  .container {
    max-width: 500px;
  }
}
@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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-0 {
  top: -0px;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-7 {
  right: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-3 {
  top: 0.75rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-18px\] {
  top: -18px;
}
.top-\[-6px\] {
  top: -6px;
}
.top-\[115px\] {
  top: 115px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[5px\] {
  top: 5px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[9999\] {
  z-index: 9999;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mt-\[0px\] {
  margin-top: 0px !important;
}
.\!mt-\[85px\] {
  margin-top: 85px !important;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[-10px\] {
  margin-left: -10px;
}
.ml-\[-3px\] {
  margin-left: -3px;
}
.ml-\[0\.8rem\] {
  margin-left: 0.8rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[3\%\] {
  margin-left: 3%;
}
.ml-\[5\%\] {
  margin-left: 5%;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 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-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[124px\] {
  margin-top: 124px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[250px\] {
  margin-top: 250px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[280px\] {
  margin-top: 280px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-\[174px\] {
  height: 174px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[103px\] {
  height: 103px;
}
.h-\[111px\] {
  height: 111px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[237px\] {
  height: 237px;
}
.h-\[239px\] {
  height: 239px;
}
.h-\[24\%\] {
  height: 24%;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[534px\] {
  height: 534px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[599px\] {
  height: 599px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[69\.5px\] {
  height: 69.5px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[98px\] {
  height: 98px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[207px\] {
  width: 207px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[364px\] {
  width: 364px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[47px\] {
  width: 47px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[79\%\] {
  width: 79%;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[89px\] {
  width: 89px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[96\%\] {
  width: 96%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[29rem\] {
  max-width: 29rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[348px\] {
  max-width: 348px;
}
.max-w-\[393px\] {
  max-width: 393px;
}
.max-w-\[43rem\] {
  max-width: 43rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[593px\] {
  max-width: 593px;
}
.max-w-\[598px\] {
  max-width: 598px;
}
.max-w-\[64px\] {
  max-width: 64px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[\] {
  max-width: ;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.\!flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[-30px\] {
  --tw-translate-x: -30px;
  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));
}
.translate-x-\[30px\] {
  --tw-translate-x: 30px;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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 fade458 {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
  }
}
.animate-fade458 {
  animation: fade458 1s linear infinite;
}
@keyframes moveLeft {

  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.animate-move-left {
  animation: moveLeft 20s linear infinite;
}
@keyframes spin {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.animate-spin-custom {
  animation: spin 1s linear infinite;
}
@keyframes wiggle {

  0% {
    box-shadow: 0 0 0 0 #0004;
  }

  100% {
    box-shadow: 0 0 0 30px #0000;
  }
}
.animate-wiggle {
  animation: wiggle 1s ease-in-out infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.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-28 {
  gap: 7rem !important;
}
.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-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[5px\] {
  gap: 5px;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-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-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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-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));
}
.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-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-none {
  overscroll-behavior: none;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[10px\] {
  border-radius: 10px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0px\] {
  border-radius: 0px;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[31px\] {
  border-radius: 31px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[45px\] {
  border-radius: 45px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.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-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-bl-\[31px\] {
  border-bottom-left-radius: 31px;
}
.rounded-br-\[31px\] {
  border-bottom-right-radius: 31px;
}
.rounded-tl-\[30px\] {
  border-top-left-radius: 30px;
}
.rounded-tl-\[31px\] {
  border-top-left-radius: 31px;
}
.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}
.rounded-tr-\[31px\] {
  border-top-right-radius: 31px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2\.5px\] {
  border-width: 2.5px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-\[\#0C7C2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(12 124 44 / var(--tw-border-opacity));
}
.border-\[\#0c7c7a\] {
  --tw-border-opacity: 1;
  border-color: rgb(12 124 122 / var(--tw-border-opacity));
}
.border-\[\#1890ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 144 255 / var(--tw-border-opacity));
}
.border-\[\#424242\] {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity));
}
.border-\[\#8129D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(129 41 217 / var(--tw-border-opacity));
}
.border-\[\#CBCBCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-\[\#D9297D\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 41 125 / var(--tw-border-opacity));
}
.border-\[\#DCDCDC\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-\[\#FFB73B\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 183 59 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#01ACD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 172 210 / var(--tw-bg-opacity));
}
.bg-\[\#151515\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.bg-\[\#19B0444D\] {
  background-color: #19B0444D;
}
.bg-\[\#1e1e20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 32 / var(--tw-bg-opacity));
}
.bg-\[\#30ded34d\] {
  background-color: #30ded34d;
}
.bg-\[\#6cc8dd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(108 200 221 / var(--tw-bg-opacity));
}
.bg-\[\#722ED1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 46 209 / var(--tw-bg-opacity));
}
.bg-\[\#8129D933\] {
  background-color: #8129D933;
}
.bg-\[\#8129D94D\] {
  background-color: #8129D94D;
}
.bg-\[\#8129D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity));
}
.bg-\[\#D9297D99\] {
  background-color: #D9297D99;
}
.bg-\[\#D9297D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 41 125 / var(--tw-bg-opacity));
}
.bg-\[\#DFFF18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 255 24 / var(--tw-bg-opacity));
}
.bg-\[\#F1EFEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 238 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#FFB73B4D\] {
  background-color: #FFB73B4D;
}
.bg-\[\#FFFEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 255 / var(--tw-bg-opacity));
}
.bg-\[\#a762ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 98 236 / var(--tw-bg-opacity));
}
.bg-\[rgb\(245\2c 245\2c 245\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-custom-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-customViolet {
  --tw-bg-opacity: 1;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-semi-transparent-white {
  background-color: #FFFFFFB2;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-Banner-Image {
  background-image: url(/_next/static/media/social-banner.8f100f95.png);
}
.bg-custom-gradient {
  background-image: linear-gradient(90deg, #3B1D7B 0%, #8B1AB3 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-landing-page-new-way-section-gradient {
  background-image: linear-gradient(90deg, rgba(80,43,137,1) 2%, rgba(96,28,148,1) 35%, rgba(125,26,169,1) 100%);
}
.from-\[\#01ACD2\] {
  --tw-gradient-from: #01ACD2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 172 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#E5457D\] {
  --tw-gradient-to: #E5457D var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[110px\] {
  padding: 110px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[50px\] {
  padding: 50px;
}
.p-\[6px\] {
  padding: 6px;
}
.\!px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20\.5px\] {
  padding-left: 20.5px;
  padding-right: 20.5px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.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-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pb-\[50px\] {
  padding-bottom: 50px !important;
}
.\!pt-4 {
  padding-top: 1rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[110px\] {
  padding-top: 110px;
}
.pt-\[145px\] {
  padding-top: 145px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.\!text-end {
  text-align: end !important;
}
.text-end {
  text-align: end;
}
.\!font-ProximaRegular {
  font-family: ProximaNova-Regular, sans-serif !important;
}
.font-ActayBold {
  font-family: ActayWide-Bold, sans-serif;
}
.font-ActayRegular {
  font-family: ActayWide-Regular, sans-serif;
}
.font-ProximaBold {
  font-family: ProximaNova-Bold, sans-serif;
}
.font-ProximaRegular {
  font-family: ProximaNova-Regular, sans-serif;
}
.font-ProximaSemiBold {
  font-family: ProximaNova-Semibold, sans-serif;
}
.font-ProximaThinItalic {
  font-family: ProximaNova-Light, sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.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-\[600\] {
  font-weight: 600 !important;
}
.font-\[14px\] {
  font-weight: 14px;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[510\] {
  font-weight: 510;
}
.font-\[600\] {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[13\.78px\] {
  line-height: 13.78px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-\[\#000000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#FAFAFA\] {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-LightBlack {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-LightBlue {
  --tw-text-opacity: 1;
  color: rgb(1 172 210 / var(--tw-text-opacity));
}
.text-\[\#009834\] {
  --tw-text-opacity: 1;
  color: rgb(0 152 52 / var(--tw-text-opacity));
}
.text-\[\#1890ff\] {
  --tw-text-opacity: 1;
  color: rgb(24 144 255 / var(--tw-text-opacity));
}
.text-\[\#1F1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-\[\#414141\] {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}
.text-\[\#515151\] {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}
.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#8129D9\] {
  --tw-text-opacity: 1;
  color: rgb(129 41 217 / var(--tw-text-opacity));
}
.text-\[\#848484\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-\[\#CDCDCD\] {
  --tw-text-opacity: 1;
  color: rgb(205 205 205 / var(--tw-text-opacity));
}
.text-\[\#D9297D\] {
  --tw-text-opacity: 1;
  color: rgb(217 41 125 / var(--tw-text-opacity));
}
.text-\[\#DCDCDC\] {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.text-\[\#FAFAFA\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-customBlack {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-customViolet {
  --tw-text-opacity: 1;
  color: rgb(129 41 217 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.caret-black {
  caret-color: #000;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-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);
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-opacity {
  transition-property: opacity;
  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-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.\[grid-area\:menuu\] {
  grid-area: menuu;
}

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url(/_next/static/media/ProximaNova-Bold.85e2ef83.otf);
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url(/_next/static/media/ProximaNova-Regular.f6846059.otf);
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url(/_next/static/media/ProximaNova-Semibold.4ce555f5.otf);
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url(/_next/static/media/ProximaNova-Light.5bc35956.otf);
}

@font-face {
  font-family: "ActayWide-Bold";
  src: url(/_next/static/media/ActayWide-Bold.53228008.otf);
}

@font-face {
  font-family: "ActayWide-Regular";
  src: url(/_next/static/media/Actay-Regular.d670c8cd.otf);
}

@font-face {
  font-family: "ActayWide-Semibold";
  src: url(/_next/static/media/ActayCondensed-Thin.31334133.otf);
}

@font-face {
  font-family: "ActayWide-ThinItalic";
  src: url(/_next/static/media/ActayCondensed-ThinItalic.153af244.otf);
}

/* Custom Checkbox Styles */
.bounty-checkbox .ant-checkbox-wrapper .ant-checkbox {
  border-color: transparent;
}

.bounty-checkbox .ant-checkbox-inner {
  border-radius: 9999px;
  background-color: white;
}

.bounty-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: white !important;
  border-color: transparent;
}

.bounty-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #8129d9;
}

.bounty-checkbox .ant-checkbox-inner {
  border: none !important;
  box-shadow: none !important;
}

.poll-checkbox .ant-checkbox-wrapper .ant-checkbox {
  border-color: transparent;
}

.poll-checkbox .ant-checkbox-inner {
  border-radius: 9999px;
  background-color: white;
}

.poll-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: white !important;
  border-color: transparent;
}

.poll-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #8129d9;
}

.poll-checkbox .ant-checkbox-inner {
  border: none !important;
  box-shadow: none !important;
}

.checkbox-invisible .ant-checkbox-wrapper .ant-checkbox {
  border-color: transparent;
}

.checkbox-invisible .ant-checkbox-inner {
  border-radius: 9999px;
  background-color: transparent;
}

.checkbox-invisible .ant-checkbox-checked .ant-checkbox-inner {
  background-color: transparent !important;
  border-color: transparent;
}

.checkbox-invisible .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #8129d9;
}

.checkbox-invisible .ant-checkbox-inner {
  border: none !important;
  box-shadow: none !important;
}

.trivia-checkbox .ant-checkbox-wrapper .ant-checkbox {
  border-color: transparent;
}

.trivia-checkbox .ant-checkbox-inner {
  border-radius: 9999px;
  background-color: white;
}

.trivia-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: white !important;
  border-color: transparent;
}

.trivia-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #d9297d;
}

.trivia-checkbox .ant-checkbox-inner {
  border: none !important;
  box-shadow: none !important;
}

.refel-checkbox .ant-checkbox-wrapper .ant-checkbox {
  border-color: transparent;
}

.refel-checkbox .ant-checkbox-inner {
  border-radius: 9999px;
  background-color: white;
}

.refel-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: white !important;
  border-color: transparent;
}

.refel-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #296fd9;
}

.refel-checkbox .ant-checkbox-inner {
  border: none !important;
  box-shadow: none !important;
}

.poll-input input {
  border: none;
  margin-top: 10px;
  width: 100%;
}

.trivia-form .input-bold-placeholder::placeholder {
  font-weight: bold;
}

.custom-input::placeholder {
  color: white;
  font-weight: 50;
  font-family: sans-serif;
}

.custom-input {
  border: none;
  box-shadow: none;
}

.custom-input:focus {
  border: none;
  box-shadow: none;
  background: transparent;
}

.custom-input:hover {
  background-color: transparent;
}

.text-custom-gradiant {
  background: linear-gradient(
    90deg,
    rgb(107, 0, 151) 2%,
    rgba(96, 27, 148, 1) 35%,
    rgb(94, 0, 151) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.antd-custom-icon-color {
  color: white;
}

/* @keyframes top-to-bottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

@keyframes bottom-to-top {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
} */

@keyframes top-to-bottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes bottom-to-top {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* .slick-slide{
  width: 315px!important;
} */
.animate-top-to-bottom {
  animation: top-to-bottom 10s linear infinite;
}

.animate-bottom-to-top {
  animation: bottom-to-top 10s linear infinite;
}

/* 
.animate-top-to-bottom {
  animation: top-to-bottom 10s linear infinite;
  animation-iteration-count: infinite;
}

.animate-bottom-to-top {
  animation: bottom-to-top 10s linear infinite;
  animation-iteration-count: infinite;
} */

/* Container for the scrolling effect */
.image-container {
  position: relative;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
}

/* Wrapper for the images */

/* Animation classes */

/* Image styling */
.image-wrapper img {
  height: 100vh;
  /* Ensure images fit the viewport height */
  object-fit: cover;
  /* Cover the entire container */
}

.font-proxima-bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

.font-proxima-regular {
  font-family: "ProximaNova-Regular", sans-serif;
}

.font-proxima-semibold {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.font-proxima-light {
  font-family: "ProximaNova-Light", sans-serif;
}

.placeholder-white:focus {
  background: transparent !important;
  border: 0;
  box-shadow: 0 !important;
}

.placeholder-white:hover {
  background: transparent;
}

.placeholder-white {
  border: none;
}

.ant-timeline-item-tail {
  background: white;
}

.ant-timeline-item-head-custom {
  background: transparent !important;
  border-color: transparent !important;

  color: transparent !important;
}

.fans-timeline li .ant-timeline-item-tail {
  background: black !important;
}

.custom-dropdown .ant-dropdown-menu {
  text-align: left;
  /* Align text inside the menu to the left */
}

.custom-dropdown .ant-dropdown {
  text-align: left;
  /* Ensure the dropdown itself aligns to the left */
}

.custom-dropdown .ant-dropdown-menu {
  left: 0 !important;
  /* Align the dropdown menu to the left of the button */
}

/* Start:: Table Customization */

/* Common Styles */
.creator-dashboard-table .ant-table,
.creator-table .ant-table {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.creator-dashboard-table .ant-table-thead > tr > th,
.creator-table .ant-table-thead > tr > th {
  background-color: #ffffff;
  padding: 0;
  border-bottom: none;
}

.ant-table-thead > tr > th::before {
  content: none !important;
}

.creator-dashboard-table .ant-table-tbody > tr > td,
.creator-table .ant-table-tbody > tr > td {
  font-size: 1rem;
  border-bottom: none;
}

.creator-dashboard-table .ant-table-tbody > tr:nth-child(odd),
.creator-table .ant-table-tbody > tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.creator-dashboard-table .ant-table-tbody > tr > td:first-child,
.creator-table .ant-table-tbody > tr > td:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}

.creator-dashboard-table .ant-table-tbody > tr > td:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
  text-align: center;
}

.ant-table-wrapper .ant-table-filter-trigger {
  margin-inline: 4px !important;
}

/* Styles for creator-dashboard-table */
.creator-dashboard-table .ant-table-thead > tr > th {
  font-size: 1rem;
}

/* Styles for creator-table */
.creator-table .ant-table-thead > tr > th {
  font-size: 0.875rem;
  font-family: "ProximaNova-Light", sans-serif;
  padding-bottom: 14px;
}

.creator-table .ant-table-thead > tr > th:last-child {
  text-align: center;
}

.creator-table .ant-table-tbody > tr > td:last-child {
  border-radius: 0 1.25rem 1.25rem 0;
  text-align: center;
}

.creator-table .ant-table-tbody > tr > td:first-child {
  border-radius: 1.25rem 0 0 1.25rem;
}

.slider-container {
  height: 500px;
  /* Adjust height as needed */
  width: 100%;
  position: relative;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

/* End:: Table Customization */

/* styles/globals.css or a CSS module */

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}

.slider-item img {
  width: 100%;
  height: auto;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-top-to-bottom .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-bottom-to-top .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Ensure vertical alignment */
.first-slider,
.third-slider {
  transform: scaleY(-1) !important;
}

.first-slider img,
.third-slider img {
  transform: rotate(180deg);
}

.third-slider {
  margin-left: 10px !important;
}

.carousel-container {
  overflow: hidden;
}

.second-slider img {
  /* transform: rotate(1deg); */
  margin-left: 8px !important;
}

.first-slider,
.third-slider {
  transform: rotate(181deg) !important;
}

.second-slider {
  transform: rotate(0deg) !important;
}

/* Optional: Adjust this to fit the bottom-to-top scroll */
.carousel-bottom-to-top .slick-track {
  direction: rtl !important;
  /* Use rtl for bottom-to-top scrolling effect */
}

.slider-item img {
  width: 100%;
  height: auto;
}

.banner-slider-main {
  /* transform: rotate(-10deg); */
  transform: skew(9deg, -7deg);
}

.slick-list {
  height: 1000px !important;
}

@keyframes move-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animate-move-left {
  animation: move-left 35s linear infinite;
}

@keyframes move-right {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.animate-move-right {
  animation: move-right 35s linear infinite;
}


html {
  scroll-behavior: smooth;
}

/* Begin:: Pagination  */
.pagination-custom {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  /* Adjust as needed */
}

/* End:: Pagination */
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.text-shadow-lg {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.text-shadow-xl {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}

.ant-menu-item-selected::after {
  border: none !important;
  color: black;
}

.landing-menu .ant-menu-item {
  border: none !important;
}

.landing-menu .ant-menu-item:hover::after {
  border-bottom: none !important;
  border-radius: 0px !important;
}

.landing-menu .ant-menu-item::after {
  border-bottom: none !important;
  border-radius: 0px !important;
}

.landing-menu {
  border: none !important;
}

.ant-btn-primary:hover {
  background: linear-gradient(90deg, #3b1d7b 0%, #8b1ab3 100%) !important;
}

.ant-btn-primary {
  background: linear-gradient(90deg, #3b1d7b 0%, #8b1ab3 100%) !important;
}

.ant-btn-default:hover {
  background: #391085 !important;
  color: white !important;
}

.ant-btn-text:hover {
  /* background: transparent !important; */
  /* color: white!important; */
}

.welcome-background {
  background: linear-gradient(90deg, #0cb6c2 35%, #39775c 69%, #522519 100%);
}

.test-bg {
  background: linear-gradient(90deg, #463d62 0%, #463d62 50%),
    linear-gradient(90deg, #dea318 50%, #212339 100%);
}

.login-button:focus-visible {
  outline: 0px !important;
  outline-offset: 0px !important;
}

.ant-modal {
  border-radius: 1.5rem;
  /* Fully rounded corners, adjust as needed */
}

.ant-modal-content {
  border-radius: 2.5rem !important;
  /* Ensures the content area also has rounded corners */
}

.website-url  {
  color: rgb(81, 81, 81) !important;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 0 !important;
  background: #f5f5f5 !important;
  /* margin-bottom: 2px; */
}



.landing-form-input:focus {
  box-shadow: none;
}

/* Begin:: Creator Header CSS */
header .ant-menu-light .ant-menu-item {
  color: #515151;
}

header .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected {
  color: #515151;
  font-weight: 600;
}

.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after {
  border-bottom-width: 4px;
  border-radius: 20px;
  border-bottom-color: #8129d9;
}

.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  border-color: #efdbff;
}

.font-semibold {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1f1f1f;
}

.font-regular {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1f1f1f;
}

.button-loader {
  /* margin-top: 10px; */
}

.creator-bounty-title {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  color: #1f1f1f;
}

.creator-bounty-subtitle {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  color: #1f1f1f;
}
.connect-social .ant-modal-content {
  border-radius: 1.5rem !important;/* Adjust the radius */
}
.landing-button:hover{
  background-color: white!important;
}
.ant-input:focus{
  border-color: #722ED1!important;
}
.ant-input:hover{
  border-color: #722ED1!important;
}
/* End:: Creator Header CSS */
.ant-modal-mask{
  background-color: rgba(0, 0, 0, 0.2)!important;
}
.react-tel-input .flag-dropdown {
  width: 45px !important; /* Adjust width */
  height: 45px !important; /* Adjust height */
  padding-bottom: 10px!important;
  border: none !important;
}

.react-tel-input .selected-flag {
  padding: 10px !important; /* Adjust padding */
  width: 45px !important;
}

.react-tel-input .flag {
  transform: scale(1.3); /* Increase flag size */
}
.login-checkbox .ant-checkbox-inner {
  width: 20px;
  height: 20px;
}
.ant-notification-center {
  left: 50%;
  bottom: 50% !important;
  margin-right: 30%;
  transform: translate(-50%, -50%);
}
/* Ensure notifications are centered */
.ant-notification-top {

  top: -1px !important;
  /* left: 50% !important; */
  bottom: 20px;
  z-index: 9999 !important;
 
}
/* .winner-table .ant-table-thead {
  display: none !important;
} */
.placeholder\:pl-1::placeholder {
  padding-left: 0.25rem;
}
.placeholder\:font-ProximaBold::placeholder {
  font-family: ProximaNova-Bold, sans-serif;
}
.placeholder\:font-ProximaRegular::placeholder {
  font-family: ProximaNova-Regular, sans-serif;
}
.placeholder\:text-\[13px\]::placeholder {
  font-size: 13px;
}
.placeholder\:text-\[14px\]::placeholder {
  font-size: 14px;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.placeholder\:italic::placeholder {
  font-style: italic;
}
.placeholder\:leading-\[22px\]::placeholder {
  line-height: 22px;
}
.placeholder\:text-\[\#ABABAB\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.placeholder\:text-gray-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-purple-600::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus-within\:border-gray-300\/30:focus-within {
  border-color: rgb(209 213 219 / 0.3);
}
.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}
.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:ring-2:focus-within {
  --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-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.hover\:mr-\[-8px\]:hover {
  margin-right: -8px;
}
.hover\:rounded-full:hover {
  border-radius: 9999px;
}
.hover\:border-0:hover {
  border-width: 0px;
}
.hover\:border-\[\#DCDCDC\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.hover\:bg-\[\#2fb9d8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 185 216 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#391085\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 16 133 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#62299B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(98 41 155 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / 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-semi-transparent-white:hover {
  background-color: #FFFFFFB2;
}
.hover\:bg-custom-gradient-hover:hover {
  background-image: linear-gradient(90deg, #8B1AB3 0%, #3B1D7B 100%);
}
.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hover\:text-\[\#4096ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(64 150 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 350px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

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

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

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

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

  .sm\:mt-8 {
    margin-top: 2rem;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:overflow-auto {
    overflow: auto;
  }

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

  .sm\:text-2\.50xl {
    font-size: 2.50rem;;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .sm\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 500px) {

  .xsm\:left-24 {
    left: 6rem;
  }

  .xsm\:mt-8 {
    margin-top: 2rem;
  }

  .xsm\:block {
    display: block;
  }

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

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

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

  .xsm\:w-full {
    width: 100%;
  }

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

  .xsm\:flex-row {
    flex-direction: row;
  }

  .xsm\:gap-0 {
    gap: 0px;
  }

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

  .xsm\:p-10 {
    padding: 2.5rem;
  }

  .xsm\:p-4 {
    padding: 1rem;
  }

  .xsm\:pl-9 {
    padding-left: 2.25rem;
  }

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

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

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

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

  .xsm\:text-\[50px\] {
    font-size: 50px;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[70px\] {
    left: 70px;
  }

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

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:ml-\[2\%\] {
    margin-left: 2%;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

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

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

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

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3\.75xl {
    font-size: 3.75rem;;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .md\:opacity-50 {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-\[190px\] {
    left: 190px;
  }

  .lg\:left-\[55\%\] {
    left: 55%;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:\!mb-1 {
    margin-bottom: 0.25rem !important;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!h-\[140px\] {
    height: 140px !important;
  }

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

  .lg\:\!w-\[55\%\] {
    width: 55% !important;
  }

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

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

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

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

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

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:text-4\.75xl {
    font-size: 4.75rem;;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .lg\:text-\[0\.90rem\] {
    font-size: 0.90rem;
  }

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

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

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

  .lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-8 {
    margin-top: 2rem;
  }

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

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[0\.85rem\] {
    font-size: 0.85rem;
  }

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.\[\&\.ant-input-outlined\:focus-within\]\:shadow-none.ant-input-outlined:focus-within {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_\.ant-btn-default\:hover\]\:\!bg-gray-100 .ant-btn-default:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.\[\&_\.ant-btn-default\:hover\]\:\!text-black .ant-btn-default:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-btn-lg\]\:h-\[50px\] .ant-btn-lg {
  height: 50px;
}
.\[\&_\.ant-btn\.ant-btn-round\.ant-btn-lg\]\:px-8 .ant-btn.ant-btn-round.ant-btn-lg {
  padding-left: 2rem;
  padding-right: 2rem;
}
.\[\&_\.ant-btn\]\:px-\[10px\] .ant-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&_\.ant-card-body\]\:p-0 .ant-card-body {
  padding: 0px;
}
.\[\&_\.ant-card-body\]\:px-\[24px\] .ant-card-body {
  padding-left: 24px;
  padding-right: 24px;
}
.\[\&_\.ant-card-body\]\:pb-4 .ant-card-body {
  padding-bottom: 1rem;
}
.\[\&_\.ant-checkbox-checked_\.ant-checkbox-inner\]\:\!border-\[\#822bda\] .ant-checkbox-checked .ant-checkbox-inner {
  --tw-border-opacity: 1 !important;
  border-color: rgb(130 43 218 / var(--tw-border-opacity)) !important;
}
.\[\&_\.ant-checkbox-checked_\.ant-checkbox-inner\]\:\!bg-\[\#8129D9\] .ant-checkbox-checked .ant-checkbox-inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity)) !important;
}
.\[\&_\.ant-col\]\:mx-auto .ant-col {
  margin-left: auto;
  margin-right: auto;
}
.\[\&_\.ant-col\]\:mt-3 .ant-col {
  margin-top: 0.75rem;
}
.\[\&_\.ant-dropdown-menu\]\:mr-1 .ant-dropdown-menu {
  margin-right: 0.25rem;
}
.\[\&_\.ant-input-outlined\:focus-within\]\:border-transparent .ant-input-outlined:focus-within {
  border-color: transparent;
}
.\[\&_\.ant-input-outlined\]\:border-transparent .ant-input-outlined {
  border-color: transparent;
}
.\[\&_\.ant-input\]\:\!p-0 .ant-input {
  padding: 0px !important;
}
.\[\&_\.ant-input\]\:\!p-\[1px\] .ant-input {
  padding: 1px !important;
}
.\[\&_\.ant-menu-horizontal\]\:\!border-b-0 .ant-menu-horizontal {
  border-bottom-width: 0px !important;
}
.\[\&_\.ant-menu-item\]\:flex .ant-menu-item {
  display: flex;
}
.\[\&_\.ant-menu-item\]\:h-\[20px\] .ant-menu-item {
  height: 20px;
}
.\[\&_\.ant-menu-item\]\:cursor-auto .ant-menu-item {
  cursor: auto;
}
.\[\&_\.ant-menu-item\]\:items-center .ant-menu-item {
  align-items: center;
}
.\[\&_\.ant-modal-close-x\]\:\!mt-\[-15px\] .ant-modal-close-x {
  margin-top: -15px !important;
}
.\[\&_\.ant-modal-content\]\:\!rounded-t-md .ant-modal-content {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.\[\&_\.ant-modal-content\]\:\!bg-transparent .ant-modal-content {
  background-color: transparent !important;
}
.\[\&_\.ant-modal-content\]\:\!p-0 .ant-modal-content {
  padding: 0px !important;
}
.\[\&_\.ant-modal-content\]\:\!shadow-none .ant-modal-content {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\[\&_\.ant-modal-title\]\:w-\[230px\] .ant-modal-title {
  width: 230px;
}
@media (min-width: 768px) {

  .\[\&_\.ant-modal-title\]\:md\:w-full .ant-modal-title {
    width: 100%;
  }
}
.\[\&_\.ant-pagination-item-active\>a\]\:\!text-white .ant-pagination-item-active>a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-pagination-item-active\]\:\!border-\[\#8129D9\] .ant-pagination-item-active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 41 217 / var(--tw-border-opacity)) !important;
}
.\[\&_\.ant-pagination-item-active\]\:\!bg-\[\#8129D9\] .ant-pagination-item-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity)) !important;
}
.\[\&_\.ant-pagination-item\]\:rounded-full .ant-pagination-item {
  border-radius: 9999px;
}
.\[\&_\.ant-pagination-item\]\:bg-transparent .ant-pagination-item {
  background-color: transparent;
}
.\[\&_\.ant-pagination-next\]\:hidden .ant-pagination-next {
  display: none;
}
.\[\&_\.ant-pagination-next\]\:\!text-\[\#F4F4F4\] .ant-pagination-next {
  --tw-text-opacity: 1 !important;
  color: rgb(244 244 244 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-pagination-options\]\:\!hidden .ant-pagination-options {
  display: none !important;
}
.\[\&_\.ant-pagination-prev\]\:hidden .ant-pagination-prev {
  display: none;
}
.\[\&_\.ant-progress-outer\]\:flex .ant-progress-outer {
  display: flex;
}
.\[\&_\.ant-progress-outer\]\:flex-row-reverse .ant-progress-outer {
  flex-direction: row-reverse;
}
.\[\&_\.ant-progress-outer\]\:gap-2 .ant-progress-outer {
  gap: 0.5rem;
}
.\[\&_\.ant-progress-text\]\:font-ProximaRegular .ant-progress-text {
  font-family: ProximaNova-Regular, sans-serif;
}
.\[\&_\.ant-progress-text\]\:text-\[16px\] .ant-progress-text {
  font-size: 16px;
}
.\[\&_\.ant-progress-text\]\:font-\[600\] .ant-progress-text {
  font-weight: 600;
}
.\[\&_\.ant-progress-text\]\:leading-\[22px\] .ant-progress-text {
  line-height: 22px;
}
.\[\&_\.ant-radio-checked_\.ant-radio-inner\]\:border-\[\#8129D9\] .ant-radio-checked .ant-radio-inner {
  --tw-border-opacity: 1;
  border-color: rgb(129 41 217 / var(--tw-border-opacity));
}
.\[\&_\.ant-radio-checked_\.ant-radio-inner\]\:bg-\[\#8129D9\] .ant-radio-checked .ant-radio-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity));
}
.\[\&_\.ant-row\]\:flex .ant-row {
  display: flex;
}
.\[\&_\.ant-row\]\:flex-col .ant-row {
  flex-direction: column;
}
.\[\&_\.ant-row\]\:items-center .ant-row {
  align-items: center;
}
.\[\&_\.ant-row\]\:justify-between .ant-row {
  justify-content: space-between;
}
.\[\&_\.ant-row\]\:gap-2 .ant-row {
  gap: 0.5rem;
}
@media (min-width: 768px) {

  .\[\&_\.ant-row\]\:md\:flex-row .ant-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

  .\[\&_\.ant-select-clear\]\:xl\:pr-\[15px\] .ant-select-clear {
    padding-right: 15px;
  }
}
@media (min-width: 1536px) {

  .\[\&_\.ant-select-clear\]\:2xl\:pr-0 .ant-select-clear {
    padding-right: 0px;
  }
}
.\[\&_\.ant-select-selection-item\]\:cursor-pointer .ant-select-selection-item {
  cursor: pointer;
}
.\[\&_\.ant-select-selection-item\]\:\!rounded-\[10px\] .ant-select-selection-item {
  border-radius: 10px !important;
}
.\[\&_\.ant-select-selection-item\]\:\!border-\[\#C7C7C7\] .ant-select-selection-item {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 199 199 / var(--tw-border-opacity)) !important;
}
.\[\&_\.ant-select-selection-item\]\:\!bg-\[\#F7F7F7\] .ant-select-selection-item {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}
.\[\&_\.ant-select-selection-item\]\:\!pl-3 .ant-select-selection-item {
  padding-left: 0.75rem !important;
}
.\[\&_\.ant-select-selection-item\]\:\!pl-6 .ant-select-selection-item {
  padding-left: 1.5rem !important;
}
.\[\&_\.ant-select-selection-item\]\:\!text-black .ant-select-selection-item {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-select-selection-overflow\]\:overflow-x-auto .ant-select-selection-overflow {
  overflow-x: auto;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!pl-3 .ant-select-selection-placeholder {
  padding-left: 0.75rem !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!text-\[14px\] .ant-select-selection-placeholder {
  font-size: 14px !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!font-\[500\] .ant-select-selection-placeholder {
  font-weight: 500 !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!text-\[\#7F7F7F\] .ant-select-selection-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(127 127 127 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-select-selector\]\:\!hidden .ant-select-selector {
  display: none !important;
}
.\[\&_\.ant-select-selector\]\:\!h-\[45px\] .ant-select-selector {
  height: 45px !important;
}
.\[\&_\.ant-select-selector\]\:overflow-y-hidden .ant-select-selector {
  overflow-y: hidden;
}
.\[\&_\.ant-select-selector\]\:\!rounded-full .ant-select-selector {
  border-radius: 9999px !important;
}
.\[\&_\.ant-select-selector\]\:\!border-none .ant-select-selector {
  border-style: none !important;
}
.\[\&_\.ant-select-selector\]\:\!py-2 .ant-select-selector {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\[\&_\.ant-select-selector\]\:\!pl-2 .ant-select-selector {
  padding-left: 0.5rem !important;
}
.\[\&_\.ant-skeleton-button\]\:\!h-\[20px\] .ant-skeleton-button {
  height: 20px !important;
}
.\[\&_\.ant-skeleton-button\]\:\!rounded-\[20px\] .ant-skeleton-button {
  border-radius: 20px !important;
}
.\[\&_\.ant-skeleton-paragraph\]\:\!hidden .ant-skeleton-paragraph {
  display: none !important;
}
.\[\&_\.ant-skeleton-title\]\:\!ml-2 .ant-skeleton-title {
  margin-left: 0.5rem !important;
}
.\[\&_\.ant-skeleton-title\]\:\!mt-2 .ant-skeleton-title {
  margin-top: 0.5rem !important;
}
.\[\&_\.ant-skeleton-title\]\:\!w-\[700\%\] .ant-skeleton-title {
  width: 700% !important;
}
.\[\&_\.ant-table-cell-row-hover\]\:h-0 .ant-table-cell-row-hover {
  height: 0px;
}
.\[\&_\.ant-table-cell\]\:h-\[62px\] .ant-table-cell {
  height: 62px;
}
.\[\&_\.ant-table-cell\]\:justify-center .ant-table-cell {
  justify-content: center;
}
.\[\&_\.ant-table-cell\]\:\!py-2 .ant-table-cell {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\[\&_\.ant-table-column-title\]\:text-end .ant-table-column-title {
  text-align: end;
}
.\[\&_\.ant-table-content\]\:overflow-auto .ant-table-content {
  overflow: auto;
}
.\[\&_\.ant-table-pagination\.ant-pagination\]\:flex .ant-table-pagination.ant-pagination {
  display: flex;
}
.\[\&_\.ant-table-pagination\.ant-pagination\]\:justify-center .ant-table-pagination.ant-pagination {
  justify-content: center;
}
.\[\&_\.ant-table-tbody\>tr\>td\:last-child\]\:text-end .ant-table-tbody>tr>td:last-child {
  text-align: end;
}
.\[\&_\.ant-table-tbody\>tr\>td\]\:border-none .ant-table-tbody>tr>td {
  border-style: none;
}
.\[\&_\.ant-table-tbody\>tr\>td\]\:\!text-start .ant-table-tbody>tr>td {
  text-align: start !important;
}
.\[\&_\.ant-table-thead\>tr\>th\]\:\!p-4 .ant-table-thead>tr>th {
  padding: 1rem !important;
}
.\[\&_\.ant-tabs-ink-bar-animated\]\:\!h-\[4px\] .ant-tabs-ink-bar-animated {
  height: 4px !important;
}
.\[\&_\.ant-tabs-ink-bar-animated\]\:h-\[3px\] .ant-tabs-ink-bar-animated {
  height: 3px;
}
.\[\&_\.ant-tabs-ink-bar-animated\]\:rounded-full .ant-tabs-ink-bar-animated {
  border-radius: 9999px;
}
.\[\&_\.ant-tabs-ink-bar-animated\]\:bg-\[\#8129D9\] .ant-tabs-ink-bar-animated {
  --tw-bg-opacity: 1;
  background-color: rgb(129 41 217 / var(--tw-bg-opacity));
}
.\[\&_\.ant-tabs-ink-bar\]\:\!h-\[4px\] .ant-tabs-ink-bar {
  height: 4px !important;
}
.\[\&_\.ant-tabs-ink-bar\]\:\!w-\[90px\] .ant-tabs-ink-bar {
  width: 90px !important;
}
@media (min-width: 768px) {

  .\[\&_\.ant-tabs-nav-list\]\:md\:gap-\[25px\] .ant-tabs-nav-list {
    gap: 25px;
  }
}
.\[\&_\.ant-tabs-nav-wrap\]\:\!pl-\[1x\] .ant-tabs-nav-wrap {
  padding-left: 1x !important;
}
.\[\&_\.ant-tabs-nav\:before\]\:hidden .ant-tabs-nav:before {
  display: none;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!font-ProximaRegular .ant-tabs-tab-btn {
  font-family: ProximaNova-Regular, sans-serif !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!text-\[14px\] .ant-tabs-tab-btn {
  font-size: 14px !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!text-\[15px\] .ant-tabs-tab-btn {
  font-size: 15px !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!font-light .ant-tabs-tab-btn {
  font-weight: 300 !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!font-normal .ant-tabs-tab-btn {
  font-weight: 400 !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!leading-\[22px\] .ant-tabs-tab-btn {
  line-height: 22px !important;
}
.\[\&_\.ant-tabs-tab-btn\]\:\!text-LightBlack .ant-tabs-tab-btn {
  --tw-text-opacity: 1 !important;
  color: rgb(31 31 31 / var(--tw-text-opacity)) !important;
}
.\[\&_\.ant-typography\]\:text-\[\#515151\] .ant-typography {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}
.\[\&_\.ant-upload-select\]\:\!border-none .ant-upload-select {
  border-style: none !important;
}
.\[\&_\.ant-upload-select\]\:\!bg-transparent .ant-upload-select {
  background-color: transparent !important;
}
.\[\&_\:\:before\]\:hidden ::before {
  display: none;
}
.\[\&_table\>thead\>tr\:first-child\>\*\:last-child\]\:p-\[25px\] table>thead>tr:first-child>*:last-child {
  padding: 25px;
}
.\[\&_table\>thead\>tr\:first-child\>\*\:last-child\]\:\!text-end table>thead>tr:first-child>*:last-child {
  text-align: end !important;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:w-\[100\%\] table>thead>tr:first-child>th {
  width: 100%;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:w-\[85\%\] table>thead>tr:first-child>th {
  width: 85%;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:\!border-none table>thead>tr:first-child>th {
  border-style: none !important;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:bg-transparent table>thead>tr:first-child>th {
  background-color: transparent;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:\!p-\[16px\] table>thead>tr:first-child>th {
  padding: 16px !important;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:p-\[16px\] table>thead>tr:first-child>th {
  padding: 16px;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:p-\[17px\] table>thead>tr:first-child>th {
  padding: 17px;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:pl-\[16px\] table>thead>tr:first-child>th {
  padding-left: 16px;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:\!text-start table>thead>tr:first-child>th {
  text-align: start !important;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:font-ProximaRegular table>thead>tr:first-child>th {
  font-family: ProximaNova-Regular, sans-serif;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:text-\[14px\] table>thead>tr:first-child>th {
  font-size: 14px;
}
.\[\&_table\>thead\>tr\:first-child\>th\]\:font-light table>thead>tr:first-child>th {
  font-weight: 300;
}
.\[\&_table\>thead\>tr\:last-child\>th\]\:text-start table>thead>tr:last-child>th {
  text-align: start;
}
.\[\&_table\]\:whitespace-nowrap table {
  white-space: nowrap;
}
.\[\&_thead\>tr\:first-child\>\*\:last-child\]\:text-center thead>tr:first-child>*:last-child {
  text-align: center;
}


