@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;500;700&display=swap);
/* ============================================================
   BIKOSPORTS — GLOBAL STYLESHEET
   ============================================================
   This file is the app's global CSS entry point.
   It imports Tailwind's layers, external fonts/icons, and
   defines all custom component/utility classes.

   STRUCTURE:
     @layer base       → HTML element resets and typographic defaults
     @layer components → Reusable named component classes (.btn, .form-input, etc.)
     @layer utilities  → Custom scrollbar and utility overrides
     Third-party       → Overrides for Toastify, Swiper, Zoho Chat
     @keyframes        → Animation definitions (used by both CSS and Tailwind config)

   FONTS: To change the global font, update the @import URL below
          AND update fontFamily.roboto in tailwind.config.js.
   ============================================================ */

/* ! tailwindcss v3.4.1 | 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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  text-decoration: underline;
  -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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

/* Fix webkit autofill background flash on dark-themed inputs.
     The 50000s transition duration effectively freezes the autofill
     background, preventing the browser's yellow/white autofill overlay. */

input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    color: white !important;
    background: transparent !important;
    -webkit-transition:
      background 50000s ease-in, color 50000s ease-in;
    transition:
      background 50000s ease-in, color 50000s ease-in;
  }

* {
    box-sizing: border-box;
  }

html {
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Body: Roboto font, white text.
     Background is set per-layout (DashboardLayout / OuterLayout).
     To change the global font: update fontFamily.roboto in tailwind.config.js */

body {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Roboto, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

p {
  font-family: Roboto, sans-serif;
  line-height: 1.5rem;
}

span {
  font-family: Roboto, sans-serif;
}

/* ── Data table layout ──────────────────────────────────────
     Forces fixed-width column layout on data tables so that
     thead and tbody rows stay aligned regardless of content. */

thead,
  tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

tbody {
    display: block;
    overflow: auto;
  }

/* ── Number input: hide browser spinners (Chrome/Safari/Edge) */

input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* ── Number input: hide browser spinners (Firefox) */

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

/* ── Typographic scale convenience classes ──────────────────
     Maps to the fontSize tokens in tailwind.config.js.
     To add a new size: add a token to fontSize config + a class here.
     Usage: className="font-76", className="font-36", etc. */

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1366px) {

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

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1836px) {

  .container {
    max-width: 1836px;
  }
}
/* ── Form Input ─────────────────────────────────────────────
     Standard dark-themed text input used across all forms.
     Background: primary-600 (translucent white on dark bg)
     To restyle inputs globally: update this class.
     Usage: className="form-input" */
.form-input {
  height: 60px;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.07843);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgba(189, 189, 189, 1);
  color: rgba(189, 189, 189, var(--tw-text-opacity));
  outline-width: 0px;
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.form-input:focus {
  outline-width: 0px;
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
/* ── Absolute centering helpers ─────────────────────────────
     Shorthand utilities for absolute-positioned centering.
     Usage: className="a-center", "ax-center", "ay-center" */
.ax-center {
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}
.ay-center {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: 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));
}
/* Flexbox center helper */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ── Button base ────────────────────────────────────────────
     Base button style shared by all button variants.
     Combine with: btn-primary, btn-secondary, btn-outline-white.
     To change button height globally: update h-[42px] here.
     Usage: className="btn btn-primary" */
.btn {
  display: flex;
  height: 42px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Primary action button — success green (primary-400 = #1BCE93)
     To change: update primary.400 in tailwind.config.js */
/* Secondary button — purple accent (primary-300 = #6D5AE6) */
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 197, 66, 1);
  background-color: rgba(245, 197, 66, var(--tw-bg-opacity));
}
/* Outline white — for use on colored/gradient backgrounds */
/* ── Bet Odds Cell (interactive) ────────────────────────────
     Default state of an odds/bet selection cell.
     Turns brand-purple (#6D2299) on hover when selected.
     Background: gray-800 (#EAEAEA)  Border: gray-700 (#A3A3A3)
     To restyle odds cells globally: update this class.
     Usage: className="bet-btn" */
