/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./app/assets/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.cdnfonts.com/css/lufga");
:root {
  scroll-behavior: auto !important;
}

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

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

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-\[2px\]{
  margin-top: -2px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[34px\]{
  margin-right: 34px;
}
.mr-\[3px\]{
  margin-right: 3px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[31\.165px\]{
  height: 31.165px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[calc\(100vh-var\(--top-height\)\)\]{
  height: calc(100vh - var(--top-height));
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[390px\]{
  max-height: 390px;
}
.max-h-\[calc\(100vh-300px\)\]{
  max-height: calc(100vh - 300px);
}
.max-h-\[calc\(100vh-40px\)\]{
  max-height: calc(100vh - 40px);
}
.min-h-\[var\(--top-height\)\]{
  min-height: var(--top-height);
}
.min-h-full{
  min-height: 100%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[19px\]{
  width: 19px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[31\.165px\]{
  width: 31.165px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[calc\(100\%-24px\)\]{
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}
.w-\[var\(--left-width\)\]{
  width: var(--left-width);
}
.w-full{
  width: 100%;
}
.min-w-\[102px\]{
  min-width: 102px;
}
.min-w-\[118px\]{
  min-width: 118px;
}
.min-w-max{
  min-width: max-content;
}
.max-w-3{
  max-width: 0.75rem;
}
.max-w-\[24px\]{
  max-width: 24px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[45\%\]{
  max-width: 45%;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[77px\]{
  max-width: 77px;
}
.flex-\[0_0_auto\]{
  flex: 0 0 auto;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.translate-y-\[-50\%\]{
  --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));
}
.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-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-4{
  gap: 1rem !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[6px\]{
  gap: 6px;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[60px\]{
  border-radius: 60px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[9px\]{
  border-radius: 9px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[0\.571px\]{
  border-width: 0.571px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#115A13\]{
  --tw-border-opacity: 1;
  border-color: rgb(17 90 19 / var(--tw-border-opacity, 1));
}
.border-\[\#1D1F26\]{
  --tw-border-opacity: 1;
  border-color: rgb(29 31 38 / var(--tw-border-opacity, 1));
}
.border-\[\#282B34\]{
  --tw-border-opacity: 1;
  border-color: rgb(40 43 52 / var(--tw-border-opacity, 1));
}
.border-\[\#2A2D37\]{
  --tw-border-opacity: 1;
  border-color: rgb(42 45 55 / var(--tw-border-opacity, 1));
}
.border-\[\#FF2021\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 32 33 / var(--tw-border-opacity, 1));
}
.border-\[\#FF2121\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 33 33 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(112\2c 98\2c 204\2c 0\.30\)\]{
  border-color: rgba(112,98,204,0.30);
}
.border-\[var\(--Main-color\2c \#FF2121\)\]{
  border-color: var(--Main-color,#FF2121);
}
.border-\[var\(--stoke-color\2c \#1D1F26\)\]{
  border-color: var(--stoke-color,#1D1F26);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#000000bb\]{
  background-color: #000000bb;
}
.bg-\[\#090808\]{
  --tw-bg-opacity: 1;
  background-color: rgb(9 8 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0F1013\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 16 19 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B1C22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 28 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B1D22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C2024\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E1E1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#262F44\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 47 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#282B33\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 43 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A6A6A6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(166 166 166 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF2121\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 33 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff2121\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 33 33 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(130\2c 197\2c 65\2c 0\.10\)\]{
  background-color: rgba(130,197,65,0.10);
}
.bg-\[rgba\(255\2c 211\2c 5\2c 0\.10\)\]{
  background-color: rgba(255,211,5,0.10);
}
.bg-\[rgba\(255\2c 33\2c 33\2c 0\.10\)\]{
  background-color: rgba(255,33,33,0.10);
}
.bg-\[rgba\(74\2c 56\2c 186\2c 0\.10\)\]{
  background-color: rgba(74,56,186,0.10);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-\[3\%\]{
  --tw-bg-opacity: 3%;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[rgba\(26\2c 26\2c 64\2c 0\.40\)\]{
  --tw-gradient-from: rgba(26,26,64,0.40) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(26, 26, 64, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[rgba\(35\2c 34\2c 74\2c 0\.40\)\]{
  --tw-gradient-to: rgba(35,34,74,0.40) var(--tw-gradient-to-position);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[11px_12px\]{
  padding: 11px 12px;
}
.p-\[16px_20px\]{
  padding: 16px 20px;
}
.p-\[18px_24px\]{
  padding: 18px 24px;
}
.p-\[1px_10px\]{
  padding: 1px 10px;
}
.p-\[20px_16px\]{
  padding: 20px 16px;
}
.p-\[3px\]{
  padding: 3px;
}
.p-\[4px_12px\]{
  padding: 4px 12px;
}
.p-\[4px_8px\]{
  padding: 4px 8px;
}
.p-\[6px_10px\]{
  padding: 6px 10px;
}
.p-\[8px_10px\]{
  padding: 8px 10px;
}
.p-\[8px_12px\]{
  padding: 8px 12px;
}
.\!py-\[2px\]{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[14px\]{
  padding-bottom: 14px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[38px\]{
  padding-left: 38px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-lufga{
  font-family: 'Lufga',sans-serif;;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.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-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-light{
  font-weight: 300 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!leading-\[120\%\]{
  line-height: 120% !important;
}
.\!leading-\[160\%\]{
  line-height: 160% !important;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.\!leading-relaxed{
  line-height: 1.625 !important;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[127\.273\%\]{
  line-height: 127.273%;
}
.leading-\[142\.857\%\]{
  line-height: 142.857%;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[160\.714\%\]{
  line-height: 160.714%;
}
.leading-\[165\%\]{
  line-height: 165%;
}
.leading-\[173\.333\%\]{
  line-height: 173.333%;
}
.leading-\[175\%\]{
  line-height: 175%;
}
.leading-\[180\%\]{
  line-height: 180%;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[204\.545\%\]{
  line-height: 204.545%;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[215\%\]{
  line-height: 215%;
}
.leading-\[85\.714\%\]{
  line-height: 85.714%;
}
.leading-normal{
  line-height: 1.5;
}
.text-\[\#413E4D\]{
  --tw-text-opacity: 1;
  color: rgb(65 62 77 / var(--tw-text-opacity, 1));
}
.text-\[\#4F5F71\]{
  --tw-text-opacity: 1;
  color: rgb(79 95 113 / var(--tw-text-opacity, 1));
}
.text-\[\#5C6679\]{
  --tw-text-opacity: 1;
  color: rgb(92 102 121 / var(--tw-text-opacity, 1));
}
.text-\[\#82C541\]{
  --tw-text-opacity: 1;
  color: rgb(130 197 65 / var(--tw-text-opacity, 1));
}
.text-\[\#898989\]{
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}
.text-\[\#A2B3C7\]{
  --tw-text-opacity: 1;
  color: rgb(162 179 199 / var(--tw-text-opacity, 1));
}
.text-\[\#A6A6A6\]{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}
.text-\[\#B4C6DA\]{
  --tw-text-opacity: 1;
  color: rgb(180 198 218 / var(--tw-text-opacity, 1));
}
.text-\[\#E9E8EB\]{
  --tw-text-opacity: 1;
  color: rgb(233 232 235 / var(--tw-text-opacity, 1));
}
.text-\[\#EDF0F4\]{
  --tw-text-opacity: 1;
  color: rgb(237 240 244 / var(--tw-text-opacity, 1));
}
.text-\[\#F5F3F5\]{
  --tw-text-opacity: 1;
  color: rgb(245 243 245 / var(--tw-text-opacity, 1));
}
.text-\[\#F6F6F6\]{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}
.text-\[\#F9F9F9\]{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity, 1));
}
.text-\[\#FF2121\]{
  --tw-text-opacity: 1;
  color: rgb(255 33 33 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD305\]{
  --tw-text-opacity: 1;
  color: rgb(255 211 5 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD877\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 119 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f6f6f6\]{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}
.text-\[\]{
  color: ;
}
.text-\[var\(--Main-color\2c \#FF2121\)\]{
  color: var(--Main-color,#FF2121);
}
.text-\[var\(--paragraph\2c \#A6A6A6\)\]{
  color: var(--paragraph,#A6A6A6);
}
.text-\[var\(--paragraph\2c \#F5F3F5\)\]{
  color: var(--paragraph,#F5F3F5);
}
.text-\[var\(--text--color\2c \#F5F3F5\)\]{
  color: var(--text--color,#F5F3F5);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-40{
  opacity: 0.4;
}
.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);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: #A6A6A6 !important;
  font-family: "Lufga", sans-serif;
  background-color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F6F6F6;
}

p {
  margin: 0;
}

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

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

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

input,
textarea,
button {
  padding: 11px 30px;
  border: 1px solid #1D1F26;
  outline: none;
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #FF2021 !important;
}

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

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

.social-link {
  --width: 48px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  color: #F6F6F6;
  box-shadow: 2px 2px 0 #000;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .social-link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .social-link {
    font-size: 18px;
  }
}
.social-link:hover {
  box-shadow: 0 0 0;
}
@media only screen and (max-width: 767px) {
  .social-link {
    --width: 38px;
  }
  .social-link svg {
    width: 18px;
    height: 18px;
  }
}

#root {
  overflow: hidden;
}

.overflow-auto::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.overflow-auto::-webkit-scrollbar-track {
  background-color: #0f0f12;
}
.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #38383b;
  border-radius: 20px;
}
.overflow-auto::-webkit-scrollbar-thumb:hover {
  background-color: #48484d;
}

.flex0auto {
  flex: 0 0 auto;
}

.swiper {
  overflow: visible !important;
}
.swiper-pagination {
  --swiper-pagination-top: 100%;
  margin-top: 24px;
}

.banner-heading-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-heading-card .hbtn {
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-heading-card .hbtn {
    right: -4px;
    top: 2px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-heading-card .hbtn {
    right: -4px;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-heading-card .hbtn {
    right: -10px;
    top: -1px;
  }
}
.banner-heading-card .headingtitle {
  margin-right: 120px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-heading-card .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-heading-card .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-heading-card .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-heading-card .headingtitle {
    margin-right: 35px;
  }
}
.banner-heading-card .headingdes {
  margin-right: 65px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-heading-card .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-heading-card .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-heading-card .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-heading-card .headingdes {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-heading .heading-img {
    width: 100px !important;
    height: 88px !important;
  }
}
.banner-body .banner-main-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-body .banner-main-card .maindes {
  margin-right: 140px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-body .banner-main-card .maindes {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-body .banner-main-card .maindes {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-body .banner-main-card .maindes {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-body .banner-main-card .maindes {
    margin-right: 0;
  }
}
.banner-body .banner-main-card .cardbtn {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .banner-body .banner-main-card .cardbtn {
    right: -4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-body .banner-main-card .cardbtn {
    right: -5px;
    bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-body .banner-main-card .cardbtn {
    right: -7px;
    bottom: -1px;
  }
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-pagination-bullet {
  --width: 10px;
  width: var(--width);
  height: var(--width);
  background-color: black;
  border: 2px solid white;
}
.banner .swiper-pagination-bullet-active {
  --width: 14px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  border-width: 0px !important;
}
.banner .mainModal {
  backdrop-filter: blur(10px) !important;
}

.trading-body .list-heading {
  border-radius: 10px 10px 0px 0px;
}
.trading .headingtitle {
  margin-right: 120px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .trading .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .trading .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .trading .headingtitle {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .trading .headingtitle {
    margin-right: 35px;
  }
}
.trading .headingdes {
  margin-right: 65px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .trading .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .trading .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .trading .headingdes {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .trading .headingdes {
    margin-right: 0px;
  }
}
.trading .page .active {
  border-radius: 6px;
  background: #1B1D22;
}
.trading .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trading .swiper-pagination-bullet {
  --width: 10px;
  width: var(--width);
  height: var(--width);
  background-color: black;
  border: 2px solid white;
}
.trading .swiper-pagination-bullet-active {
  --width: 14px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  border-width: 0px !important;
}

.flexauto {
  flex: 0 0 auto;
}

.apexcharts-graphical > line {
  display: none;
}
.apexcharts-gridlines-horizontal line {
  stroke: rgba(29, 31, 38, 0.6);
}
.apexcharts-gridline {
  stroke: rgba(29, 31, 38, 0.6);
}
.apexcharts-gridline + line {
  stroke: rgba(29, 31, 38, 0.6);
}
.apexcharts-2 > div > div {
  min-height: auto !important;
}

.apexcharts-yaxistooltip,
.apexcharts-xaxistooltip {
  background-color: #FF2021 !important;
  border-radius: 8px !important;
}
.apexcharts-yaxistooltip::after, .apexcharts-yaxistooltip::before,
.apexcharts-xaxistooltip::after,
.apexcharts-xaxistooltip::before {
  display: none;
}

.layout {
  --left-width: 300px;
  --top-height: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .layout {
    --left-width: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout {
    --top-height: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .layout {
    --top-height: 64px;
  }
}
.layout-main::-webkit-scrollbar {
  --width: 7px;
  width: var(--width);
  height: var(--width);
}
@media only screen and (max-width: 991px) {
  .layout-left {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh - 0px);
    z-index: 99;
    background-color: #000;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }
  .layout-left.show-menu {
    transform: translateX(0);
  }
}

.pairs .swiper {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table {
    overflow: auto;
  }
}
.pairs .Table-body {
  border-radius: 14px;
  background-color: #0F1013;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table-body {
    width: min-content;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table-body {
    width: min-content;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table-body {
    width: min-content;
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table-body {
    width: min-content;
  }
}
.pairs .Table .tr {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding: 8px 16px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr {
    width: min-content;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr {
    width: min-content;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr {
    width: min-content;
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr {
    width: min-content;
  }
}
.pairs .Table .tr:not(:last-child) {
  margin-bottom: 16px;
}
.pairs .Table .tr:hover {
  background-color: #1B1D22;
}
.pairs .Table .tr:hover .td {
  color: #fff;
}
.pairs .Table .tr:hover .td h4 {
  color: #fff;
}
.pairs .Table .tr .th {
  color: #A6A6A6 !important;
}
.pairs .Table .tr.header {
  background-color: transparent;
  border-bottom: 1px solid #1D1F26;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pairs .Table .tr .th, .pairs .Table .tr .td {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  color: #F5F3F5;
  --extra:40px;
  --xlWidth:100px;
}
.pairs .Table .tr .th .logo, .pairs .Table .tr .td .logo {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th, .pairs .Table .tr .td {
    --xlWidth: 60px;
  }
}
.pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
  --width: 24%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
    width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:first-child, .pairs .Table .tr .td:first-child {
    width: 300px;
  }
}
.pairs .Table .tr .th:first-child .count, .pairs .Table .tr .td:first-child .count {
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid var(--stoke-color, #1D1F26);
  text-align: center;
  margin-right: 11px;
}
.pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
  --width: 12%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(2), .pairs .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
  --width: 9%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(3), .pairs .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
  --width: 10.32%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(4), .pairs .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
  --width: 7.70%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(5), .pairs .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
  --width: 7.70%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(6), .pairs .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
  --width: 7.70%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(7), .pairs .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
  --width: 8.19%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(8), .pairs .Table .tr .td:nth-child(8) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
  --width: 6.55%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(9), .pairs .Table .tr .td:nth-child(9) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
  --width: 6.55%;
  width: var(--width);
  justify-content: end;
  padding-right: 18px;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .pairs .Table .tr .th:nth-child(10), .pairs .Table .tr .td:nth-child(10) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.pairs .page .active {
  border-radius: 6px;
  background: #1B1D22;
}
.pairs .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pairs .swiper-pagination-bullet {
  --width: 10px;
  width: var(--width);
  height: var(--width);
  background-color: black;
  border: 2px solid white;
}
.pairs .swiper-pagination-bullet-active {
  --width: 14px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  border-width: 0px !important;
}

.dexboard .swiper {
  margin-bottom: 50px;
}
.dexboard .Table-body {
  border-radius: 14px;
}
.dexboard .Table .tr {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.dexboard .Table .tr:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr {
    width: min-content;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr {
    width: min-content;
  }
}
@media only screen and (max-width: 991px) {
  .dexboard .Table .tr {
    width: min-content;
  }
}
.dexboard .Table .tr.header {
  background-color: transparent;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr.header {
    margin-bottom: 12px;
  }
}
.dexboard .Table .tr .th, .dexboard .Table .tr .td {
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  color: #F5F3F5;
  --extra:40px;
  --xlWidth:150px;
}
.dexboard .Table .tr .th .logo, .dexboard .Table .tr .td .logo {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th, .dexboard .Table .tr .td {
    --xlWidth: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th, .dexboard .Table .tr .td {
    --xlWidth: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .dexboard .Table .tr .th, .dexboard .Table .tr .td {
    --xlWidth: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th, .dexboard .Table .tr .td {
    --xlWidth: 100px;
  }
}
.dexboard .Table .tr .th:first-child, .dexboard .Table .tr .td:first-child {
  --width: 20.23%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .dexboard .Table .tr .th:first-child, .dexboard .Table .tr .td:first-child {
    --width: 18%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:first-child, .dexboard .Table .tr .td:first-child {
    --width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:first-child, .dexboard .Table .tr .td:first-child {
    --width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .dexboard .Table .tr .th:first-child, .dexboard .Table .tr .td:first-child {
    --width: 200px;
  }
}
.dexboard .Table .tr .th:nth-child(2), .dexboard .Table .tr .td:nth-child(2) {
  --width: 18.16%;
  width: var(--width);
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:nth-child(2), .dexboard .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:nth-child(2), .dexboard .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dexboard .Table .tr .th:nth-child(2), .dexboard .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th:nth-child(2), .dexboard .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.dexboard .Table .tr .th:nth-child(3), .dexboard .Table .tr .td:nth-child(3) {
  --width: 16.25%;
  width: var(--width);
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:nth-child(3), .dexboard .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:nth-child(3), .dexboard .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dexboard .Table .tr .th:nth-child(3), .dexboard .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th:nth-child(3), .dexboard .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.dexboard .Table .tr .th:nth-child(4), .dexboard .Table .tr .td:nth-child(4) {
  --width: 21.19%;
  width: var(--width);
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:nth-child(4), .dexboard .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:nth-child(4), .dexboard .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dexboard .Table .tr .th:nth-child(4), .dexboard .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th:nth-child(4), .dexboard .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.dexboard .Table .tr .th:nth-child(5), .dexboard .Table .tr .td:nth-child(5) {
  --width: 14.74%;
  width: var(--width);
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:nth-child(5), .dexboard .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:nth-child(5), .dexboard .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dexboard .Table .tr .th:nth-child(5), .dexboard .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th:nth-child(5), .dexboard .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.dexboard .Table .tr .th:nth-child(6), .dexboard .Table .tr .td:nth-child(6) {
  --width: 9.4%;
  width: var(--width);
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .dexboard .Table .tr .th:nth-child(6), .dexboard .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .dexboard .Table .tr .th:nth-child(6), .dexboard .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dexboard .Table .tr .th:nth-child(6), .dexboard .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .dexboard .Table .tr .th:nth-child(6), .dexboard .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.dexboard .page .active {
  border-radius: 6px;
  background: #1B1D22;
}
.dexboard .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dexboard .swiper-pagination-bullet {
  --width: 10px;
  width: var(--width);
  height: var(--width);
  background-color: black;
  border: 2px solid white;
}
.dexboard .swiper-pagination-bullet-active {
  --width: 14px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  border-width: 0px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .overview-inner {
    flex-wrap: wrap;
  }
}
.overview .swiper {
  margin-bottom: 50px;
}
.overview-left {
  width: 76.5%;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview-left {
    width: 65%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview-left {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview-left {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .overview-left {
    width: 100%;
  }
}
.overview-left-top .single {
  border-radius: 10px;
  background: #0F1013;
  padding: 20px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .overview-left-top .single {
    padding: 16px 9px;
  }
}
.overview-left-top .single:nth-child(4) .text p {
  max-width: 100%;
}
@media only screen and (min-width: 1581px) {
  .overview-left-top .single:nth-child(4) .text p {
    max-width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-left-top .single:nth-child(4) .text p {
    max-width: 75px;
  }
}
.overview-left-top .single .updown {
  border-radius: 32px;
  border: 1px solid #123435;
  padding: 8px 10px;
  color: #14D215;
  font-size: 10px;
  font-weight: 500;
  line-height: 165%;
}
@media only screen and (max-width: 767px) {
  .overview-left-top .single .updown {
    padding: 4px;
    font-size: 8px;
  }
}
.overview-left-top .single .updown svg {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .overview-left-top .single .updown svg {
    font-size: 8px;
  }
}
.overview-left-top .single .updown.down {
  color: #FF2121;
}
.overview-right {
  width: 21.75%;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview-right {
    width: 35%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview-right {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview-right {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .overview-right {
    width: 100%;
  }
}
.overview-right .social .btn {
  border-radius: 32px;
  border: 1px solid #123435;
  padding: 5px 10px;
  color: var(--paragraph, #A6A6A6);
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.overview-right .social .btn:hover {
  border-color: #FF2121;
  color: #FF2121;
}
.overview-right .reaction .single {
  max-width: 38px;
  min-height: 83px;
  padding: 12px 5px 5px 5px;
  border-radius: 30px 30px 32px 32px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  width: 100%;
}
.overview-right .reaction .single .icon {
  border-radius: 30px;
  border: 1px solid #4C517A;
  background: #0D0D29;
  --size: 28px;
  width: var(--size);
  height: var(--size);
}
.overview-right .reaction .single .icon:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table {
    overflow: auto;
  }
}
.overview .Table-body {
  border-radius: 14px;
  background-color: #0F1013;
}
.overview .Table .tr {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr {
    width: min-content;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr {
    width: min-content;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr {
    width: min-content;
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr {
    width: min-content;
  }
}
.overview .Table .tr:not(:last-child) {
  margin-bottom: 32px;
}
.overview .Table .tr.header {
  background-color: transparent;
  border-bottom: 1px solid #1D1F26;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.overview .Table .tr .th {
  color: #4F5F71 !important;
  font-weight: 500;
  line-height: 85.714%;
}
.overview .Table .tr .th, .overview .Table .tr .td {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 0 0 auto;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #F5F3F5;
  --extra:40px;
  --xlWidth:80px;
}
.overview .Table .tr .th .logo, .overview .Table .tr .td .logo {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th, .overview .Table .tr .td {
    --xlWidth: 70px;
  }
}
.overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
  --width: 22.2%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
    width: 200px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:first-child, .overview .Table .tr .td:first-child {
    width: 180px;
  }
}
.overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
  --width: 9.50%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(2), .overview .Table .tr .td:nth-child(2) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
  --width: 10.81%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(3), .overview .Table .tr .td:nth-child(3) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
  --width: 16.92%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(4), .overview .Table .tr .td:nth-child(4) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
  --width: 17.48%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(5), .overview .Table .tr .td:nth-child(5) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
  --width: 14.20%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(6), .overview .Table .tr .td:nth-child(6) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
  --width: 8.74%;
  width: var(--width);
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 991px) {
  .overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
@media only screen and (max-width: 767px) {
  .overview .Table .tr .th:nth-child(7), .overview .Table .tr .td:nth-child(7) {
    width: calc(var(--xlWidth) + var(--extra));
  }
}
.overview .page .active {
  border-radius: 6px;
  background: #1B1D22;
}
.overview .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview .swiper-pagination-bullet {
  --width: 10px;
  width: var(--width);
  height: var(--width);
  background-color: black;
  border: 2px solid white;
}
.overview .swiper-pagination-bullet-active {
  --width: 14px;
  width: var(--width);
  height: var(--width);
  background-color: #FF2021;
  border-width: 0px !important;
}
.placeholder\:font-normal::placeholder{
  font-weight: 400;
}
.placeholder\:text-\[\#A6A6A6\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#F5F3F5\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(245 243 245 / var(--tw-text-opacity, 1));
}
.last\:rounded-b-lg:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.08\]:hover{
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  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\:rounded-\[6px\]:hover{
  border-radius: 6px;
}
.hover\:border-none:hover{
  border-style: none;
}
.hover\:border-\[\#1D1F26\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 31 38 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#FF2021\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 32 33 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#FF2121\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 33 33 / var(--tw-border-opacity, 1));
}
.hover\:border-\[green\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 128 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#16181C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 24 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1B1D22\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 34 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#262F44\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 47 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#DF1E1C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 30 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FF2021\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 32 33 / var(--tw-bg-opacity, 1));
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#F5F3F5\]:hover{
  --tw-text-opacity: 1;
  color: rgb(245 243 245 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FF2021\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 32 33 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:border-\[\#F5F3F5\]{
  --tw-border-opacity: 1;
  border-color: rgb(245 243 245 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#F5F3F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 245 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 390px){
  .xs\:w-\[90\%\]{
    width: 90%;
  }
}
@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-9{
    height: 2.25rem;
  }
  .md\:max-h-\[calc\(100vh-400px\)\]{
    max-height: calc(100vh - 400px);
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-9{
    width: 2.25rem;
  }
  .md\:w-\[260px\]{
    width: 260px;
  }
  .md\:w-\[550px\]{
    width: 550px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-\[102px\]{
    min-width: 102px;
  }
  .md\:max-w-\[18px\]{
    max-width: 18px;
  }
  .md\:max-w-\[281px\]{
    max-width: 281px;
  }
  .md\:max-w-\[30px\]{
    max-width: 30px;
  }
  .md\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .md\:max-w-max{
    max-width: max-content;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-\[10px\]{
    gap: 10px;
  }
  .md\:gap-\[14px\]{
    gap: 14px;
  }
  .md\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .md\:object-contain{
    object-fit: contain;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[8px_16px\]{
    padding: 8px 16px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:text-start{
    text-align: start;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[\#F5F3F5\]{
    --tw-text-opacity: 1;
    color: rgb(245 243 245 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 992px){
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .lg\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-\[38px\]{
    height: 38px;
  }
  .lg\:h-\[60px\]{
    height: 60px;
  }
  .lg\:min-h-\[490px\]{
    min-height: 490px;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-\[330px\]{
    width: 330px;
  }
  .lg\:w-\[38px\]{
    width: 38px;
  }
  .lg\:w-\[60px\]{
    width: 60px;
  }
  .lg\:w-\[705px\]{
    width: 705px;
  }
  .lg\:w-\[calc\(100\%-var\(--left-width\)\)\]{
    width: calc(100% - var(--left-width));
  }
  .lg\:max-w-\[822px\]{
    max-width: 822px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[10px\]{
    gap: 10px;
  }
  .lg\:gap-\[13px\]{
    gap: 13px;
  }
  .lg\:gap-\[14px\]{
    gap: 14px;
  }
  .lg\:gap-\[18px\]{
    gap: 18px;
  }
  .lg\:rounded-\[10px\]{
    border-radius: 10px;
  }
  .lg\:rounded-\[14px\]{
    border-radius: 14px;
  }
  .lg\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .lg\:rounded-\[50px\]{
    border-radius: 50px;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-\[15px\]{
    padding: 15px;
  }
  .lg\:p-\[23px\]{
    padding: 23px;
  }
  .lg\:p-\[6px\]{
    padding: 6px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .lg\:px-\[18px\]{
    padding-left: 18px;
    padding-right: 18px;
  }
  .lg\:px-\[5\%\]{
    padding-left: 5%;
    padding-right: 5%;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pl-\[18px\]{
    padding-left: 18px;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[34px\]{
    font-size: 34px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px){
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .xl\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:mt-\[30px\]{
    margin-top: 30px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:rounded-\[60px\]{
    border-radius: 60px;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[18px\]{
    padding-left: 18px;
    padding-right: 18px;
  }
  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .xl\:pb-\[46px\]{
    padding-bottom: 46px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[42px\]{
    font-size: 42px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1320px){
  .\32xl\:h-12{
    height: 3rem;
  }
  .\32xl\:w-12{
    width: 3rem;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:pr-\[110px\]{
    padding-right: 110px;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .\32xl\:text-\[24px\]{
    font-size: 24px;
  }
}
@media (min-width: 1440px){
  .\33xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1600px){
  .\34xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\:\:-webkit-scrollbar\]\:h-0::-webkit-scrollbar{
  height: 0px;
}
