@charset "UTF-8";/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.-mt-\[80px\] {
  margin-top: -80px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-10px\] {
  margin-left: -10px;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[17\.29px\] {
  margin-left: 17.29px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.ml-\[26px\] {
  margin-left: 26px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.ml-\[33px\] {
  margin-left: 33px;
}
.ml-\[36px\] {
  margin-left: 36px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[7px\] {
  margin-left: 7px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[90px\] {
  margin-left: 90px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[121px\] {
  margin-top: 121px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[95px\] {
  margin-top: 95px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.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;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[1200px\] {
  height: 1200px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[572px\] {
  height: 572px;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[calc\(100\%-36px\)\] {
  height: calc(100% - 36px);
}
.h-\[calc\(100\%-50px\)\] {
  height: calc(100% - 50px);
}
.min-h-\[1100px\] {
  min-height: 1100px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[359px\] {
  min-height: 359px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[628px\] {
  min-height: 628px;
}
.min-h-\[847px\] {
  min-height: 847px;
}
.min-h-\[987px\] {
  min-height: 987px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[111px\] {
  width: 111px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[28\.75\%\] {
  width: 28.75%;
}
.w-\[3\.44\%\] {
  width: 3.44%;
}
.w-\[316px\] {
  width: 316px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[67\.81\%\] {
  width: 67.81%;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[98px\] {
  width: 98px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1028px\] {
  min-width: 1028px;
}
.min-w-\[1200px\] {
  min-width: 1200px;
}
.min-w-\[1328px\] {
  min-width: 1328px;
}
.min-w-\[1330px\] {
  min-width: 1330px;
}
.min-w-\[1362px\] {
  min-width: 1362px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[343px\] {
  min-width: 343px;
}
.min-w-\[41px\] {
  min-width: 41px;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[809px\] {
  min-width: 809px;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-\[18\.6\%\] {
  flex-basis: 18.6%;
}
.basis-\[23\.85\%\] {
  flex-basis: 23.85%;
}
.basis-\[77\%\] {
  flex-basis: 77%;
}
.basis-\[81\.4\%\] {
  flex-basis: 81.4%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-row-resize {
  cursor: row-resize;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#202630\] {
  --tw-border-opacity: 1;
  border-color: rgb(32 38 48 / var(--tw-border-opacity));
}
.border-\[\#2B3139\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 49 57 / var(--tw-border-opacity));
}
.border-\[\#333B47\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 59 71 / var(--tw-border-opacity));
}
.border-\[\#333b47\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 59 71 / var(--tw-border-opacity));
}
.border-\[var\(--App-Font-4\2c \#333B47\)\] {
  border-color: var(--App-Font-4,#333B47);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-\[\#020302\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 3 2 / var(--tw-bg-opacity));
}
.bg-\[\#101014\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 20 / var(--tw-bg-opacity));
}
.bg-\[\#14171F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 23 31 / var(--tw-bg-opacity));
}
.bg-\[\#141A22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 26 34 / var(--tw-bg-opacity));
}
.bg-\[\#1A4B32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 75 50 / var(--tw-bg-opacity));
}
.bg-\[\#1C232C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 35 44 / var(--tw-bg-opacity));
}
.bg-\[\#1e1e1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}
.bg-\[\#202630\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 38 48 / var(--tw-bg-opacity));
}
.bg-\[\#22f88a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 248 138 / var(--tw-bg-opacity));
}
.bg-\[\#333B47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 59 71 / var(--tw-bg-opacity));
}
.bg-\[\#333b47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 59 71 / var(--tw-bg-opacity));
}
.bg-\[\#56FAA5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 250 165 / var(--tw-bg-opacity));
}
.bg-\[\#FF54B0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 84 176 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF4D\] {
  background-color: #FFFFFF4D;
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.20\)\] {
  background-color: rgba(255,255,255,0.20);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#56FAA5\] {
  --tw-gradient-from: #56FAA5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(86 250 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-purple-50 {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#339462\] {
  --tw-gradient-to: #339462 var(--tw-gradient-to-position);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.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-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-\[102px\] {
  padding-left: 102px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[120px\] {
  padding-left: 120px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-\[Inter\] {
  font-family: Inter;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#04060C\] {
  --tw-text-opacity: 1;
  color: rgb(4 6 12 / var(--tw-text-opacity));
}
.text-\[\#56F9A5\] {
  --tw-text-opacity: 1;
  color: rgb(86 249 165 / var(--tw-text-opacity));
}
.text-\[\#56FAA5\] {
  --tw-text-opacity: 1;
  color: rgb(86 250 165 / var(--tw-text-opacity));
}
.text-\[\#56faa5\] {
  --tw-text-opacity: 1;
  color: rgb(86 250 165 / var(--tw-text-opacity));
}
.text-\[\#6D7A73\] {
  --tw-text-opacity: 1;
  color: rgb(109 122 115 / var(--tw-text-opacity));
}
.text-\[\#707A8A\] {
  --tw-text-opacity: 1;
  color: rgb(112 122 138 / var(--tw-text-opacity));
}
.text-\[\#707a8a\] {
  --tw-text-opacity: 1;
  color: rgb(112 122 138 / var(--tw-text-opacity));
}
.text-\[\#798391\] {
  --tw-text-opacity: 1;
  color: rgb(121 131 145 / var(--tw-text-opacity));
}
.text-\[\#ADB1B8\] {
  --tw-text-opacity: 1;
  color: rgb(173 177 184 / var(--tw-text-opacity));
}
.text-\[\#CACED3\] {
  --tw-text-opacity: 1;
  color: rgb(202 206 211 / var(--tw-text-opacity));
}
.text-\[\#EAECEF\] {
  --tw-text-opacity: 1;
  color: rgb(234 236 239 / var(--tw-text-opacity));
}
.text-\[\#FF54B0\] {
  --tw-text-opacity: 1;
  color: rgb(255 84 176 / var(--tw-text-opacity));
}
.text-\[\#FF55B0\] {
  --tw-text-opacity: 1;
  color: rgb(255 85 176 / var(--tw-text-opacity));
}
.text-\[\#FFCC4A\] {
  --tw-text-opacity: 1;
  color: rgb(255 204 74 / var(--tw-text-opacity));
}
.text-\[\#FFCF4A\] {
  --tw-text-opacity: 1;
  color: rgb(255 207 74 / var(--tw-text-opacity));
}
.text-\[\#FFCF54\] {
  --tw-text-opacity: 1;
  color: rgb(255 207 84 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF80\] {
  color: #FFFFFF80;
}
.text-\[\#FFFFFFD9\] {
  color: #FFFFFFD9;
}
.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#fff9\] {
  color: #fff9;
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.accent-green-500 {
  accent-color: #22c55e;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
/* You can add global styles to this file, and also import other style files */

html {
  overflow-x: hidden;
  background-color: #020302 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-y: scroll; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

html::-webkit-scrollbar {
  display: none;
}

#root {
  height: 100vh;
  width: 100vw;
}

#versionDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #EAECEF;
}

.main_container {
  height: 100vh;
  /* height: 100%; */
  /* width: calc(100% - 16px); */
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}

.markeMoney_container {
  height: 100%;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 86px;
  box-sizing: border-box;
  color: #EAECEF;
}

.order_containe {
  height: 100%;
  margin-top: 4px;
}

.symbol_header_main {
  /* width: calc(100vw - 16px); */
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
}

/* @media (max-width: 924px) {
  .symbol_header_main {
    width: 100%;
    padding-right: 0px;
  }
} */

.symbol_header {
  background-color: #101014;
  width: 100%;
}

/* 移除 Ant Design 表格右上角表头单元格的圆角 */
.ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
  border-start-end-radius: 0 !important;
}

/* 全局样式 */
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
  /* 标准语法 */
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ant-table-cell {
  white-space: nowrap;
}

.adm-tabs-tab-active .adm-tabs-tab {
  position: relative;
}

.adm-tabs-tab-active .adm-tabs-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: var(--adm-color-primary);
  width: 100%;
  /* 让它和文字内容等宽 */
  left: 0;
}


:where(.css-dev-only-do-not-override-pjavv2).ant-modal-root .ant-modal-wrap {
  z-index: 800 !important;
}

:where(.css-dev-only-do-not-override-pjavv2).ant-modal-root .ant-modal-mask {
  z-index: 800 !important;
}

.ant-pagination .ant-pagination-item-active {
  border: none !important;
}

/* :where(.css-dev-only-do-not-override-5o08yb).ant-pagination .ant-pagination-item-active {
  border: none !important;  
}

:where(.css-dev-only-do-not-override-1xddhc1).ant-pagination .ant-pagination-item-active {
  border: none !important; 
}

:where(.css-dev-only-do-not-override-aisqkl).ant-pagination .ant-pagination-item-active {
  border: none !important; 
}

:where(.css-dev-only-do-not-override-10u50v3).ant-pagination .ant-pagination-item-active {
  border: none !important; 
}

:where(.css-dev-only-do-not-override-wwiflg).ant-pagination .ant-pagination-item-active {
  border: none !important; 
}

:where(.css-dev-only-do-not-override-x8rg9p).ant-pagination .ant-pagination-item-active {
  border: none !important; 
} */

.ant-table-thead th.ant-table-column-sort {
  background: #202630 !important;
}

.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: #202630 !important;
}

:where(.css-dev-only-do-not-override-7t2xvq).ant-slider .ant-slider-handle:hover::after, :where(.css-dev-only-do-not-override-7t2xvq).ant-slider .ant-slider-handle:active::after, :where(.css-dev-only-do-not-override-7t2xvq).ant-slider .ant-slider-handle:focus::after {
    box-shadow: 0 0 0 2.5px #333B47;
    outline: 6px solid #333B47;
    width: 12px;
    height: 12px;
    inset-inline-start: -1px;
    inset-block-start: -1px;
}

/* :where(.css-dev-only-do-not-override-7t2xvq).ant-slider .ant-slider-dot {
  background-color: #14171F;
  border: 2px solid #707A8A;
} */

:where(.css-dev-only-do-not-override-1rlkfyq).ant-select-single.ant-select-open .ant-select-selection-item {
    color: #EAECEF;
}


.ant-table-column-sorters {
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;  /* 默认是 8px */
}


.ant-slider .ant-slider-handle::after {
  background-color: #202630 !important; 
  box-shadow: 0 0 0 2px #56FAA5;
}

.ant-slider-handle::before {
    background-color: transparent !important;
}


.closePstLimitSlider .ant-slider-handle:hover::after,
.closePstLimitSlider .ant-slider-handle:active::after,
.closePstLimitSlider .ant-slider-handle:focus::after {
  box-shadow: 0 0 0 2.5px #56FAA5 !important;
  outline: 6px solid rgba(86, 250, 165, 0.2) !important; /* 半透明绿色 */
}

.ant-slider:hover .ant-slider-handle::after{
  box-shadow: 0 0 0 2.5px #56FAA5 !important;
}

.closePstLimitSlider .ant-slider-dot {
  background-color: transparent !important;
  border: 2px solid #56FAA5 !important;
}


.closePstLimitSlider .ant-slider-dot-active {
  background-color: transparent !important;
  border-color: #56FAA5 !important;
}

.removeSpotPoolSlider .ant-slider-handle:hover::after,
.removeSpotPoolSlider .ant-slider-handle:active::after,
.removeSpotPoolSlider .ant-slider-handle:focus::after {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50) !important;
  outline: 6px solid #FFF !important;
}

.removeSpotPoolSlider .ant-slider-dot {
  background-color: transparent !important;
  border: 2px solid #FFF !important;
}

.removeSpotPoolSlider .ant-slider-dot-active {
   background-color: transparent !important;
  border-color: #FFF !important;
}

.removeSpotPoolSliderDiv .ant-slider .ant-slider-handle::after {
  background-color: #202630 !important; 
  box-shadow: 0 0 0 2px #FFF !important;
}

.ant-table-placeholder:hover {
  background: transparent !important;
}

/* 全局滚动条样式（Chrome, Edge, Safari） */
*::-webkit-scrollbar {
  width: 8px;               /* 垂直滚动条宽度 */
  height: 8px;              /* 横向滚动条高度 */
}

*::-webkit-scrollbar-track {
  background: #101014;      /* 滚动条轨道颜色 */
}

*::-webkit-scrollbar-thumb {
  background-color: #333B47; /* 滑块颜色 */
  border-radius: 4px;        /* 滑块圆角 */
  border: 2px solid #101014; /* 滑块边框，可留空白效果 */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #555;    /* hover 状态 */
}

/* Firefox 全局滚动条 */
* {
  scrollbar-width: thin;              /* 滚动条粗细 */
  scrollbar-color: #333B47 #101014;  /* thumb 颜色 track 颜色 */
}

.ant-table-body {
  overflow-x: hidden !important;
}


.custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--App-Font-3, #707a8a);
  opacity: 0.5;
  /* border: 1px solid #888; // 灰色边框
  // border-radius: 4px;   */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  /* // background: transparent;
  // transition: all 0.2s;  */
}

.custom-checkbox.checked {
  border-radius: 3px;
  border: 1px solid var(--quotes-green, #56faa5);
}

.custom-checkboxChecked {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--quotes-green, #56faa5);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.hover\:bg-\[\#202630\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 38 48 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:bg-gray-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}

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

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.hover\:text-\[\#56FAA5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(86 250 165 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[\#22f88a\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 248 138 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:transform-none:disabled {
  transform: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

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

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}
.main-title {
  cursor: pointer;
}

.main-title.active {
  color: #56faa6;
}

.main-color {
  color: #56faa6;
}

.main-bg-color {
  background-color: #56faa6;
  color: #000;
}

.homeTab {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
}

.homePage {
  margin-top: 20px;
}

.homeTabLeftLogo {
  margin-right: 20px;
}

.homeTabLeft {
  display: flex;
  gap: 20px;
  align-items: center;
}

.homeTabRight {
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
}

.homeTabTxt {
  color: #CACED3;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

.homeTabRightTab {
  border-radius: 4px;
  border: 1px solid var(--App-Font-4, #333B47);
  display: flex;
  width: 32px;
  height: 32px;
  padding: 12px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.homeTabRightWallet {
  border-radius: 4px;
  border: 1px solid var(--App-Font-4, #333B47);
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.isNoUserTabColor {
  color: #333B47 !important;
}

.chooseTabColor {
  color: var(--quotes-green, #56FAA5);
}

.searchTxtDiv {
  display: flex;
  width: 280px;
  height: 34px;
  padding: 2px 8px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--App-background, #14171F);
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.searchInputTxt {
  background: #14171F;
  border: none;
  outline: none;
}

.searchInputTxt::-moz-placeholder {
  color: #707A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.searchInputTxt::placeholder {
  color: #707A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.chooseTab {
  border-radius: 4px !important;
  border: 1px solid var(--logo-green, #56FAA5) !important;
}

.settingsDiv {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  position: fixed;
  /* 或 absolute，取决于你的需求 */
  z-index: 9999;
  /* 设置一个足够高的值确保在最上层 */
  top: 50px;
  right: 10px;
  flex: none !important;
  align-self: auto !important;
  order: 0 !important;
  background-color: #14171F;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* 设置子元素之间的间距 */
  font-size: 14px;
  color: var(--App-Font-1, #EAECEF);
  font-weight: 400;
  background: var(--App-background, #14171F);
  border: 1px solid #333B47;
  border-radius: 6px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}

.settingsLangDiv {
  width: 120px;
  flex-shrink: 0;
  position: fixed;
  /* 或 absolute，取决于你的需求 */
  z-index: 19999;
  /* 设置一个足够高的值确保在最上层 */
  top: 50px;
  right: 45px;
  flex: none !important;
  align-self: auto !important;
  order: 0 !important;
  background-color: #14171F;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  color: #EAECEF;
  font-weight: 400;
  background: var(--App-background, #14171F);
  border: 1px solid #333B47;
  border-radius: 6px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}

.WalletDiv {
  flex-shrink: 0;
  position: fixed;
  /* 或 absolute，取决于你的需求 */
  z-index: 9999;
  /* 设置一个足够高的值确保在最上层 */
  top: 70px;
  right: 64px;
  flex: none !important;
  align-self: auto !important;
  order: 0 !important;
  border-radius: 4px;
  background-color: #202630;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* 设置子元素之间的间距 */
}

.custom-wallet-modal .ant-modal-content {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.custom-wallet-modal .ant-modal-body {
  padding: 0;
}

.changeLangModal {
  background-color: #202630 !important;
  width: 436px !important;
}

.symbolTradesChangeBtn {
  width: 141px;
  height: 32px;
  padding: 12px 4px;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid var(--App-Font-4, #333B47);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--App-Font-1, #EAECEF);
  cursor: pointer;
}

.no-style-link {
  color: inherit;
  text-decoration: none;
}.wallet-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202630;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.wallet-modal .modal-content {
  background: #131313;
  border-radius: 12px;
  width: 400px;
  padding: 24px;
  color: #EAECEF;
}
.wallet-modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.wallet-modal .modal-content .modal-header .close-btn {
  cursor: pointer;
  font-size: 20px;
}
.wallet-modal .modal-content .wallet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-modal .modal-content .wallet-list .wallet-item {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}
.wallet-modal .modal-content .wallet-list .wallet-item:hover {
  background: #2c2c2c;
}
.wallet-modal .modal-content .wallet-list .wallet-item .left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wallet-modal .modal-content .wallet-list .wallet-item .left .name {
  font-size: 15px;
}
.wallet-modal .modal-content .wallet-list .wallet-item .left .tag {
  background: linear-gradient(90deg, #ff00ff, #ffcc00);
  color: #EAECEF;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 4px;
}
.wallet-modal .modal-content .wallet-list .wallet-item .left .installed {
  color: #888;
  font-size: 12px;
}
.wallet-modal .modal-content .wallet-list .wallet-item .icon {
  width: 24px;
  height: 24px;
}.full-screen-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.full-screen-loading .spinner {
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-top: 8px solid #56FAA5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.full-screen-loading p {
  color: #EAECEF;
  font-size: 18px;
  font-weight: bold;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.transfer-out-modal-container {
  background-color: #1e1f26;
  color: #EAECEF;
  border-radius: 16px;
  padding: 24px;
}

.transfer-out-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.close-btn {
  cursor: pointer;
  font-size: 18px;
}

.transfer-out-field {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #56faa5;
  border-radius: 12px;
}
.transfer-out-field.green-border {
  border-color: #56faa5;
}
.transfer-out-field.gray-border {
  border-color: #707a8a;
}
.transfer-out-field.red-border {
  border-color: #FF54B0;
}

.label {
  color: #707a8a;
  margin-bottom: 4px;
  font-size: 14px;
}

.amount-input {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
}
.amount-input .input {
  flex: 1;
  margin-right: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  color: #EAECEF;
}
.amount-input .input::-moz-placeholder {
  color: #707a8a;
  opacity: 1;
}
.amount-input .input::placeholder {
  color: #707a8a;
  opacity: 1;
}
.amount-input .input:focus {
  border-color: transparent !important;
  outline: none;
}
.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.info-row .value {
  color: #EAECEF;
}

.transfer-out-btn.ant-btn-primary {
  background-color: #56FAA5;
  border-color: #56FAA5;
  height: 48px;
  border-radius: 24px;
}
.transfer-out-btn.ant-btn-primary[disabled] {
  border-radius: 24px;
  background-color: rgba(86, 250, 165, 0.5019607843) !important;
  border: 0px solid rgba(86, 250, 165, 0.5019607843) !important;
  color: rgba(0, 0, 0, 0.5019607843) !important;
}:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}
.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}
.adm-image {
  --width: var(--adm-image-width, auto);
  --height: var(--adm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.adm-image-img {
  width: 100%;
  height: 100%;
}
.adm-image-tip {
  position: relative;
  background-color: var(--adm-color-fill-content);
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.adm-image-tip > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}
.adm-button {
  --color: var(--adm-color-text-light-solid);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 4px);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: var(--adm-color-text-dark-solid);
  border: var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 9px;
  padding-right: 9px;
}
.adm-button.adm-button-small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}
.adm-dot-loading {
  display: inline-block;
}
.adm-center-popup {
  --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
  --border-radius: var(--adm-center-popup-border-radius, 8px);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 280px);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}
.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  transform: translate(-50%, -50%);
}
.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}
.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 8px;
  top: 8px;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  color: var(--adm-color-weak);
}
.adm-space-item {
  flex: none;
}
.adm-space {
  display: inline-flex;
  --gap: 8px;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}
.adm-space-vertical {
  flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
  margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
  margin-bottom: 0;
}
.adm-space-horizontal {
  flex-direction: row;
}
.adm-space-horizontal:not(:empty) {
  margin-right: calc(var(--gap-horizontal) * -1);
}
.adm-space-horizontal > .adm-space-item {
  margin-right: var(--gap-horizontal);
}
.adm-space-horizontal.adm-space-wrap {
  flex-wrap: wrap;
  margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
  padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
  display: flex;
}
.adm-space-align-center {
  align-items: center;
}
.adm-space-align-start {
  align-items: flex-start;
}
.adm-space-align-end {
  align-items: flex-end;
}
.adm-space-align-baseline {
  align-items: baseline;
}
.adm-space-justify-center {
  justify-content: center;
}
.adm-space-justify-start {
  justify-content: flex-start;
}
.adm-space-justify-end {
  justify-content: flex-end;
}
.adm-space-justify-between {
  justify-content: space-between;
}
.adm-space-justify-around {
  justify-content: space-around;
}
.adm-space-justify-evenly {
  justify-content: space-evenly;
}
.adm-space-justify-stretch {
  justify-content: stretch;
}
.adm-modal {
  --z-index: var(--adm-modal-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-modal .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-modal-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-modal-body > * {
  flex: none;
}
.adm-modal-body > .adm-modal-content {
  flex: auto;
}
.adm-modal-body:not(.adm-modal-with-image) {
  padding-top: 20px;
}
.adm-modal-image-container {
  margin-bottom: 12px;
  max-height: 40vh;
  overflow-y: scroll;
}
.adm-modal-header {
  margin-bottom: 8px;
  padding: 0 12px;
}
.adm-modal-title {
  margin-bottom: 8px;
  padding: 0 12px;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 25px;
  text-align: center;
}
.adm-modal-content {
  padding: 0 12px 12px;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-modal-footer {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  padding: 8px 12px 12px;
}
.adm-modal-footer-empty {
  padding: 0;
  height: 8px;
}
.adm-modal-footer.adm-space {
  --gap-vertical: 20px;
}
.adm-modal-footer .adm-modal-button {
  font-size: var(--adm-font-size-10);
  line-height: 25px;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary) {
  padding-top: 0;
  padding-bottom: 0;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before {
  display: none;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
  opacity: 0.7;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--App-background, #14171F);
  border: 1px solid #333B47;
  border-radius: 6px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 8px;
  min-width: 120px;
  margin-top: 5px;
}

.homeTabRightWallet {
  border-radius: 4px;
  border: 1px solid var(--App-Font-4, #333B47);
  padding: 12px 4px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--App-Font-1, #EAECEF);
}

.chooseTabRightWallet {
  border-radius: 4px !important;
  border: 1px solid var(--logo-green, #56FAA5) !important;
}.recharge-modal-container {
  background-color: #14171F;
  color: #EAECEF;
  border-radius: 16px;
  border: 1px solid var(--App-Font-4, #333B47);
  padding: 24px;
}

.recharge-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.close-btn {
  cursor: pointer;
  font-size: 18px;
}

.recharge-field {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #333B47;
  border-radius: 12px;
}
.recharge-field.green-border {
  border-color: #56faa5;
}
.recharge-field.gray-border {
  border-color: #333B47;
}
.recharge-field.red-border {
  border-color: #FF54B0;
}

.label {
  color: #707a8a;
  margin-bottom: 4px;
  font-size: 14px;
}

.amount-input {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
}
.amount-input .input {
  flex: 1;
  margin-right: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAECEF;
}
.amount-input .input::-moz-placeholder {
  color: #707a8a;
  opacity: 1;
}
.amount-input .input::placeholder {
  color: #707a8a;
  opacity: 1;
}
.amount-input .input:focus {
  border-color: transparent !important;
  outline: none;
}
.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.info-row .value {
  color: #EAECEF;
}

.recharge-btn.ant-btn-primary {
  background-color: #56FAA5;
  border-color: #56FAA5;
  height: 48px;
  border-radius: 24px;
}
.recharge-btn.ant-btn-primary[disabled] {
  border-radius: 24px;
  background-color: rgba(86, 250, 165, 0.5019607843) !important;
  border: 0px solid rgba(86, 250, 165, 0.5019607843) !important;
  color: rgba(0, 0, 0, 0.5019607843) !important;
}
._orderContainer_10flj_2 {
  background-color: #101014;
  margin-top: 1px;
  border-radius: 4px;
  padding-bottom: 16px;
  height: 100%;
  margin-bottom: 8px;
  flex: 1;
}
._orderContainer_10flj_2 .ant-tabs .ant-tabs-nav {
  margin-bottom: 0px;
}
._orderContainer_10flj_2 .ant-tabs .ant-tabs-nav::before {
  border-bottom: none;
}
._orderContainer_10flj_2 .ant-tabs .ant-tabs-tab-btn {
  color: #EAECEF;
  opacity: 0.7;
}
._orderContainer_10flj_2 .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #EAECEF;
  opacity: 1;
}
._orderContainer_10flj_2 .ant-tabs-content-holder {
  color: #EAECEF;
  opacity: 0.7;
}
._orderContainer_10flj_2 .ant-tabs-ink-bar {
  background-color: #56FAA5 !important;
  /* 绿色 */
  height: 3px;
  /* 可选：指示条高度 */
  border-radius: 2px;
  /* 可选：圆角 */
}
._orderContainer_10flj_2 .orderTabsDiv {
  border-bottom: 1px solid var(--App-Font-4, #333B47);
}
._orderContainer_10flj_2 .selectedTabs {
  border-bottom: 1px solid var(--App-Font-4, #56FAA5);
  color: #EAECEF;
  height: calc(100% + 2px) !important;
}
.symbolsTableDiv {
  display: flex;
  padding-left: 0px;
  padding-right: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.positionsInfoDiv {
  width: 100%;
  border-radius: 8px;
  background: var(--App-background, #14171F);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.symTabShareBtn {
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--App-Font-4, #333B47);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--neutral-100, #FFF);
  margin-top: 15px;
}

.symbolTable {
  border: none !important;
}

.symbolTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.symbolTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

/* 全局覆盖 Ant Table 的 cell padding */
.ant-table-wrapper .ant-table-cell,
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-tbody > tr > td {
  padding-left: 0 !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-empty-normal .ant-empty-description {
  color: #EAECEF;
}

/* 鼠标悬停时的背景色 */
.symbolTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

.symTableBtn {
  display: flex;
  height: 24px;
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--App-Font-4, #333B47);
  color: var(--neutral-100, #FFF);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.contractModal {
  background: var(--App-background, #14171F);
  border: 1px solid var(--App-Font-4, #333B47);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  width: 436px !important;
}

.symbolStockTable {
  border: none !important;
}

.symbolStockTable .ant-table-thead > tr > th {
  background-color: #14171F;
  color: #707A8A;
  border: none !important;
}

.symbolStockTable .ant-table-tbody > tr > td {
  background-color: #14171F;
  color: #EAECEF;
  border: none !important;
}

.symbolStockTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}.closePositionLimitModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.closePositionLimitModel1PriceDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #14171F;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: space-between;
  border: 1px solid #333B47;
}

.closePst1InputTxt {
  background: #14171F;
  border: none;
  outline: none;
  width: 100%;
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.closeLimitPstConfirmBtn {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 32px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}.closePositionMarketModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.closePositionMarketModelPriceDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #14171F;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: space-between;
  border: 1px solid #333B47;
}

.closePstMarInputTxt {
  background: #14171F;
  border: none;
  outline: none;
  width: 100%;
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.closeLimitPstConfirmBtn {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 32px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}.closePositionLimitModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.addMarginDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #14171F;
  border-radius: 6px;
  border: 1px solid var(--App-Font-4, #333B47);
  margin-top: 12px;
  justify-content: space-between;
}

.addMarginInputTxt {
  background: #14171F;
  border: none;
  outline: none;
  width: 100%;
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.maxBalanceBoder {
  border: 1px solid var(--App-Font-4, #FF54B0);
}

.haveValueBoder {
  border: 1px solid var(--App-Font-4, green);
}

.noValueBoder {
  border: 1px solid var(--App-Font-4, #333B47);
}

.addMarginConfirmBtn {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 32px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}

.noConfirmBtn {
  opacity: 0.5;
  background: var(--brand-100, #56FAA5);
}.closePositionLimitModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.tpslInpDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #14171F;
  border-radius: 6px;
  border: 1px solid var(--App-Font-4, #333B47);
  margin-top: 8px;
  justify-content: space-between;
}

.tpslInputTxt {
  background: #14171F;
  border: none;
  outline: none;
  width: 100%;
}

.tpslMaxBalanceBoder {
  border: 1px solid var(--App-Font-4, #FF54B0);
}

.tpslHaveValueBoder {
  border: 1px solid var(--App-Font-4, green);
}

.tpslNoValueBoder {
  border: 1px solid var(--App-Font-4, #333B47);
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.tpslConfirmBtn {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 32px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}

.noTpslConfirmBtn {
  opacity: 0.5;
  background: var(--brand-100, #56FAA5);
}
.closePositionLimitModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 27px;
  padding-top: -5px;
  box-sizing: border-box;
}

.closePositionLimitModelPriceDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #333B47;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: space-between;
}

.closePstInputTxt {
  background: #333B47;
  border: none;
  outline: none;
  width: 100%;
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.closeLimitPstConfirmBtn {
  display: flex;
  width: 100%;
  height: 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 46px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}

.levPrompt {
  display: flex;
  width: 100%;
  padding: 12px 8px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--App-Font-4, #333B47);
  margin-top: 30px;
  color: var(--App-Font-1, #EAECEF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.my-slider .ant-slider-rail {
  background-color: #333B47; /* 默认轨道颜色 */
}

.my-slider:hover .ant-slider-rail {
  background-color: #333B47 !important; /* 悬浮时轨道保持默认色 */
}

.my-slider .ant-slider-track {
  background-color: #56FAA5; /* 已滑过部分固定绿色 */
}

.my-slider:hover .ant-slider-track {
  background-color: #56FAA5 !important; /* 悬浮时轨道保持选中色 */
}

.my-slider:hover .ant-slider-handle {
  border-color: #56FAA5 !important; /* 滑块边框颜色悬浮时也改 */
  box-shadow: none !important; /* 去掉悬浮时默认的蓝色阴影 */
}.positionsLimitTableDiv {
  display: flex;
  padding-left: 0px;
  padding-right: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.positionsLimitTable {
  border: none !important;
}

.positionsLimitTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.positionsLimitTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.positionsLimitTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

.limitOrderTableBtn {
  display: flex;
  height: 24px;
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--App-Font-4, #333B47);
  color: var(--neutral-100, #FFF);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.positionsLimitTableS {
  border: none !important;
}

.positionsLimitTableS .ant-table-thead > tr > th {
  background-color: #14171F;
  color: #707A8A;
  border: none !important;
}

.positionsLimitTableS .ant-table-tbody > tr > td {
  background-color: #14171F;
  color: #EAECEF;
  border: none !important;
}

.positionsLimitTableS .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}.ownersTableDiv {
  display: flex;
  padding-left: 0px;
  padding-right: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.ownersTable {
  border: none !important;
}

.ownersTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.ownersTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.ownersTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

.ownersTableStock {
  border: none !important;
}

.ownersTableStock .ant-table-thead > tr > th {
  background-color: #14171F;
  color: #707A8A;
  border: none !important;
}

.ownersTableStock .ant-table-tbody > tr > td {
  background-color: #14171F;
  color: #EAECEF;
  border: none !important;
}

.ownersTableStock .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}.tradeLogDiv {
  display: flex;
  padding-left: 0px;
  padding-right: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.tradeLogTable {
  border: none !important;
}

.tradeLogTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.tradeLogTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.tradeLogTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}.assetsDiv {
  display: flex;
  padding-left: 0px;
  padding-right: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.assetsTable {
  border: none !important;
}

.assetsTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.assetsTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.assetsTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}.spotToContractDiv {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
}

.spotToContractTxtDiv {
  border-radius: 20px;
  background: var(--brand-150, #1A4B32);
  width: 120px;
  height: 31px;
  cursor: pointer;
  color: var(--App-Font-1, #EAECEF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.transferConfirmBtnDiv {
  background: var(--brand-100, #56FAA5);
  border-radius: 30px;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}.symbolHeaderDiv {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  align-items: center;
  height: 100%;
  width: 100%;
}

.searchSymbolModal {
  background-color: #14171F !important;
  width: 595px !important;
  height: 435px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 !important;
  border: 1px solid var(--App-Font-4, #333B47);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.usNextStartTimeDiv {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--App-Font-4, #333B47);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--App-Font-1, #EAECEF);
  font-weight: 700;
}
.searchSymbolDiv {
  display: flex;
  padding-left: 0px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  flex-direction: column;
  color: var(--App-Font-1, #EAECEF);
  font-weight: 500;
  font-size: 12px;
}

.adm-modal-content {
  overflow: hidden !important;
  /* 禁止滚动 */
}

.adm-modal-content::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.searchSymbolTable {
  border: none !important;
  margin-top: 0px;
}

.searchSymbolTable .ant-table-thead > tr > th {
  background-color: #14171F;
  color: #707A8A;
  border: none !important;
}

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

.searchSymbolTable .ant-table-tbody > tr > td {
  background-color: #14171F;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.searchSymbolTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

.searchSymbolTxtS {
  display: flex;
  height: 34px;
  width: 100%;
  border-radius: 30px;
  background: var(--App-Font-4, #14171F);
  border: 1px solid var(--App-Font-4, #333B47);
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 auto;
}

.searchSymbolTxtSBorder {
  border: 1px solid #56FAA5;
}

.scrollWrapper {
  height: 100%;
}

.searchSymbolInputTxt {
  background: #14171F;
  border: none;
  outline: none;
  color: #EAECEF;
  width: 95%;
  margin-left: 4px;
}

.hideScroll .ant-table-body {
  -ms-overflow-style: none;
  /* IE / Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hideScroll .ant-table-body::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.searchSymbolInputTxt::-moz-placeholder {
  color: #707A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.searchSymbolInputTxt::placeholder {
  color: #707A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.maxLeverageE2BtnStySym {
  height: 14px;
  flex-shrink: 0;
  border-radius: 2px;
  background: var(--App-Font-4, #1A4B32);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--App-Font-1, #56FAA5);
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}

/* 去掉固定表头时的底部阴影 */
.searchSymbolTable .ant-table-sticky-holder {
  box-shadow: none !important;
}

/* 去掉右侧那条“发光线”（来自补位单元格），保留宽度避免表头/内容错位 */
.searchSymbolTable .ant-table-cell-scrollbar {
  box-shadow: none !important;
  background: transparent !important;
}

/* 有些版本会在容器伪元素上画渐变，顺手关掉 */
.searchSymbolTable .ant-table-container::before,
.searchSymbolTable .ant-table-container::after {
  content: none !important;
}

/* 底部的小型粘性滚动条（横向）不需要就隐藏 */
.searchSymbolTable .ant-table-sticky-scroll-bar {
  display: none !important;
}

/* 只保留纵向滚动并隐藏滚动条轨道（可选） */
.searchSymbolTable .ant-table-body {
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.searchSymbolTable .ant-table-body::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

/* 只改排序箭头颜色 */
.searchSymbolTable .ant-table-column-sorter-up,
.searchSymbolTable .ant-table-column-sorter-down {
  color: #707A8A;
  /* 想要的颜色 */
}

/* 也可以加 hover 或激活状态 */
.searchSymbolTable .ant-table-column-sorter-up.active,
.searchSymbolTable .ant-table-column-sorter-down.active {
  color: #EAECEF;
}.my-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.my-modal-body {
  background: #14171f;
  padding: 20px;
  min-width: 300px;
  max-width: 90%;
  position: relative;
}

.my-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}.tradeSymListPageDiv {
  color: #EAECEF;
  margin-left: 4px;
  height: 100%;
  border-radius: 5px;
  background: #101014;
  width: 100%;
}

.tradeSymListPageTabs {
  color: var(--App-Font-3, #707A8A);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.tabsNoSelected {
  border-bottom: 1px solid var(--App-Font-4, #333B47);
  width: 50%;
  cursor: pointer;
}

.tabsSelected {
  color: #EAECEF;
  border-bottom: 1px solid var(--App-Font-4, #56FAA5);
}
.recentTradesDiv {
  width: 100%;
  height: 100%;
  background: #101014;
  border-radius: 4px;
  padding-right: 11px;
  box-sizing: border-box;
  min-width: 0;
  overflow-x: auto;
}

.recentTradesTable {
  border: none !important;
  font-size: 12px !important;
  font-weight: 500;
}

.recentTradesTable .ant-table-thead > tr > th {
  background-color: #101014;
  color: #707A8A;
  border: none !important;
}

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

.recentTradesTable .ant-table-tbody > tr > td {
  background-color: #101014;
  color: #CACED3;
  font-size: 12px;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

.recentTradesTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

/* 覆盖所有 Ant Design 表格单元格的内边距 */
/* 只在当前组件的 CSS 文件中写 */
.recentTradesTable .ant-table-cell,
.recentTradesTable .ant-table-thead > tr > th,
.recentTradesTable .ant-table-tbody > tr > td {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* 全局覆盖 Ant Table 的 cell padding */
.ant-table-wrapper .ant-table-cell,
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-tbody > tr > td {
  padding-left: 0 !important;
}

.recentTradesTable .ant-table-thead > tr > th {
  padding-bottom: 12px;
}

.recentTradesTablePrice {
  padding-top: 3px;
  padding-bottom: 4.5px;
  padding-left: 10px;
  font-weight: 400;
}

.recentTradesTablePriceG {
  background: linear-gradient(90deg, rgba(86, 250, 165, 0.15) 0%, rgba(86, 250, 165, 0) 100%);
  color: #56FAA5;
}

.recentTradesTablePriceR {
  background: linear-gradient(90deg, rgba(255, 84, 176, 0.15) 0%, rgba(255, 84, 176, 0) 100%);
  color: var(--quotes-red, #FF54B0);
}.symbolTradesDiv {
  width: 100%;
  height: 100%;
  background: #101014;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.whiteTxtColor {
  color: var(--brand-100, #56FAA5) !important;
}

.symbolTradesBtn {
  cursor: pointer;
}

.symbolTradesSpotTabTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}

.spotChangeBtnSty {
  border: 2px solid var(--App-Font-4, #333B47);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #EAECEF;
  cursor: pointer;
}

.spotChangeBtnSty1 {
  width: 51px;
  height: 30px;
}

.spotChangeBtnSty2 {
  width: 70px;
  height: 30px;
}

.spotChangeBtnSty3 {
  width: 75px;
  height: 30px;
}

.futuresTabTxtSty {
  cursor: pointer;
  font-size: 14px;
  color: var(--App-Font-3, #707A8A);
  font-weight: 500;
}

.maxLeverageE2BtnSty {
  width: 23px;
  height: 16px;
  border-radius: 4px;
  background: var(--App-Font-4, #333B47);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--App-Font-1, #EAECEF);
  font-weight: 500;
}

.hoverColor:hover {
  background-color: #202630;
}

.scroll-container {
  max-height: 100%;
}
.positinosStockDiv {
  width: 100%;
  height: 100%;
  background: #020302;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 52px;
  box-sizing: border-box;
  color: #EAECEF;
}

.positionStockListDiv {
  width: 100%;
  height: 679px;
  border-radius: 16px;
  background: var(--App-background, #14171F);
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  box-sizing: border-box;
}
.positionStockListDiv .ant-tabs .ant-tabs-nav {
  margin-bottom: 0px;
}
.positionStockListDiv .ant-tabs .ant-tabs-nav::before {
  border-bottom: none;
}
.positionStockListDiv .ant-tabs .ant-tabs-tab-btn {
  color: #EAECEF;
  opacity: 0.7;
}
.positionStockListDiv .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #EAECEF;
  opacity: 1;
}

:where(.css-dev-only-do-not-override-pjavv2).ant-tabs .ant-tabs-tab {
  font-size: 12px;
}

.positionsBtnSty {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid var(--quotes-green, #56FAA5);
  color: var(--quotes-green, #56FAA5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

.ant-tabs-ink-bar {
  background-color: #56FAA5 !important;
  /* 绿色 */
  height: 3px;
  /* 可选：指示条高度 */
  border-radius: 2px;
  /* 可选：圆角 */
}.myAssetsModel {
  color: #EAECEF;
}
.buy-bvlp-panel {
  background: #000;
  color: #eaecef;
  width: 100%;
}

.title-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}
.title-bar .titleDiv {
  color: var(--App-Font-1, #eaecef);
  /* 16px Bold */
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.title-bar .dot {
  width: 6px;
  height: 6px;
  background: #56FAA5;
  border-radius: 50%;
}
.title-bar .icon {
  margin-left: auto;
  font-size: 16px;
  cursor: pointer;
}

.tab-bar {
  display: flex;
  border-radius: 999px;
  background: #1c1c1c;
  padding: 2px;
  margin-bottom: 16px;
  border: 1px solid #444;
  height: 38px;
}
.tab-bar .tab {
  flex: 1;
  padding: 8px 0;
  border: none;
  background: none;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  color: #707A8A;
  font-weight: 500;
  border-radius: 999px;
  cursor: pointer;
  line-height: 18px;
}
.tab-bar .tab.active {
  background: #56FAA5;
  color: #000;
  font-weight: 500;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0px;
}
.tab-bar .tab.activeV2 {
  background: #FF54B0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0px;
}
.tab-bar .tab.buyBVLEP {
  font-size: 14px;
  text-align: center;
}
.tab-bar .tab.sellBVLEP {
  font-size: 14px;
  text-align: center;
}

.card {
  background: linear-gradient(135deg, #111, #1a1a1a);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  border: 0px solid #444;
  padding: 16px 16px;
}
.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.card .card-header .card-header-sub {
  display: flex;
  align-items: center;
  justify-content: start;
}
.card .card-header .token-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.card .card-header .token-name {
  color: var(--App-Font-1, #eaecef);
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.card .card-header .chain-name {
  color: #adb1b8;
  font-family: Space Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.card .card-header .amount {
  font-size: 16px;
  font-weight: 700;
}
.card .card-header .label-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}
.card .card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #adb1b8;
}
.card .card-footer .card-footer-end {
  display: flex;
  justify-content: end;
  gap: 6px;
}
.card .card-footer .card-footer-start {
  display: flex;
  justify-content: start;
}
.card .card-footer .max {
  color: #56FAA5;
  cursor: pointer;
}
.card .sub-text {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.card .top-text {
  color: #adb1b8;
  font-family: Space Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.arrow-down {
  text-align: center;
  font-size: 20px;
  margin: 12px 0;
  margin-top: -25px;
  margin-bottom: -15px;
  justify-self: center;
  z-index: 20;
}

.info-list {
  font-size: 12px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-list .info-item {
  display: flex;
  justify-content: space-between;
  color: var(--App-Font-3, #707a8a);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.info-list .info-item .free-badge {
  background-color: rgba(86, 250, 165, 0.2);
  color: #56FAA5;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 4px;
  height: 20px;
}
.info-list .info-item .spanDiv {
  color: var(--App-Font-1, #eaecef);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.token-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.buy-btn {
  width: 100%;
  background: #56FAA5;
  color: #000;
  border: none;
  line-height: 40px; /* 与高度一致即可垂直居中 */
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  height: 40px;
}
.buy-btn:hover {
  background: #56FAA5;
}

.sellbuy-btn {
  width: 100%;
  background: #FF54B0;
  color: #000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}
.sellbuy-btn:hover {
  background: #FF54B0;
}

.divider {
  height: 1px;
  background-color: #2b3338;
  /* 可根据主题调整颜色 */
  margin: 8px 0;
  /* 上下间距可调整 */
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.liq-input-box {
  margin-left: 10px;
  display: flex;
  /* 可选 */
  justify-content: flex-end;
  /* 可选 */
  background-color: transparent;
}

.liq-input-box input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #EAECEF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  text-align: right;
  font-weight: 700;
  /* 左对齐 */
  box-sizing: border-box;
  /* 防止 padding 影响宽度 */
}

.poolTradeLogModal {
  background-color: #14171f !important;
  width: 643px !important;
  border-radius: var(---, 16px);
  border: 1px solid var(--App-Font-4, #333b47);
}

.custom-input::-moz-placeholder {
  color: #707A8A;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.custom-input::placeholder {
  color: #707A8A;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.poolTradeLogModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.poolTradeLogTable table {
  border: 0 !important;
}

.poolTradeLogTable .ant-table-thead > tr > th {
  background-color: #14171F;
  color: #707A8A;
  border: none !important;
}

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

.poolTradeLogTable .ant-table-tbody > tr > td {
  background-color: #14171F;
  color: #EAECEF;
  border: none !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-table-wrapper .ant-table-container table > thead > tr:first-child > :first-child {
  border-start-start-radius: 0 !important;
}

/* 全局覆盖 Ant Table 的 cell padding */
.ant-table-wrapper .ant-table-cell,
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-tbody > tr > td {
  padding-left: 0 !important;
}

:where(.css-dev-only-do-not-override-1oi2uhz).ant-empty-normal .ant-empty-description {
  color: #EAECEF;
}

/* 鼠标悬停时的背景色 */
.poolTradeLogTable .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
  background-color: #202630 !important;
}

.ant-select-dropdown {
  background-color: #14171F !important;
}

.ant-select-dropdown .ant-select-item {
  color: #EAECEF !important;
}

.ant-select .ant-select-arrow {
  color: #EAECEF !important;
  /* 你想要的颜色 */
}

.selecteddDiv {
  position: relative;
}

.selectedDiv {
  border-radius: 8px;
  border: 1px solid var(--App-Font-4, #333B47);
  display: inline-flex;
  height: 33px;
  padding: 8px 12px 9px 12px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 144px;
  flex-shrink: 0;
  color: var(--App-Font-1, #EAECEF);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}

.selectedTagDiv {
  position: absolute;
  display: inline-block;
  width: 246px;
  padding-bottom: 16px;
  padding-top: 8px;
  box-sizing: border-box;
  background: #14171F;
  border: 1px solid var(--App-Font-4, #333B47);
  border-radius: 8px;
  z-index: 999;
  top: calc(100% + 4px);
  left: 0;
}

.selectedd2Div {
  position: relative;
}

.selectedTag2Div {
  position: absolute;
  display: inline-block;
  width: 246px;
  padding-bottom: 16px;
  padding-top: 8px;
  box-sizing: border-box;
  background: #14171F;
  border: 1px solid var(--App-Font-4, #333B47);
  border-radius: 8px;
  z-index: 999;
  top: calc(100% + 4px);
  left: 0;
}.spotLiquidityDiv {
  color: #EAECEF;
  width: 100%;
}

.spotLiquidityTradeBtnDiv {
  height: 46px;
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-blend-mode: overlay;
  backdrop-filter: blur(20px);
  padding: 4px;
  box-sizing: border-box;
  color: var(--App-Font-3, #707A8A);
  font-size: 14px;
  font-weight: 500;
}

.spotLiquidityTradeBtnSeled {
  border-radius: 44px;
  color: var(--black, #000);
}

.spotInputDiv {
  border-radius: 24px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(170deg, rgba(172, 255, 173, 0.16) 7.37%, rgba(172, 255, 173, 0.08) 92.63%);
  height: 298px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  box-sizing: border-box;
}

.spotInputSellDiv {
  border-radius: 24px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(170deg, rgba(255, 84, 176, 0.16) 7.37%, rgba(255, 84, 176, 0.08) 92.63%);
  height: 298px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  box-sizing: border-box;
}

.freeSty {
  border-radius: 4px;
  background: #56FAA5;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--App-Font-5, #202630);
  font-size: 10px;
  font-weight: 500;
  height: 14px;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
}

.stopBuyBtnSty {
  border-radius: 30px;
  background: var(--quotes-green, #56FAA5);
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--black, #000);
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
}

.stopSellBtnSty {
  border-radius: 30px;
  background: #FF54B0;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--black, #000);
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
}

.sliderInDiv {
  width: 23%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid var(--App-Font-3, #707A8A);
  cursor: pointer;
}.poolListDiv {
  width: 100%;
}

.poolListTab {
  width: 343px;
  height: 46px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.poolListTabSelected {
  border-radius: 44px;
  background: #56FAA5;
  box-shadow: -4px 3px 16px 0 rgba(0, 255, 133, 0.35);
  color: #000;
}

.poolListResDDiv {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  background: var(--App-background, #14171F);
}

.poolListResDiv {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.custom-selected-row {
  background-color: #333B47 !important;
  color: #000 !important;
}

.aprBtnSty {
  display: flex;
  height: 16px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--brand-150, #1A4B32);
  color: var(--quotes-green, #56FAA5);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.poolBtnDiv {
  display: flex;
  height: 24px;
  padding: 1px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--App-Font-4, #333B47);
  cursor: pointer;
}

.ant-radio .ant-radio-inner {
  display: none;
}

.ant-radio-wrapper .ant-radio::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAT6SURBVHgB1Vq9bhtHEJ7ZFWFZiiCW7nLp0plGGsEJICoIgnSRn8DUE+hUJJTkglQRMLKB6FS6slSllFUGiSESUBB2Zt6AeQMahiTHx+N4du9vjzzRIkWJ56/h7d7d3szuN7OzM0SYAGy7koe5+VUgug+IFncV+DfP7bzxWBuQ2tCDFgrZoq7bcHa32nBNIIwJLfTdORuEWGZBizAeWojCuY4yIytgCL7eN8PXxQF43s6oioykgL21W71E8A738WziS6ZOWwC2vLO3bxxnp6Pf8ylmIc0sEnpFICgynYqpHyFWorZVhUkqYJdrFkh5BIrbiY9RXQlN52eHobBXhVZqdnYVhFwfGFfZi+etXGU1PqqAvV0rAc7sJWZdCQ5Y3av93IAJYGPrt2UC9yBwACE60KU152n55bB3hyqgKYNYMQdFr1fd293chxsAf49ti79HYEzWcErhkMGSwpNygb2VSbi+YdB0FeIksRpDlEhVgIVf5QGO4gGoBRfnK6PyfFyk2RwSlfZq5cP+ZzH15ZmZ1xHnb1n4SI7KXh5c9wRiJTps2A/6GSAG3pTyxBBe0ebRbQuv4OxsdCCXW9Ey+Mizxzrqfy6hgOY9gBU0O7fB+WHQSrAMzBN/AhEK9vau6VRAhheB8UQasrfZZOH/gCmj+ferztI33/3PNvmD34OFpa8ePm82G+9UK14BKRMe56Zc5ThwamUHCOtBk3f1ufXwnlZAzz5AKezkTaoEWUMPduIG2nonh3AFpCxG9whak9phJwln96d62ir4CiBGS4JADmQUKCkOK1RAyBCaPkTRhkEX58eQUZDMHcYeCYuKRiJJH6pPw+dfFb5bxVbYxvmFHzl0x/vREyjqkHGYNKKeV1A2YMYbdcg4CMR/RtMSTBsrutl130DW4boRhZg9egWs+Ob7NmQds7OmjeYTsVCWDTiENuQYeQGfOETkVyE4aGcc+pxggI04VkDOLyxC1uG6ltFqKwpFVt3rUgGyDpWyDMFRs9rI2lGHjF1qZkGwbLRaah/4N7pHtApZB/pBnH+pFMjl4giPN4YsG7I2YCORTL1eQ2i/asTZODf/GLIK140ZwucWdV4PzgNQj/qzTKOUc4uvQG5mPxFnl2tFyBjsJ8+KiXML00f9agUCGsUnMSEqkDUQvTBaB2G6Jw4l+ldBJVozAvuJlsWKOrgQEl5GCgysAid2g2zFVOHLYDCiR1Uz2TaYG91++hriQ04bzs8eTCtKDZK8Kj9q6Q7eeTlH9IX5zGA06nmPjADPgrvzJ9PYG/Q3/Qy1FXT5acY+DCigl8fzNqIOzkdqJW6RTkFNzcxMA3S7a2l5Wpk2QPP0VWvp6+/jbRvhHnum1aWH3x6rXCXcIPRE3bnzD19+GXX6vH+e9ry8bKDm6Z+NhBI6vS1KKtHaPP2rCTcA7W2E/J0v70WdSvhfyzuXvfPxIp+q1gh8kahb6aq7t+b8slWHCUBvUgCVvoJ5h7MkdlpVxsTVy6z9dSsffqX97O3xOGVW/GzhsQ5d+iv9qiqkCiuTKLMmPrr5rAKCqukjcU6JODGG3QbnADvsftuJQvfibB7eiwJK+XkQbxVSC+Y9coZR5loKaGF836w2lhJMDlpweHe+P+pKjv9nD6WIMvD0SvvVoDKBxJHwGIKHGFsBE5EyKDjPKlgZUm3LeKSjkwfI52/eTRFkiy5Gt5s0fADjUlJuxZ8KFwAAAABJRU5ErkJggg==") no-repeat center center/contain;
}

.ant-radio-wrapper .ant-radio-checked::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALVSURBVHgBvVddctowEF7JWEneOIJ7AzhB4ASFmYSmQx/gBOEGwAkCJ4BOSn8mmQk5QegJmhvUR+ChMwkStrprVw4lgAWYfDMCS15pV7ufdi0GlqjoQf5YiYoGOMVWwCEPW/7f6yk2H8cfGbCJdGf3Y9ac2qzL0gQunr55YS64BM0aCwpTgcYMVcC745OPPuxiAO3YVaKDApewF1gPPdJd55GVBkS7dvQD7sODLKCZL0NWXuUNvjxw/mdUyFQ5gWlPcP1Aa796tdjJfOfLWOGJxACKuVBHvw6mfNEIMSsaTiQhIMIdXDmBwqGO2kmXfmLXh78hI9AR5PF/Y52MDPg7CkXkAe2EbcgIoYbOjag3f2DD3Q3XyQnKLQhOsd9k6TagTHh7VO9ayWJiI90cY1+BLKDBV4Gsmu6Fui5t2hh6Jy8C9z3HGJxCFmC6Mz5p+pFy4pR2BmlTdMhKOc2wsGjYCyHo3q349DlZOOaUlzYPvVDgqDxVkFi9llDo+rmrkrjXnr+0bDmFcl4OUiocKSdW0/PZbORzBp3F9zKUZZNUItfz8AosQTzgsAUihmv94uoQWibuxOg4jW8HMmCaYmXj7Om6ZPpSqBbEHx/Dm+N634zvkklxjSlHDX6aIHP4XQXdS8/kbh7IMh65JO7nctTY5bsB5/jsgxwNrEizVEQM9qmgUcpGK35aSWMRQTe/IljghHe7FjEGesKfXTmGFB68TIBGbTbqmD49s/gDdSdIV91H1bCmvl4hu1u2E22qnc0adLyjY8jns/42k8kT+xYwQ+LIgO90lhnrwRuBUrfJH0kikrkZWeTDobGUuhMDzPk+qBGofDF1/2cAgUKhJVQPYgQq1wqqxvUGay4mA0wugvK6Bxkpj3a+pJywshiRJ6Qri1kQkwgnhSyuUk6wuJwOPO2I9pbHboqZcyjnqr9OsbUBBvFl1alwcDZcz/Uj43wiHfvr+V982HFsKn4W5AAAAABJRU5ErkJggg==") no-repeat center center/contain;
}

.poollistTabsDiv {
  border-bottom: 1px solid var(--App-Font-4, #333B47);
}

.poollistselectedTabs {
  border-bottom: 1px solid var(--App-Font-4, #56FAA5);
  color: #EAECEF;
  height: calc(100% + 2px) !important;
}
.trade-panel {
  width: 99%;
  color: #fff;
  border-radius: 12px;
  margin-top: 8px;
}

.form-group {
  margin-bottom: 12px;
  color: "#CACED3";
}

.form-group label {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 4px;
}

.input-box {
  display: flex;
  align-items: center;
  background: #101014;
  height: 33px;
  padding: 6px 5px;
  border-radius: 8px;
  border: 1px solid var(--App-Font-4, #333b47);
}

.input-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #eaecef;
  font-size: 12px;
  font-family: "inter";
  flex: 1;
}

.input-error {
  border: 1px solid #FF54B0;
  outline: none;
}

.input-box input::-moz-placeholder {
  color: #707a8a;
  font-size: 12px;
  font-family: "inter";
}

.input-box input::placeholder {
  color: #707a8a;
  font-size: 12px;
  font-family: "inter";
}

.input-box span {
  font-size: 12px;
  color: #888;
}

.slider {
  width: 100%;
  margin: 12px 0;
}

.info-box {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 12px;
  margin-bottom: 21px;
}

.info-box div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.highlight {
  color: #ffcc4a;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--App-Font-3, #707a8a);
  opacity: 0.5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox.checked {
  border-radius: 3px;
  border: 1px solid var(--quotes-green, #56faa5);
}

.custom-checkboxChecked {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--quotes-green, #56faa5);
}

.action-buttons {
  display: flex;
  gap: 8px;
  margin-bottom: 13px;
  margin-top: 28px;
}

.action-buttons button {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 20px;
  font-family: "Inter";
  font-style: normal;
  font-size: 12px;
  height: 32px;
  cursor: pointer;
  display: flex;
  flex-direction: row; /* 子元素水平排列 */
  align-items: center; /* 子元素竖直居中 */
  justify-content: center;
}

.long {
  background-color: #56faa5;
  color: #000;
  height: 32px;
  font-family: "Inter";
  font-style: normal;
  font-size: 12px;
  display: flex;
  flex-direction: row; /* 子元素水平排列 */
  align-items: center; /* 子元素竖直居中 */
  justify-content: center;
}

.longDisable {
  background-color: #4d9f7c;
  color: #000;
  height: 32px;
  font-family: "Inter";
  font-style: normal;
  font-size: 12px;
  display: flex;
  flex-direction: row; /* 子元素水平排列 */
  align-items: center; /* 子元素竖直居中 */
  justify-content: center;
}

.short {
  background-color: #ff54b0;
  color: #000;
  height: 32px;
  font-family: "Inter";
  font-style: normal;
  font-size: 12px;
  display: flex;
  flex-direction: row; /* 子元素水平排列 */
  align-items: center; /* 子元素竖直居中 */
  justify-content: center;
}

.shortDisable {
  background-color: #a14c7a;
  color: #000;
  height: 32px;
  font-family: "Inter";
  font-style: normal;
  font-size: 12px;
  display: flex;
  flex-direction: row; /* 子元素水平排列 */
  align-items: center; /* 子元素竖直居中 */
  justify-content: center;
}

.order-options {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 6px;
  color: #ccc;
}

.info-small {
  font-size: 12px;
  color: #aaa;
  margin-top: 12px;
}

.info-small div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.liquidity-pool {
  margin-top: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  /* 控制 logo 大小 */
  /* 靠左边，纵向居中 */
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(86, 250, 165, 0.1) 0%, rgba(51, 148, 98, 0.1) 100%);
  /* 白色，透明度 0.2 */
  /* 可选，加个圆角更好看 */
}

.left {
  font-size: 14px;
}

.bonus-tag {
  background: #1a4b32;
  color: #56faa5;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 4px;
  font-family: Space Grotesk;
}

.apy {
  font-size: 13px;
  color: #eaecef;
}

.apy-label {
  color: #aaa;
  font-size: 11px;
  margin-left: 4px;
}

.stake-btn {
  display: inline-flex;
  height: 24px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #56faa5;
  color: var(--quotes-green, #56faa5);
  font-family: Space Grotesk;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.slider-wrapper {
  background-color: #0e0f14;
  padding: 20px;
  border-radius: 8px;
  color: #eaecef;
}

.slider-wrapper .info-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: #eaecef;
}

/* 滑块颜色 */
.take-loss-item {
  display: flex;
  align-items: center;
  gap: 8px;
  /* label 和 input-box 之间的间距 */
}

.tradeBorderDiv {
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--App-Font-4, #333b47);
  margin-top: 12px;
}

.sliderInputTxt {
  border-radius: 8px;
  border: 1px solid var(--App-Font-4, #333b47);
  height: 33px;
  width: 54px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  color: var(--App-Font-3, #eaecef);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  flex-direction: row;
}

.inputSelectButton {
  height: 32px;
  border-radius: 5px;
  border: 1px solid #333b47; /* 默认边框颜色 */
  opacity: 1;
  padding: 0 8px;
  box-sizing: border-box;
  outline: none;
  position: relative;
  top: 12px;
  left: 10px;
  transition: border 0.2s;
}

.input-dim {
  background: rgba(16, 16, 20, 0.5) !important;
}.slippageModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0px;
  box-sizing: border-box;
}

.slippageSetDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #14171F;
  border-radius: 6px;
  border: 1px solid var(--App-Font-4, #333B47);
  margin-top: 17px;
  justify-content: space-between;
}

.slippageSetInputTxt {
  background: #14171F;
  border: none;
  outline: none;
  width: 100%;
}

.haveValueBoderSlippageSet {
  border: 1px solid var(--App-Font-4, green);
}

.noValueBoderSlippageSet {
  border: 1px solid var(--App-Font-4, #333B47);
}

.slippagePresetDiv {
  display: inline-flex;
  padding: 11px 12px;
  width: 57px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--App-Font-4, #333B47);
  color: var(--App-Font-1, #EAECEF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

.slippagePresetDivSelected {
  border: 1px solid var(--brand-100, #56FAA5);
}

.cancelBtnSlippage {
  display: flex;
  width: 193px;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--App-Font-4, #333B47);
  color: var(--App-Font-1, #EAECEF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.confirmBtnSlippage {
  display: flex;
  width: 193px;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}.marketHoursModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-top: 32px;
  box-sizing: border-box;
}

.mhcloseBtn {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  color: #000;
  font-size: 16px;
  margin-top: 40px;
  cursor: pointer;
}.custom-checkboxAccountChecked {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--quotes-green, #56faa5);
}

.custom-checAccountbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--App-Font-3, #707a8a);
  opacity: 0.5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-account-group {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkAccountBox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--App-Font-3, #707a8a);
  opacity: 0.5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.closePositionLimitModel {
  color: #EAECEF;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 27px;
  padding-top: -5px;
  box-sizing: border-box;
}

.closePositionLimitContainer {
  background: #14171f;
  box-shadow: none;
  border-radius: 20px;
  padding: 20px 24px;
}

.closePositionLimitModelPriceDiv {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  background: #333B47;
  border-radius: 10px;
  margin-top: 8px;
  justify-content: space-between;
}

.closePstInputTxt {
  background: #333B47;
  border: none;
  outline: none;
  width: 100%;
}

.progressBtnDiv {
  border-radius: 10px;
  border: 1px solid #333B47;
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.sliderCloseLimit {
  background: #707A8A;
}

.closeLimitPstConfirmBtn {
  display: flex;
  width: 100%;
  height: 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--brand-100, #56FAA5);
  margin-top: 46px;
  font-size: 14px;
  color: var(--black, #000);
  font-weight: 500;
}

.levPrompt {
  display: flex;
  width: 100%;
  padding: 12px 8px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--App-Font-4, #333B47);
  margin-top: 30px;
  color: var(--App-Font-1, #EAECEF);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.my-slider .ant-slider-rail {
  background-color: #333B47; /* 默认轨道颜色 */
}

.my-slider:hover .ant-slider-rail {
  background-color: #333B47 !important; /* 悬浮时轨道保持默认色 */
}

.my-slider .ant-slider-track {
  background-color: #56FAA5; /* 已滑过部分固定绿色 */
}

.my-slider:hover .ant-slider-track {
  background-color: #56FAA5 !important; /* 悬浮时轨道保持选中色 */
}

.my-slider:hover .ant-slider-handle {
  border-color: #56FAA5 !important; /* 滑块边框颜色悬浮时也改 */
  box-shadow: none !important; /* 去掉悬浮时默认的蓝色阴影 */
}.tradeSpotDiv {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  color: #EAECEF;
}

.tradespotbtn1 {
  border-radius: 8px;
  background: var(--App-Font-5, #202630);
  height: 33px;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--App-Font-2, #CACED3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 2px;
  box-sizing: border-box;
}

.spotType {
  width: calc(50% - 2px);
  height: 29px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.chooseSpotType {
  border-radius: 5px;
  color: var(--App-Font-5, #202630);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.input-box-spot {
  display: flex;
  align-items: center;
  background: #101014;
  height: 33px;
  padding: 6px 5px;
  border-radius: 8px;
  border: 1px solid var(--App-Font-4, #333b47);
}

.input-box-spot input {
  background: transparent;
  border: none;
  outline: none;
  color: #eaecef;
  font-size: 12px;
  font-family: "inter";
  flex: 1;
}

.input-box-spot input::-moz-placeholder {
  color: #707a8a;
  font-size: 12px;
  font-family: "inter";
}

.input-box-spot input::placeholder {
  color: #707a8a;
  font-size: 12px;
  font-family: "inter";
}

.input-box-spot span {
  font-size: 12px;
  color: #888;
}

.transBtnSty {
  border-radius: 20px;
  border: 1px solid var(--logo-green, #56FAA5);
  color: #56FAA5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.contractContentSty {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 233px;
}

.spotContractModal {
  background: var(--App-background, #14171F);
  border: 1px solid var(--App-Font-4, #333B47);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  width: 408px !important;
}.by-tv__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* tv-resolutions */
.by-tv__rlts {
  align-items: center;
  height: 38px;
  padding-left: var(--size-7);
  background-color: var(--bds-gray-bg-area);
}
.by-tv__rlts-line {
  width: 1px;
  height: 50%;
  margin: 0 10px;
  background-color: var(--bds-gray-t4-dis);
}
.by-tv__rlts-opt {
  width: 52px;
}
.by-tv__container {
  height: 100%;
  position: relative;
  flex: 1;
  background-color: var(--tv-color-platform-background);
}
.by__quickOrder {
  position: absolute;
  top: 80px;
  right: 54px;
  z-index: 999;
  height: var(--size-36);
  background-color: var(--bds-gray-bg-card);
  border-radius: 4px;
}
.by__quickOrder-d {
  width: var(--size-16);
  line-height: var(--size-36);
  background-color: var(--bds-gray-ele-line);
  border-radius: 4px 0 0 4px;
}
.by__quickOrder-d:hover {
  color: var(--bds-gray-t1-title);
}
.by__quickOrder-btn {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 0 var(--size-12);
}
.by__quickOrder-buy {
  background-color: var(--bds-green-100-bg);
}
.by__quickOrder-buy:hover {
  background-color: rgba(32, 178, 108, 0.36);
  cursor: pointer;
}
.by__quickOrder-sell {
  background-color: var(--bds-red-100-bg);
  border-radius: 0 4px 4px 0;
}
.by__quickOrder-sell:hover {
  background-color: rgba(239, 69, 74, 0.36);
  cursor: pointer;
}
.by__quickOrder-op {
  flex-direction: column;
  justify-content: space-around;
  width: var(--size-16);
  text-align: center;
}
.by__quickOrder-reset {
  width: var(--size-36);
  line-height: var(--size-36);
  text-align: center;
}
.by__quickOrder .by__quickOrder-qty {
  width: 76px;
  height: var(--size-36);
}
.by__quickOrder .by-input .by-input__container {
  height: var(--size-36);
  border-radius: 0;
}
.theme-dark .by__quickOrder .by-input .by-input__container:hover {
  border-color: var(--bds-gray-bg-card);
  background-color: var(--bds-gray-bg-card);
}
.by__quickOrder .by-input .by-input__container:focus-within {
  border-color: var(--bds-brand-700-normal);
  border-radius: 4px;
}
.by__quickOrder .by-input .by-input__container:focus-within input::-moz-placeholder {
  color: transparent;
}
.by__quickOrder .by-input .by-input__container:focus-within input::placeholder {
  color: transparent;
}
.by-tv__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.tv-self--fullscreen-wrap {
  position: relative;
  height: 100%;
}
.tv-self-kline-loading-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bds-gray-bg-area);
}
.tv-self-kline-loading-mask.fadeOut {
  animation: tv-fade-out 0.1s linear;
}
@keyframes tv-fade-out {
  to {
    opacity: 0;
  }
}
@keyframes tv-loading {
  to {
    transform: rotate(1turn);
  }
}
.tv-self-kline-loading-spinner {
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  /* margin: -32px 0 0 -32px; */
  animation: tv-loading 0.9s linear infinite;
  background: transparent;
  border: 4px solid transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: #8797a533;
  border-top-color: #8797a533;
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.theme-light .by__quickOrder .by-input .by-input__container:hover {
  border-color: var(--bds-gray-bg-edge, #f9fafb);
  background-color: var(--bds-gray-bg-edge, #f9fafb);
}
#BVTvContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.marketMoneyHeaderDiv {
  width: 100%;
  height: 100%;
}

.marketMoneyHeaderTxt {
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 52px;
  background-image: url("/app/assets/maskgroup-B0njUu8v.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.marketMoneyHeaderTxtDiv {
  background: linear-gradient(90deg, var(--quotes-green, #56FAA5) 0%, #F7FFFB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketMoneyHeaderInfo {
  border-radius: 15px;
  background: linear-gradient(90deg, #153D28 0%, #165F39 100%);
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.infoListDiv {
  border-radius: 8px;
  background: #020302;
  width: 100%;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
}

.infoListBtnDiv {
  border-radius: 30px;
  background: linear-gradient(270deg, #FFF 0%, #FFCC4A 100%);
  display: inline-flex;
  height: 24px;
  padding: 1px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.mmhTDiv {
  border-radius: 50px 0 0 50px;
  background: #13202D;
  padding-right: 25px;
  height: 36px;
  flex-shrink: 0;
  font-size: 18px;
}

.mmht2Div {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  padding-left: 24px;
  padding-right: 36px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-top: 22px;
}

.mmht2BtnDiv {
  border-radius: 30px;
  background: linear-gradient(270deg, #FFF 0%, #FFCC4A 100%);
  display: flex;
  width: 60px;
  height: 28px;
  padding: 1px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--black, #000);
  cursor: pointer;
}

.mmht3BDiv {
  border-radius: 8px;
  background: #14171F;
  flex: 1;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.mmht3B1Div {
  border-radius: 60px;
  border: 1px solid var(--quotes-green, #56FAA5);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  /* 上下留4px，左右留12px，点击范围更大 */
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: var(--quotes-green, #56FAA5);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mmht3B2Div {
  border-radius: 16px;
  width: 80%;
  height: 4px;
  pointer-events: auto;
}.market-share-overlay-container {
  background-color: #14171f;
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  border-width: 1px;
  border-color: #333b47;
  border-radius: 20px;
  width: 387px;
}

.market-share-overlay-container-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  width: 14px;
  height: 14px;
}

.market-share-overlay {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-bottom: 10px;
}

.market-share-card {
  position: relative;
  border-radius: 12px;
  padding: 8px;
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.market-share-content {
  border-radius: 12px;
  overflow: hidden;
}

.card-top {
  position: relative;
  background: linear-gradient(to right, #16a34a, #047857);
  color: white;
}
.card-top .title {
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.card-top .treasure {
  width: 100%;
}
.card-top .reward {
  position: absolute;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.card-top .reward-1 {
  top: 48px;
  left: 16px;
  background: #22c55e;
  color: black;
}
.card-top .reward-2 {
  top: 24px;
  right: 24px;
  background: #3b82f6;
  color: white;
}
.card-top .reward-3 {
  bottom: 48px;
  right: 40px;
  background: #8b5cf6;
  color: white;
}

.card-bottom {
  background: black;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-bottom .brand {
  display: flex;
  align-items: start;
  gap: 8px;
  flex-direction: column;
}
.card-bottom .brand .brand-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bottom .brand .brand-icon span {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
.card-bottom .brand .brand-text {
  font-weight: bold;
  color: #4ade80;
}
.card-bottom .brand-desc {
  color: #9ca3af;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.card-bottom .inviteCode {
  font-family: DINPro;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 4px;
}
.card-bottom .qr {
  width: 56px;
  height: 56px;
  padding: 6px;
  background: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 12px;
}

.share-btns {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}
.share-btns .share-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.share-btns .share-btn .icon {
  width: 24px;
  height: 24px;
}
.share-btns .yellow {
  color: #facc15;
}
.share-btns .blue {
  color: #3b82f6;
}
.share-btns .sky {
  color: #0ea5e9;
}
.share-btns .gray {
  color: #d1d5db;
}.point-modal-container {
  background-color: #14171F;
  color: #EAECEF;
  border-radius: 16px;
  border: 1px solid var(--App-Font-4, #333B47);
  padding: 24px;
  height: 236px;
  width: 436px;
}

.point-modal-content {
  flex: 1;
  padding: 24px 16px;
  overflow-y: auto;
}

.point-modal-footer {
  padding: 0 16px 20px;
}

.point-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.point-close-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.point-field {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #333B47;
  border-radius: 12px;
}
.point-field.green-border {
  border-color: #56faa5;
}
.point-field.gray-border {
  border-color: #333B47;
}

.point-label {
  color: #707a8a;
  margin-bottom: 4px;
  font-size: 14px;
}

.point-amount-input {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
}
.point-amount-input .input {
  flex: 1;
  margin-right: 8px;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAECEF;
}
.point-amount-input .input::-moz-placeholder {
  color: #707a8a;
  opacity: 1;
}
.point-amount-input .input::placeholder {
  color: #707a8a;
  opacity: 1;
}
.point-amount-input .input:focus {
  border-color: transparent !important;
  outline: none;
}

.point-info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.point-info-row .point-value {
  color: #EAECEF;
}

.point-btn.ant-btn-primary {
  background-color: #56FAA5;
  border-color: #56FAA5;
  height: 48px;
  border-radius: 30px;
}
.point-btn.ant-btn-primary[disabled] {
  border-radius: 30px;
  opacity: 0.5;
  background-color: #56FAA5 !important;
  border: 1px solid #56FAA5 !important;
  color: rgba(0, 0, 0, 0.5019607843) !important;
}
.pointcontainer {
  background-color: #14171f;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  border-width: 1px;
  border-color: #333B47;
  border-radius: 20px;
  width: 387px;
  height: 500px;
  overflow: hidden;
}

.pointMoneyTopContainer {
  display: flex;
  flex-direction: row;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pointMoneyClose {
  width: 12px;
  height: 12px;
}

.pointLevelRecord {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #caced3;
}

.point_trade-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.point_trade-header .point_trade-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.point_trade-header .point_trade-close {
  color: #aaa;
  cursor: pointer;
}
.point_trade-header .point_trade-close:hover {
  color: #fff;
}

.pointTableHeader {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
}

.point_trade-table-body {
  padding-left: 14px;
  padding-right: 14px;
  flex: 1;
  overflow-y: auto;
}
.point_trade-table-body .point_trade-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}
.point_trade-table-body .point_trade-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.point_trade-table-body .point_trade-row:hover {
  background: rgba(0, 163, 255, 0.2);
}
.point_trade-table-body {
  /* 美化滚动条 */
}
.point_trade-table-body::-webkit-scrollbar {
  width: 0px;
}
.point_trade-table-body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}.marketMoneyContainer {
  background-color: #14171f;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-width: 1px;
  border-color: #333B47;
  border-radius: 20px;
  width: 436px;
}

.marketMoneyTopContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.marketMoneyClose {
  width: 12px;
  height: 12px;
}

.marketLevelRule {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #caced3;
}

.marketLevelText {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #caced3;
}

.marketLevelContentText {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #707A8A;
}
.mmgslDiv {
  border-radius: 16px;
  background: var(--App-background, #14171F);
  height: 687px;
}

.mmgslDiv--active {
  height: 580px; /* value !== 0 时 */
}.markeMoneyRWADiv {
  height: 432px;
  background: var(--App-background, #14171F);
  filter: drop-shadow(0 9px 28px rgba(0, 0, 0, 0.05)) drop-shadow(0 6px 16px rgba(0, 0, 0, 0.08)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.12));
  border-radius: 16px;
}

.symListResDiv {
  width: 100%;
  height: 412px;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--App-background, #14171F);
  padding-left: 36px;
  padding-top: 25px;
  padding-right: 36px;
  box-sizing: border-box;
}
.rankRuleContainer {
  background-color: #14171f;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-width: 1px;
  border-color: #333B47;
  border-radius: 20px;
  width: 436px;
}

.rankRuleTopContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.rankRuleClose {
  width: 12px;
  height: 12px;
}

.rankLevelRule {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #caced3;
}

.rankLevelText {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #caced3;
}

.rankLevelContentText {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #707A8A;
}

.infoListDiv {
  border-radius: 8px;
  background: #020302;
  width: 100%;
  height: 60px;
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
}

.infoListBtnDiv {
  border-radius: 30px;
  background: linear-gradient(270deg, #FFF 0%, #FFCC4A 100%);
  display: inline-flex;
  height: 24px;
  padding: 1px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.mmhTDiv {
  border-radius: 50px 0 0 50px;
  background: #13202D;
  padding-right: 25px;
  height: 36px;
  flex-shrink: 0;
  font-size: 18px;
}

.mmht2Div {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  padding-left: 24px;
  padding-right: 36px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-top: 22px;
}

.mmht2BtnDiv {
  border-radius: 30px;
  background: linear-gradient(270deg, #FFF 0%, #FFCC4A 100%);
  display: flex;
  width: 60px;
  height: 28px;
  padding: 1px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--black, #000);
  cursor: pointer;
}

.mmht3BDiv {
  border-radius: 8px;
  background: #14171F;
  flex: 1;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 22px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.mmht3B1Div {
  border-radius: 60px;
  border: 1px solid var(--quotes-green, #56FAA5);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  /* 上下留4px，左右留12px，点击范围更大 */
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: var(--quotes-green, #56FAA5);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mmht3B2Div {
  border-radius: 16px;
  width: 80%;
  height: 4px;
  pointer-events: auto;
}

.subDetail {
  font-family: "Inter", sans-serif; /* 字体 */
  font-weight: 400; /* 字重 */
  font-style: normal; /* 样式 Regular */
  font-size: 12px; /* 字号 */
  line-height: 16px; /* 行高 */
  letter-spacing: 0%; /* 字间距 */
  margin-top: 16px;
  text-align: center;
}
.rank-market-container {
  font-family: "Inter", sans-serif;
}
.rank-market-container table th, .rank-market-container table td {
  padding: 8px 12px;
}
.rank-market-container table th {
  font-weight: 600;
}

.rank-market-container table {
  border-collapse: collapse; /* 去掉默认边框 */
  width: 100%;
}

.rank-market-container th,
.rank-market-container td {
  border: none; /* 去掉表格边框 */
  height: 52px; /* 固定行高 */
  vertical-align: middle; /* 垂直居中 */
  padding: 0 12px; /* 水平内边距，可根据设计调整 */
}

.rank-market-pagination {
  padding: 8px 0;
}
.rankLevelTitle {
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #EAECEF;
}

.rankLevelList {
  list-style: disc; /* 显示原点 */
  padding-left: 20px; /* 原点和文字的间距 */
  margin: 0;
}

.rankLevelItem {
  color: #707A8A;
  margin-bottom: 4px;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}.errorPageDiv {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}