.bet-btn {
  display: flex;
  height: 1.5rem;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, 1);
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, 1);
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.bet-btn:hover {
  background-color: rgba(245, 197, 66, 0.8);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .bet-btn {
    height: 2rem;
  }
}
@media (min-width: 768px) {

  .bet-btn {
    width: 45px;
  }
}
@media (min-width: 1280px) {

  .bet-btn {
    font-size: 12px;
  }
}
@media (min-width: 1536px) {

  .bet-btn {
    height: 36px;
    width: 48px;
    font-size: 14px;
  }
}
/* ── Bet Box (static display) ───────────────────────────────
     Read-only display cell for bet values. Same sizing as bet-btn
     but white background and no hover interaction.
     Usage: className="box-bet" */
.box-bet {
  display: flex;
  height: 1.5rem;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, 1);
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .box-bet {
    height: 2rem;
  }
}
@media (min-width: 768px) {

  .box-bet {
    width: 45px;
  }
}
@media (min-width: 1280px) {

  .box-bet {
    font-size: 12px;
  }
}
@media (min-width: 1536px) {

  .box-bet {
    height: 36px;
    width: 48px;
    font-size: 14px;
  }
}
/* ── Pagination item ────────────────────────────────────────
     Base style for pagination page number buttons.
     Border color: gray-700 (#A3A3A3)
     Usage: className="pagination-item-style" */
.pagination-item-style {
  display: flex;
  height: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgba(245, 197, 66, 0.15);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* ── Notification popup container ───────────────────────────
     Fixed-position toast notification (custom, not Toastify).
     Shown via JavaScript by adding the .show class.
     Usage: id="notif" (toggled via JS) */
#notif {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  overflow: hidden;
  border-radius: 10px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
    transform: translate(-15px, 15px);
}
/* Visible state: triggered by adding .show class via JS */
#notif.show {
  visibility: visible;
    animation: show 0.5s forwards;
}
/* ── Running ticker / marquee ───────────────────────────────
     Horizontal scroll animation for live score tickers and
     announcement banners. Duration: 50s full cycle.
     To change speed: update the animation duration in tailwind.config.js
     under animation.marquee.
     Usage: className="running-div" */
/* ── Live indicator blink ───────────────────────────────────
     Opacity pulse for "LIVE" indicator dots and status badges.
     Usage: className="blinking-span" */
.blinking-span {
    animation: blink 1s infinite;
  }
/* ── Bet status color animations ─────────────────────────── */
/* Won bet label — pulses between lightgreen and green
     Usage: className="animate-color" */
.animate-color {
    animation: colorTransition 1s infinite alternate;
  }
/* Lost bet label — pulses between lightcoral and red
     Usage: className="animate-red-color" */
.animate-red-color {
    animation: redColorTransition 1s infinite alternate;
  }
/* ── Custom select dropdowns ────────────────────────────────
     Replaces browser-native dropdown arrow with custom icons.
     Two variants: dark arrow (default) and blue arrow (sports filter). */
/* Default: dark arrow icon (main filters, account selects) */
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/001021d975692af4d35d.png);
    background-repeat: no-repeat;
    background-position: center right 8px;
    padding-right: 20px;
  }
/* Blue arrow variant: used in sports market/match filter dropdowns */
.custom-select-drop {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/48da5ec4c2916fd67c0e.svg);
    background-repeat: no-repeat;
    background-position: center right 8px;
    padding-right: 20px;
  }
/* ── Custom checkbox ─────────────────────────────────────────
     Used on bet selection toggles and form checkboxes.
     Check mark color: brand orange (yellow token = #E79B24).
     To change: update theme(colors.yellow) references below
                OR update the yellow token in tailwind.config.js */
