*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.ultimate-spin-wheel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ultimate-spin-wheel .pointer-events-none {
  pointer-events: none;
}
.ultimate-spin-wheel .pointer-events-auto {
  pointer-events: auto;
}
.ultimate-spin-wheel .visible {
  visibility: visible;
}
.ultimate-spin-wheel .invisible {
  visibility: hidden;
}
.ultimate-spin-wheel .static {
  position: static;
}
.ultimate-spin-wheel .fixed {
  position: fixed;
}
.ultimate-spin-wheel .absolute {
  position: absolute;
}
.ultimate-spin-wheel .relative {
  position: relative;
}
.ultimate-spin-wheel .-inset-full {
  inset: -100%;
}
.ultimate-spin-wheel .inset-0 {
  inset: 0px;
}
.ultimate-spin-wheel .inset-2 {
  inset: 0.5rem;
}
.ultimate-spin-wheel .inset-x-0 {
  left: 0px;
  right: 0px;
}
.ultimate-spin-wheel .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.ultimate-spin-wheel .-bottom-4 {
  bottom: -1rem;
}
.ultimate-spin-wheel .-bottom-\[30\%\] {
  bottom: -30%;
}
.ultimate-spin-wheel .-left-4 {
  left: -1rem;
}
.ultimate-spin-wheel .-left-7 {
  left: -1.75rem;
}
.ultimate-spin-wheel .-left-\[10\%\] {
  left: -10%;
}
.ultimate-spin-wheel .-right-1 {
  right: -0.25rem;
}
.ultimate-spin-wheel .-right-10 {
  right: -2.5rem;
}
.ultimate-spin-wheel .-right-2 {
  right: -0.5rem;
}
.ultimate-spin-wheel .-right-\[10\%\] {
  right: -10%;
}
.ultimate-spin-wheel .-top-1 {
  top: -0.25rem;
}
.ultimate-spin-wheel .-top-10 {
  top: -2.5rem;
}
.ultimate-spin-wheel .-top-2 {
  top: -0.5rem;
}
.ultimate-spin-wheel .-top-8 {
  top: -2rem;
}
.ultimate-spin-wheel .-top-\[20\%\] {
  top: -20%;
}
.ultimate-spin-wheel .-top-px {
  top: -1px;
}
.ultimate-spin-wheel .bottom-0 {
  bottom: 0px;
}
.ultimate-spin-wheel .bottom-10 {
  bottom: 2.5rem;
}
.ultimate-spin-wheel .bottom-2 {
  bottom: 0.5rem;
}
.ultimate-spin-wheel .bottom-2\.5 {
  bottom: 0.625rem;
}
.ultimate-spin-wheel .bottom-24 {
  bottom: 6rem;
}
.ultimate-spin-wheel .bottom-4 {
  bottom: 1rem;
}
.ultimate-spin-wheel .bottom-6 {
  bottom: 1.5rem;
}
.ultimate-spin-wheel .bottom-8 {
  bottom: 2rem;
}
.ultimate-spin-wheel .end-2\.5 {
  inset-inline-end: 0.625rem;
}
.ultimate-spin-wheel .left-0 {
  left: 0px;
}
.ultimate-spin-wheel .left-1\/2 {
  left: 50%;
}
.ultimate-spin-wheel .left-1\/4 {
  left: 25%;
}
.ultimate-spin-wheel .left-10 {
  left: 2.5rem;
}
.ultimate-spin-wheel .left-3 {
  left: 0.75rem;
}
.ultimate-spin-wheel .left-4 {
  left: 1rem;
}
.ultimate-spin-wheel .left-5 {
  left: 1.25rem;
}
.ultimate-spin-wheel .left-7 {
  left: 1.75rem;
}
.ultimate-spin-wheel .left-\[-60px\] {
  left: -60px;
}
.ultimate-spin-wheel .left-\[-70px\] {
  left: -70px;
}
.ultimate-spin-wheel .left-\[18px\] {
  left: 18px;
}
.ultimate-spin-wheel .left-\[20\%\] {
  left: 20%;
}
.ultimate-spin-wheel .right-0 {
  right: 0px;
}
.ultimate-spin-wheel .right-1\/4 {
  right: 25%;
}
.ultimate-spin-wheel .right-10 {
  right: 2.5rem;
}
.ultimate-spin-wheel .right-2 {
  right: 0.5rem;
}
.ultimate-spin-wheel .right-3 {
  right: 0.75rem;
}
.ultimate-spin-wheel .right-4 {
  right: 1rem;
}
.ultimate-spin-wheel .right-5 {
  right: 1.25rem;
}
.ultimate-spin-wheel .right-6 {
  right: 1.5rem;
}
.ultimate-spin-wheel .right-8 {
  right: 2rem;
}
.ultimate-spin-wheel .start-0 {
  inset-inline-start: 0px;
}
.ultimate-spin-wheel .top-0 {
  top: 0px;
}
.ultimate-spin-wheel .top-1\/2 {
  top: 50%;
}
.ultimate-spin-wheel .top-1\/3 {
  top: 33.333333%;
}
.ultimate-spin-wheel .top-10 {
  top: 2.5rem;
}
.ultimate-spin-wheel .top-2 {
  top: 0.5rem;
}
.ultimate-spin-wheel .top-4 {
  top: 1rem;
}
.ultimate-spin-wheel .top-5 {
  top: 1.25rem;
}
.ultimate-spin-wheel .top-6 {
  top: 1.5rem;
}
.ultimate-spin-wheel .top-8 {
  top: 2rem;
}
.ultimate-spin-wheel .top-\[10px\] {
  top: 10px;
}
.ultimate-spin-wheel .top-\[12px\] {
  top: 12px;
}
.ultimate-spin-wheel .top-\[20\%\] {
  top: 20%;
}
.ultimate-spin-wheel .top-\[72px\] {
  top: 72px;
}
.ultimate-spin-wheel .z-0 {
  z-index: 0;
}
.ultimate-spin-wheel .z-10 {
  z-index: 10;
}
.ultimate-spin-wheel .z-20 {
  z-index: 20;
}
.ultimate-spin-wheel .z-30 {
  z-index: 30;
}
.ultimate-spin-wheel .z-50 {
  z-index: 50;
}
.ultimate-spin-wheel .z-\[100\] {
  z-index: 100;
}
.ultimate-spin-wheel .z-\[99998\] {
  z-index: 99998;
}
.ultimate-spin-wheel .z-\[99999\] {
  z-index: 99999;
}
.ultimate-spin-wheel .z-\[9999\] {
  z-index: 9999;
}
.ultimate-spin-wheel .col-span-2 {
  grid-column: span 2 / span 2;
}
.ultimate-spin-wheel .m-0 {
  margin: 0px;
}
.ultimate-spin-wheel .m-1 {
  margin: 0.25rem;
}
.ultimate-spin-wheel .-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.ultimate-spin-wheel .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.ultimate-spin-wheel .-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.ultimate-spin-wheel .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ultimate-spin-wheel .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ultimate-spin-wheel .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.ultimate-spin-wheel .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ultimate-spin-wheel .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ultimate-spin-wheel .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ultimate-spin-wheel .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ultimate-spin-wheel .-mb-16 {
  margin-bottom: -4rem;
}
.ultimate-spin-wheel .-ml-16 {
  margin-left: -4rem;
}
.ultimate-spin-wheel .-mr-16 {
  margin-right: -4rem;
}
.ultimate-spin-wheel .-mr-32 {
  margin-right: -8rem;
}
.ultimate-spin-wheel .-mr-4 {
  margin-right: -1rem;
}
.ultimate-spin-wheel .-mt-12 {
  margin-top: -3rem;
}
.ultimate-spin-wheel .-mt-16 {
  margin-top: -4rem;
}
.ultimate-spin-wheel .-mt-32 {
  margin-top: -8rem;
}
.ultimate-spin-wheel .-mt-4 {
  margin-top: -1rem;
}
.ultimate-spin-wheel .mb-0 {
  margin-bottom: 0px;
}
.ultimate-spin-wheel .mb-1 {
  margin-bottom: 0.25rem;
}
.ultimate-spin-wheel .mb-1\.5 {
  margin-bottom: 0.375rem;
}
.ultimate-spin-wheel .mb-10 {
  margin-bottom: 2.5rem;
}
.ultimate-spin-wheel .mb-12 {
  margin-bottom: 3rem;
}
.ultimate-spin-wheel .mb-16 {
  margin-bottom: 4rem;
}
.ultimate-spin-wheel .mb-2 {
  margin-bottom: 0.5rem;
}
.ultimate-spin-wheel .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.ultimate-spin-wheel .mb-20 {
  margin-bottom: 5rem;
}
.ultimate-spin-wheel .mb-3 {
  margin-bottom: 0.75rem;
}
.ultimate-spin-wheel .mb-4 {
  margin-bottom: 1rem;
}
.ultimate-spin-wheel .mb-6 {
  margin-bottom: 1.5rem;
}
.ultimate-spin-wheel .mb-8 {
  margin-bottom: 2rem;
}
.ultimate-spin-wheel .ml-1 {
  margin-left: 0.25rem;
}
.ultimate-spin-wheel .ml-1\.5 {
  margin-left: 0.375rem;
}
.ultimate-spin-wheel .ml-2 {
  margin-left: 0.5rem;
}
.ultimate-spin-wheel .ml-4 {
  margin-left: 1rem;
}
.ultimate-spin-wheel .ml-8 {
  margin-left: 2rem;
}
.ultimate-spin-wheel .ml-auto {
  margin-left: auto;
}
.ultimate-spin-wheel .mr-1 {
  margin-right: 0.25rem;
}
.ultimate-spin-wheel .mr-2 {
  margin-right: 0.5rem;
}
.ultimate-spin-wheel .mr-3 {
  margin-right: 0.75rem;
}
.ultimate-spin-wheel .mr-4 {
  margin-right: 1rem;
}
.ultimate-spin-wheel .mr-auto {
  margin-right: auto;
}
.ultimate-spin-wheel .ms-3 {
  margin-inline-start: 0.75rem;
}
.ultimate-spin-wheel .ms-auto {
  margin-inline-start: auto;
}
.ultimate-spin-wheel .mt-0 {
  margin-top: 0px;
}
.ultimate-spin-wheel .mt-0\.5 {
  margin-top: 0.125rem;
}
.ultimate-spin-wheel .mt-1 {
  margin-top: 0.25rem;
}
.ultimate-spin-wheel .mt-1\.5 {
  margin-top: 0.375rem;
}
.ultimate-spin-wheel .mt-10 {
  margin-top: 2.5rem;
}
.ultimate-spin-wheel .mt-12 {
  margin-top: 3rem;
}
.ultimate-spin-wheel .mt-14 {
  margin-top: 3.5rem;
}
.ultimate-spin-wheel .mt-2 {
  margin-top: 0.5rem;
}
.ultimate-spin-wheel .mt-3 {
  margin-top: 0.75rem;
}
.ultimate-spin-wheel .mt-4 {
  margin-top: 1rem;
}
.ultimate-spin-wheel .mt-6 {
  margin-top: 1.5rem;
}
.ultimate-spin-wheel .mt-8 {
  margin-top: 2rem;
}
.ultimate-spin-wheel .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ultimate-spin-wheel .\!block {
  display: block !important;
}
.ultimate-spin-wheel .block {
  display: block;
}
.ultimate-spin-wheel .inline-block {
  display: inline-block;
}
.ultimate-spin-wheel .inline {
  display: inline;
}
.ultimate-spin-wheel .flex {
  display: flex;
}
.ultimate-spin-wheel .inline-flex {
  display: inline-flex;
}
.ultimate-spin-wheel .table {
  display: table;
}
.ultimate-spin-wheel .grid {
  display: grid;
}
.ultimate-spin-wheel .hidden {
  display: none;
}
.ultimate-spin-wheel .aspect-square {
  aspect-ratio: 1 / 1;
}
.ultimate-spin-wheel .h-1 {
  height: 0.25rem;
}
.ultimate-spin-wheel .h-1\.5 {
  height: 0.375rem;
}
.ultimate-spin-wheel .h-10 {
  height: 2.5rem;
}
.ultimate-spin-wheel .h-11 {
  height: 2.75rem;
}
.ultimate-spin-wheel .h-12 {
  height: 3rem;
}
.ultimate-spin-wheel .h-14 {
  height: 3.5rem;
}
.ultimate-spin-wheel .h-16 {
  height: 4rem;
}
.ultimate-spin-wheel .h-2 {
  height: 0.5rem;
}
.ultimate-spin-wheel .h-2\.5 {
  height: 0.625rem;
}
.ultimate-spin-wheel .h-20 {
  height: 5rem;
}
.ultimate-spin-wheel .h-24 {
  height: 6rem;
}
.ultimate-spin-wheel .h-28 {
  height: 7rem;
}
.ultimate-spin-wheel .h-3 {
  height: 0.75rem;
}
.ultimate-spin-wheel .h-3\.5 {
  height: 0.875rem;
}
.ultimate-spin-wheel .h-32 {
  height: 8rem;
}
.ultimate-spin-wheel .h-4 {
  height: 1rem;
}
.ultimate-spin-wheel .h-40 {
  height: 10rem;
}
.ultimate-spin-wheel .h-5 {
  height: 1.25rem;
}
.ultimate-spin-wheel .h-6 {
  height: 1.5rem;
}
.ultimate-spin-wheel .h-64 {
  height: 16rem;
}
.ultimate-spin-wheel .h-8 {
  height: 2rem;
}
.ultimate-spin-wheel .h-9 {
  height: 2.25rem;
}
.ultimate-spin-wheel .h-\[280px\] {
  height: 280px;
}
.ultimate-spin-wheel .h-\[40px\] {
  height: 40px;
}
.ultimate-spin-wheel .h-\[44px\] {
  height: 44px;
}
.ultimate-spin-wheel .h-\[500px\] {
  height: 500px;
}
.ultimate-spin-wheel .h-\[60\%\] {
  height: 60%;
}
.ultimate-spin-wheel .h-\[600px\] {
  height: 600px;
}
.ultimate-spin-wheel .h-\[70\%\] {
  height: 70%;
}
.ultimate-spin-wheel .h-\[80\%\] {
  height: 80%;
}
.ultimate-spin-wheel .h-auto {
  height: auto;
}
.ultimate-spin-wheel .h-full {
  height: 100%;
}
.ultimate-spin-wheel .h-max {
  height: -moz-max-content;
  height: max-content;
}
.ultimate-spin-wheel .h-px {
  height: 1px;
}
.ultimate-spin-wheel .max-h-48 {
  max-height: 12rem;
}
.ultimate-spin-wheel .max-h-\[300px\] {
  max-height: 300px;
}
.ultimate-spin-wheel .max-h-\[320px\] {
  max-height: 320px;
}
.ultimate-spin-wheel .max-h-\[80vh\] {
  max-height: 80vh;
}
.ultimate-spin-wheel .min-h-\[100px\] {
  min-height: 100px;
}
.ultimate-spin-wheel .min-h-\[400px\] {
  min-height: 400px;
}
.ultimate-spin-wheel .min-h-\[500px\] {
  min-height: 500px;
}
.ultimate-spin-wheel .min-h-\[600px\] {
  min-height: 600px;
}
.ultimate-spin-wheel .min-h-screen {
  min-height: 100vh;
}
.ultimate-spin-wheel .w-0\.5 {
  width: 0.125rem;
}
.ultimate-spin-wheel .w-1 {
  width: 0.25rem;
}
.ultimate-spin-wheel .w-1\.5 {
  width: 0.375rem;
}
.ultimate-spin-wheel .w-1\/2 {
  width: 50%;
}
.ultimate-spin-wheel .w-10 {
  width: 2.5rem;
}
.ultimate-spin-wheel .w-11 {
  width: 2.75rem;
}
.ultimate-spin-wheel .w-12 {
  width: 3rem;
}
.ultimate-spin-wheel .w-14 {
  width: 3.5rem;
}
.ultimate-spin-wheel .w-16 {
  width: 4rem;
}
.ultimate-spin-wheel .w-2 {
  width: 0.5rem;
}
.ultimate-spin-wheel .w-2\.5 {
  width: 0.625rem;
}
.ultimate-spin-wheel .w-20 {
  width: 5rem;
}
.ultimate-spin-wheel .w-24 {
  width: 6rem;
}
.ultimate-spin-wheel .w-3 {
  width: 0.75rem;
}
.ultimate-spin-wheel .w-3\.5 {
  width: 0.875rem;
}
.ultimate-spin-wheel .w-32 {
  width: 8rem;
}
.ultimate-spin-wheel .w-4 {
  width: 1rem;
}
.ultimate-spin-wheel .w-40 {
  width: 10rem;
}
.ultimate-spin-wheel .w-5 {
  width: 1.25rem;
}
.ultimate-spin-wheel .w-6 {
  width: 1.5rem;
}
.ultimate-spin-wheel .w-64 {
  width: 16rem;
}
.ultimate-spin-wheel .w-8 {
  width: 2rem;
}
.ultimate-spin-wheel .w-9 {
  width: 2.25rem;
}
.ultimate-spin-wheel .w-\[160px\] {
  width: 160px;
}
.ultimate-spin-wheel .w-\[180px\] {
  width: 180px;
}
.ultimate-spin-wheel .w-\[280px\] {
  width: 280px;
}
.ultimate-spin-wheel .w-\[320px\] {
  width: 320px;
}
.ultimate-spin-wheel .w-\[400px\] {
  width: 400px;
}
.ultimate-spin-wheel .w-\[50\%\] {
  width: 50%;
}
.ultimate-spin-wheel .w-\[500px\] {
  width: 500px;
}
.ultimate-spin-wheel .w-\[60\%\] {
  width: 60%;
}
.ultimate-spin-wheel .w-\[70\%\] {
  width: 70%;
}
.ultimate-spin-wheel .w-\[70px\] {
  width: 70px;
}
.ultimate-spin-wheel .w-\[80\%\] {
  width: 80%;
}
.ultimate-spin-wheel .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.ultimate-spin-wheel .w-full {
  width: 100%;
}
.ultimate-spin-wheel .w-px {
  width: 1px;
}
.ultimate-spin-wheel .min-w-0 {
  min-width: 0px;
}
.ultimate-spin-wheel .min-w-56 {
  min-width: 14rem;
}
.ultimate-spin-wheel .min-w-\[140px\] {
  min-width: 140px;
}
.ultimate-spin-wheel .min-w-\[260px\] {
  min-width: 260px;
}
.ultimate-spin-wheel .min-w-\[44px\] {
  min-width: 44px;
}
.ultimate-spin-wheel .min-w-\[80px\] {
  min-width: 80px;
}
.ultimate-spin-wheel .min-w-full {
  min-width: 100%;
}
.ultimate-spin-wheel .max-w-2xl {
  max-width: 42rem;
}
.ultimate-spin-wheel .max-w-3xl {
  max-width: 48rem;
}
.ultimate-spin-wheel .max-w-4xl {
  max-width: 56rem;
}
.ultimate-spin-wheel .max-w-5xl {
  max-width: 64rem;
}
.ultimate-spin-wheel .max-w-6xl {
  max-width: 72rem;
}
.ultimate-spin-wheel .max-w-\[100px\] {
  max-width: 100px;
}
.ultimate-spin-wheel .max-w-\[140px\] {
  max-width: 140px;
}
.ultimate-spin-wheel .max-w-\[150px\] {
  max-width: 150px;
}
.ultimate-spin-wheel .max-w-\[1600px\] {
  max-width: 1600px;
}
.ultimate-spin-wheel .max-w-\[180px\] {
  max-width: 180px;
}
.ultimate-spin-wheel .max-w-\[200px\] {
  max-width: 200px;
}
.ultimate-spin-wheel .max-w-\[85\%\] {
  max-width: 85%;
}
.ultimate-spin-wheel .max-w-md {
  max-width: 28rem;
}
.ultimate-spin-wheel .max-w-screen-md {
  max-width: 768px;
}
.ultimate-spin-wheel .max-w-screen-xl {
  max-width: 1280px;
}
.ultimate-spin-wheel .max-w-sm {
  max-width: 24rem;
}
.ultimate-spin-wheel .max-w-xl {
  max-width: 36rem;
}
.ultimate-spin-wheel .max-w-xs {
  max-width: 20rem;
}
.ultimate-spin-wheel .flex-1 {
  flex: 1 1 0%;
}
.ultimate-spin-wheel .flex-shrink-0 {
  flex-shrink: 0;
}
.ultimate-spin-wheel .shrink-0 {
  flex-shrink: 0;
}
.ultimate-spin-wheel .flex-grow {
  flex-grow: 1;
}
.ultimate-spin-wheel .origin-center {
  transform-origin: center;
}
.ultimate-spin-wheel .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.ultimate-spin-wheel .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.ultimate-spin-wheel .translate-x-0 {
  --tw-translate-x: 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));
}
.ultimate-spin-wheel .translate-x-1\/2 {
  --tw-translate-x: 50%;
  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));
}
.ultimate-spin-wheel .translate-x-4 {
  --tw-translate-x: 1rem;
  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));
}
.ultimate-spin-wheel .translate-x-\[-100\%\] {
  --tw-translate-x: -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));
}
.ultimate-spin-wheel .translate-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}
.ultimate-spin-wheel .-rotate-12 {
  --tw-rotate: -12deg;
  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));
}
.ultimate-spin-wheel .-rotate-45 {
  --tw-rotate: -45deg;
  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));
}
.ultimate-spin-wheel .rotate-0 {
  --tw-rotate: 0deg;
  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));
}
.ultimate-spin-wheel .rotate-12 {
  --tw-rotate: 12deg;
  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));
}
.ultimate-spin-wheel .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));
}
.ultimate-spin-wheel .-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}
.ultimate-spin-wheel .scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .scale-\[0\.85\] {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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));
}
.ultimate-spin-wheel .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 bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.ultimate-spin-wheel .animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ultimate-spin-wheel .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.ultimate-spin-wheel .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.ultimate-spin-wheel .animate-spin {
  animation: spin 1s linear infinite;
}
.ultimate-spin-wheel .cursor-grab {
  cursor: grab;
}
.ultimate-spin-wheel .cursor-grabbing {
  cursor: grabbing;
}
.ultimate-spin-wheel .cursor-not-allowed {
  cursor: not-allowed;
}
.ultimate-spin-wheel .cursor-pointer {
  cursor: pointer;
}
.ultimate-spin-wheel .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ultimate-spin-wheel .resize-none {
  resize: none;
}
.ultimate-spin-wheel .resize-y {
  resize: vertical;
}
.ultimate-spin-wheel .resize {
  resize: both;
}
.ultimate-spin-wheel .list-disc {
  list-style-type: disc;
}
.ultimate-spin-wheel .list-none {
  list-style-type: none;
}
.ultimate-spin-wheel .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ultimate-spin-wheel .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ultimate-spin-wheel .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ultimate-spin-wheel .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ultimate-spin-wheel .grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.ultimate-spin-wheel .grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.ultimate-spin-wheel .flex-col {
  flex-direction: column;
}
.ultimate-spin-wheel .flex-wrap {
  flex-wrap: wrap;
}
.ultimate-spin-wheel .place-items-center {
  place-items: center;
}
.ultimate-spin-wheel .items-start {
  align-items: flex-start;
}
.ultimate-spin-wheel .items-end {
  align-items: flex-end;
}
.ultimate-spin-wheel .items-center {
  align-items: center;
}
.ultimate-spin-wheel .items-baseline {
  align-items: baseline;
}
.ultimate-spin-wheel .justify-start {
  justify-content: flex-start;
}
.ultimate-spin-wheel .justify-end {
  justify-content: flex-end;
}
.ultimate-spin-wheel .justify-center {
  justify-content: center;
}
.ultimate-spin-wheel .justify-between {
  justify-content: space-between;
}
.ultimate-spin-wheel .gap-1 {
  gap: 0.25rem;
}
.ultimate-spin-wheel .gap-1\.5 {
  gap: 0.375rem;
}
.ultimate-spin-wheel .gap-10 {
  gap: 2.5rem;
}
.ultimate-spin-wheel .gap-12 {
  gap: 3rem;
}
.ultimate-spin-wheel .gap-2 {
  gap: 0.5rem;
}
.ultimate-spin-wheel .gap-3 {
  gap: 0.75rem;
}
.ultimate-spin-wheel .gap-4 {
  gap: 1rem;
}
.ultimate-spin-wheel .gap-5 {
  gap: 1.25rem;
}
.ultimate-spin-wheel .gap-6 {
  gap: 1.5rem;
}
.ultimate-spin-wheel .gap-8 {
  gap: 2rem;
}
.ultimate-spin-wheel :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ultimate-spin-wheel :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ultimate-spin-wheel :is(.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)));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.space-y-1\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.ultimate-spin-wheel :is(.space-y-10 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.space-y-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.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));
}
.ultimate-spin-wheel :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.ultimate-spin-wheel :is(.divide-gray-100 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.divide-gray-50 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.divide-slate-100 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.divide-slate-50 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel .place-self-center {
  place-self: center;
}
.ultimate-spin-wheel .overflow-hidden {
  overflow: hidden;
}
.ultimate-spin-wheel .overflow-x-auto {
  overflow-x: auto;
}
.ultimate-spin-wheel .overflow-y-auto {
  overflow-y: auto;
}
.ultimate-spin-wheel .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ultimate-spin-wheel .whitespace-nowrap {
  white-space: nowrap;
}
.ultimate-spin-wheel .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.ultimate-spin-wheel .break-all {
  word-break: break-all;
}
.ultimate-spin-wheel .rounded {
  border-radius: 0.25rem;
}
.ultimate-spin-wheel .rounded-2xl {
  border-radius: 1rem;
}
.ultimate-spin-wheel .rounded-3xl {
  border-radius: 1.5rem;
}
.ultimate-spin-wheel .rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}
.ultimate-spin-wheel .rounded-\[20px\] {
  border-radius: 20px;
}
.ultimate-spin-wheel .rounded-\[2rem\] {
  border-radius: 2rem;
}
.ultimate-spin-wheel .rounded-\[32px\] {
  border-radius: 32px;
}
.ultimate-spin-wheel .rounded-\[40px\] {
  border-radius: 40px;
}
.ultimate-spin-wheel .rounded-full {
  border-radius: 9999px;
}
.ultimate-spin-wheel .rounded-lg {
  border-radius: 0.5rem;
}
.ultimate-spin-wheel .rounded-md {
  border-radius: 0.375rem;
}
.ultimate-spin-wheel .rounded-xl {
  border-radius: 0.75rem;
}
.ultimate-spin-wheel .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.ultimate-spin-wheel .rounded-bl-\[100px\] {
  border-bottom-left-radius: 100px;
}
.ultimate-spin-wheel .rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.ultimate-spin-wheel .rounded-tr-full {
  border-top-right-radius: 9999px;
}
.ultimate-spin-wheel .border {
  border-width: 1px;
}
.ultimate-spin-wheel .border-0 {
  border-width: 0px;
}
.ultimate-spin-wheel .border-2 {
  border-width: 2px;
}
.ultimate-spin-wheel .border-4 {
  border-width: 4px;
}
.ultimate-spin-wheel .border-b {
  border-bottom-width: 1px;
}
.ultimate-spin-wheel .border-b-2 {
  border-bottom-width: 2px;
}
.ultimate-spin-wheel .border-l-2 {
  border-left-width: 2px;
}
.ultimate-spin-wheel .border-l-4 {
  border-left-width: 4px;
}
.ultimate-spin-wheel .border-t {
  border-top-width: 1px;
}
.ultimate-spin-wheel .border-t-2 {
  border-top-width: 2px;
}
.ultimate-spin-wheel .border-solid {
  border-style: solid;
}
.ultimate-spin-wheel .border-dashed {
  border-style: dashed;
}
.ultimate-spin-wheel .border-none {
  border-style: none;
}
.ultimate-spin-wheel .border-\[\#e0528d\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 82 141 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.ultimate-spin-wheel .border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.ultimate-spin-wheel .border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.ultimate-spin-wheel .border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.ultimate-spin-wheel .border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.ultimate-spin-wheel .border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.ultimate-spin-wheel .border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.ultimate-spin-wheel .border-amber-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.ultimate-spin-wheel .border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.ultimate-spin-wheel .border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.ultimate-spin-wheel .border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.ultimate-spin-wheel .border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.ultimate-spin-wheel .border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.ultimate-spin-wheel .border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.ultimate-spin-wheel .border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.ultimate-spin-wheel .border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.ultimate-spin-wheel .border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.ultimate-spin-wheel .border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.ultimate-spin-wheel .border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.ultimate-spin-wheel .border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.ultimate-spin-wheel .border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.ultimate-spin-wheel .border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.ultimate-spin-wheel .border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.ultimate-spin-wheel .border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.ultimate-spin-wheel .border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.ultimate-spin-wheel .border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.ultimate-spin-wheel .border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.ultimate-spin-wheel .border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.ultimate-spin-wheel .border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.ultimate-spin-wheel .border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.ultimate-spin-wheel .border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.ultimate-spin-wheel .border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.ultimate-spin-wheel .border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.ultimate-spin-wheel .border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.ultimate-spin-wheel .border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.ultimate-spin-wheel .border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.ultimate-spin-wheel .border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.ultimate-spin-wheel .border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.ultimate-spin-wheel .border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.ultimate-spin-wheel .border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.ultimate-spin-wheel .border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.ultimate-spin-wheel .border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.ultimate-spin-wheel .border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.ultimate-spin-wheel .border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.ultimate-spin-wheel .border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.ultimate-spin-wheel .border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.ultimate-spin-wheel .border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.ultimate-spin-wheel .border-emerald-500\/15 {
  border-color: rgb(16 185 129 / 0.15);
}
.ultimate-spin-wheel .border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.ultimate-spin-wheel .border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.ultimate-spin-wheel .border-emerald-500\/35 {
  border-color: rgb(16 185 129 / 0.35);
}
.ultimate-spin-wheel .border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.ultimate-spin-wheel .border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.ultimate-spin-wheel .border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.ultimate-spin-wheel .border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.ultimate-spin-wheel .border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.ultimate-spin-wheel .border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.ultimate-spin-wheel .border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.ultimate-spin-wheel .border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.ultimate-spin-wheel .border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.ultimate-spin-wheel .border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.ultimate-spin-wheel .border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.ultimate-spin-wheel .border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.ultimate-spin-wheel .border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.ultimate-spin-wheel .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.ultimate-spin-wheel .border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.ultimate-spin-wheel .border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.ultimate-spin-wheel .border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.ultimate-spin-wheel .border-indigo-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}
.ultimate-spin-wheel .border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.ultimate-spin-wheel .border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.ultimate-spin-wheel .border-indigo-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}
.ultimate-spin-wheel .border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.ultimate-spin-wheel .border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.ultimate-spin-wheel .border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.ultimate-spin-wheel .border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.ultimate-spin-wheel .border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.ultimate-spin-wheel .border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.ultimate-spin-wheel .border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.ultimate-spin-wheel .border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.ultimate-spin-wheel .border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.ultimate-spin-wheel .border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.ultimate-spin-wheel .border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.ultimate-spin-wheel .border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.ultimate-spin-wheel .border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.ultimate-spin-wheel .border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.ultimate-spin-wheel .border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}
.ultimate-spin-wheel .border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.ultimate-spin-wheel .border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.ultimate-spin-wheel .border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.ultimate-spin-wheel .border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.ultimate-spin-wheel .border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.ultimate-spin-wheel .border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.ultimate-spin-wheel .border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.ultimate-spin-wheel .border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.ultimate-spin-wheel .border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.ultimate-spin-wheel .border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.ultimate-spin-wheel .border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.ultimate-spin-wheel .border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.ultimate-spin-wheel .border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.ultimate-spin-wheel .border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.ultimate-spin-wheel .border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.ultimate-spin-wheel .border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.ultimate-spin-wheel .border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.ultimate-spin-wheel .border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.ultimate-spin-wheel .border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.ultimate-spin-wheel .border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.ultimate-spin-wheel .border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.ultimate-spin-wheel .border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.ultimate-spin-wheel .border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.ultimate-spin-wheel .border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.ultimate-spin-wheel .border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.ultimate-spin-wheel .border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.ultimate-spin-wheel .border-slate-500\/15 {
  border-color: rgb(100 116 139 / 0.15);
}
.ultimate-spin-wheel .border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.ultimate-spin-wheel .border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.ultimate-spin-wheel .border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.ultimate-spin-wheel .border-slate-500\/35 {
  border-color: rgb(100 116 139 / 0.35);
}
.ultimate-spin-wheel .border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.ultimate-spin-wheel .border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}
.ultimate-spin-wheel .border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.ultimate-spin-wheel .border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.ultimate-spin-wheel .border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}
.ultimate-spin-wheel .border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.ultimate-spin-wheel .border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}
.ultimate-spin-wheel .border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.ultimate-spin-wheel .border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.ultimate-spin-wheel .border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.ultimate-spin-wheel .border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}
.ultimate-spin-wheel .border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.ultimate-spin-wheel .border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.ultimate-spin-wheel .border-transparent {
  border-color: transparent;
}
.ultimate-spin-wheel .border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.ultimate-spin-wheel .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.ultimate-spin-wheel .border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-t-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .border-t-transparent {
  border-top-color: transparent;
}
.ultimate-spin-wheel .border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.ultimate-spin-wheel .bg-\[\#0f172a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-\[\#e0528d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 82 141 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.ultimate-spin-wheel .bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.ultimate-spin-wheel .bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.ultimate-spin-wheel .bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.ultimate-spin-wheel .bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.ultimate-spin-wheel .bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.ultimate-spin-wheel .bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.ultimate-spin-wheel .bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.ultimate-spin-wheel .bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.ultimate-spin-wheel .bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.ultimate-spin-wheel .bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.ultimate-spin-wheel .bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.ultimate-spin-wheel .bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.ultimate-spin-wheel .bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.ultimate-spin-wheel .bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.ultimate-spin-wheel .bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.ultimate-spin-wheel .bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.ultimate-spin-wheel .bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.ultimate-spin-wheel .bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.ultimate-spin-wheel .bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.ultimate-spin-wheel .bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.ultimate-spin-wheel .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.ultimate-spin-wheel .bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.ultimate-spin-wheel .bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.ultimate-spin-wheel .bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.ultimate-spin-wheel .bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.ultimate-spin-wheel .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.ultimate-spin-wheel .bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.ultimate-spin-wheel .bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.ultimate-spin-wheel .bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.ultimate-spin-wheel .bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.ultimate-spin-wheel .bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.ultimate-spin-wheel .bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.ultimate-spin-wheel .bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.ultimate-spin-wheel .bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.ultimate-spin-wheel .bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.ultimate-spin-wheel .bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.ultimate-spin-wheel .bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.ultimate-spin-wheel .bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.ultimate-spin-wheel .bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.ultimate-spin-wheel .bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.ultimate-spin-wheel .bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.ultimate-spin-wheel .bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.ultimate-spin-wheel .bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.ultimate-spin-wheel .bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.ultimate-spin-wheel .bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.ultimate-spin-wheel .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.ultimate-spin-wheel .bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.ultimate-spin-wheel .bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.ultimate-spin-wheel .bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.ultimate-spin-wheel .bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.ultimate-spin-wheel .bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.ultimate-spin-wheel .bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.ultimate-spin-wheel .bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.ultimate-spin-wheel .bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.ultimate-spin-wheel .bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.ultimate-spin-wheel .bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.ultimate-spin-wheel .bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.ultimate-spin-wheel .bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.ultimate-spin-wheel .bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.ultimate-spin-wheel .bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.ultimate-spin-wheel .bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.ultimate-spin-wheel .bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.ultimate-spin-wheel .bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.ultimate-spin-wheel .bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.ultimate-spin-wheel .bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.ultimate-spin-wheel .bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.ultimate-spin-wheel .bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.ultimate-spin-wheel .bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.ultimate-spin-wheel .bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.ultimate-spin-wheel .bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.ultimate-spin-wheel .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.ultimate-spin-wheel .bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.ultimate-spin-wheel .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.ultimate-spin-wheel .bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.ultimate-spin-wheel .bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.ultimate-spin-wheel .bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.ultimate-spin-wheel .bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.ultimate-spin-wheel .bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.ultimate-spin-wheel .bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.ultimate-spin-wheel .bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.ultimate-spin-wheel .bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.ultimate-spin-wheel .bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.ultimate-spin-wheel .bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.ultimate-spin-wheel .bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.ultimate-spin-wheel .bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.ultimate-spin-wheel .bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.ultimate-spin-wheel .bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.ultimate-spin-wheel .bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.ultimate-spin-wheel .bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.ultimate-spin-wheel .bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.ultimate-spin-wheel .bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.ultimate-spin-wheel .bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.ultimate-spin-wheel .bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.ultimate-spin-wheel .bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.ultimate-spin-wheel .bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.ultimate-spin-wheel .bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.ultimate-spin-wheel .bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.ultimate-spin-wheel .bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.ultimate-spin-wheel .bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.ultimate-spin-wheel .bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.ultimate-spin-wheel .bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.ultimate-spin-wheel .bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.ultimate-spin-wheel .bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.ultimate-spin-wheel .bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.ultimate-spin-wheel .bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.ultimate-spin-wheel .bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.ultimate-spin-wheel .bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.ultimate-spin-wheel .bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.ultimate-spin-wheel .bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.ultimate-spin-wheel .bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.ultimate-spin-wheel .bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.ultimate-spin-wheel .bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.ultimate-spin-wheel .bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.ultimate-spin-wheel .bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.ultimate-spin-wheel .bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.ultimate-spin-wheel .bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.ultimate-spin-wheel .bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.ultimate-spin-wheel .bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.ultimate-spin-wheel .bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.ultimate-spin-wheel .bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.ultimate-spin-wheel .bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.ultimate-spin-wheel .bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.ultimate-spin-wheel .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.ultimate-spin-wheel .bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.ultimate-spin-wheel .bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.ultimate-spin-wheel .bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.ultimate-spin-wheel .bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.ultimate-spin-wheel .bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.ultimate-spin-wheel .bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.ultimate-spin-wheel .bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.ultimate-spin-wheel .bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}
.ultimate-spin-wheel .bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.ultimate-spin-wheel .bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.ultimate-spin-wheel .bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.ultimate-spin-wheel .bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}
.ultimate-spin-wheel .bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.ultimate-spin-wheel .bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.ultimate-spin-wheel .bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.ultimate-spin-wheel .bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.ultimate-spin-wheel .bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.ultimate-spin-wheel .bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.ultimate-spin-wheel .bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.ultimate-spin-wheel .bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.ultimate-spin-wheel .bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.ultimate-spin-wheel .bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.ultimate-spin-wheel .bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.ultimate-spin-wheel .bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.ultimate-spin-wheel .bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.ultimate-spin-wheel .bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.ultimate-spin-wheel .bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.ultimate-spin-wheel .bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.ultimate-spin-wheel .bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.ultimate-spin-wheel .bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.ultimate-spin-wheel .bg-transparent {
  background-color: transparent;
}
.ultimate-spin-wheel .bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.ultimate-spin-wheel .bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.ultimate-spin-wheel .bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.ultimate-spin-wheel .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.ultimate-spin-wheel .bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.ultimate-spin-wheel .bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.ultimate-spin-wheel .bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.ultimate-spin-wheel .bg-\[radial-gradient\(circle_at_30\%_-50\%\2c rgba\(239\2c 68\2c 68\2c 0\.1\)\2c transparent_50\%\)\] {
  background-image: radial-gradient(circle at 30% -50%,rgba(239,68,68,0.1),transparent 50%);
}
.ultimate-spin-wheel .bg-\[url\(\'https\:\/\/grainy-gradients\.vercel\.app\/noise\.svg\'\)\] {
  background-image: url('https://grainy-gradients.vercel.app/noise.svg');
}
.ultimate-spin-wheel .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.ultimate-spin-wheel .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.ultimate-spin-wheel .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.ultimate-spin-wheel .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.ultimate-spin-wheel .bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.ultimate-spin-wheel .from-\[\#e052bd\] {
  --tw-gradient-from: #e052bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 82 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-amber-100\/50 {
  --tw-gradient-from: rgb(254 243 199 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-amber-600 {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-cyan-600 {
  --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-emerald-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-emerald-500\/5 {
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-500\/10 {
  --tw-gradient-from: rgb(99 102 241 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-800 {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-indigo-900 {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-orange-50\/50 {
  --tw-gradient-from: rgb(255 247 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-rose-400 {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-300 {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-50\/80 {
  --tw-gradient-from: rgb(248 250 252 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-700 {
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-slate-800\/80 {
  --tw-gradient-from: rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-teal-600 {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-violet-100 {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-violet-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-violet-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-\[\#8445a2\] {
  --tw-gradient-to: rgb(132 69 162 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8445a2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-amber-500 {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-emerald-500 {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-gray-200 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-indigo-500\/30 {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-pink-600 {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-sky-400 {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-slate-200 {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-teal-500 {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-violet-500 {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .to-\[\#8441a4\] {
  --tw-gradient-to: #8441a4 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-amber-50\/30 {
  --tw-gradient-to: rgb(255 251 235 / 0.3) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-cyan-50 {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-gray-50\/50 {
  --tw-gradient-to: rgb(249 250 251 / 0.5) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-green-400 {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-indigo-800 {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-slate-100\/50 {
  --tw-gradient-to: rgb(241 245 249 / 0.5) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-slate-400 {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-slate-900\/80 {
  --tw-gradient-to: rgb(15 23 42 / 0.8) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-teal-50 {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-violet-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .bg-clip-border {
  background-clip: border-box;
}
.ultimate-spin-wheel .bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.ultimate-spin-wheel .fill-current {
  fill: currentColor;
}
.ultimate-spin-wheel .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.ultimate-spin-wheel .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.ultimate-spin-wheel .p-0 {
  padding: 0px;
}
.ultimate-spin-wheel .p-1 {
  padding: 0.25rem;
}
.ultimate-spin-wheel .p-1\.5 {
  padding: 0.375rem;
}
.ultimate-spin-wheel .p-10 {
  padding: 2.5rem;
}
.ultimate-spin-wheel .p-12 {
  padding: 3rem;
}
.ultimate-spin-wheel .p-16 {
  padding: 4rem;
}
.ultimate-spin-wheel .p-2 {
  padding: 0.5rem;
}
.ultimate-spin-wheel .p-24 {
  padding: 6rem;
}
.ultimate-spin-wheel .p-3 {
  padding: 0.75rem;
}
.ultimate-spin-wheel .p-4 {
  padding: 1rem;
}
.ultimate-spin-wheel .p-5 {
  padding: 1.25rem;
}
.ultimate-spin-wheel .p-6 {
  padding: 1.5rem;
}
.ultimate-spin-wheel .p-8 {
  padding: 2rem;
}
.ultimate-spin-wheel .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ultimate-spin-wheel .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.ultimate-spin-wheel .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ultimate-spin-wheel .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.ultimate-spin-wheel .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ultimate-spin-wheel .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ultimate-spin-wheel .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.ultimate-spin-wheel .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ultimate-spin-wheel .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ultimate-spin-wheel .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ultimate-spin-wheel .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.ultimate-spin-wheel .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ultimate-spin-wheel .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.ultimate-spin-wheel .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.ultimate-spin-wheel .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ultimate-spin-wheel .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ultimate-spin-wheel .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ultimate-spin-wheel .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.ultimate-spin-wheel .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.ultimate-spin-wheel .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ultimate-spin-wheel .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.ultimate-spin-wheel .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.ultimate-spin-wheel .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ultimate-spin-wheel .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ultimate-spin-wheel .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ultimate-spin-wheel .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ultimate-spin-wheel .pb-12 {
  padding-bottom: 3rem;
}
.ultimate-spin-wheel .pb-2 {
  padding-bottom: 0.5rem;
}
.ultimate-spin-wheel .pb-3 {
  padding-bottom: 0.75rem;
}
.ultimate-spin-wheel .pb-4 {
  padding-bottom: 1rem;
}
.ultimate-spin-wheel .pb-5 {
  padding-bottom: 1.25rem;
}
.ultimate-spin-wheel .pb-6 {
  padding-bottom: 1.5rem;
}
.ultimate-spin-wheel .pb-8 {
  padding-bottom: 2rem;
}
.ultimate-spin-wheel .pl-1 {
  padding-left: 0.25rem;
}
.ultimate-spin-wheel .pl-10 {
  padding-left: 2.5rem;
}
.ultimate-spin-wheel .pl-11 {
  padding-left: 2.75rem;
}
.ultimate-spin-wheel .pl-12 {
  padding-left: 3rem;
}
.ultimate-spin-wheel .pl-3 {
  padding-left: 0.75rem;
}
.ultimate-spin-wheel .pl-3\.5 {
  padding-left: 0.875rem;
}
.ultimate-spin-wheel .pl-4 {
  padding-left: 1rem;
}
.ultimate-spin-wheel .pl-5 {
  padding-left: 1.25rem;
}
.ultimate-spin-wheel .pl-6 {
  padding-left: 1.5rem;
}
.ultimate-spin-wheel .pl-7 {
  padding-left: 1.75rem;
}
.ultimate-spin-wheel .pr-10 {
  padding-right: 2.5rem;
}
.ultimate-spin-wheel .pr-2 {
  padding-right: 0.5rem;
}
.ultimate-spin-wheel .pr-4 {
  padding-right: 1rem;
}
.ultimate-spin-wheel .pr-6 {
  padding-right: 1.5rem;
}
.ultimate-spin-wheel .pr-7 {
  padding-right: 1.75rem;
}
.ultimate-spin-wheel .pr-8 {
  padding-right: 2rem;
}
.ultimate-spin-wheel .ps-10 {
  padding-inline-start: 2.5rem;
}
.ultimate-spin-wheel .ps-3 {
  padding-inline-start: 0.75rem;
}
.ultimate-spin-wheel .pt-0 {
  padding-top: 0px;
}
.ultimate-spin-wheel .pt-1 {
  padding-top: 0.25rem;
}
.ultimate-spin-wheel .pt-10 {
  padding-top: 2.5rem;
}
.ultimate-spin-wheel .pt-2 {
  padding-top: 0.5rem;
}
.ultimate-spin-wheel .pt-3 {
  padding-top: 0.75rem;
}
.ultimate-spin-wheel .pt-4 {
  padding-top: 1rem;
}
.ultimate-spin-wheel .pt-6 {
  padding-top: 1.5rem;
}
.ultimate-spin-wheel .pt-8 {
  padding-top: 2rem;
}
.ultimate-spin-wheel .text-left {
  text-align: left;
}
.ultimate-spin-wheel .text-center {
  text-align: center;
}
.ultimate-spin-wheel .text-right {
  text-align: right;
}
.ultimate-spin-wheel .text-start {
  text-align: start;
}
.ultimate-spin-wheel .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ultimate-spin-wheel .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.ultimate-spin-wheel .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.ultimate-spin-wheel .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.ultimate-spin-wheel .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.ultimate-spin-wheel .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.ultimate-spin-wheel .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.ultimate-spin-wheel .text-\[10px\] {
  font-size: 10px;
}
.ultimate-spin-wheel .text-\[11px\] {
  font-size: 11px;
}
.ultimate-spin-wheel .text-\[5px\] {
  font-size: 5px;
}
.ultimate-spin-wheel .text-\[7px\] {
  font-size: 7px;
}
.ultimate-spin-wheel .text-\[8px\] {
  font-size: 8px;
}
.ultimate-spin-wheel .text-\[9px\] {
  font-size: 9px;
}
.ultimate-spin-wheel .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.ultimate-spin-wheel .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ultimate-spin-wheel .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ultimate-spin-wheel .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ultimate-spin-wheel .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.ultimate-spin-wheel .font-black {
  font-weight: 900;
}
.ultimate-spin-wheel .font-bold {
  font-weight: 700;
}
.ultimate-spin-wheel .font-extrabold {
  font-weight: 800;
}
.ultimate-spin-wheel .font-light {
  font-weight: 300;
}
.ultimate-spin-wheel .font-medium {
  font-weight: 500;
}
.ultimate-spin-wheel .font-normal {
  font-weight: 400;
}
.ultimate-spin-wheel .font-semibold {
  font-weight: 600;
}
.ultimate-spin-wheel .uppercase {
  text-transform: uppercase;
}
.ultimate-spin-wheel .lowercase {
  text-transform: lowercase;
}
.ultimate-spin-wheel .capitalize {
  text-transform: capitalize;
}
.ultimate-spin-wheel .italic {
  font-style: italic;
}
.ultimate-spin-wheel .tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ultimate-spin-wheel .leading-loose {
  line-height: 2;
}
.ultimate-spin-wheel .leading-none {
  line-height: 1;
}
.ultimate-spin-wheel .leading-relaxed {
  line-height: 1.625;
}
.ultimate-spin-wheel .leading-snug {
  line-height: 1.375;
}
.ultimate-spin-wheel .leading-tight {
  line-height: 1.25;
}
.ultimate-spin-wheel .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.ultimate-spin-wheel .tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.ultimate-spin-wheel .tracking-normal {
  letter-spacing: 0em;
}
.ultimate-spin-wheel .tracking-tight {
  letter-spacing: -0.025em;
}
.ultimate-spin-wheel .tracking-tighter {
  letter-spacing: -0.05em;
}
.ultimate-spin-wheel .tracking-wide {
  letter-spacing: 0.025em;
}
.ultimate-spin-wheel .tracking-wider {
  letter-spacing: 0.05em;
}
.ultimate-spin-wheel .tracking-widest {
  letter-spacing: 0.1em;
}
.ultimate-spin-wheel .text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.ultimate-spin-wheel .text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.ultimate-spin-wheel .text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.ultimate-spin-wheel .text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.ultimate-spin-wheel .text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}
.ultimate-spin-wheel .text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.ultimate-spin-wheel .text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.ultimate-spin-wheel .text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}
.ultimate-spin-wheel .text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.ultimate-spin-wheel .text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.ultimate-spin-wheel .text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.ultimate-spin-wheel .text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.ultimate-spin-wheel .text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.ultimate-spin-wheel .text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.ultimate-spin-wheel .text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.ultimate-spin-wheel .text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.ultimate-spin-wheel .text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.ultimate-spin-wheel .text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.ultimate-spin-wheel .text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.ultimate-spin-wheel .text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.ultimate-spin-wheel .text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.ultimate-spin-wheel .text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.ultimate-spin-wheel .text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.ultimate-spin-wheel .text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.ultimate-spin-wheel .text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.ultimate-spin-wheel .text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.ultimate-spin-wheel .text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.ultimate-spin-wheel .text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}
.ultimate-spin-wheel .text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.ultimate-spin-wheel .text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.ultimate-spin-wheel .text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}
.ultimate-spin-wheel .text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.ultimate-spin-wheel .text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.ultimate-spin-wheel .text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.ultimate-spin-wheel .text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.ultimate-spin-wheel .text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.ultimate-spin-wheel .text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.ultimate-spin-wheel .text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.ultimate-spin-wheel .text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.ultimate-spin-wheel .text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.ultimate-spin-wheel .text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.ultimate-spin-wheel .text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.ultimate-spin-wheel .text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.ultimate-spin-wheel .text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.ultimate-spin-wheel .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.ultimate-spin-wheel .text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.ultimate-spin-wheel .text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.ultimate-spin-wheel .text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.ultimate-spin-wheel .text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.ultimate-spin-wheel .text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.ultimate-spin-wheel .text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}
.ultimate-spin-wheel .text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.ultimate-spin-wheel .text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.ultimate-spin-wheel .text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}
.ultimate-spin-wheel .text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.ultimate-spin-wheel .text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.ultimate-spin-wheel .text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.ultimate-spin-wheel .text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.ultimate-spin-wheel .text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.ultimate-spin-wheel .text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.ultimate-spin-wheel .text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.ultimate-spin-wheel .text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.ultimate-spin-wheel .text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.ultimate-spin-wheel .text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.ultimate-spin-wheel .text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.ultimate-spin-wheel .text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.ultimate-spin-wheel .text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.ultimate-spin-wheel .text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.ultimate-spin-wheel .text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.ultimate-spin-wheel .text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.ultimate-spin-wheel .text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.ultimate-spin-wheel .text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.ultimate-spin-wheel .text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.ultimate-spin-wheel .text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.ultimate-spin-wheel .text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.ultimate-spin-wheel .text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.ultimate-spin-wheel .text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.ultimate-spin-wheel .text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.ultimate-spin-wheel .text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.ultimate-spin-wheel .text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.ultimate-spin-wheel .text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.ultimate-spin-wheel .text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.ultimate-spin-wheel .text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.ultimate-spin-wheel .text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.ultimate-spin-wheel .text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.ultimate-spin-wheel .text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.ultimate-spin-wheel .text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.ultimate-spin-wheel .text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.ultimate-spin-wheel .text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.ultimate-spin-wheel .text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.ultimate-spin-wheel .text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.ultimate-spin-wheel .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.ultimate-spin-wheel .text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.ultimate-spin-wheel .text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.ultimate-spin-wheel .text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.ultimate-spin-wheel .text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.ultimate-spin-wheel .text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.ultimate-spin-wheel .text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.ultimate-spin-wheel .text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.ultimate-spin-wheel .text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.ultimate-spin-wheel .text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.ultimate-spin-wheel .text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.ultimate-spin-wheel .text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.ultimate-spin-wheel .text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.ultimate-spin-wheel .text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.ultimate-spin-wheel .text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.ultimate-spin-wheel .text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.ultimate-spin-wheel .text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.ultimate-spin-wheel .text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.ultimate-spin-wheel .text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.ultimate-spin-wheel .text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.ultimate-spin-wheel .text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.ultimate-spin-wheel .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.ultimate-spin-wheel .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.ultimate-spin-wheel .text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.ultimate-spin-wheel .text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.ultimate-spin-wheel .text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.ultimate-spin-wheel .text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.ultimate-spin-wheel .text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.ultimate-spin-wheel .text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.ultimate-spin-wheel .text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.ultimate-spin-wheel .text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.ultimate-spin-wheel .text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.ultimate-spin-wheel .text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.ultimate-spin-wheel .text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.ultimate-spin-wheel .text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.ultimate-spin-wheel .text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.ultimate-spin-wheel .text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.ultimate-spin-wheel .text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.ultimate-spin-wheel .text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.ultimate-spin-wheel .text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.ultimate-spin-wheel .text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.ultimate-spin-wheel .text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.ultimate-spin-wheel .text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.ultimate-spin-wheel .text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.ultimate-spin-wheel .text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-transparent {
  color: transparent;
}
.ultimate-spin-wheel .text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.ultimate-spin-wheel .text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.ultimate-spin-wheel .text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.ultimate-spin-wheel .text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.ultimate-spin-wheel .text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.ultimate-spin-wheel .text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.ultimate-spin-wheel .text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.ultimate-spin-wheel .text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.ultimate-spin-wheel .text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .underline {
  text-decoration-line: underline;
}
.ultimate-spin-wheel .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ultimate-spin-wheel .placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .accent-blue-600 {
  accent-color: #2563eb;
}
.ultimate-spin-wheel .opacity-0 {
  opacity: 0;
}
.ultimate-spin-wheel .opacity-10 {
  opacity: 0.1;
}
.ultimate-spin-wheel .opacity-100 {
  opacity: 1;
}
.ultimate-spin-wheel .opacity-20 {
  opacity: 0.2;
}
.ultimate-spin-wheel .opacity-25 {
  opacity: 0.25;
}
.ultimate-spin-wheel .opacity-40 {
  opacity: 0.4;
}
.ultimate-spin-wheel .opacity-50 {
  opacity: 0.5;
}
.ultimate-spin-wheel .opacity-60 {
  opacity: 0.6;
}
.ultimate-spin-wheel .opacity-70 {
  opacity: 0.7;
}
.ultimate-spin-wheel .opacity-75 {
  opacity: 0.75;
}
.ultimate-spin-wheel .mix-blend-screen {
  mix-blend-mode: screen;
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .shadow-\[0_0_50px_rgba\(59\2c 130\2c 246\2c 0\.1\)\] {
  --tw-shadow: 0 0 50px rgba(59,130,246,0.1);
  --tw-shadow-colored: 0 0 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .shadow-none {
  --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);
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ultimate-spin-wheel .outline {
  outline-style: solid;
}
.ultimate-spin-wheel .ring-0 {
  --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);
}
.ultimate-spin-wheel .ring-1 {
  --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(1px + 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);
}
.ultimate-spin-wheel .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ultimate-spin-wheel .ring-4 {
  --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(4px + 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);
}
.ultimate-spin-wheel .ring-8 {
  --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(8px + 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);
}
.ultimate-spin-wheel .ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-gray-200\/50 {
  --tw-ring-color: rgb(229 231 235 / 0.5);
}
.ultimate-spin-wheel .ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-indigo-500\/5 {
  --tw-ring-color: rgb(99 102 241 / 0.05);
}
.ultimate-spin-wheel .ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-purple-500\/5 {
  --tw-ring-color: rgb(168 85 247 / 0.05);
}
.ultimate-spin-wheel .ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.ultimate-spin-wheel .blur-\[100px\] {
  --tw-blur: blur(100px);
  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);
}
.ultimate-spin-wheel .blur-\[120px\] {
  --tw-blur: blur(120px);
  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);
}
.ultimate-spin-wheel .blur-\[140px\] {
  --tw-blur: blur(140px);
  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);
}
.ultimate-spin-wheel .blur-\[1px\] {
  --tw-blur: blur(1px);
  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);
}
.ultimate-spin-wheel .blur-\[3px\] {
  --tw-blur: blur(3px);
  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);
}
.ultimate-spin-wheel .blur-xl {
  --tw-blur: blur(24px);
  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);
}
.ultimate-spin-wheel .brightness-150 {
  --tw-brightness: brightness(1.5);
  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);
}
.ultimate-spin-wheel .contrast-150 {
  --tw-contrast: contrast(1.5);
  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);
}
.ultimate-spin-wheel .drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.ultimate-spin-wheel .drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ultimate-spin-wheel .grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ultimate-spin-wheel .grayscale-\[50\%\] {
  --tw-grayscale: grayscale(50%);
  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);
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .backdrop-blur-\[0\.5px\] {
  --tw-backdrop-blur: blur(0.5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel .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;
}
.ultimate-spin-wheel .transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .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;
}
.ultimate-spin-wheel .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .duration-1000 {
  transition-duration: 1000ms;
}
.ultimate-spin-wheel .duration-200 {
  transition-duration: 200ms;
}
.ultimate-spin-wheel .duration-300 {
  transition-duration: 300ms;
}
.ultimate-spin-wheel .duration-500 {
  transition-duration: 500ms;
}
.ultimate-spin-wheel .duration-700 {
  transition-duration: 700ms;
}
.ultimate-spin-wheel .duration-\[4000ms\] {
  transition-duration: 4000ms;
}
.ultimate-spin-wheel .duration-\[5000ms\] {
  transition-duration: 5000ms;
}
.ultimate-spin-wheel .ease-\[cubic-bezier\(0\.34\2c 1\.56\2c 0\.64\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.34,1.56,0.64,1);
}
.ultimate-spin-wheel .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ultimate-spin-wheel .placeholder\:text-slate-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .placeholder\:text-slate-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.ultimate-spin-wheel .after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.ultimate-spin-wheel .after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}
.ultimate-spin-wheel .after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}
.ultimate-spin-wheel .after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.ultimate-spin-wheel .after\:h-7::after {
  content: var(--tw-content);
  height: 1.75rem;
}
.ultimate-spin-wheel .after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.ultimate-spin-wheel .after\:w-7::after {
  content: var(--tw-content);
  width: 1.75rem;
}
.ultimate-spin-wheel .after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.ultimate-spin-wheel .after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.ultimate-spin-wheel .after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ultimate-spin-wheel .after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.ultimate-spin-wheel .last\:mb-0:last-child {
  margin-bottom: 0px;
}
.ultimate-spin-wheel .hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}
.ultimate-spin-wheel .hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.ultimate-spin-wheel .hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
  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));
}
.ultimate-spin-wheel .hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .hover\:border-amber-500\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .hover\:border-amber-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}
.ultimate-spin-wheel .hover\:border-amber-500\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}
.ultimate-spin-wheel .hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}
.ultimate-spin-wheel .hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-blue-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}
.ultimate-spin-wheel .hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}
.ultimate-spin-wheel .hover\:border-cyan-500\/30:hover {
  border-color: rgb(6 182 212 / 0.3);
}
.ultimate-spin-wheel .hover\:border-emerald-500\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .hover\:border-emerald-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}
.ultimate-spin-wheel .hover\:border-emerald-500\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}
.ultimate-spin-wheel .hover\:border-emerald-500\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}
.ultimate-spin-wheel .hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-indigo-500\/20:hover {
  border-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .hover\:border-indigo-500\/30:hover {
  border-color: rgb(99 102 241 / 0.3);
}
.ultimate-spin-wheel .hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}
.ultimate-spin-wheel .hover\:border-orange-500\/20:hover {
  border-color: rgb(249 115 22 / 0.2);
}
.ultimate-spin-wheel .hover\:border-pink-500\/30:hover {
  border-color: rgb(236 72 153 / 0.3);
}
.ultimate-spin-wheel .hover\:border-pink-500\/50:hover {
  border-color: rgb(236 72 153 / 0.5);
}
.ultimate-spin-wheel .hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-purple-300\/50:hover {
  border-color: rgb(216 180 254 / 0.5);
}
.ultimate-spin-wheel .hover\:border-purple-400\/50:hover {
  border-color: rgb(192 132 252 / 0.5);
}
.ultimate-spin-wheel .hover\:border-purple-500\/30:hover {
  border-color: rgb(168 85 247 / 0.3);
}
.ultimate-spin-wheel .hover\:border-purple-500\/50:hover {
  border-color: rgb(168 85 247 / 0.5);
}
.ultimate-spin-wheel .hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}
.ultimate-spin-wheel .hover\:border-rose-500\/20:hover {
  border-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .hover\:border-rose-500\/40:hover {
  border-color: rgb(244 63 94 / 0.4);
}
.ultimate-spin-wheel .hover\:border-sky-500\/30:hover {
  border-color: rgb(14 165 233 / 0.3);
}
.ultimate-spin-wheel .hover\:border-teal-500\/50:hover {
  border-color: rgb(20 184 166 / 0.5);
}
.ultimate-spin-wheel .hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .hover\:border-violet-500\/50:hover {
  border-color: rgb(139 92 246 / 0.5);
}
.ultimate-spin-wheel .hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}
.ultimate-spin-wheel .hover\:bg-blue-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}
.ultimate-spin-wheel .hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-emerald-600\/20:hover {
  background-color: rgb(5 150 105 / 0.2);
}
.ultimate-spin-wheel .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}
.ultimate-spin-wheel .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.ultimate-spin-wheel .hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-purple-50\/50:hover {
  background-color: rgb(250 245 255 / 0.5);
}
.ultimate-spin-wheel .hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-rose-500\/20:hover {
  background-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-slate-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}
.ultimate-spin-wheel .hover\:bg-slate-800\/60:hover {
  background-color: rgb(30 41 59 / 0.6);
}
.ultimate-spin-wheel .hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.ultimate-spin-wheel .hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .hover\:from-violet-500:hover {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .hover\:to-yellow-400:hover {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .hover\:underline:hover {
  text-decoration-line: underline;
}
.ultimate-spin-wheel .hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .hover\:shadow-md:hover {
  --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);
}
.ultimate-spin-wheel .hover\:shadow-none:hover {
  --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);
}
.ultimate-spin-wheel .hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ultimate-spin-wheel .hover\:shadow-blue-500\/10:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .hover\:shadow-blue-500\/5:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .hover\:shadow-indigo-500\/10:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .hover\:shadow-purple-500\/5:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .focus\:border-purple-500\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}
.ultimate-spin-wheel .focus\:border-transparent:focus {
  border-color: transparent;
}
.ultimate-spin-wheel .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ultimate-spin-wheel .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);
}
.ultimate-spin-wheel .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ultimate-spin-wheel .focus\:ring-4: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(4px + 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);
}
.ultimate-spin-wheel .focus\:ring-amber-500\/20:focus {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-blue-500\/10:focus {
  --tw-ring-color: rgb(59 130 246 / 0.1);
}
.ultimate-spin-wheel .focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-emerald-500\/20:focus {
  --tw-ring-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-indigo-500\/20:focus {
  --tw-ring-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-orange-500\/20:focus {
  --tw-ring-color: rgb(249 115 22 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-purple-500\/20:focus {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-rose-500\/20:focus {
  --tw-ring-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.ultimate-spin-wheel .active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel .active\:cursor-grabbing:active {
  cursor: grabbing;
}
.ultimate-spin-wheel .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.ultimate-spin-wheel .disabled\:from-gray-400:disabled {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .disabled\:to-gray-500:disabled {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.ultimate-spin-wheel .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.ultimate-spin-wheel .disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.ultimate-spin-wheel .disabled\:hover\:translate-y-0:hover:disabled {
  --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));
}
.ultimate-spin-wheel .disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel :is(.group:focus-within .group-focus-within\:bg-blue-500\/20) {
  background-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel :is(.group:focus-within .group-focus-within\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:-translate-x-1) {
  --tw-translate-x: -0.25rem;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:translate-x-1) {
  --tw-translate-x: 0.25rem;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:translate-x-\[100\%\]) {
  --tw-translate-x: 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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:translate-y-1) {
  --tw-translate-y: 0.25rem;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:rotate-12) {
  --tw-rotate: 12deg;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\: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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:rotate-6) {
  --tw-rotate: 6deg;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:rotate-90) {
  --tw-rotate: 90deg;
  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));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:scale-100) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:scale-105) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:bg-pink-500\/30) {
  background-color: rgb(236 72 153 / 0.3);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:bg-slate-800\/80) {
  background-color: rgb(30 41 59 / 0.8);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:bg-white\/10) {
  background-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel :is(.group\/clear:hover .group-hover\/clear\:text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-blue-500\/20) {
  color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-emerald-400) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-indigo-200) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-indigo-300) {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-indigo-500) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-indigo-500\/20) {
  color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-purple-400) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-purple-600) {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-slate-400) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-slate-700) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-teal-400) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group\/dup:hover .group-hover\/dup\:opacity-100) {
  opacity: 1;
}
.ultimate-spin-wheel :is(.group\/email:hover .group-hover\/email\:opacity-100) {
  opacity: 1;
}
.ultimate-spin-wheel :is(.group\/img:hover .group-hover\/img\:opacity-100) {
  opacity: 1;
}
.ultimate-spin-wheel :is(.group\/phone:hover .group-hover\/phone\:opacity-100) {
  opacity: 1;
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:ring-indigo-500\/50) {
  --tw-ring-color: rgb(99 102 241 / 0.5);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:blur-none) {
  --tw-blur:  ;
  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);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:grayscale-0) {
  --tw-grayscale: grayscale(0);
  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);
}
.ultimate-spin-wheel :is(.group:hover .group-hover\:backdrop-blur-none) {
  --tw-backdrop-blur:  ;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.ultimate-spin-wheel :is(.group:active .group-active\:scale-95) {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-amber-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-emerald-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-indigo-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-orange-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-purple-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-purple-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:bg-violet-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:after\:translate-x-6)::after {
  content: var(--tw-content);
  --tw-translate-x: 1.5rem;
  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));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:after\:translate-x-full)::after {
  content: var(--tw-content);
  --tw-translate-x: 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));
}
.ultimate-spin-wheel :is(.peer:checked ~ .peer-checked\:after\:border-white)::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-4) {
  --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(4px + 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);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-amber-500\/20) {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-blue-300) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-emerald-500\/20) {
  --tw-ring-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-indigo-500\/20) {
  --tw-ring-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-orange-500\/20) {
  --tw-ring-color: rgb(249 115 22 / 0.2);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-purple-300) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-purple-500\/20) {
  --tw-ring-color: rgb(168 85 247 / 0.2);
}
.ultimate-spin-wheel :is(.peer:focus ~ .peer-focus\:ring-violet-500\/20) {
  --tw-ring-color: rgb(139 92 246 / 0.2);
}
.ultimate-spin-wheel :is(.dark\:divide-gray-600:is(.dark *) > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.dark\:divide-gray-800:is(.dark *) > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.dark\:divide-slate-700:is(.dark *) > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}
.ultimate-spin-wheel :is(.dark\:divide-white\/5:is(.dark *) > :not([hidden]) ~ :not([hidden])) {
  border-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .dark\:border-amber-500\/30:is(.dark *) {
  border-color: rgb(245 158 11 / 0.3);
}
.ultimate-spin-wheel .dark\:border-amber-700\/50:is(.dark *) {
  border-color: rgb(180 83 9 / 0.5);
}
.ultimate-spin-wheel .dark\:border-amber-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-blue-500\/20:is(.dark *) {
  border-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .dark\:border-blue-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-blue-800\/50:is(.dark *) {
  border-color: rgb(30 64 175 / 0.5);
}
.ultimate-spin-wheel .dark\:border-blue-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-blue-900\/20:is(.dark *) {
  border-color: rgb(30 58 138 / 0.2);
}
.ultimate-spin-wheel .dark\:border-blue-900\/30:is(.dark *) {
  border-color: rgb(30 58 138 / 0.3);
}
.ultimate-spin-wheel .dark\:border-emerald-500\/30:is(.dark *) {
  border-color: rgb(16 185 129 / 0.3);
}
.ultimate-spin-wheel .dark\:border-emerald-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-emerald-900\/30:is(.dark *) {
  border-color: rgb(6 78 59 / 0.3);
}
.ultimate-spin-wheel .dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-gray-700\/50:is(.dark *) {
  border-color: rgb(55 65 81 / 0.5);
}
.ultimate-spin-wheel .dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-green-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-green-800\/30:is(.dark *) {
  border-color: rgb(22 101 52 / 0.3);
}
.ultimate-spin-wheel .dark\:border-indigo-500\/20:is(.dark *) {
  border-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .dark\:border-indigo-500\/30:is(.dark *) {
  border-color: rgb(99 102 241 / 0.3);
}
.ultimate-spin-wheel .dark\:border-indigo-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-orange-700\/30:is(.dark *) {
  border-color: rgb(194 65 12 / 0.3);
}
.ultimate-spin-wheel .dark\:border-orange-900\/30:is(.dark *) {
  border-color: rgb(124 45 18 / 0.3);
}
.ultimate-spin-wheel .dark\:border-purple-500\/20:is(.dark *) {
  border-color: rgb(168 85 247 / 0.2);
}
.ultimate-spin-wheel .dark\:border-purple-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-purple-800\/30:is(.dark *) {
  border-color: rgb(107 33 168 / 0.3);
}
.ultimate-spin-wheel .dark\:border-purple-800\/50:is(.dark *) {
  border-color: rgb(107 33 168 / 0.5);
}
.ultimate-spin-wheel .dark\:border-purple-900\/30:is(.dark *) {
  border-color: rgb(88 28 135 / 0.3);
}
.ultimate-spin-wheel .dark\:border-red-500\/20:is(.dark *) {
  border-color: rgb(239 68 68 / 0.2);
}
.ultimate-spin-wheel .dark\:border-red-500\/30:is(.dark *) {
  border-color: rgb(239 68 68 / 0.3);
}
.ultimate-spin-wheel .dark\:border-red-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-red-800\/50:is(.dark *) {
  border-color: rgb(153 27 27 / 0.5);
}
.ultimate-spin-wheel .dark\:border-rose-500\/20:is(.dark *) {
  border-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .dark\:border-slate-500\/30:is(.dark *) {
  border-color: rgb(100 116 139 / 0.3);
}
.ultimate-spin-wheel .dark\:border-slate-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-slate-600\/50:is(.dark *) {
  border-color: rgb(71 85 105 / 0.5);
}
.ultimate-spin-wheel .dark\:border-slate-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-violet-500\/20:is(.dark *) {
  border-color: rgb(139 92 246 / 0.2);
}
.ultimate-spin-wheel .dark\:border-violet-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:border-white\/10:is(.dark *) {
  border-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .dark\:border-white\/20:is(.dark *) {
  border-color: rgb(255 255 255 / 0.2);
}
.ultimate-spin-wheel .dark\:border-white\/5:is(.dark *) {
  border-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-amber-500\/20:is(.dark *) {
  background-color: rgb(245 158 11 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-amber-500\/5:is(.dark *) {
  background-color: rgb(245 158 11 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-amber-900\/20:is(.dark *) {
  background-color: rgb(120 53 15 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-amber-900\/30:is(.dark *) {
  background-color: rgb(120 53 15 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-black\/10:is(.dark *) {
  background-color: rgb(0 0 0 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-black\/5:is(.dark *) {
  background-color: rgb(0 0 0 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-blue-500\/10:is(.dark *) {
  background-color: rgb(59 130 246 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-blue-500\/20:is(.dark *) {
  background-color: rgb(59 130 246 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-blue-500\/5:is(.dark *) {
  background-color: rgb(59 130 246 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-blue-900\/10:is(.dark *) {
  background-color: rgb(30 58 138 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-blue-900\/20:is(.dark *) {
  background-color: rgb(30 58 138 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-blue-900\/30:is(.dark *) {
  background-color: rgb(30 58 138 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-cyan-900\/10:is(.dark *) {
  background-color: rgb(22 78 99 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-emerald-500\/20:is(.dark *) {
  background-color: rgb(16 185 129 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-emerald-900\/20:is(.dark *) {
  background-color: rgb(6 78 59 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-emerald-900\/30:is(.dark *) {
  background-color: rgb(6 78 59 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-gray-700\/20:is(.dark *) {
  background-color: rgb(55 65 81 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-gray-700\/50:is(.dark *) {
  background-color: rgb(55 65 81 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-gray-800\/90:is(.dark *) {
  background-color: rgb(31 41 55 / 0.9);
}
.ultimate-spin-wheel .dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-gray-900\/30:is(.dark *) {
  background-color: rgb(17 24 39 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-gray-900\/40:is(.dark *) {
  background-color: rgb(17 24 39 / 0.4);
}
.ultimate-spin-wheel .dark\:bg-gray-900\/50:is(.dark *) {
  background-color: rgb(17 24 39 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-green-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-green-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-green-900\/10:is(.dark *) {
  background-color: rgb(20 83 45 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-green-900\/20:is(.dark *) {
  background-color: rgb(20 83 45 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-green-900\/30:is(.dark *) {
  background-color: rgb(20 83 45 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-indigo-500\/10:is(.dark *) {
  background-color: rgb(99 102 241 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-indigo-500\/20:is(.dark *) {
  background-color: rgb(99 102 241 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-indigo-500\/5:is(.dark *) {
  background-color: rgb(99 102 241 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-indigo-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-indigo-900\/30:is(.dark *) {
  background-color: rgb(49 46 129 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-orange-900\/10:is(.dark *) {
  background-color: rgb(124 45 18 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-orange-900\/30:is(.dark *) {
  background-color: rgb(124 45 18 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-pink-900\/30:is(.dark *) {
  background-color: rgb(131 24 67 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-purple-500\/20:is(.dark *) {
  background-color: rgb(168 85 247 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-purple-500\/5:is(.dark *) {
  background-color: rgb(168 85 247 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-purple-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-purple-900\/10:is(.dark *) {
  background-color: rgb(88 28 135 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-purple-900\/20:is(.dark *) {
  background-color: rgb(88 28 135 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-purple-900\/30:is(.dark *) {
  background-color: rgb(88 28 135 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-red-500\/20:is(.dark *) {
  background-color: rgb(239 68 68 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-red-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-red-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-red-900\/10:is(.dark *) {
  background-color: rgb(127 29 29 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-red-900\/20:is(.dark *) {
  background-color: rgb(127 29 29 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-red-900\/30:is(.dark *) {
  background-color: rgb(127 29 29 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-red-900\/40:is(.dark *) {
  background-color: rgb(127 29 29 / 0.4);
}
.ultimate-spin-wheel .dark\:bg-rose-500\/10:is(.dark *) {
  background-color: rgb(244 63 94 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-rose-500\/20:is(.dark *) {
  background-color: rgb(244 63 94 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-slate-500\/20:is(.dark *) {
  background-color: rgb(100 116 139 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-slate-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-slate-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-slate-700\/50:is(.dark *) {
  background-color: rgb(51 65 85 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-slate-800\/30:is(.dark *) {
  background-color: rgb(30 41 59 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-slate-800\/50:is(.dark *) {
  background-color: rgb(30 41 59 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-slate-900\/10:is(.dark *) {
  background-color: rgb(15 23 42 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-slate-900\/20:is(.dark *) {
  background-color: rgb(15 23 42 / 0.2);
}
.ultimate-spin-wheel .dark\:bg-slate-900\/30:is(.dark *) {
  background-color: rgb(15 23 42 / 0.3);
}
.ultimate-spin-wheel .dark\:bg-slate-900\/50:is(.dark *) {
  background-color: rgb(15 23 42 / 0.5);
}
.ultimate-spin-wheel .dark\:bg-slate-900\/80:is(.dark *) {
  background-color: rgb(15 23 42 / 0.8);
}
.ultimate-spin-wheel .dark\:bg-stone-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:bg-violet-500\/5:is(.dark *) {
  background-color: rgb(139 92 246 / 0.05);
}
.ultimate-spin-wheel .dark\:bg-white\/10:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .dark\:bg-white\/5:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .dark\:from-amber-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(120 53 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-amber-900\/30:is(.dark *) {
  --tw-gradient-from: rgb(120 53 15 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-blue-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(30 58 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-emerald-700:is(.dark *) {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-gray-800:is(.dark *) {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-gray-900:is(.dark *) {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-green-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(20 83 45 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-indigo-900\/10:is(.dark *) {
  --tw-gradient-from: rgb(49 46 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-orange-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(124 45 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-orange-900\/30:is(.dark *) {
  --tw-gradient-from: rgb(124 45 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-purple-500\/5:is(.dark *) {
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-purple-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(88 28 135 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-red-900\/20:is(.dark *) {
  --tw-gradient-from: rgb(127 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-slate-600:is(.dark *) {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-slate-700:is(.dark *) {
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-slate-700\/50:is(.dark *) {
  --tw-gradient-from: rgb(51 65 85 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:from-white\/5:is(.dark *) {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:via-slate-600:is(.dark *) {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:via-slate-700:is(.dark *) {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.ultimate-spin-wheel .dark\:to-amber-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(120 53 15 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-blue-900\/10:is(.dark *) {
  --tw-gradient-to: rgb(30 58 138 / 0.1) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-blue-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(30 58 138 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-cyan-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(22 78 99 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-gray-700:is(.dark *) {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-gray-800:is(.dark *) {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-gray-900:is(.dark *) {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-gray-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(17 24 39 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-indigo-500\/5:is(.dark *) {
  --tw-gradient-to: rgb(99 102 241 / 0.05) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-orange-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(124 45 18 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-pink-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(131 24 67 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-slate-700:is(.dark *) {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-slate-700\/30:is(.dark *) {
  --tw-gradient-to: rgb(51 65 85 / 0.3) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-teal-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(19 78 74 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-white\/\[0\.02\]:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0.02) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:to-yellow-900\/20:is(.dark *) {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}
.ultimate-spin-wheel .dark\:text-amber-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-amber-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-amber-400\/70:is(.dark *) {
  color: rgb(251 191 36 / 0.7);
}
.ultimate-spin-wheel .dark\:text-amber-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-blue-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-blue-400\/60:is(.dark *) {
  color: rgb(96 165 250 / 0.6);
}
.ultimate-spin-wheel .dark\:text-blue-400\/70:is(.dark *) {
  color: rgb(96 165 250 / 0.7);
}
.ultimate-spin-wheel .dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-emerald-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-emerald-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-green-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-indigo-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-orange-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-purple-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-purple-300\/60:is(.dark *) {
  color: rgb(216 180 254 / 0.6);
}
.ultimate-spin-wheel .dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-purple-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-purple-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-red-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-rose-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-slate-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-slate-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-slate-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-violet-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-violet-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-violet-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-violet-400\/60:is(.dark *) {
  color: rgb(167 139 250 / 0.6);
}
.ultimate-spin-wheel .dark\:text-violet-400\/70:is(.dark *) {
  color: rgb(167 139 250 / 0.7);
}
.ultimate-spin-wheel .dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:text-yellow-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder-gray-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder-gray-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.ultimate-spin-wheel .dark\:shadow-none:is(.dark *) {
  --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);
}
.ultimate-spin-wheel .dark\:shadow-black\/20:is(.dark *) {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .dark\:shadow-gray-900\/40:is(.dark *) {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ultimate-spin-wheel .dark\:ring-blue-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:ring-gray-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:ring-gray-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:ring-purple-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:ring-slate-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder\:text-slate-600:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:placeholder\:text-slate-600:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:border-blue-900\/50:hover:is(.dark *) {
  border-color: rgb(30 58 138 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:border-slate-600:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-amber-900\/20:hover:is(.dark *) {
  background-color: rgb(120 53 15 / 0.2);
}
.ultimate-spin-wheel .dark\:hover\:bg-blue-800\/40:hover:is(.dark *) {
  background-color: rgb(30 64 175 / 0.4);
}
.ultimate-spin-wheel .dark\:hover\:bg-blue-900\/10:hover:is(.dark *) {
  background-color: rgb(30 58 138 / 0.1);
}
.ultimate-spin-wheel .dark\:hover\:bg-blue-900\/20:hover:is(.dark *) {
  background-color: rgb(30 58 138 / 0.2);
}
.ultimate-spin-wheel .dark\:hover\:bg-blue-900\/30:hover:is(.dark *) {
  background-color: rgb(30 58 138 / 0.3);
}
.ultimate-spin-wheel .dark\:hover\:bg-emerald-900\/20:hover:is(.dark *) {
  background-color: rgb(6 78 59 / 0.2);
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-700\/50:hover:is(.dark *) {
  background-color: rgb(55 65 81 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-800\/50:hover:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:bg-gray-900:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-green-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-green-900\/30:hover:is(.dark *) {
  background-color: rgb(20 83 45 / 0.3);
}
.ultimate-spin-wheel .dark\:hover\:bg-indigo-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-purple-900\/30:hover:is(.dark *) {
  background-color: rgb(88 28 135 / 0.3);
}
.ultimate-spin-wheel .dark\:hover\:bg-red-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-red-900\/20:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.2);
}
.ultimate-spin-wheel .dark\:hover\:bg-red-900\/30:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.3);
}
.ultimate-spin-wheel .dark\:hover\:bg-red-900\/50:hover:is(.dark *) {
  background-color: rgb(127 29 29 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:bg-slate-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-slate-700\/50:hover:is(.dark *) {
  background-color: rgb(51 65 85 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:bg-slate-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:bg-slate-800\/50:hover:is(.dark *) {
  background-color: rgb(30 41 59 / 0.5);
}
.ultimate-spin-wheel .dark\:hover\:bg-white\/10:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.1);
}
.ultimate-spin-wheel .dark\:hover\:bg-white\/5:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.05);
}
.ultimate-spin-wheel .dark\:hover\:bg-white\/\[0\.02\]:hover:is(.dark *) {
  background-color: rgb(255 255 255 / 0.02);
}
.ultimate-spin-wheel .dark\:hover\:text-blue-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:text-blue-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:text-green-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:text-purple-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:text-red-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel .dark\:hover\:underline:hover:is(.dark *) {
  text-decoration-line: underline;
}
.ultimate-spin-wheel .dark\:focus\:border-blue-500:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-blue-500:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-blue-500\/50:focus:is(.dark *) {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}
.ultimate-spin-wheel .dark\:focus\:ring-blue-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-gray-600:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-gray-700:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-green-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel .dark\:focus\:ring-red-800:focus:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .dark\:group-hover\:bg-blue-900\/30:is(.dark *)) {
  background-color: rgb(30 58 138 / 0.3);
}
.ultimate-spin-wheel :is(.group:hover .dark\:group-hover\:text-blue-400:is(.dark *)) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .dark\:group-hover\:text-purple-400:is(.dark *)) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.group:hover .dark\:group-hover\:text-slate-300:is(.dark *)) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:focus ~ .dark\:peer-focus\:ring-blue-800:is(.dark *)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.ultimate-spin-wheel :is(.peer:focus ~ .dark\:peer-focus\:ring-purple-800:is(.dark *)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}
@media (min-width: 640px) {

  .ultimate-spin-wheel .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .ultimate-spin-wheel .sm\:flex {
    display: flex;
  }

  .ultimate-spin-wheel .sm\:w-auto {
    width: auto;
  }

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

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

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

  .ultimate-spin-wheel .sm\:flex-row {
    flex-direction: row;
  }

  .ultimate-spin-wheel .sm\:items-center {
    align-items: center;
  }

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

  .ultimate-spin-wheel :is(.sm\: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)));
  }

  .ultimate-spin-wheel :is(.sm\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .ultimate-spin-wheel .sm\:p-6 {
    padding: 1.5rem;
  }

  .ultimate-spin-wheel .sm\:p-8 {
    padding: 2rem;
  }

  .ultimate-spin-wheel .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ultimate-spin-wheel .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .ultimate-spin-wheel .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .ultimate-spin-wheel .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .ultimate-spin-wheel .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .ultimate-spin-wheel .md\:block {
    display: block;
  }

  .ultimate-spin-wheel .md\:hidden {
    display: none;
  }

  .ultimate-spin-wheel .md\:w-1\/2 {
    width: 50%;
  }

  .ultimate-spin-wheel .md\:w-64 {
    width: 16rem;
  }

  .ultimate-spin-wheel .md\:w-96 {
    width: 24rem;
  }

  .ultimate-spin-wheel .md\:w-auto {
    width: auto;
  }

  .ultimate-spin-wheel .md\:flex-none {
    flex: none;
  }

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

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

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

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

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

  .ultimate-spin-wheel .md\:flex-row {
    flex-direction: row;
  }

  .ultimate-spin-wheel .md\:items-center {
    align-items: center;
  }

  .ultimate-spin-wheel .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .ultimate-spin-wheel .md\:border-r {
    border-right-width: 1px;
  }

  .ultimate-spin-wheel .md\:p-12 {
    padding: 3rem;
  }

  .ultimate-spin-wheel .md\:p-14 {
    padding: 3.5rem;
  }

  .ultimate-spin-wheel .md\:p-6 {
    padding: 1.5rem;
  }

  .ultimate-spin-wheel .md\:text-left {
    text-align: left;
  }

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

  .ultimate-spin-wheel .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .ultimate-spin-wheel .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .ultimate-spin-wheel .lg\:order-2 {
    order: 2;
  }

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

  .ultimate-spin-wheel .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .ultimate-spin-wheel .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .ultimate-spin-wheel .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .ultimate-spin-wheel .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .ultimate-spin-wheel .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ultimate-spin-wheel .lg\:mt-0 {
    margin-top: 0px;
  }

  .ultimate-spin-wheel .lg\:inline {
    display: inline;
  }

  .ultimate-spin-wheel .lg\:flex {
    display: flex;
  }

  .ultimate-spin-wheel .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

  .ultimate-spin-wheel .lg\:gap-8 {
    gap: 2rem;
  }

  .ultimate-spin-wheel .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .ultimate-spin-wheel .lg\:border-l {
    border-left-width: 1px;
  }

  .ultimate-spin-wheel .lg\:border-r {
    border-right-width: 1px;
  }

  .ultimate-spin-wheel .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .ultimate-spin-wheel .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .ultimate-spin-wheel .lg\:p-6 {
    padding: 1.5rem;
  }

  .ultimate-spin-wheel .lg\:p-8 {
    padding: 2rem;
  }

  .ultimate-spin-wheel .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ultimate-spin-wheel .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ultimate-spin-wheel .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ultimate-spin-wheel .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ultimate-spin-wheel .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ultimate-spin-wheel .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .ultimate-spin-wheel .lg\:text-left {
    text-align: left;
  }

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

  .ultimate-spin-wheel .lg\:dark\:border-gray-700:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 1280px) {

  .ultimate-spin-wheel .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ultimate-spin-wheel .xl\:flex-row {
    flex-direction: row;
  }

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

  .ultimate-spin-wheel .xl\:p-8 {
    padding: 2rem;
  }

  .ultimate-spin-wheel .xl\:text-left {
    text-align: left;
  }
}
.ultimate-spin-wheel .rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.styles-module_right__2ehri,.styles-module_top__vpxAd{top:32px !important}.ultimate-spin-wheel .faq-row-wrapper ul{list-style:inside}.ultimate-spin-wheel .faq-row-wrapper ol{list-style:inside;list-style-type:decimal}.ultimate-spin-wheel .faq-row-wrapper{background:rgba(0,0,0,0)}.ultimate-spin-wheel .faq-row .row-content-text{margin-bottom:10px}.dark .ultimate-spin-wheel .faq-row-wrapper{--arrow-color: #fff !important}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-title{border-color:#515151 !important}.dark .ultimate-spin-wheel .faq-row-wrapper h2{color:#fff}.dark .ultimate-spin-wheel .faq-row-wrapper .row-title-text{color:#fff}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-row{border-color:#515151 !important}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-row .faq-row-title{color:#fff !important}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-row .row-content-text{color:#fff !important}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-row .row-content-text a{color:#fff !important}.dark .ultimate-spin-wheel .faq-row-wrapper .faq-row .row-content-text a:hover{color:#ddd !important}.dark .simple-offcanvas{background-color:#111827 !important}.dark .css-13cymwt-control{background-color:hsl(226.67,39.13%,4.51%) !important;border-color:hsl(226.67,39.13%,4.51%) !important}.react-responsive-modal-modal.ultimate-spin-wheel{min-width:500px;max-width:80%;margin-top:120px;border-radius:8px;padding:0}.components-toggle-control__label:not(.is-disabled){cursor:pointer;color:#0c0c0c}label.components-base-control__label{color:#030303}
.ultimate-spin-wheel *{box-sizing:border-box}body.ultimate-spin-wheel-body{background:#f1f5f9 !important}body.ultimate-spin-wheel-body #wpcontent,body.ultimate-spin-wheel-body #wpfooter{background:rgba(0,0,0,0) !important}body.ultimate-spin-wheel-body #screen-options-link-wrap,body.ultimate-spin-wheel-body #contextual-help-link-wrap,body.ultimate-spin-wheel-body #adv-settings,body.ultimate-spin-wheel-body .page-title-action,body.ultimate-spin-wheel-body #poststuff>#post-body>#post-body-content>#titlediv,body.ultimate-spin-wheel-body #edit-slug-box,body.ultimate-spin-wheel-body #postbox-container-2,body.ultimate-spin-wheel-body #post-status-info,body.ultimate-spin-wheel-body .notice,body.ultimate-spin-wheel-body #major-publishing-actions #publishing-action .button-primary:not(#publish){display:none !important}body.ultimate-spin-wheel-body #postbox-container-1{display:none !important}body.ultimate-spin-wheel-body #post-body{display:block;padding:2rem;margin-right:0}body.ultimate-spin-wheel-body #post-body-content{width:100%;min-width:0}body.ultimate-spin-wheel-body #post-body-content .postbox{background:#fff;border:1px solid #e2e8f0;color:#1e293b;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}body.ultimate-spin-wheel-body #post-body-content .postbox .postbox-header{border-bottom:1px solid #e2e8f0}body.ultimate-spin-wheel-body #post-body-content .postbox .postbox-header h2{color:#1e293b;font-weight:600}body.ultimate-spin-wheel-body #post-body-content .postbox .postbox-header .handle-order-higher,body.ultimate-spin-wheel-body #post-body-content .postbox .postbox-header .handle-order-lower,body.ultimate-spin-wheel-body #post-body-content .postbox .postbox-header .handlediv{display:none}body.ultimate-spin-wheel-body #post-body-content .postbox .inside{padding:1.5rem}body.ultimate-spin-wheel-body #post-body-content .postbox #publish{background:#3b82f6;border:none;text-shadow:none;box-shadow:none;padding:.5rem 1.5rem;border-radius:8px;font-weight:600}body.ultimate-spin-wheel-body #post-body-content .postbox #publish:hover{background:#2563eb}body.ultimate-spin-wheel-body #post-body-content .postbox .misc-pub-section{border-top:1px solid #e2e8f0;color:#64748b}body.ultimate-spin-wheel-body #post-body-content .postbox .misc-pub-section span.dashicons{color:#94a3b8}body.ultimate-spin-wheel-body .ultimate-spin-wheel{background:rgba(0,0,0,0)}.ultimate-spin-wheel .ultimate-spin-wheel-welcome-hero-bg{background-image:linear-gradient(250deg, #8441a4 14%, #e052bd 100%);min-height:500px}.ultimate-spin-wheel .ultimate-spin-wheel-welcome-hero-bg .ultimate-spin-wheel-welcome-hero-overlay{height:100%;width:100%;top:0;left:0;position:absolute;background-repeat:no-repeat;background-position:center right;background-size:cover;opacity:.7;mix-blend-mode:multiply;transition:background .3s,border-radius .3s,opacity .3s}.dark .ultimate-spin-wheel,.dark #wpcontent{background:#1f2937}.dark .ultimate-spin-wheel .lb-tab li.lb-tab-active div:last-child{background:#1f2937;color:#fff}.linkboss-setup-wizard-step li.active::after{border-color:#3949ab}.ultimate-spin-wheel{color:#f8fafc}.ultimate-spin-wheel .ultimate-spin-wheel-card{background:#111;border:1px solid #222;border-radius:16px;padding:2rem;margin-bottom:2rem}