/* Checkbox wrapper — inline-block positioned container */
.container_main {
  position: relative;
  margin-bottom: 0.75rem;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
}
/* Hide the native checkbox input */
.container_main input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
/* Custom checkbox box — white background with brand-orange border */
.checkmark {
  position: absolute;
  height: 1rem;
  width: 1rem;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border: 1px solid #E6B800;
}
.container_main:hover input ~ .checkmark {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.container_main input:checked ~ .checkmark {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
  }
.container_main input:checked ~ .checkmark:after {
  display: block;
}
/* Brand-orange checkmark tick mark */
.container_main .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #E6B800;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
/* ── Radial bokeh background gradient ───────────────────────
     Decorative hero/landing section background.
     Layered radial "stadium lighting" highlights over a near-black base.
     To rebrand: update the linear-gradient at the bottom of this rule.
     Usage: className="bg-gradient" */
.bg-gradient {
    background-image:
      radial-gradient(circle at 85%  1%,  hsla(45,90%,60%,0.06) 0%, hsla(45,90%,60%,0.06)  96%, transparent  96%, transparent 100%),
      radial-gradient(circle at 14% 15%,  hsla(45,90%,60%,0.06) 0%, hsla(45,90%,60%,0.06)   1%, transparent   1%, transparent 100%),
      radial-gradient(circle at 60% 90%,  hsla(45,90%,60%,0.06) 0%, hsla(45,90%,60%,0.06)  20%, transparent  20%, transparent 100%),
      radial-gradient(circle at 79%  7%,  hsla(45,90%,60%,0.06) 0%, hsla(45,90%,60%,0.06)  78%, transparent  78%, transparent 100%),
      radial-gradient(circle at 55% 65%,  hsla(45,90%,60%,0.06) 0%, hsla(45,90%,60%,0.06)  52%, transparent  52%, transparent 100%),
      linear-gradient(418deg, rgb(13, 13, 13), rgb(5, 5, 5));
  }
/* ── Scroll anchor offsets ──────────────────────────────────
     Adds scroll-margin-top so section anchors account for the
     fixed sticky header height (≈100–130px depending on layout).
     Usage: className="scroll-top-10" or className="scroll-top-12" */
.scroll-top-12 {
    scroll-behavior: smooth;
    scroll-margin-top: 130px;
  }
/* ── Swiper active slide ─────────────────────────────────────
     Forces swiper active slide to full container width.
     Required override for the Swiper.js carousel used on the
     landing/hero section to prevent partial slides showing. */
/* ── Swiper dot pagination ───────────────────────────────────
     Custom color for Swiper pagination bullets.
     Color: brand accent gold (yellow token = #E6B800).
     To change: update theme(colors.yellow) in tailwind.config.js */
/* ── BETNOVA glassmorphism card ──────────────────────────────
     Premium dark glass panel with a hairline gold border.
     Usage: className="glass-card" */
.glass-card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(245, 197, 66, 0.15);
  background-color: rgba(17, 17, 17, 0.6);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(12px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
/* ── BETNOVA gold gradient text ──────────────────────────────
     Usage: className="gold-text" */
.gold-text {
  background-image: linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%);
  background-image: var(--new-gradient-color-2, linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
/* ── BETNOVA premium CTA button ──────────────────────────────
     Gold gradient, rounded, glow on hover. Used for Deposit/Bet Now/
     Register style primary actions across the redesign.
     Usage: className="btn-gold" */
.btn-gold {
  border-radius: 9999px;
  background-image: linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%);
  background-image: var(--new-gradient-color-2, linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 12px rgba(245, 197, 66, 0.35);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 12px rgba(245, 197, 66, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-gold:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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(1.02) scaleY(1.02);
  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));
  --tw-shadow: 0 0 28px rgba(245, 197, 66, 0.45);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 28px rgba(245, 197, 66, 0.45);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
/* ── BETNOVA outline button ──────────────────────────────────
     Transparent dark button with gold hairline border, used for
     secondary actions (Login, Sports nav items) next to btn-gold.
     Usage: className="btn-gold-outline" */
.btn-gold-outline {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(245, 197, 66, 0.15);
  background-color: rgba(17, 17, 17, 0.8);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-gold-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 197, 66, 1);
  border-color: rgba(245, 197, 66, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(245, 197, 66, 1);
  color: rgba(245, 197, 66, var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.\!left-\[5px\] {
  left: 5px !important;
}
.-left-\[10px\] {
  left: -10px;
}
.-right-10 {
  right: -2.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-\[10px\] {
  top: -10px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-\[-20px\] {
  left: -20px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-11 {
  top: 2.75rem;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[130px\] {
  top: 130px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[750px\] {
  top: 750px;
}
.top-\[85px\] {
  top: 85px;
}
.top-\[90px\] {
  top: 90px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[999999\] {
  z-index: 999999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-m-2 {
  margin: -0.5rem;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[150px\] {
  margin-left: 150px;
  margin-right: 150px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[100px\] {
  margin-left: 100px;
}
.ml-\[9px\] {
  margin-left: 9px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[13px\] {
  margin-right: 13px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[calc\(100svh-150px\)\] {
  height: calc(100svh - 150px);
}
.h-\[calc\(100svh-85px\)\] {
  height: calc(100svh - 85px);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[91\%\] {
  width: 91%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-\[50px\] {
  min-width: 50px !important;
}
.\!min-w-\[60px\] {
  min-width: 60px !important;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[156px\] {
  max-width: 156px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - 0));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-\[8px\] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(13, 13, 13, 1);
  border-color: rgba(13, 13, 13, var(--tw-border-opacity));
}
.border-border-gold {
  border-color: rgba(245, 197, 66, 0.15);
}
.border-brand-input {
  --tw-border-opacity: 1;
  border-color: rgba(245, 197, 66, 1);
  border-color: rgba(245, 197, 66, var(--tw-border-opacity));
}
.border-gold-premium {
  --tw-border-opacity: 1;
  border-color: rgba(255, 215, 0, 1);
  border-color: rgba(255, 215, 0, var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, 1);
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(245, 197, 66, 1);
  border-color: rgba(245, 197, 66, var(--tw-border-opacity));
}
.border-lightgray {
  --tw-border-opacity: 1;
  border-color: rgba(153, 153, 153, 1);
  border-color: rgba(153, 153, 153, var(--tw-border-opacity));
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 178, 35, 1);
  border-color: rgba(249, 178, 35, var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, 1);
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(230, 184, 0, 1);
  border-color: rgba(230, 184, 0, var(--tw-border-opacity));
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, 1);
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, 1);
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-b-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 13, 13, 1);
  border-bottom-color: rgba(13, 13, 13, var(--tw-border-opacity));
}
.border-b-border-gold {
  border-bottom-color: rgba(245, 197, 66, 0.15);
}
.border-r-border-gold {
  border-right-color: rgba(245, 197, 66, 0.15);
}
.border-r-green\/50 {
  border-right-color: rgba(245, 197, 66, 0.5);
}
.border-t-blue {
  --tw-border-opacity: 1;
  border-top-color: rgba(13, 13, 13, 1);
  border-top-color: rgba(13, 13, 13, var(--tw-border-opacity));
}
.border-t-border-gold {
  border-top-color: rgba(245, 197, 66, 0.15);
}
.border-t-green\/50 {
  border-top-color: rgba(245, 197, 66, 0.5);
}
.bg-background-bet-selected {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 236, 255, 1);
  background-color: rgba(236, 236, 255, var(--tw-bg-opacity));
}
.bg-background-card {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-background-card\/95 {
  background-color: rgba(17, 17, 17, 0.95);
}
.bg-background-page {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 5, 5, 1);
  background-color: rgba(5, 5, 5, var(--tw-bg-opacity));
}
.bg-background-page\/95 {
  background-color: rgba(5, 5, 5, 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black\/\[\.18\] {
  background-color: rgba(0, 0, 0, 0.18);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 13, 13, 1);
  background-color: rgba(13, 13, 13, var(--tw-bg-opacity));
}
.bg-bluewhalelight {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 110, 143, 1);
  background-color: rgba(0, 110, 143, var(--tw-bg-opacity));
}
.bg-darkjunglegreen {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-gold-primary\/10 {
  background-color: rgba(245, 197, 66, 0.1);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, 1);
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(61, 61, 61, 1);
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 197, 66, 1);
  background-color: rgba(245, 197, 66, var(--tw-bg-opacity));
}
.bg-greencolor {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 130, 36, 1);
  background-color: rgba(9, 130, 36, var(--tw-bg-opacity));
}
.bg-lightestgray {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 231, 235, 1);
  background-color: rgba(230, 231, 235, var(--tw-bg-opacity));
}
.bg-maroon {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 34, 78, 1);
  background-color: rgba(198, 34, 78, var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 5, 5, 1);
  background-color: rgba(5, 5, 5, var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, 1);
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, 1);
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-social-facebook-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 232, 255, 1);
  background-color: rgba(215, 232, 255, var(--tw-bg-opacity));
}
.bg-social-twitter-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 244, 255, 1);
  background-color: rgba(212, 244, 255, var(--tw-bg-opacity));
}
.bg-social-whatsapp-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 255, 199, 1);
  background-color: rgba(205, 255, 199, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 184, 0, 1);
  background-color: rgba(230, 184, 0, var(--tw-bg-opacity));
}
.bg-opacity-\[0\.92\] {
  --tw-bg-opacity: 0.92;
}
.bg-gold-glow {
  background-image: radial-gradient(circle, rgba(245,197,66,0.35) 0%, rgba(245,197,66,0) 70%);
}
.bg-gradient-color-1 {
  background-image: linear-gradient(135deg, #0D0D0D 0%, #050505 100%);
  background-image: var(--new-gradient-color-1, linear-gradient(135deg, #0D0D0D 0%, #050505 100%));
}
.bg-gradient-color-2 {
  background-image: linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%);
  background-image: var(--new-gradient-color-2, linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pl-\[85px\] {
  padding-left: 85px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-12 {
  font-size: 12px !important;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-32 {
  font-size: 32px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-\[\#BD1842\] {
  --tw-text-opacity: 1;
  color: rgba(189, 24, 66, 1);
  color: rgba(189, 24, 66, var(--tw-text-opacity));
}
.text-\[400\] {
  color: 400;
}
.text-\[500\] {
  color: 500;
}
.text-\[900\] {
  color: 900;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgba(13, 13, 13, 1);
  color: rgba(13, 13, 13, var(--tw-text-opacity));
}
.text-brand-purple {
  --tw-text-opacity: 1;
  color: rgba(245, 197, 66, 1);
  color: rgba(245, 197, 66, var(--tw-text-opacity));
}
.text-gold-premium {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 0, 1);
  color: rgba(255, 215, 0, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(61, 61, 61, 1);
  color: rgba(61, 61, 61, var(--tw-text-opacity));
}
.text-greencolor {
  --tw-text-opacity: 1;
  color: rgba(9, 130, 36, 1);
  color: rgba(9, 130, 36, var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(236, 236, 236, 1);
  color: rgba(236, 236, 236, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, 1);
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-social-facebook {
  --tw-text-opacity: 1;
  color: rgba(24, 119, 242, 1);
  color: rgba(24, 119, 242, var(--tw-text-opacity));
}
.text-social-twitter {
  --tw-text-opacity: 1;
  color: rgba(3, 169, 244, 1);
  color: rgba(3, 169, 244, var(--tw-text-opacity));
}
.text-social-whatsapp {
  --tw-text-opacity: 1;
  color: rgba(41, 167, 26, 1);
  color: rgba(41, 167, 26, var(--tw-text-opacity));
}
.text-status-won {
  --tw-text-opacity: 1;
  color: rgba(0, 255, 0, 1);
  color: rgba(0, 255, 0, var(--tw-text-opacity));
}
.text-text-muted {
  --tw-text-opacity: 1;
  color: rgba(189, 189, 189, 1);
  color: rgba(189, 189, 189, var(--tw-text-opacity));
}
.text-text-primary {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(230, 184, 0, 1);
  color: rgba(230, 184, 0, var(--tw-text-opacity));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, 1);
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-elevation-3 {
  --tw-shadow: 0px 6px 6px 0px rgba(0,0,0,0.26), 0px 10px 20px 0px rgba(0,0,0,0.19);
  --tw-shadow-colored: 0px 6px 6px 0px var(--tw-shadow-color), 0px 10px 20px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 6px 6px 0px rgba(0,0,0,0.26), 0px 10px 20px 0px rgba(0,0,0,0.19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-gold-glow {
  --tw-shadow: 0 0 12px rgba(245, 197, 66, 0.35);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 12px rgba(245, 197, 66, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: 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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: blur(64px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: blur(20px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(20px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: blur(2px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(2px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(12px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: blur(24px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(24px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* ── Global scrollbar ───────────────────────────────────────
     Applies to all scrollable elements in the app.
     Track color: zinc-700 (dark gray)
     Thumb color: yellow (brand orange = #E79B24)
     To change scrollbar colors: update the @apply tokens below. */
::-webkit-scrollbar {
  width: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, 1);
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
::-webkit-scrollbar-track {
  width: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, 1);
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb {
  width: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 184, 0, 1);
  background-color: rgba(230, 184, 0, var(--tw-bg-opacity));
}
/* ── Small scrollbar ────────────────────────────────────────
     Compact scrollbar for panels with limited space.
     Usage: className="custom-scroll-sm" */
.custom-scroll-sm::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, 1);
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
.custom-scroll-sm::-webkit-scrollbar-track {
  width: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, 1);
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}
.custom-scroll-sm::-webkit-scrollbar-thumb {
  width: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 184, 0, 1);
  background-color: rgba(230, 184, 0, var(--tw-bg-opacity));
}
/* ── Narrow hidden scrollbar ─────────────────────────────────
     Functionally hidden but still scrollable (5px wide).
     Usage: className="custom-scroll-hidden" */
.custom-scroll-hidden::-webkit-scrollbar {
    width: 5px;
  }
/* ── No scrollbar ────────────────────────────────────────────
     Completely hides the scrollbar (content still scrollable).
     Usage: className="custom-scroll-none" or className="scrollbar-width" */
.custom-scroll-none::-webkit-scrollbar {
    width: 0;
  }
/* Hide scrollbar via the CSS scrollbar-width property (Firefox + modern) */
.scrollbar-width {
    scrollbar-width: none;
  }
.scrollbar-width::-webkit-scrollbar {
    display: none;
  }

/* Google Fonts — Roboto is the global UI font.
   To swap the font: replace this URL + update tailwind.config.js fontFamily.roboto */

/* Country flag icon sprites used in phone/locale selectors */


/* ============================================================
   @layer base — Element-level resets and global defaults
   Changes here apply globally to HTML elements.
   ============================================================ */


/* ============================================================
   @layer components — Reusable named UI component classes
   These compose Tailwind utilities into named patterns so
   component files can use a single class instead of many.
   ============================================================ */


/* ============================================================
   @layer utilities — Custom scrollbar and utility overrides
   ============================================================ */


/* ============================================================
   THIRD-PARTY LIBRARY OVERRIDES
   Kept outside @layer to guarantee higher specificity.
   ============================================================ */

/* Toastify — force notifications above all app content including modals.
   z-toast = 999999999 (defined in tailwind.config.js zIndex.toast) */
.Toastify__toast-container {
  z-index: 999999999 !important;
}

/* Zoho SalesIQ chat widget — push the floating button above the
   mobile bottom navigation bar (~80px tall). */
#zsiq_float.zsiq-float {
  bottom: 100px;
}


/* ============================================================
   KEYFRAMES
   Defined here so they're available both as raw CSS animation
   references (used in .running-div, .blinking-span, etc.) and
   as the source for the Tailwind animation utilities defined
   in tailwind.config.js under keyframes/animation.
   ============================================================ */

/* Notification pop-in bounce — referenced by #notif.show */
@keyframes show {
  0%   { transform: translate(-15px, 15px) scale(0);   }
  50%  { transform: translate(-15px, 15px) scale(1.2); }
  70%  { transform: translate(-15px, 15px) scale(0.9); }
  100% { transform: translate(-15px, 15px) scale(1);   }
}

/* Marquee scroll — referenced by .running-div and animate-marquee */
@keyframes marquee {
  0%   { transform: translateX(100%);  }
  100% { transform: translateX(-100%); }
}

/* Opacity blink — referenced by .blinking-span and animate-blink */
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

/* Won bet green pulse — referenced by .animate-color and animate-color-win */
@keyframes colorTransition {
  0%   { color: lightgreen; }
  100% { color: green;      }
}

/* Lost bet red pulse — referenced by .animate-red-color and animate-color-lose */
@keyframes redColorTransition {
  0%   { color: lightcoral; }
  100% { color: red;        }
}
@media (min-width: 768px) {
  .md\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .lg\:scroll-top-10 {
    scroll-behavior: smooth;
    scroll-margin-top: 100px;
  }
}
.placeholder\:text-14::-moz-placeholder {
  font-size: 14px;
}
.placeholder\:text-14::placeholder {
  font-size: 14px;
}
.placeholder\:text-text-muted::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(189, 189, 189, 1);
  color: rgba(189, 189, 189, var(--tw-text-opacity));
}
.placeholder\:text-text-muted::placeholder {
  --tw-text-opacity: 1;
  color: rgba(189, 189, 189, 1);
  color: rgba(189, 189, 189, var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-bottom-2::before {
  content: var(--tw-content);
  bottom: -0.5rem;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:h-\[4px\]::before {
  content: var(--tw-content);
  height: 4px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-xl::before {
  content: var(--tw-content);
  border-radius: 0.75rem;
}
.before\:bg-background-card::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.before\:bg-gold-premium::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 0, 1);
  background-color: rgba(255, 215, 0, var(--tw-bg-opacity));
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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(1.03) scaleY(1.03);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.04\]:hover {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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(1.04) scaleY(1.04);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-background-page:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 5, 5, 1);
  background-color: rgba(5, 5, 5, var(--tw-bg-opacity));
}
.hover\:bg-gold-premium:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 0, 1);
  background-color: rgba(255, 215, 0, var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 178, 35, 1);
  background-color: rgba(249, 178, 35, var(--tw-bg-opacity));
}
.hover\:bg-gradient-color-2:hover {
  background-image: linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%);
  background-image: var(--new-gradient-color-2, linear-gradient(90deg, #E6B800 0.11%, #FFD700 99.85%));
}
.hover\:bg-gradient-color-3:hover {
  background-image: linear-gradient(90deg, rgba(245, 197, 66, 0.15) 0%, rgba(255, 215, 0, 0.15) 100%);
  background-image: var(--new-gradient-color-3, linear-gradient(90deg, rgba(245, 197, 66, 0.15) 0%, rgba(255, 215, 0, 0.15) 100%));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-brand-purple:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 197, 66, 1);
  color: rgba(245, 197, 66, var(--tw-text-opacity));
}
.hover\:text-gold-premium:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 0, 1);
  color: rgba(255, 215, 0, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 184, 0, 1);
  color: rgba(230, 184, 0, var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-gold-glow-lg:hover {
  --tw-shadow: 0 0 28px rgba(245, 197, 66, 0.45);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 28px rgba(245, 197, 66, 0.45);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.focus\:border-brand-purple:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 197, 66, 1);
  border-color: rgba(245, 197, 66, var(--tw-border-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

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

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

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

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

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:text-12 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-4 {
    order: 4;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

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

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-8 {
    height: 2rem !important;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

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

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

  .md\:w-\[45PX\] {
    width: 45PX;
  }

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

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

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

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

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

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

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

  .md\:border {
    border-width: 1px;
  }

  .md\:border-border-gold {
    border-color: rgba(245, 197, 66, 0.15);
  }

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

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

  .md\:text-end {
    text-align: right;
  }

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

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

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

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

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

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

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-36 {
    font-size: 36px;
  }

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

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

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {

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

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

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

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

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

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

  .lg\:-m-0 {
    margin: -0px;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

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

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

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

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

  .lg\:mr-\[25px\] {
    margin-right: 25px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-\[calc\(100svh-85px\)\] {
    height: calc(100svh - 85px);
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

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

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

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

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

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

  .lg\:text-end {
    text-align: right;
  }

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

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

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

  .lg\:text-36 {
    font-size: 36px;
  }

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

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

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

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

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

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

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

  .lg\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-12 {
    height: 3rem;
  }

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

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

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

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

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

  .xl\:text-\[13px\] {
    font-size: 13px;
  }
}
@media (min-width: 1366px) {

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

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

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

  .xl2\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl2\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl2\:text-15 {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

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

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:\!h-\[36px\] {
    height: 36px !important;
  }

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

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

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

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .\32xl\:pl-\[60px\] {
    padding-left: 60px;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-12 {
    font-size: 12px;
  }

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

  .\32xl\:text-16 {
    font-size: 16px;
  }

  .\32xl\:text-18 {
    font-size: 18px;
  }

  .\32xl\:text-20 {
    font-size: 20px;
  }

  .\32xl\:text-22 {
    font-size: 22px;
  }

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

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

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1836px) {

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

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

