@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Karla:400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Karla:400,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
*, ::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.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tradex-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1320px) {

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

  .tradex-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tradex-input-label {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--bColor);
}
@media (min-width: 768px) {

  .tradex-input-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.tradex-input-field {
  display: flex !important;
  height: 3rem !important;
  width: 100% !important;
  align-items: center !important;
  border-radius: 0.25rem !important;
  border-style: none !important;
  background-color: var(--primary-background-color) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
  color: var(--bColor) !important;
}
@media (min-width: 768px) {

  .tradex-input-field {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.tradex-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tradex-pointer-events-none {
  pointer-events: none;
}
.tradex-absolute {
  position: absolute;
}
.tradex-relative {
  position: relative;
}
.tradex-inset-0 {
  inset: 0px;
}
.-tradex-bottom-\[28px\] {
  bottom: -28px;
}
.-tradex-right-\[28px\] {
  right: -28px;
}
.tradex-bottom-0 {
  bottom: 0px;
}
.tradex-bottom-\[15px\] {
  bottom: 15px;
}
.tradex-bottom-\[170px\] {
  bottom: 170px;
}
.tradex-bottom-\[205px\] {
  bottom: 205px;
}
.tradex-bottom-\[40px\] {
  bottom: 40px;
}
.tradex-left-0 {
  left: 0px;
}
.tradex-left-1\/2 {
  left: 50%;
}
.tradex-left-\[-8px\] {
  left: -8px;
}
.tradex-left-\[100px\] {
  left: 100px;
}
.tradex-left-\[265px\] {
  left: 265px;
}
.tradex-left-\[40px\] {
  left: 40px;
}
.tradex-left-\[50px\] {
  left: 50px;
}
.tradex-left-\[665px\] {
  left: 665px;
}
.tradex-right-0 {
  right: 0px;
}
.tradex-right-\[-8px\] {
  right: -8px;
}
.tradex-right-\[105px\] {
  right: 105px;
}
.tradex-right-\[10px\] {
  right: 10px;
}
.tradex-right-\[160px\] {
  right: 160px;
}
.tradex-right-\[50px\] {
  right: 50px;
}
.tradex-right-\[66px\] {
  right: 66px;
}
.tradex-start-1 {
  inset-inline-start: 0.25rem;
}
.tradex-top-0 {
  top: 0px;
}
.tradex-top-1\/2 {
  top: 50%;
}
.tradex-top-10 {
  top: 2.5rem;
}
.tradex-top-2 {
  top: 0.5rem;
}
.tradex-top-\[212px\] {
  top: 212px;
}
.tradex-top-\[235px\] {
  top: 235px;
}
.tradex-top-\[30px\] {
  top: 30px;
}
.tradex-top-\[65px\] {
  top: 65px;
}
.tradex-top-\[900px\] {
  top: 900px;
}
.tradex-top-full {
  top: 100%;
}
.-tradex-z-\[1\] {
  z-index: -1;
}
.tradex-z-0 {
  z-index: 0;
}
.tradex-z-10 {
  z-index: 10;
}
.tradex-z-50 {
  z-index: 50;
}
.tradex-z-\[-1\] {
  z-index: -1;
}
.tradex-z-\[-2\] {
  z-index: -2;
}
.tradex-z-\[100\] {
  z-index: 100;
}
.tradex-order-2 {
  order: 2;
}
.tradex-order-last {
  order: 9999;
}
.tradex-col-span-2 {
  grid-column: span 2 / span 2;
}
.tradex-col-span-3 {
  grid-column: span 3 / span 3;
}
.tradex-col-span-5 {
  grid-column: span 5 / span 5;
}
.tradex-float-end {
  float: inline-end;
}
.tradex-m-auto {
  margin: auto;
}
.tradex-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tradex-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tradex-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!tradex-mb-0 {
  margin-bottom: 0px !important;
}
.-tradex-mb-\[1px\] {
  margin-bottom: -1px;
}
.-tradex-mb-\[3px\] {
  margin-bottom: -3px;
}
.-tradex-mb-\[40px\] {
  margin-bottom: -40px;
}
.-tradex-mt-\[140px\] {
  margin-top: -140px;
}
.-tradex-mt-\[80px\] {
  margin-top: -80px;
}
.tradex-mb-0 {
  margin-bottom: 0px;
}
.tradex-mb-3 {
  margin-bottom: 0.75rem;
}
.tradex-mb-4 {
  margin-bottom: 1rem;
}
.tradex-mb-6 {
  margin-bottom: 1.5rem;
}
.tradex-mb-8 {
  margin-bottom: 2rem;
}
.tradex-ml-1\.5 {
  margin-left: 0.375rem;
}
.tradex-ml-4 {
  margin-left: 1rem;
}
.tradex-mr-1 {
  margin-right: 0.25rem;
}
.tradex-mr-2 {
  margin-right: 0.5rem;
}
.tradex-mr-5 {
  margin-right: 1.25rem;
}
.tradex-mt-1 {
  margin-top: 0.25rem;
}
.tradex-mt-10 {
  margin-top: 2.5rem;
}
.tradex-mt-3 {
  margin-top: 0.75rem;
}
.tradex-mt-5 {
  margin-top: 1.25rem;
}
.tradex-mt-6 {
  margin-top: 1.5rem;
}
.tradex-mt-8 {
  margin-top: 2rem;
}
.tradex-mt-\[5px\] {
  margin-top: 5px;
}
.tradex-mt-\[68px\] {
  margin-top: 68px;
}
.tradex-mt-\[80px\] {
  margin-top: 80px;
}
.tradex-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tradex-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tradex-line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.tradex-line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.tradex-block {
  display: block;
}
.tradex-inline-block {
  display: inline-block;
}
.tradex-inline {
  display: inline;
}
.\!tradex-flex {
  display: flex !important;
}
.tradex-flex {
  display: flex;
}
.tradex-inline-flex {
  display: inline-flex;
}
.tradex-grid {
  display: grid;
}
.tradex-hidden {
  display: none;
}
.\!tradex-h-12 {
  height: 3rem !important;
}
.\!tradex-h-auto {
  height: auto !important;
}
.tradex-h-10 {
  height: 2.5rem;
}
.tradex-h-11 {
  height: 2.75rem;
}
.tradex-h-12 {
  height: 3rem;
}
.tradex-h-20 {
  height: 5rem;
}
.tradex-h-3\/5 {
  height: 60%;
}
.tradex-h-6 {
  height: 1.5rem;
}
.tradex-h-7 {
  height: 1.75rem;
}
.tradex-h-8 {
  height: 2rem;
}
.tradex-h-9 {
  height: 2.25rem;
}
.tradex-h-\[11px\] {
  height: 11px;
}
.tradex-h-\[140px\] {
  height: 140px;
}
.tradex-h-\[150px\] {
  height: 150px;
}
.tradex-h-\[175px\] {
  height: 175px;
}
.tradex-h-\[18px\] {
  height: 18px;
}
.tradex-h-\[1px\] {
  height: 1px;
}
.tradex-h-\[212px\] {
  height: 212px;
}
.tradex-h-\[214px\] {
  height: 214px;
}
.tradex-h-\[222px\] {
  height: 222px;
}
.tradex-h-\[230px\] {
  height: 230px;
}
.tradex-h-\[25px\] {
  height: 25px;
}
.tradex-h-\[2px\] {
  height: 2px;
}
.tradex-h-\[300px\] {
  height: 300px;
}
.tradex-h-\[335px\] {
  height: 335px;
}
.tradex-h-\[385px\] {
  height: 385px;
}
.tradex-h-\[40px\] {
  height: 40px;
}
.tradex-h-\[42px\] {
  height: 42px;
}
.tradex-h-\[44px\] {
  height: 44px;
}
.tradex-h-\[47px\] {
  height: 47px;
}
.tradex-h-\[48px\] {
  height: 48px;
}
.tradex-h-\[500px\] {
  height: 500px;
}
.tradex-h-\[50px\] {
  height: 50px;
}
.tradex-h-\[570px\] {
  height: 570px;
}
.tradex-h-\[60px\] {
  height: 60px;
}
.tradex-h-\[64px\] {
  height: 64px;
}
.tradex-h-\[89px\] {
  height: 89px;
}
.tradex-h-\[calc\(100\%-24px\)\] {
  height: calc(100% - 24px);
}
.tradex-h-\[calc\(100\%-48px\)\] {
  height: calc(100% - 48px);
}
.tradex-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.tradex-h-full {
  height: 100%;
}
.\!tradex-max-h-\[330px\] {
  max-height: 330px !important;
}
.tradex-max-h-10 {
  max-height: 2.5rem;
}
.tradex-max-h-12 {
  max-height: 3rem;
}
.tradex-max-h-4 {
  max-height: 1rem;
}
.tradex-max-h-7 {
  max-height: 1.75rem;
}
.tradex-max-h-8 {
  max-height: 2rem;
}
.tradex-max-h-\[100px\] {
  max-height: 100px;
}
.tradex-max-h-\[125px\] {
  max-height: 125px;
}
.tradex-max-h-\[127px\] {
  max-height: 127px;
}
.tradex-max-h-\[140px\] {
  max-height: 140px;
}
.tradex-max-h-\[175px\] {
  max-height: 175px;
}
.tradex-max-h-\[18px\] {
  max-height: 18px;
}
.tradex-max-h-\[190px\] {
  max-height: 190px;
}
.tradex-max-h-\[192px\] {
  max-height: 192px;
}
.tradex-max-h-\[210px\] {
  max-height: 210px;
}
.tradex-max-h-\[212px\] {
  max-height: 212px;
}
.tradex-max-h-\[222px\] {
  max-height: 222px;
}
.tradex-max-h-\[223px\] {
  max-height: 223px;
}
.tradex-max-h-\[250px\] {
  max-height: 250px;
}
.tradex-max-h-\[25px\] {
  max-height: 25px;
}
.tradex-max-h-\[260px\] {
  max-height: 260px;
}
.tradex-max-h-\[27px\] {
  max-height: 27px;
}
.tradex-max-h-\[300px\] {
  max-height: 300px;
}
.tradex-max-h-\[30px\] {
  max-height: 30px;
}
.tradex-max-h-\[34px\] {
  max-height: 34px;
}
.tradex-max-h-\[398px\] {
  max-height: 398px;
}
.tradex-max-h-\[450px\] {
  max-height: 450px;
}
.tradex-max-h-\[455px\] {
  max-height: 455px;
}
.tradex-max-h-\[48px\] {
  max-height: 48px;
}
.tradex-max-h-\[490px\] {
  max-height: 490px;
}
.tradex-max-h-\[500px\] {
  max-height: 500px;
}
.tradex-max-h-\[50px\] {
  max-height: 50px;
}
.tradex-max-h-\[570px\] {
  max-height: 570px;
}
.tradex-max-h-\[580px\] {
  max-height: 580px;
}
.tradex-max-h-\[600px\] {
  max-height: 600px;
}
.tradex-max-h-\[60px\] {
  max-height: 60px;
}
.tradex-max-h-\[64px\] {
  max-height: 64px;
}
.tradex-max-h-\[80px\] {
  max-height: 80px;
}
.\!tradex-min-h-7 {
  min-height: 1.75rem !important;
}
.tradex-min-h-10 {
  min-height: 2.5rem;
}
.tradex-min-h-11 {
  min-height: 2.75rem;
}
.tradex-min-h-12 {
  min-height: 3rem;
}
.tradex-min-h-16 {
  min-height: 4rem;
}
.tradex-min-h-20 {
  min-height: 5rem;
}
.tradex-min-h-7 {
  min-height: 1.75rem;
}
.tradex-min-h-8 {
  min-height: 2rem;
}
.tradex-min-h-\[100px\] {
  min-height: 100px;
}
.tradex-min-h-\[105px\] {
  min-height: 105px;
}
.tradex-min-h-\[120px\] {
  min-height: 120px;
}
.tradex-min-h-\[127px\] {
  min-height: 127px;
}
.tradex-min-h-\[130px\] {
  min-height: 130px;
}
.tradex-min-h-\[192px\] {
  min-height: 192px;
}
.tradex-min-h-\[200px\] {
  min-height: 200px;
}
.tradex-min-h-\[220px\] {
  min-height: 220px;
}
.tradex-min-h-\[222px\] {
  min-height: 222px;
}
.tradex-min-h-\[223px\] {
  min-height: 223px;
}
.tradex-min-h-\[24px\] {
  min-height: 24px;
}
.tradex-min-h-\[276px\] {
  min-height: 276px;
}
.tradex-min-h-\[28px\] {
  min-height: 28px;
}
.tradex-min-h-\[36px\] {
  min-height: 36px;
}
.tradex-min-h-\[40px\] {
  min-height: 40px;
}
.tradex-min-h-\[44px\] {
  min-height: 44px;
}
.tradex-min-h-\[48px\] {
  min-height: 48px;
}
.tradex-min-h-\[500px\] {
  min-height: 500px;
}
.tradex-min-h-\[50vh\] {
  min-height: 50vh;
}
.tradex-min-h-\[52px\] {
  min-height: 52px;
}
.tradex-min-h-\[550px\] {
  min-height: 550px;
}
.tradex-min-h-\[56px\] {
  min-height: 56px;
}
.tradex-min-h-\[600px\] {
  min-height: 600px;
}
.tradex-min-h-\[60px\] {
  min-height: 60px;
}
.tradex-min-h-\[62px\] {
  min-height: 62px;
}
.tradex-min-h-\[65px\] {
  min-height: 65px;
}
.tradex-min-h-\[660px\] {
  min-height: 660px;
}
.tradex-min-h-\[80px\] {
  min-height: 80px;
}
.tradex-min-h-\[87px\] {
  min-height: 87px;
}
.tradex-min-h-\[89px\] {
  min-height: 89px;
}
.tradex-min-h-\[98px\] {
  min-height: 98px;
}
.tradex-min-h-screen {
  min-height: 100vh;
}
.\!tradex-w-7 {
  width: 1.75rem !important;
}
.\!tradex-w-full {
  width: 100% !important;
}
.tradex-w-10 {
  width: 2.5rem;
}
.tradex-w-11 {
  width: 2.75rem;
}
.tradex-w-12 {
  width: 3rem;
}
.tradex-w-20 {
  width: 5rem;
}
.tradex-w-3 {
  width: 0.75rem;
}
.tradex-w-3\/5 {
  width: 60%;
}
.tradex-w-4 {
  width: 1rem;
}
.tradex-w-5 {
  width: 1.25rem;
}
.tradex-w-6 {
  width: 1.5rem;
}
.tradex-w-7 {
  width: 1.75rem;
}
.tradex-w-8 {
  width: 2rem;
}
.tradex-w-\[100px\] {
  width: 100px;
}
.tradex-w-\[11px\] {
  width: 11px;
}
.tradex-w-\[140px\] {
  width: 140px;
}
.tradex-w-\[14px\] {
  width: 14px;
}
.tradex-w-\[18px\] {
  width: 18px;
}
.tradex-w-\[214px\] {
  width: 214px;
}
.tradex-w-\[25px\] {
  width: 25px;
}
.tradex-w-\[300px\] {
  width: 300px;
}
.tradex-w-\[335px\] {
  width: 335px;
}
.tradex-w-\[36px\] {
  width: 36px;
}
.tradex-w-\[385px\] {
  width: 385px;
}
.tradex-w-\[40px\] {
  width: 40px;
}
.tradex-w-\[47px\] {
  width: 47px;
}
.tradex-w-\[48px\] {
  width: 48px;
}
.tradex-w-\[60px\] {
  width: 60px;
}
.tradex-w-\[85px\] {
  width: 85px;
}
.tradex-w-\[95px\] {
  width: 95px;
}
.tradex-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.tradex-w-full {
  width: 100%;
}
.\!tradex-min-w-\[380px\] {
  min-width: 380px !important;
}
.tradex-min-w-10 {
  min-width: 2.5rem;
}
.tradex-min-w-12 {
  min-width: 3rem;
}
.tradex-min-w-20 {
  min-width: 5rem;
}
.tradex-min-w-5 {
  min-width: 1.25rem;
}
.tradex-min-w-7 {
  min-width: 1.75rem;
}
.tradex-min-w-8 {
  min-width: 2rem;
}
.tradex-min-w-\[100px\] {
  min-width: 100px;
}
.tradex-min-w-\[105px\] {
  min-width: 105px;
}
.tradex-min-w-\[110px\] {
  min-width: 110px;
}
.tradex-min-w-\[112px\] {
  min-width: 112px;
}
.tradex-min-w-\[120px\] {
  min-width: 120px;
}
.tradex-min-w-\[125px\] {
  min-width: 125px;
}
.tradex-min-w-\[127px\] {
  min-width: 127px;
}
.tradex-min-w-\[140px\] {
  min-width: 140px;
}
.tradex-min-w-\[150px\] {
  min-width: 150px;
}
.tradex-min-w-\[157px\] {
  min-width: 157px;
}
.tradex-min-w-\[18px\] {
  min-width: 18px;
}
.tradex-min-w-\[195px\] {
  min-width: 195px;
}
.tradex-min-w-\[200px\] {
  min-width: 200px;
}
.tradex-min-w-\[20px\] {
  min-width: 20px;
}
.tradex-min-w-\[254px\] {
  min-width: 254px;
}
.tradex-min-w-\[25px\] {
  min-width: 25px;
}
.tradex-min-w-\[27px\] {
  min-width: 27px;
}
.tradex-min-w-\[30px\] {
  min-width: 30px;
}
.tradex-min-w-\[34px\] {
  min-width: 34px;
}
.tradex-min-w-\[40px\] {
  min-width: 40px;
}
.tradex-min-w-\[452px\] {
  min-width: 452px;
}
.tradex-min-w-\[52px\] {
  min-width: 52px;
}
.tradex-min-w-\[60px\] {
  min-width: 60px;
}
.tradex-min-w-\[75px\] {
  min-width: 75px;
}
.tradex-min-w-\[80px\] {
  min-width: 80px;
}
.tradex-min-w-\[85px\] {
  min-width: 85px;
}
.tradex-min-w-\[88px\] {
  min-width: 88px;
}
.tradex-min-w-\[92px\] {
  min-width: 92px;
}
.tradex-min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.\!tradex-max-w-full {
  max-width: 100% !important;
}
.tradex-max-w-10 {
  max-width: 2.5rem;
}
.tradex-max-w-11 {
  max-width: 2.75rem;
}
.tradex-max-w-2xl {
  max-width: 42rem;
}
.tradex-max-w-4 {
  max-width: 1rem;
}
.tradex-max-w-5 {
  max-width: 1.25rem;
}
.tradex-max-w-8 {
  max-width: 2rem;
}
.tradex-max-w-\[100px\] {
  max-width: 100px;
}
.tradex-max-w-\[125px\] {
  max-width: 125px;
}
.tradex-max-w-\[127px\] {
  max-width: 127px;
}
.tradex-max-w-\[140px\] {
  max-width: 140px;
}
.tradex-max-w-\[150px\] {
  max-width: 150px;
}
.tradex-max-w-\[18px\] {
  max-width: 18px;
}
.tradex-max-w-\[200px\] {
  max-width: 200px;
}
.tradex-max-w-\[25px\] {
  max-width: 25px;
}
.tradex-max-w-\[270px\] {
  max-width: 270px;
}
.tradex-max-w-\[27px\] {
  max-width: 27px;
}
.tradex-max-w-\[30px\] {
  max-width: 30px;
}
.tradex-max-w-\[316px\] {
  max-width: 316px;
}
.tradex-max-w-\[331px\] {
  max-width: 331px;
}
.tradex-max-w-\[34px\] {
  max-width: 34px;
}
.tradex-max-w-\[375px\] {
  max-width: 375px;
}
.tradex-max-w-\[400px\] {
  max-width: 400px;
}
.tradex-max-w-\[452px\] {
  max-width: 452px;
}
.tradex-max-w-\[485px\] {
  max-width: 485px;
}
.tradex-max-w-\[50px\] {
  max-width: 50px;
}
.tradex-max-w-\[520px\] {
  max-width: 520px;
}
.tradex-max-w-\[547px\] {
  max-width: 547px;
}
.tradex-max-w-\[592px\] {
  max-width: 592px;
}
.tradex-max-w-\[600px\] {
  max-width: 600px;
}
.tradex-max-w-\[60px\] {
  max-width: 60px;
}
.tradex-max-w-\[633px\] {
  max-width: 633px;
}
.tradex-max-w-\[700px\] {
  max-width: 700px;
}
.tradex-max-w-\[723px\] {
  max-width: 723px;
}
.tradex-max-w-\[80px\] {
  max-width: 80px;
}
.tradex-max-w-\[832px\] {
  max-width: 832px;
}
.tradex-max-w-\[990px\] {
  max-width: 990px;
}
.tradex-max-w-full {
  max-width: 100%;
}
.tradex-max-w-xl {
  max-width: 36rem;
}
.tradex-flex-1 {
  flex: 1 1 0%;
}
.tradex-shrink-0 {
  flex-shrink: 0;
}
.tradex-border-separate {
  border-collapse: separate;
}
.tradex-border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.tradex-origin-\[0\] {
  transform-origin: 0;
}
.-tradex-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));
}
.-tradex-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));
}
.-tradex-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tradex-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tradex-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));
}
.tradex-cursor-not-allowed {
  cursor: not-allowed;
}
.tradex-cursor-pointer {
  cursor: pointer;
}
.tradex-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tradex-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tradex-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tradex-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tradex-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tradex-flex-col {
  flex-direction: column;
}
.tradex-flex-wrap {
  flex-wrap: wrap;
}
.tradex-flex-nowrap {
  flex-wrap: nowrap;
}
.tradex-items-start {
  align-items: flex-start;
}
.tradex-items-end {
  align-items: flex-end;
}
.\!tradex-items-center {
  align-items: center !important;
}
.tradex-items-center {
  align-items: center;
}
.\!tradex-justify-start {
  justify-content: flex-start !important;
}
.tradex-justify-start {
  justify-content: flex-start;
}
.tradex-justify-end {
  justify-content: flex-end;
}
.tradex-justify-center {
  justify-content: center;
}
.tradex-justify-between {
  justify-content: space-between;
}
.tradex-justify-evenly {
  justify-content: space-evenly;
}
.tradex-gap-0\.5 {
  gap: 0.125rem;
}
.tradex-gap-1 {
  gap: 0.25rem;
}
.tradex-gap-1\.5 {
  gap: 0.375rem;
}
.tradex-gap-10 {
  gap: 2.5rem;
}
.tradex-gap-12 {
  gap: 3rem;
}
.tradex-gap-2 {
  gap: 0.5rem;
}
.tradex-gap-2\.5 {
  gap: 0.625rem;
}
.tradex-gap-20 {
  gap: 5rem;
}
.tradex-gap-3 {
  gap: 0.75rem;
}
.tradex-gap-4 {
  gap: 1rem;
}
.tradex-gap-5 {
  gap: 1.25rem;
}
.tradex-gap-6 {
  gap: 1.5rem;
}
.tradex-gap-8 {
  gap: 2rem;
}
.tradex-gap-\[60px\] {
  gap: 60px;
}
.tradex-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.tradex-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.tradex-gap-y-2 {
  row-gap: 0.5rem;
}
.tradex-gap-y-3 {
  row-gap: 0.75rem;
}
.tradex-gap-y-4 {
  row-gap: 1rem;
}
.tradex-gap-y-5 {
  row-gap: 1.25rem;
}
.tradex-gap-y-6 {
  row-gap: 1.5rem;
}
.tradex-gap-y-8 {
  row-gap: 2rem;
}
.-tradex-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
.tradex-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.tradex-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tradex-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.tradex-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.tradex-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.tradex-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tradex-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.tradex-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.tradex-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));
}
.tradex-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));
}
.tradex-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tradex-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));
}
.tradex-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.tradex-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.tradex-space-y-\[80px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80px * var(--tw-space-y-reverse));
}
.tradex-overflow-hidden {
  overflow: hidden;
}
.\!tradex-overflow-x-auto {
  overflow-x: auto !important;
}
.tradex-overflow-x-auto {
  overflow-x: auto;
}
.tradex-overflow-y-auto {
  overflow-y: auto;
}
.tradex-overflow-x-hidden {
  overflow-x: hidden;
}
.tradex-text-ellipsis {
  text-overflow: ellipsis;
}
.tradex-whitespace-nowrap {
  white-space: nowrap;
}
.tradex-whitespace-pre-wrap {
  white-space: pre-wrap;
}
.tradex-whitespace-break-spaces {
  white-space: break-spaces;
}
.\!tradex-text-nowrap {
  text-wrap: nowrap !important;
}
.tradex-text-nowrap {
  text-wrap: nowrap;
}
.\!tradex-rounded {
  border-radius: 0.25rem !important;
}
.\!tradex-rounded-lg {
  border-radius: 0.5rem !important;
}
.tradex-rounded {
  border-radius: 0.25rem;
}
.tradex-rounded-\[16px\] {
  border-radius: 16px;
}
.tradex-rounded-\[28px\] {
  border-radius: 28px;
}
.tradex-rounded-\[3px\] {
  border-radius: 3px;
}
.tradex-rounded-\[90px\] {
  border-radius: 90px;
}
.tradex-rounded-full {
  border-radius: 9999px;
}
.tradex-rounded-lg {
  border-radius: 0.5rem;
}
.tradex-rounded-md {
  border-radius: 0.375rem;
}
.tradex-rounded-sm {
  border-radius: 0.125rem;
}
.tradex-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tradex-rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.tradex-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.tradex-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.tradex-rounded-tr {
  border-top-right-radius: 0.25rem;
}
.tradex-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!tradex-border {
  border-width: 1px !important;
}
.\!tradex-border-0 {
  border-width: 0px !important;
}
.tradex-border {
  border-width: 1px;
}
.tradex-border-2 {
  border-width: 2px;
}
.tradex-border-4 {
  border-width: 4px;
}
.tradex-border-\[3px\] {
  border-width: 3px;
}
.tradex-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!tradex-border-l {
  border-left-width: 1px !important;
}
.tradex-border-b {
  border-bottom-width: 1px;
}
.tradex-border-b-2 {
  border-bottom-width: 2px;
}
.tradex-border-b-\[3px\] {
  border-bottom-width: 3px;
}
.tradex-border-l-2 {
  border-left-width: 2px;
}
.tradex-border-t {
  border-top-width: 1px;
}
.\!tradex-border-solid {
  border-style: solid !important;
}
.tradex-border-solid {
  border-style: solid;
}
.tradex-border-dashed {
  border-style: dashed;
}
.\!tradex-border-none {
  border-style: none !important;
}
.\!tradex-border-background-primary {
  border-color: var(--primary-background-color) !important;
}
.\!tradex-border-border {
  border-color: var(--border-color) !important;
}
.\!tradex-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!tradex-border-title {
  border-color: var(--title-color) !important;
}
.tradex-border-\[\#D9D9D9\]\/50 {
  border-color: rgb(217 217 217 / 0.5);
}
.tradex-border-background-card {
  border-color: var(--card-background-color);
}
.tradex-border-background-primary {
  border-color: var(--primary-background-color);
}
.tradex-border-border {
  border-color: var(--border-color);
}
.tradex-border-border-one {
  border-color: var(--border-color-1);
}
.tradex-border-primary {
  border-color: rgba(var(--primary-color), 1);
}
.tradex-border-primary-30 {
  border-color: rgba(var(--primary-color), 0.3);
}
.tradex-border-title {
  border-color: var(--title-color);
}
.tradex-border-transparent {
  border-color: transparent;
}
.tradex-border-white {
  border-color: var(--white);
}
.\!tradex-bg-background-card {
  background-color: var(--card-background-color) !important;
}
.\!tradex-bg-background-main {
  background-color: var(--main-background-color) !important;
}
.\!tradex-bg-background-primary {
  background-color: var(--primary-background-color) !important;
}
.\!tradex-bg-black {
  background-color: var(--black) !important;
}
.\!tradex-bg-border-one {
  background-color: var(--border-color-1) !important;
}
.\!tradex-bg-primary {
  background-color: rgba(var(--primary-color), 1) !important;
}
.\!tradex-bg-transparent {
  background-color: transparent !important;
}
.tradex-bg-\[\#070000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 0 0 / var(--tw-bg-opacity, 1));
}
.tradex-bg-background-card {
  background-color: var(--card-background-color);
}
.tradex-bg-background-footer {
  background-color: var(--footer-background-color);
}
.tradex-bg-background-main {
  background-color: var(--main-background-color);
}
.tradex-bg-background-primary {
  background-color: var(--primary-background-color);
}
.tradex-bg-black {
  background-color: var(--black);
}
.tradex-bg-body {
  background-color: var(--bColor);
}
.tradex-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.tradex-bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.tradex-bg-primary {
  background-color: rgba(var(--primary-color), 1);
}
.tradex-bg-primary\/30 {
  background-color: rgba(var(--primary-color), 0.3);
}
.tradex-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.tradex-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.tradex-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.tradex-bg-title {
  background-color: var(--title-color);
}
.tradex-bg-transparent {
  background-color: transparent;
}
.tradex-bg-white {
  background-color: var(--white);
}
.tradex-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.\!tradex-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.tradex-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.tradex-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.\!tradex-from-primary-10 {
  --tw-gradient-from: rgba(var(--primary-color), 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(var(--primary-color), 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.tradex-from-\[\#eafbf3\] {
  --tw-gradient-from: #eafbf3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 251 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tradex-from-primary {
  --tw-gradient-from: rgba(var(--primary-color), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--primary-color), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.\!tradex-to-background-primary {
  --tw-gradient-to: var(--primary-background-color) var(--tw-gradient-to-position) !important;
}
.tradex-to-\[\#eafbf3\] {
  --tw-gradient-to: #eafbf3 var(--tw-gradient-to-position);
}
.tradex-to-primary {
  --tw-gradient-to: rgba(var(--primary-color), 1) var(--tw-gradient-to-position);
}
.\!tradex-to-40\% {
  --tw-gradient-to-position: 40% !important;
}
.tradex-fill-background-main {
  fill: var(--main-background-color);
}
.tradex-fill-background-primary {
  fill: var(--primary-background-color);
}
.tradex-fill-body {
  fill: var(--bColor);
}
.tradex-fill-primary {
  fill: rgba(var(--primary-color), 1);
}
.tradex-fill-primary-one {
  fill: var(--text-primary-color);
}
.tradex-fill-primary\/30 {
  fill: rgba(var(--primary-color), 0.3);
}
.tradex-fill-primary\/50 {
  fill: rgba(var(--primary-color), 0.5);
}
.tradex-fill-primary\/60 {
  fill: rgba(var(--primary-color), 0.6);
}
.tradex-fill-primary\/70 {
  fill: rgba(var(--primary-color), 0.7);
}
.tradex-fill-primary\/80 {
  fill: rgba(var(--primary-color), 0.8);
}
.tradex-fill-title {
  fill: var(--title-color);
}
.tradex-stroke-primary {
  stroke: rgba(var(--primary-color), 1);
}
.tradex-stroke-white {
  stroke: var(--white);
}
.tradex-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!tradex-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.tradex-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!tradex-object-center {
  -o-object-position: center !important;
     object-position: center !important;
}
.tradex-object-center {
  -o-object-position: center;
     object-position: center;
}
.tradex-p-1 {
  padding: 0.25rem;
}
.tradex-p-2 {
  padding: 0.5rem;
}
.tradex-p-2\.5 {
  padding: 0.625rem;
}
.tradex-p-3 {
  padding: 0.75rem;
}
.tradex-p-4 {
  padding: 1rem;
}
.tradex-p-5 {
  padding: 1.25rem;
}
.tradex-p-6 {
  padding: 1.5rem;
}
.\!tradex-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!tradex-px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.\!tradex-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!tradex-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tradex-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tradex-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.tradex-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tradex-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tradex-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tradex-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tradex-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tradex-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tradex-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tradex-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tradex-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tradex-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.tradex-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.tradex-px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.tradex-px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.tradex-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tradex-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tradex-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tradex-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tradex-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tradex-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tradex-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tradex-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tradex-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tradex-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tradex-py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.tradex-py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.tradex-py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}
.tradex-py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.tradex-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tradex-py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tradex-py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!tradex-pl-\[50px\] {
  padding-left: 50px !important;
}
.\!tradex-pr-4 {
  padding-right: 1rem !important;
}
.tradex-pb-10 {
  padding-bottom: 2.5rem;
}
.tradex-pb-12 {
  padding-bottom: 3rem;
}
.tradex-pb-2 {
  padding-bottom: 0.5rem;
}
.tradex-pb-2\.5 {
  padding-bottom: 0.625rem;
}
.tradex-pb-3 {
  padding-bottom: 0.75rem;
}
.tradex-pb-4 {
  padding-bottom: 1rem;
}
.tradex-pb-5 {
  padding-bottom: 1.25rem;
}
.tradex-pb-6 {
  padding-bottom: 1.5rem;
}
.tradex-pb-8 {
  padding-bottom: 2rem;
}
.tradex-pb-\[120px\] {
  padding-bottom: 120px;
}
.tradex-pb-\[140px\] {
  padding-bottom: 140px;
}
.tradex-pb-\[44px\] {
  padding-bottom: 44px;
}
.tradex-pb-\[54px\] {
  padding-bottom: 54px;
}
.tradex-pl-0 {
  padding-left: 0px;
}
.tradex-pl-12 {
  padding-left: 3rem;
}
.tradex-pl-2 {
  padding-left: 0.5rem;
}
.tradex-pl-5 {
  padding-left: 1.25rem;
}
.tradex-pl-6 {
  padding-left: 1.5rem;
}
.tradex-pl-\[40px\] {
  padding-left: 40px;
}
.tradex-pr-0 {
  padding-right: 0px;
}
.tradex-pr-12 {
  padding-right: 3rem;
}
.tradex-pr-2 {
  padding-right: 0.5rem;
}
.tradex-pr-4 {
  padding-right: 1rem;
}
.tradex-pr-\[130px\] {
  padding-right: 130px;
}
.tradex-pr-\[40px\] {
  padding-right: 40px;
}
.tradex-pt-0\.5 {
  padding-top: 0.125rem;
}
.tradex-pt-10 {
  padding-top: 2.5rem;
}
.tradex-pt-12 {
  padding-top: 3rem;
}
.tradex-pt-2 {
  padding-top: 0.5rem;
}
.tradex-pt-4 {
  padding-top: 1rem;
}
.tradex-pt-5 {
  padding-top: 1.25rem;
}
.tradex-pt-6 {
  padding-top: 1.5rem;
}
.tradex-pt-8 {
  padding-top: 2rem;
}
.tradex-pt-\[100px\] {
  padding-top: 100px;
}
.tradex-pt-\[120px\] {
  padding-top: 120px;
}
.tradex-pt-\[18px\] {
  padding-top: 18px;
}
.tradex-pt-\[50px\] {
  padding-top: 50px;
}
.tradex-pt-\[60px\] {
  padding-top: 60px;
}
.tradex-pt-\[70px\] {
  padding-top: 70px;
}
.tradex-pt-\[80px\] {
  padding-top: 80px;
}
.tradex-pt-\[85px\] {
  padding-top: 85px;
}
.\!tradex-text-left {
  text-align: left !important;
}
.tradex-text-left {
  text-align: left;
}
.tradex-text-center {
  text-align: center;
}
.tradex-text-right {
  text-align: right;
}
.\!tradex-text-\[24px\] {
  font-size: 24px !important;
}
.\!tradex-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!tradex-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tradex-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tradex-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tradex-text-\[18px\] {
  font-size: 18px;
}
.tradex-text-\[22px\] {
  font-size: 22px;
}
.tradex-text-\[24px\] {
  font-size: 24px;
}
.tradex-text-\[28px\] {
  font-size: 28px;
}
.tradex-text-\[30px\] {
  font-size: 30px;
}
.tradex-text-\[32px\] {
  font-size: 32px;
}
.tradex-text-\[40px\] {
  font-size: 40px;
}
.tradex-text-\[48px\] {
  font-size: 48px;
}
.tradex-text-\[8px\] {
  font-size: 8px;
}
.tradex-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tradex-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tradex-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tradex-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tradex-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!tradex-font-bold {
  font-weight: 700 !important;
}
.\!tradex-font-medium {
  font-weight: 500 !important;
}
.\!tradex-font-normal {
  font-weight: 400 !important;
}
.\!tradex-font-semibold {
  font-weight: 600 !important;
}
.tradex-font-\[450\] {
  font-weight: 450;
}
.tradex-font-bold {
  font-weight: 700;
}
.tradex-font-medium {
  font-weight: 500;
}
.tradex-font-normal {
  font-weight: 400;
}
.tradex-font-semibold {
  font-weight: 600;
}
.tradex-capitalize {
  text-transform: capitalize;
}
.\!tradex-leading-6 {
  line-height: 1.5rem !important;
}
.\!tradex-leading-\[18px\] {
  line-height: 18px !important;
}
.\!tradex-leading-\[22px\] {
  line-height: 22px !important;
}
.\!tradex-leading-\[32px\] {
  line-height: 32px !important;
}
.\!tradex-leading-\[48px\] {
  line-height: 48px !important;
}
.tradex-leading-4 {
  line-height: 1rem;
}
.tradex-leading-5 {
  line-height: 1.25rem;
}
.tradex-leading-6 {
  line-height: 1.5rem;
}
.tradex-leading-7 {
  line-height: 1.75rem;
}
.tradex-leading-\[130\%\] {
  line-height: 130%;
}
.tradex-leading-\[14px\] {
  line-height: 14px;
}
.tradex-leading-\[16px\] {
  line-height: 16px;
}
.tradex-leading-\[18px\] {
  line-height: 18px;
}
.tradex-leading-\[21px\] {
  line-height: 21px;
}
.tradex-leading-\[22px\] {
  line-height: 22px;
}
.tradex-leading-\[24px\] {
  line-height: 24px;
}
.tradex-leading-\[26px\] {
  line-height: 26px;
}
.tradex-leading-\[28px\] {
  line-height: 28px;
}
.tradex-leading-\[30px\] {
  line-height: 30px;
}
.tradex-leading-\[32px\] {
  line-height: 32px;
}
.tradex-leading-\[36px\] {
  line-height: 36px;
}
.tradex-leading-\[38px\] {
  line-height: 38px;
}
.tradex-leading-\[42px\] {
  line-height: 42px;
}
.tradex-leading-\[48px\] {
  line-height: 48px;
}
.tradex-leading-\[60px\] {
  line-height: 60px;
}
.tradex-leading-\[8px\] {
  line-height: 8px;
}
.\!tradex-text-background-main {
  color: var(--main-background-color) !important;
}
.\!tradex-text-black {
  color: var(--black) !important;
}
.\!tradex-text-body {
  color: var(--bColor) !important;
}
.\!tradex-text-font-primary {
  color: var(--font-color) !important;
}
.\!tradex-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.\!tradex-text-primary {
  color: rgba(var(--primary-color), 1) !important;
}
.\!tradex-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!tradex-text-title {
  color: var(--title-color) !important;
}
.\!tradex-text-white {
  color: var(--white) !important;
}
.tradex-text-background-main {
  color: var(--main-background-color);
}
.tradex-text-black {
  color: var(--black);
}
.tradex-text-body {
  color: var(--bColor);
}
.tradex-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tradex-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.tradex-text-primary {
  color: rgba(var(--primary-color), 1);
}
.tradex-text-primary-three {
  color: var(--text-primary-color-3);
}
.tradex-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tradex-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.tradex-text-title {
  color: var(--title-color);
}
.tradex-text-white {
  color: var(--white);
}
.tradex-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.\!tradex-underline {
  text-decoration-line: underline !important;
}
.tradex-underline {
  text-decoration-line: underline;
}
.tradex-accent-primary {
  accent-color: rgba(var(--primary-color), 1);
}
.tradex-opacity-30 {
  opacity: 0.3;
}
.tradex-opacity-40 {
  opacity: 0.4;
}
.\!tradex-shadow-\[2px_2px_32px_0px_\#8F8F8F26\] {
  --tw-shadow: 2px 2px 32px 0px #8F8F8F26 !important;
  --tw-shadow-colored: 2px 2px 32px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tradex-shadow-\[10px_10px_100px_3px_\#B5B5B538\] {
  --tw-shadow: 10px 10px 100px 3px #B5B5B538;
  --tw-shadow-colored: 10px 10px 100px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tradex-shadow-\[2px_2px_23px_0px_\#6C6C6C0D\] {
  --tw-shadow: 2px 2px 23px 0px #6C6C6C0D;
  --tw-shadow-colored: 2px 2px 23px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tradex-shadow-\[2px_2px_29px_0px_\#00000012\] {
  --tw-shadow: 2px 2px 29px 0px #00000012;
  --tw-shadow-colored: 2px 2px 29px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tradex-shadow-\[2px_2px_50px_0px_\#0000000F\] {
  --tw-shadow: 2px 2px 50px 0px #0000000F;
  --tw-shadow-colored: 2px 2px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tradex-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tradex-blur-\[106px\] {
  --tw-blur: blur(106px);
  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);
}
.tradex-blur-\[140px\] {
  --tw-blur: blur(140px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tradex-blur-\[300px\] {
  --tw-blur: blur(300px);
  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);
}
.tradex-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tradex-delay-\[0s\] {
  transition-delay: 0s;
}
.tradex-duration-300 {
  transition-duration: 300ms;
}
.tradex-duration-\[260ms\] {
  transition-duration: 260ms;
}
.tradex-ease-\[cubic-bezier\(0\.42\,0\,0\.58\,1\)\] {
  transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.TVChartContainer {
  height: calc(100vh - 80px);
}

.layout__area--left {
  color: white;
}

.txtBlack {
  color: black !important;
}

.slider-image-class {
  max-height: 180px;
  /* width: 400px; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
    background: #fff !important;
  }
}

.DemoPickerWrapper {
  padding: 0 12px;
  /* font-family: "Source Code Pro", monospace; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  background: white;
  margin: 24px 0 48px;
  width: 100%;
}

.DemoPicker {
  font-size: 18px;
  border-radius: 3px;
  background-color: white;
  height: 48px;
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  border: 0;
  width: 100%;
  color: #6772e5;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
}

.DemoWrapper {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.Demo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40%;
}

/* label {
  color: #6b7c93;
  font-weight: 300;
  letter-spacing: 0.025em;
} */

/* button {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #6772e5;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-top: 10px;
}

button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #7795f8;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
} */

.StripeElement {
  display: block;
  margin: 10px 0 20px 0;
  /* max-width: 500px; */
  padding: 10px 14px;
  width: 348px;
  font-size: 1em;
  /* font-family: "Source Code Pro", monospace; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  box-shadow: rgb(50 50 93 / 15%) 0px 1px 3px, rgb(0 0 0 / 2%) 0px 1px 0px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: var(--main-background-color);
  border: 1px solid var(--border-color);
}

input::-moz-placeholder {
  color: #aab7c4;
}

input::placeholder {
  color: #aab7c4;
}

input:focus,
.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px,
    rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.FpxBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}

.StripeElement.PaymentRequestButton {
  height: 40px;
}

.menu-hover {
  height: 40px;
  display: flex !important;
  align-items: center !important;
}

/* .menu-hover:hover {
  background: var(--hover-bg-color) !important;
} */

.dropdown-menu-main {
  background-color: var(--card-background-color) !important;
  border-radius: 0 0px 10px 10px !important;
  top: 40px !important;
  width: 300px;
  padding: 10px 0 !important;
  align-items: initial !important;
}

.announcement-slider .slick-track .slick-slide {
  padding: 0;
}

@media (min-width: 1280px) {
  .slider-banner-cls .slick-track .slick-slide {
    padding: 0 24px 0 0;
  }

  .slider-banner-cls .slick-list {
    margin-right: -24px;
  }
}

::-webkit-scrollbar {
  width: 4px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--primary-background-color) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.card-header {
  background: var(--primary-background-color) !important;
}

.accordion .card {
  backdrop-filter: unset !important;
}

.p2p-gift-card-select .custom-select__control {
  /* background: var(--primary-background-color) !important; */
  box-shadow: unset !important;
  padding: 3px 0 !important;
  border-radius: 4px !important;
  border: 1px solid var(--primary-background-color) !important;
}

.p2p-gift-card-select .custom-select__value-container {
  height: 32px !important;
}

.p2p-gift-card-select .custom-select__indicator {
  padding: 0 8px !important;
}

.p2p-gift-card-select .custom-select__input-container {
  height: 32px !important;
}
.launchepad-custom-dots li.slick-active button:before {
  outline-offset: 2px;
  outline: 1px solid rgba(var(--primary-color), 1);
  background: rgba(var(--primary-color), 1) !important;
}
.launchepad-custom-dots li button:before {
  max-width: 10px !important;
  max-height: 10px !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-items: center;
  align-items: center;
  content: "" !important;
  background: var(--bColor) !important;
  border-radius: 100%;
}


.ico-phase-date-type::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.blog-main-slider .slick-dots {
  bottom: 0;
  margin-left: 50px;
}
.blog-main-slider .slick-dots li {
  width: 32px;
  height: 8px;
}

.blog-main-slider .slick-dots li button {
  width: 32px;
  height: 8px;
}

.blog-main-slider .slick-dots li button:before {
  width: 32px;
  height: 8px;
  background: var(--primary-background-color);
  content: "";
  border-radius: 2px;
  opacity: 1;
}
.blog-main-slider .slick-dots .slick-active button:before {
  background: rgba(var(--primary-color), 1);
}

.blog-tab-section .slick-track {
  margin: 0;
  border-bottom: 1px solid var(--primary-background-color);
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  display: flex !important;
}

.blog-tab-section .slick-track .slick-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 16px !important;
}

.blog-details-content p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--bColor) !important;
}

@media (max-width: 540px) {
  .blog-main-slider .slick-dots {
    margin-left: 0;
  }
}

.placeholder\:\!tradex-text-body::-moz-placeholder {
  color: var(--bColor) !important;
}

.placeholder\:\!tradex-text-body::placeholder {
  color: var(--bColor) !important;
}

.after\:tradex-absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:\!tradex-bottom-full::after {
  content: var(--tw-content);
  bottom: 100% !important;
}

.after\:\!tradex-left-auto::after {
  content: var(--tw-content);
  left: auto !important;
}

.after\:\!tradex-right-full::after {
  content: var(--tw-content);
  right: 100% !important;
}

.after\:-tradex-bottom-\[8px\]::after {
  content: var(--tw-content);
  bottom: -8px;
}

.after\:-tradex-left-\[8px\]::after {
  content: var(--tw-content);
  left: -8px;
}

.after\:-tradex-right-\[8px\]::after {
  content: var(--tw-content);
  right: -8px;
}

.after\:tradex-left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:tradex-start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:tradex-top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:tradex-top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:tradex-inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:tradex-h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:tradex-h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}

.after\:tradex-w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:tradex-w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:tradex-rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:tradex-border-l-\[10px\]::after {
  content: var(--tw-content);
  border-left-width: 10px;
}

.after\:tradex-border-r-\[10px\]::after {
  content: var(--tw-content);
  border-right-width: 10px;
}

.after\:tradex-border-t-\[10px\]::after {
  content: var(--tw-content);
  border-top-width: 10px;
}

.after\:tradex-border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}

.after\:tradex-border-l-transparent::after {
  content: var(--tw-content);
  border-left-color: transparent;
}

.after\:tradex-border-r-transparent::after {
  content: var(--tw-content);
  border-right-color: transparent;
}

.after\:tradex-border-t-background-primary::after {
  content: var(--tw-content);
  border-top-color: var(--primary-background-color);
}

.after\:tradex-border-t-primary::after {
  content: var(--tw-content);
  border-top-color: rgba(var(--primary-color), 1);
}

.after\:tradex-bg-primary::after {
  content: var(--tw-content);
  background-color: rgba(var(--primary-color), 1);
}

.after\:\!tradex-text-white::after {
  content: var(--tw-content);
  color: var(--white) !important;
}

.after\:tradex-transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:tradex-content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:\!tradex-rounded-l-md:first-child {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.first\:tradex-rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:tradex-pl-9:first-child {
  padding-left: 2.25rem;
}

.last\:\!tradex-rounded-r-md:last-child {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.last\:tradex-rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:tradex-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:tradex-pb-0:last-child {
  padding-bottom: 0px;
}

.last\:tradex-pr-0:last-child {
  padding-right: 0px;
}

.last\:tradex-pr-4:last-child {
  padding-right: 1rem;
}

.last\:tradex-pr-9:last-child {
  padding-right: 2.25rem;
}

.hover\:-tradex-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:tradex-border-primary:hover {
  border-color: rgba(var(--primary-color), 1);
}

.hover\:\!tradex-bg-background-primary:hover {
  background-color: var(--primary-background-color) !important;
}

.hover\:tradex-bg-background-card:hover {
  background-color: var(--card-background-color);
}

.hover\:tradex-bg-primary:hover {
  background-color: rgba(var(--primary-color), 1);
}

.hover\:\!tradex-text-primary:hover {
  color: rgba(var(--primary-color), 1) !important;
}

.hover\:\!tradex-text-title:hover {
  color: var(--title-color) !important;
}

.hover\:\!tradex-text-white:hover {
  color: var(--white) !important;
}

.hover\:tradex-text-primary:hover {
  color: rgba(var(--primary-color), 1);
}

.hover\:tradex-text-white:hover {
  color: var(--white);
}

.hover\:tradex-shadow-\[0px_2px_50px_0px_\#66666626\]:hover {
  --tw-shadow: 0px 2px 50px 0px #66666626;
  --tw-shadow-colored: 0px 2px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tradex-shadow-\[2px_2px_37px_0px_\#0000000D\]:hover {
  --tw-shadow: 2px 2px 37px 0px #0000000D;
  --tw-shadow-colored: 2px 2px 37px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tradex-shadow-\[2px_2px_50px_0px_\#0000000F\]:hover {
  --tw-shadow: 2px 2px 50px 0px #0000000F;
  --tw-shadow-colored: 2px 2px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tradex-shadow-\[4px_4px_50px_0px_\#8C8C8C30\]:hover {
  --tw-shadow: 4px 4px 50px 0px #8C8C8C30;
  --tw-shadow-colored: 4px 4px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tradex-outline-0:focus {
  outline-width: 0px;
}

.focus\:tradex-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tradex-group:hover .group-hover\:tradex-border-b-0 {
  border-bottom-width: 0px;
}

.tradex-group:hover .group-hover\:tradex-border-primary {
  border-color: rgba(var(--primary-color), 1);
}

.tradex-group:hover .group-hover\:tradex-bg-primary {
  background-color: rgba(var(--primary-color), 1);
}

.tradex-group:hover .group-hover\:tradex-fill-primary {
  fill: rgba(var(--primary-color), 1);
}

.tradex-group:hover .group-hover\:tradex-fill-white {
  fill: var(--white);
}

.tradex-group:hover .group-hover\:\!tradex-text-primary {
  color: rgba(var(--primary-color), 1) !important;
}

.tradex-group:hover .group-hover\:\!tradex-text-white {
  color: var(--white) !important;
}

.tradex-group:hover .group-hover\:tradex-text-primary {
  color: rgba(var(--primary-color), 1);
}

.tradex-group:hover .group-hover\:tradex-text-white {
  color: var(--white);
}

.tradex-peer:checked ~ .peer-checked\:tradex-bg-primary\/30 {
  background-color: rgba(var(--primary-color), 0.3);
}

.tradex-peer:checked ~ .peer-checked\:after\:tradex-translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tradex-peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:tradex-top-1\/2 {
  top: 50%;
}

.tradex-peer:placeholder-shown ~ .peer-placeholder-shown\:tradex-top-1\/2 {
  top: 50%;
}

.tradex-peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-tradex-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));
}

.tradex-peer:placeholder-shown ~ .peer-placeholder-shown\:-tradex-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));
}

.tradex-peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:tradex-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tradex-peer:placeholder-shown ~ .peer-placeholder-shown\:tradex-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tradex-peer:focus ~ .peer-focus\:tradex-top-2 {
  top: 0.5rem;
}

.tradex-peer:focus ~ .peer-focus\:-tradex-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tradex-peer:focus ~ .peer-focus\:tradex-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tradex-peer:focus ~ .peer-focus\:tradex-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px) {

  .sm\:tradex-left-\[calc\(\(100\%-520px\)\/2\)\] {
    left: calc((100% - 520px) / 2);
  }

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

  .sm\:tradex-col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .sm\:tradex-block {
    display: block;
  }

  .sm\:tradex-flex {
    display: flex;
  }

  .sm\:tradex-grid {
    display: grid;
  }

  .sm\:tradex-hidden {
    display: none;
  }

  .sm\:tradex-max-h-\[520px\] {
    max-height: 520px;
  }

  .sm\:\!tradex-min-h-9 {
    min-height: 2.25rem !important;
  }

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

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

  .sm\:\!tradex-min-w-9 {
    min-width: 2.25rem !important;
  }

  .sm\:tradex-min-w-\[184px\] {
    min-width: 184px;
  }

  .sm\:tradex-max-w-\[350px\] {
    max-width: 350px;
  }

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

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

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

  .sm\:tradex-flex-row {
    flex-direction: row;
  }

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

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

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

  .sm\:tradex-gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tradex-leading-6 {
    line-height: 1.5rem;
  }

  .sm\:tradex-leading-8 {
    line-height: 2rem;
  }

  .sm\:tradex-leading-\[38px\] {
    line-height: 38px;
  }

  .sm\:tradex-leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 768px) {

  .md\:tradex-bottom-\[80px\] {
    bottom: 80px;
  }

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

  .md\:tradex-right-\[-24px\] {
    right: -24px;
  }

  .md\:\!tradex-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

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

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

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

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

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

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

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

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

  .md\:-tradex-mb-\[80px\] {
    margin-bottom: -80px;
  }

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

  .md\:tradex-grid {
    display: grid;
  }

  .md\:\!tradex-h-\[330px\] {
    height: 330px !important;
  }

  .md\:tradex-h-10 {
    height: 2.5rem;
  }

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

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

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

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

  .md\:tradex-max-h-\[215px\] {
    max-height: 215px;
  }

  .md\:tradex-max-h-\[360px\] {
    max-height: 360px;
  }

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

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

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

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

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

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

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

  .md\:tradex-w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

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

  .md\:tradex-max-w-5 {
    max-width: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .md\:tradex-items-end {
    align-items: flex-end;
  }

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

  .md\:tradex-justify-start {
    justify-content: flex-start;
  }

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

  .md\:tradex-gap-0 {
    gap: 0px;
  }

  .md\:tradex-gap-12 {
    gap: 3rem;
  }

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

  .md\:tradex-gap-6 {
    gap: 1.5rem;
  }

  .md\:tradex-gap-8 {
    gap: 2rem;
  }

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

  .md\:tradex-gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:tradex-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:tradex-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:tradex-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));
  }

  .md\:tradex-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));
  }

  .md\:tradex-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));
  }

  .md\:tradex-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

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

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

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

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

  .md\:tradex-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

  .md\:\!tradex-text-\[32px\] {
    font-size: 32px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:\!tradex-leading-\[48px\] {
    line-height: 48px !important;
  }

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

  .md\:tradex-leading-6 {
    line-height: 1.5rem;
  }

  .md\:tradex-leading-\[22px\] {
    line-height: 22px;
  }

  .md\:tradex-leading-\[30px\] {
    line-height: 30px;
  }

  .md\:tradex-leading-\[38px\] {
    line-height: 38px;
  }

  .md\:tradex-leading-\[44px\] {
    line-height: 44px;
  }

  .md\:tradex-leading-\[48px\] {
    line-height: 48px;
  }

  .md\:tradex-leading-\[60px\] {
    line-height: 60px;
  }

  .md\:tradex-leading-\[64px\] {
    line-height: 64px;
  }

  .md\:after\:-tradex-bottom-\[16px\]::after {
    content: var(--tw-content);
    bottom: -16px;
  }

  .md\:after\:-tradex-bottom-\[18px\]::after {
    content: var(--tw-content);
    bottom: -18px;
  }

  .md\:after\:-tradex-bottom-\[28px\]::after {
    content: var(--tw-content);
    bottom: -28px;
  }
}

@media (min-width: 1024px) {

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

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

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

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

  .lg\:tradex-block {
    display: block;
  }

  .lg\:tradex-grid {
    display: grid;
  }

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

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

  .lg\:tradex-max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:tradex-max-w-\[536px\] {
    max-width: 536px;
  }

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

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

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

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

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

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

  .lg\:tradex-gap-10 {
    gap: 2.5rem;
  }

  .lg\:tradex-gap-8 {
    gap: 2rem;
  }

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

  .lg\:tradex-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

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

  .lg\:tradex-px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:tradex-pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:tradex-text-center {
    text-align: center;
  }

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

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

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

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

  .lg\:tradex-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .xl\:tradex-order-none {
    order: 0;
  }

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

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

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

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

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

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

  .xl\:tradex-block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tradex-gap-\[30px\] {
    gap: 30px;
  }

  .xl\:tradex-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));
  }

  .xl\:tradex-space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

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

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

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

  .xl\:tradex-leading-\[54px\] {
    line-height: 54px;
  }

  .xl\:tradex-leading-\[56px\] {
    line-height: 56px;
  }

  .xl\:tradex-leading-\[60px\] {
    line-height: 60px;
  }

  .xl\:tradex-leading-\[80px\] {
    line-height: 80px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:-tradex-mt-\[58px\] {
    margin-top: -58px;
  }

  .\32xl\:tradex-min-h-\[660px\] {
    min-height: 660px;
  }

  .\32xl\:tradex-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));
  }

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

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

  .\32xl\:tradex-leading-\[30px\] {
    line-height: 30px;
  }

  .\32xl\:tradex-leading-\[44px\] {
    line-height: 44px;
  }
}

.tradex-peer:focus ~ .rtl\:peer-focus\:tradex-translate-x-1\/4:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 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));
}

@media (prefers-color-scheme: dark) {

  .dark\:tradex-text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:tradex-text-white {
    color: var(--white);
  }
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.fb6f3c230cb846e25247dfaa1da94d8f.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot);
    src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.295183786cd8a138986521d9f388a286.woff) format('woff'), url(/_next/static/media/slick.c94f7671dcc99dce43e22a89f486f7c2.ttf) format('truetype'), url(/_next/static/media/slick.2630a3e3eab21c607e21576571b95b9d.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
------------- Table of content ----------------

Theme Name: Treadexpro exchange
Theme URI:
Author: itechtheme
Author URI:
Description: Treadexpro exchange is a modern dashboard template based on html css responsive with bootstrap.We’ve used modern technologies and best practices to make our product easy to work with It’s the most convenient template for developers clean code and detailed documentation, which allows you to build any projects easily! Use it for Sales Monitoring, Event Management, Helpdesk Management, Ad Campaign, analytics and other types of web or mobile applications.
Version: 1.0
License:
License
Text Domain: Treadexpro exchange
Tags: admin, best react admin template, das

---------------------- common content ----------
1.default css
#.header-area
#.footer-area
#.hero-banner-area 
#.section-title
#.about-area
#.market-trend-area
#.trade-anywhere-area
#.get-touch-area
#.start-trading-area

/*

------------------- Table of content --------------------------------

---------------------- common content -----------------------
1. default css
---------------------- element content ---------------------------
*/

/*=================================================
    #.start-trading-area
==================================================*/

/*=================================================
    1. default css
==================================================*/
:root {
  /* --primary-color: #f0b90b; */
  --primary-color: 16, 128, 89;
  --primary-background-color: #f5f5f5;
  --text-primary-color: #070000;
  --text-primary-color-2: #23262f;
  --text-primary-color-3: #777778;
  --text-primary-color-4: #6e6e6e;
  --border-color: #d8d8d8;
  --border-color-1: #e6e8ec;
  --border-color-2: #353535;
  --hover-color: #f7cf33;
  --font-color: #57575a;
  --bColor: #454545;
  --title-color: #070000;
  --trade-green: #32d777;
  --trade-red: #d63031;
  --white: #ffffff;
  --glass-color-bg-1: rgb(255, 255, 255, 0.85);
  --black: #000000;
  --color-pallet-1: #b4b8d7;
  --background-color: #ffff;
  --custom-background-color: rgb(250, 250, 250);
  --background-color-trade: #2a2e37;
  --main-background-color: rgb(250, 250, 250);
  --card-background-color: #ffffff;
  --table-background-color: #f5f5f5;
  --footer-background-color: #03150f;
  --background-color-hover: #fafafa;
  --loading-color: #4b4b4b;
  --box-shadow-color: rgb(0 0 0 / 5%) 0px 0px 0px 2px;
  --hover-bg-color: #fafafa;
  --percentage: 0%;
  --primary-box-shadow-color: rgba(0, 0, 0, 0.1);
  --authentication-page-text-color: #ffffff;
}

:root[data-theme="dark"] {
  /* --primary-color: #f0b90b; */
  --primary-color: 16, 128, 89;
  --primary-background-color: #282828;
  --text-primary-color: #ffffff;
  --glass-color-bg-1: rgb(14 4 4 / 36%);
  --text-primary-color-2: #ffffff;
  --text-primary-color-3: #ffffff;
  --text-primary-color-4: #cbcfd7;
  --border-color: #454545;
  --border-color-1: #1e2026;
  --border-color-2: #ffffff;
  --trade-green: #32d777;
  --trade-red: #d63031;
  --hover-color: #f7cf33;
  --font-color: #ffffff;
  --bColor: #ffffff;
  --title-color: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --color-pallet-1: #535353;
  --background-color: rgb(22, 26, 30);
  --custom-background-color: rgb(22, 26, 30);
  --background-color-trade: rgb(11, 14, 17);
  --main-background-color: #070000;
  --card-background-color: #282828;
  --table-background-color: #353535;
  --footer-background-color: #03150f;
  --background-color-hover: rgb(24, 26, 35);
  --loading-color: #4b4b4b;
  --box-shadow-color: rgba(247, 247, 247, 0.05);
  --hover-bg-color: #383839;
  --percentage: 100%;
  --primary-box-shadow-color: rgba(255, 255, 255, 0.2);
  --authentication-page-text-color: #ffffff;
}

html,
body {
  height: 100%;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "DM Sans", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: var(--title-color);
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

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

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
  color: var(--font-color);
}

img {
  border: none;
  max-width: 100%;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section {
  padding: 130px 0;
}

.section-top {
  padding: 130px 0 0;
}

.section-bottom {
  padding: 0 0 130px 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: var(--gray-dark);
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #2a2e37;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: #2a2e37;
}

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

.clear {
  clear: both;
}

::-moz-selection {
  background: rgb(var(--primary-color));
  text-shadow: none;
}

::selection {
  background: rgb(var(--primary-color));
  text-shadow: none;
}

.browserupgrade {
  margin: 24px 0;
  background: rgb(var(--primary-color));
  color: var(--white);
  padding: 24px 0;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-150 {
  margin-top: 150px;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt--70 {
  padding-top: 70px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.ptb--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*------------------------ content end -----------------------*/

/*------------------------ element start ---------------------*/

/*=================================================
    element inheritance
==============================================================*/

/* header css */

.mean-container .mean-bar {
  background: var(--main-background-color);
  padding: 14px 0;
  display: none;
}

.mean-container .mean-bar::after {
  font-size: 16px;
  top: 25px;
}

.mean-container .mean-nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.mean-container .mean-nav ul li {
  border-color: #f0efef;
}

.modal {
  z-index: 9999999;
  max-height: 100vh;
  padding-top: 71px;
}

.mean-container .mean-nav {
  position: absolute;
  top: 100%;
  background-color: var(--background-color-trade) !important;
}

.container-fluid-cstm {
  width: 100%;
  padding-right: 225px;
  padding-left: 225px;
  margin-right: auto;
  margin-left: auto;
}

/*---------------------------
-----------------------------*/

#scrollUp {
  background: #f0b90b;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  z-index: 1000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*---------------------------
2.header-area
-----------------------------*/

.header-area {
  position: absolute;
  background: var(--main-background-color);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 15px 0;
}

.header-area .logo-area a img {
  margin-left: 0px;
}

.header-area .menu-area .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-area .menu-area .main-menu ul li {
  display: inline-block;
  transition: all 0.5s;
}

.header-area .menu-area .main-menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #1e2329;
  transition: all 0.5s;
  padding: 0 18px;
  text-transform: capitalize;
  position: relative;
}

.header-area .menu-area .main-menu ul li a:hover {
  color: rgb(var(--primary-color));
}

/* =============================================
client-area
===============================================*/

.client-area {
  background: #f0b90b;
  position: relative;
}

.white_svg.svg_v2 {
  fill: #242831;
}

/*---------------------------
#.primary-btn
-----------------------------*/

.primary-btn {
  display: inline-block;
  padding: 13px 35px;
  background: rgb(var(--primary-color));
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-primary-color);
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  min-width: 140px;
  border: none;
}

.alert-danger {
  color: #ff828d;
  background-color: transparent;
  border-color: #721c24;
}

.primary-btn:hover {
  background: var(--hover-color);
  color: #fff;
}

/*---------------------------
#.secondary-btn
-----------------------------*/

.secondary-btn {
  display: inline-block;
  padding: 13px 35px;
  background: #eaecef;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #1e2329;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  min-width: 140px;
  border: none;
}

.secondary-btn:hover {
  color: #1e2329;
  background: #f5f5f5;
}

/* Animate Button One */
.animate-button-one {
  border: 4px solid #000;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  padding-inline: calc(0.5em + 80px) 0.5em;
  padding-block: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.animate-button-one:before,
.animate-button-one:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  transform: translate(calc(80px - 100%));
  transition: inherit;
}

.animate-button-one:before {
  background: rgb(var(--primary-color));
}

.animate-button-one:after {
  --r: calc(1lh / 18);
  background: repeating-linear-gradient(90deg, #7d7d7d 0, #ddd, #7d7d7d 50%)
    right/200%;
  animation: b 1s linear infinite;
  padding: calc(4 * var(--r)) calc(6 * var(--r));
  clippath: inset(0 0 0 calc(100% - 60px));
  /* I can optimize the mask with fewer gradients, but I did a fast implementation */
  --m: /calc(50% / 3) calc(2 * var(--r)) repeat-x content-box radial-gradient(var(
          --r
        )
        at var(--r), #000 70%, #0000 82%);
  -webkit-mask: calc(3 * var(--r)) calc(0 * var(--r)) var(--m),
    calc(5 * var(--r)) calc(0 * var(--r)) var(--m),
    calc(5 * var(--r)) calc(2 * var(--r)) var(--m),
    calc(7 * var(--r)) calc(2 * var(--r)) var(--m),
    calc(7 * var(--r)) calc(4 * var(--r)) var(--m),
    calc(9 * var(--r)) calc(4 * var(--r)) var(--m),
    calc(7 * var(--r)) calc(6 * var(--r)) var(--m),
    calc(5 * var(--r)) calc(6 * var(--r)) var(--m),
    calc(5 * var(--r)) calc(8 * var(--r)) var(--m),
    calc(3 * var(--r)) calc(8 * var(--r)) var(--m);
}

@keyframes b {
  to {
    background-position: left;
  }
}

.animate-button-one:hover {
  transform: scale(1.2);
}

.animate-button-one:hover:before,
.animate-button-one:hover:after {
  transform: translate(0);
  clippath: inset(0);
}
.glass-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: var(--font-color);
  background-color: var(--glass-color-bg-1);
  border-radius: 8px;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  overflow: hidden;
  position: relative;
}

.glass-button:hover {
  background-color: rgba(
    255,
    255,
    255,
    0.3
  ); /* Glass background color on hover */
  border-color: rgba(
    255,
    255,
    255,
    0.7
  ); /* Border color on hover with increased transparency */
  transform: scale(1.05); /* Scale the button on hover for a subtle animation */
  color: var(--font-color);
}

.glass-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s;
}

.glass-button:hover::before {
  opacity: 1;
}

.animated-button-two {
  padding: 13px 22px 13px 22px;
  border-radius: 10px;
  /* transform: translate(-50%, -50%) !important; */
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  /* font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  box-sizing: border-box;
  background: linear-gradient(90deg, #e74c3c, #fbc531, #ffeb3b, #e84118);
  background-size: 400%;
  cursor: pointer;
}

.animated-button-two:hover {
  animation: animate 8s linear infinite;
  color: white;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.animated-button-two:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgb(var(--primary-color)),
    #f441a5,
    rgb(var(--primary-color)),
    rgb(var(--primary-color))
  );
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 1s;
}

.animated-button-two:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

/*---------------------------
#.section-title
-----------------------------*/

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

.section-title .title {
  font-size: 44px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  color: var(--title-color);
}

/*---------------------------
#.footer-area
-----------------------------*/

.footer-area {
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.footer-area .footer-top {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--border-color);
}

.footer-area .footer-top .single-wedgets .widget-title h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-primary-color-2);
  margin-bottom: 10px;
}

.footer-area .footer-top .single-wedgets .widget-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-area .footer-top .single-wedgets .widget-inner ul li {
  display: block;
  /* margin-bottom: 5px; */
}

.footer-area .footer-top .single-wedgets .widget-inner ul li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-top .single-wedgets .widget-inner ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: var(--text-primary-color-3);
  text-transform: capitalize;
  transition: all 0.5s;
}

.footer-area .footer-top .single-wedgets .widget-inner ul li a:hover {
  color: rgb(var(--primary-color));
}

.footer-area .footer-top .single-wedgets .widget-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: var(--bColor);
}

.footer-area .footer-top .social-link .widget-inner ul li {
  display: inline-block;
  line-height: 1;
}

.footer-area .footer-top .social-link .widget-inner ul li a {
  /* margin-bottom: 15px;
  margin-right: 15px; */
  color: var(--text-primary-color-4);
  font-size: 20px;
  transition: all 0.3s;
}

.footer-area .footer-top .social-link .widget-inner ul li a:hover {
  color: rgb(var(--primary-color));
}

.footer-area .footer-bottom-wrap {
  padding: 30px 0;
  /* border-top: 1px solid #eaecef; */
}

.footer-area .footer-bottom .copyright-area p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--font-color);
}

.footer-area .footer-bottom .copyright-area p a {
  color: var(--font-color);
  transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area p a:hover {
  color: #f0b90b;
}

.footer-area .footer-bottom .footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-area .footer-bottom .footer-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-area .footer-bottom .footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-area .footer-bottom .footer-menu ul li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: var(--bColor);
  text-transform: capitalize;
  transition: all 0.5s;
}

.footer-area .footer-bottom .footer-menu ul li a:hover {
  color: rgb(var(--primary-color));
}

/* @media (max-width: 767px) {
  .footer-area .footer-top {
    padding-bottom: 0;
  }
} */

.animation-img {
  animation: bounce 3s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(15px) translateX(7px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@media (max-width: 1200px) {
  .header-area .menu-area .main-menu ul li a {
    font-size: 13px;
    padding: 25px 10px;
  }
  .primary-btn {
    width: 190px;
    padding: 13px 10px;
  }
}

@media (max-width: 991px) {
  .banner-area .banner-right-img {
    display: none;
  }
}

@media (max-width: 575px) {
  .white_svg {
    bottom: -5px;
  }
}

.mean-container .mean-bar {
  float: none;
}

/*=================================================
    #.hero-banner-area 
==================================================*/

.hero-banner-area {
  padding: 150px 0 80px 0;
}

.hero-banner-area .banner-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}

.hero-banner-area .banner-content {
  margin-bottom: 20px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}
.hero-banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner-area .hero-banner-bottom {
  margin-top: 80px;
}

.hero-banner-area .hero-banner-bottom .item-list {
  display: flex;
  flex-flow: row wrap;
}

.hero-banner-area .hero-banner-bottom .item-list .single-item {
  width: 20%;
}

.hero-banner-area .hero-banner-bottom .single-item h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent {
  font-size: 13px;
  margin-left: 10px;
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent.incrase {
  color: #37b88b;
}

.hero-banner-area .hero-banner-bottom .single-item h4 .percent.decrase {
  color: #d7566b;
}

.hero-banner-area .hero-banner-bottom .single-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #2e3339;
}

.hero-banner-area .hero-banner-bottom .single-item h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #b5b7bb;
}

@media (max-width: 1199px) {
  .hero-banner-area .banner-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-banner-area .banner-title {
    font-size: 36px;
  }
  .hero-banner-area {
    padding: 100px 0 80px 0;
  }
}

@media (max-width: 767px) {
  .hero-banner-area .banner-title {
    font-size: 32px;
  }
  .hero-banner-area .hero-banner-bottom .item-list .single-item {
    width: 25%;
    margin: 10px 0;
  }
  .hero-banner-area .hero-banner-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .hero-banner-area .banner-title {
    font-size: 32px;
  }
  .hero-banner-area .hero-banner-bottom .item-list .single-item {
    width: 50%;
  }
}

/*=================================================
    #.about-area
==================================================*/

.about-area {
  padding: 40px 0;
}
.single-banner {
  /* padding: 20px; */
  display: flex;
  justify-content: center;
  background-color: var(--glass-color-bg-1) !important;
  border-radius: 1rem;
  transition: ease 0.5s;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.about-area .single-banner a {
  display: block;
}

.about-area .single-banner a img {
  width: 100%;
  height: auto;
}

.about-area .owl-carousel .owl-nav button.owl-next,
.about-area .owl-carousel .owl-nav button.owl-prev {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  color: var(--white);
  box-sizing: none;
  transition: all 0.3s;
}

.about-area .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-area .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.about-area .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
/* styles.css */

/* styles.css */
.placeBottomRight {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 800px;
  height: 400px;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 150;
  right: 0;
  z-index: -1;
}

.placeBottomRight img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
}

.about-area .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--bColor);
  background: var(--white);
}

.about-area .about-info {
  margin-top: 45px;
}

.about-info .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-info .single-info:last-child {
  margin-bottom: 0;
}

.about-info .single-info svg {
  position: relative;
  width: 20px;
  font-size: 20px;
  fill: #707a8a;
  color: var(--text-primary-color-4);
  margin-right: 10px;
  top: -2px;
}

.about-info .single-info a {
  color: var(--text-primary-color-4);
  font-size: 14px;
  font-weight: 400;
}

.about-info .single-info p {
  color: var(--text-primary-color-2);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.about-info .single-info .more-btn {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(var(--primary-color));
  transition: all 0.3s;
}

.about-info .single-info .more-btn:hover {
  color: var(--hover-color);
}

/*=================================================
    #.market-trend-area
==================================================*/

.market-trend-area {
  padding: 40px 0;
}

.trend-row {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}

.trend-col.trend-name {
  flex: 13;
  width: 120px;
}

.trend-col.last-price {
  flex: 9;
  width: 120px;
}

.trend-col.chnage {
  flex: 9 1 0%;
  width: 120px;
}

.trend-col.market {
  flex: 13;
  width: 120px;
  text-align: right;
}

.trend-table-header .trend-row {
  color: var(--text-primary-color-4);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.trend-table-body .trend-row {
  border-radius: 15px;
  color: #1e2329;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.trend-table-body .trend-row:hover {
  background: #f5f5f5;
}

.trend-table-body .trend-row .decrement {
  color: rgb(207, 48, 74);
}

.trend-table-body .trend-row .increment {
  color: rgb(3, 166, 109);
}

.trend-info {
  display: flex;
  align-items: center;
}

.trend-info .trend-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}

.trend-info .trend-info-wrap {
  flex: 1;
}

.trend-info .curancy {
  text-transform: uppercase;
}

.trend-info .curancy-fullname {
  text-transform: capitalize;
  color: var(--text-primary-color-4);
  margin-left: 5px;
}

.view-more {
  margin-top: 30px;
}

.view-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-4);
  transition: all 0.3s;
}

.view-btn i {
  margin-left: 5px;
}

.view-btn:hover {
  color: rgb(var(--primary-color));
}

@media (max-width: 575px) {
  .trend-col.market {
    display: none;
  }
}

/*=================================================
    #.trade-anywhere-area
==================================================*/

.trade-anywhere-area {
  padding: 60px 0;
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.trade-anywhere-area .qr-code-area {
  display: flex;
  align-items: center;
}

.trade-anywhere-area .qr-code-area .qr-image {
  width: 90px;
  margin-right: 20px;
}

.trade-anywhere-area .qr-code-area .qr-info {
  flex: 1;
}

.trade-anywhere-area .qr-code-area .qr-info h4 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  color: #1e2329;
}

.trade-anywhere-area .qr-code-area .qr-info h5 {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #474d57;
}

.avable-items {
  margin-top: 30px;
}

/* .avable-items .item-lsit {
  display: flex;
  flex-flow: row wrap;
} */

.avable-items .item-lsit .single-item {
  width: 33%;
}

.avable-items .item-lsit .single-item .item-link .icon {
  width: 25px;
  margin-bottom: 15px;
  -webkit-filter: invert(var(--percentage));
}

.avable-items .item-lsit .single-item .item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 20px 0;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--font-color);
}

.avable-items .item-lsit .single-item .item-link:hover {
  background: var(--background-color-hover);
  transition: 0.3s;
}

@media (max-width: 991px) {
  .trade-anywhere-left {
    margin-bottom: 30px;
  }
}

/*=================================================
    #.get-touch-area
==================================================*/

.get-touch-area {
  padding: 40px 0;
  background: var(--main-background-color);
}

.single-card {
  display: block;
  border-radius: 8px;
  transition: all 0.3s;
  border: 1px solid transparent;
  padding: 35px 20px;
  height: 280px;
  /* border: 1px solid rgb(var(--primary-color)); */
}

.single-card:hover {
  padding: 35px 20px;
  background: var(--background-color-hover);
  transform: translate(0, -6px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}

.single-card:hover .card-icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  transition: 0.3s;
}

.single-card:hover .card-title {
  transition: 0.3s;
  font-weight: 600;
  color: rgb(var(--primary-color)) !important;
}

.single-card .card-icon {
  max-width: 60px;
  margin-bottom: 30px;
  padding: 12px;
  background: var(--card-background-color);
  border-radius: 6px;
}

.single-card .card-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary-color-2);
}

.single-card .card-content {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

/*=================================================
    #.start-trading-area
==================================================*/

.start-trading-area {
  padding: 40px 0;
  background: var(--main-background-color);
}

@media (max-width: 375px) {
  .primary-btn.mr-3 {
    margin-right: 0 !important;
  }
  .secondary-btn {
    min-width: 190px;
  }
}

.user-form .form-check-label {
  padding-left: 20px;
}

.notFound-container {
  display: flex;
  height: 80vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notFound-container h1 {
  color: rgb(var(--primary-color));
  font-size: 56px;
}

.notFound-container p {
  color: var(--font-color);
  font-size: 26px;
  margin-top: 30px;
}
.Toastify__toast-theme--light {
  background-color: var(--background-color);
  color: var(--text-primary-color-2);
}
.table td,
.table th {
  padding: 0;
}
.tradeBookContainer {
  border: 1px solid rgb(126 126 126 / 20%);
}
.button-section-future {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.button-section-future .theme-btn-future {
  width: 100%;
  border-radius: 0;
  background: #32d777;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.button-section-future .theme-btn-red-future {
  width: 100%;
  border-radius: 0;
  background: #d63031;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.future-balance-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-button-future {
  background-color: var(--background-color-hover);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 5px;
}
.future-modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 500px;
  background: var(--background-color);
  padding: 3rem !important;
}
.leverage-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--background-color-trade);
  margin-top: 10px;
}
.position-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.position-container div input {
  margin-left: 10px;
  height: 50px;
  width: 80px;
  background-color: var(--main-background-color);
  border: none !important;
}
.position-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
}
.position-input {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--main-background-color);
}
.position-button-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.button-future-close {
  color: rgb(var(--primary-color)) !important;
  cursor: pointer;
}
.delete-bank-btn {
  background-color: #ff0000; /* Replace with your desired red color code */
  color: #ffffff; /* Set text color to white or any other contrasting color */
  /* Add any other necessary styles like padding, border-radius, etc. */
}

.logo-icon {
  /* Define the size of the logo if needed */
  width: 24px;
  height: 24px;
  /* Add any other necessary styles for the logo */
}
.block-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 32px 0;
  transition: 250ms;
  perspective: 500px;
}

.block-container .btn-back {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: inherit;
  height: inherit;
  border-radius: 32px;
  transition: 250ms;
  transform-style: preserve-3d;
  transform-origin: bottom right;
  transform: rotateZ(15deg);
  will-change: transform;
  box-shadow: 19px 0 40px var(--border-color);
  background-color: var(--glass-color-bg-1);
  border: 1px solid var(--bColor);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.block-container .btn-back-1 {
  background: linear-gradient(135deg, #4682eb -20%, #01beff 120%);
}

.block-container .btn-back-2 {
  background: linear-gradient(135deg, #5c46eb -20%, #013fff 120%);
}

.block-container .btn-back-3 {
  background: linear-gradient(135deg, #ebe046 -20%, #ffac01 120%);
}

.block-container .btn-front {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  border-radius: 32px;
  background-color: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  transition: 250ms;
  transform-style: preserve-3d;
  transform-origin: top left;
  overflow: hidden;
  border: 1px solid var(--bColor);
}

.block-container .btn-front svg.frame {
  width: inherit;
  height: inherit;
}

.block-container .btn-front svg.frame rect {
  width: inherit;
  height: inherit;
  fill: none;
  strokewidth: 4;
}

.block-container .btn-front svg.icon {
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

.block-container:hover > .btn-back {
  transform: translateZ(20px) rotateZ(15deg) rotateX(-30deg) rotateY(-30deg);
}

.block-container:hover > .btn-front {
  transform: translateZ(80px) translateY(-5px) rotateX(15deg) rotateY(15deg);
}

@media (max-width: 600px) {
  .block-container {
    flex-direction: column;
  }
}
.trade-anywhere-container {
  background: var(--glass-color-bg-1) !important;
  padding: 54px 28px;
  border-radius: 77px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.market-trend-area-container {
  /* background: var(--glass-color-bg-1) !important; */
  padding: 54px 148px;
  border-radius: 27px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero-section {
  align-items: flex-start;
  background-image: var(--background-color);
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: 64px 24px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.placeTopLeft {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 900px;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 105;
  left: 0;
  z-index: -1;
}
@media (min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .placeTopLeft {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 800px;
    height: 900px;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 105;
    left: 0;
    z-index: -1;
  }

  .placeTopLeft img {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
  }
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  list-style: none;
  position: relative;
}

.card:before {
  content: "";
  display: block;
  width: 100%;
}
.glass-card::before {
  padding-bottom: 150%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content {
  left: 0;
  padding: 24px;
  position: absolute;
  top: 0;
}

.card__category {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.card__heading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}
/* .badge-danger {
  background-color: #ff79863d;
} */

.banner_bg1 {
  background-image: url("https://bestwebcreator.com/cryptocash/demo/assets/images/banner_bg1.png");
}

.cover-slider-banner .slick-dots {
  bottom: -40px;
}

.cover-slider-banner .slick-dots li {
  width: 42px;
  height: 6px;
}
.cover-slider-banner .slick-dots button {
  width: 42px;
  height: 6px;
}

.cover-slider-banner .slick-dots button::before {
  width: 42px;
  height: 6px;
  content: " ";
  background: #eaecf0;
  border-radius: 9999px;
}

.cover-slider-banner .slick-dots .slick-active button::before {
  background: rgb(var(--primary-color));
}

.custom-primary-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  background-color: rgb(var(--primary-color));
  border-radius: 9999px;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  overflow: hidden;
  position: relative;
}

.market-card-main {
  padding: 32px 32px 24px;
  min-width: 378px;
  min-height: 482px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  border-radius: 24px;
}

.market-card-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  gap: 12px;
  color: rgb(29, 29, 29);
}

.market-card-title::before {
  width: 4px;
  height: 20px;
  background: rgb(var(--primary-color));
  border-radius: 1px;
  content: "";
}

.market-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.market-card-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
}

.market-card-item img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

.market-card-item-coin {
  flex: 2 1 0%;
}

.market-card-item-coin-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: rgb(29, 29, 29);
}

.market-card-item-coin-sub-name {
  font-size: 14px;
  line-height: 130%;
  color: rgba(29, 29, 29, 0.3);
}

.market-card-item-price {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.market-card-item-amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  color: rgb(29, 29, 29);
}

.market-card-item-percentage {
  margin-top: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: rgb(1, 188, 141);
}

.secure-trend-system-content {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  /* align-items: center; */
  /* font-weight: 700; */
  /* font-size: 20px; */
  line-height: 130%;
  gap: 12px;
  color: rgb(29, 29, 29);
  border-left: 4px solid var(--border-color);

  padding: 16px;
}

.secure-trend-system-content-active {
  border-left: 4px solid rgb(var(--primary-color));
}
/* 
.secure-trend-system-content::before {
  width: 4px;
  height: 100%;
  background: rgb(var(--primary-color));
  border-radius: 1px;
  content: "";
} */

.get-in-touch-card {
  background: linear-gradient(
    124.06deg,
    #f9fafb 0%,
    rgba(249, 250, 251, 0) 99.95%
  );
  min-height: 320px;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.get-in-touch-card-icon {
  height: 48px;
  width: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 10px;
  background: #ffffff4d;
  border: 1px solid #ffffff99;
  position: relative;
  z-index: 2;
}

.get-in-touch-card-icon img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 10px;
}
.get-in-touch-card-icon-shadow {
  height: 48px;
  width: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 10px;
  background: rgb(var(--primary-color));
  position: absolute;
  top: -6.39px;
  left: 9px;
  transform: rotate(15deg);
  z-index: -1;
}

.get-in-touch-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.get-in-touch-card-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.trade-anywhere-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.trade-anywhere-icon {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-background-color);
  border-radius: 100%;
}

.trade-anywhere-main h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.start-trading-main {
  background: var(--glass-color-bg-1);
  border-radius: 24px;
}
.start-trading-main-inner {
  margin: 0 auto;
  padding: 88px 212px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;

  text-align: center;
  position: relative;

  background-size: contain;
  background-position: center;
}

.get-in-touch-card-content-data {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  line-height: 130%;
  gap: 12px;
}

/*
-------------------------------------------------------------
Theme Name: Treadexpro exchange
Theme URI:
Author: itechtheme
Author URI:
Description: Treadexpro exchange is a modern dashboard template based on html css responsive with bootstrap.We’ve used modern technologies and best practices to make our product easy to work with It’s the most convenient template for developers clean code and detailed documentation, which allows you to build any projects easily! Use it for Sales Monitoring, Event Management, Helpdesk Management, Ad Campaign, analytics and other types of web or mobile applications.
Version: 1.0
License:
License
Text Domain: Treadexpro exchange
Tags: admin, best react admin template, dashboard, material design, bootstrap, responsive, react, react admin, react admin template, react dashboard, react dashboard template, react firebase, react js, React redux, react template, react-redux
-------------------------------------------------------------

-------------------------------------------------------------
#Css index
-------------------------------------------------------------
01). Common css
02). Topbar css
03). Sidebar css
04). main wrapper css
05). Dashboard css
06). Buy Coin css
07). pockaet wallet css
08). withdraw css
09). Activity css
10). Profile css
11). Setting css
12). Referral css
-------------------------------------------------------------
*/

/*
----------------------------------------------------------
    (01) Common css
----------------------------------------------------------
*/
*,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  /* font-family: "Karla", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--text-primary-color-2);
  margin-top: 40px;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

input:focus,
a:hover,
a:focus,
a:active,
button:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

HEAD body h1,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: var(--font-color); */
  color: var(--font-color) !important;
}

p {
  line-height: 30px;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
}

.cp-user-body-bg {
  background: #161a1e !important;
}

.background-col {
  background: var(--main-background-color) !important;
  height: 100%;
  /* width: 100%; */
  max-width: 1883px;
  margin-left: auto;
  margin-right: auto;
}

.container-dashboard {
  background: var(--main-background-color) !important;
  margin-right: auto;
  margin-left: auto;
}

.cp-user-content-expend {
  margin-left: 0 !important;
}

.cp-user-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.padding-30 {
  padding: 30px;
}

.cp-user-card-header-area {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-user-card-header-area h4 {
  font-weight: 600;
  font-size: 20px;
  color: var(--text-primary-color-2);
  text-transform: capitalize;
}

.cp-user-chart-dropdown .btn {
  color: var(--text-primary-color-4);
  font-size: 16px;
  border: 1px dashed #111a35;
  border-radius: 5px;
  padding: 8px 20px;
}

.cp-user-chart-dropdown .dropdown-menu {
  min-width: 112px;
  min-width: 7rem;
  text-align: center;
  padding: 0;
}

.cp-user-chart-dropdown .dropdown-toggle:after {
  border: none;
  content: url("/angle-down.svg");
  vertical-align: middle;
}

.form-control::-webkit-input-placeholder {
  color: var(--color-pallet-1) !important;
  font-size: 16px !important;
}

.form-control::-moz-placeholder {
  color: var(--color-pallet-1) !important;
  font-size: 16px !important;
}

.form-control:-ms-input-placeholder {
  color: var(--color-pallet-1) !important;
  font-size: 16px !important;
}

.form-control:-moz-placeholder {
  color: var(--color-pallet-1) !important;
  font-size: 16px !important;
}

/*
----------------------------------------------------------
    (01) Common css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (02) Topbar css
----------------------------------------------------------
*/

.cp-user-top-bar {
  background: var(--card-background-color);
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}

.dark-board {
  background: var(--background-color);
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

.cp-user-top-bar-dashboard .logo {
  padding-left: 30px;
}

.cp-user-top-bar .logo {
  padding-left: 30px;
}

.cp-user-top-bar-status-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cp-user-top-bar-status-area li:not(:last-child) {
  margin-right: 10px;
}

.cp-user-top-bar-status-area li {
  color: var(--text-primary-color-2);
}

.cp-user-top-bar-status-area li .cp-user-title {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--text-primary-color);
}

.cp-user-top-bar-status-area li .cp-user-content p {
  font-size: 14px;
  line-height: 1.5;
}

.cp-user-top-bar-status-area .cp-user-btc img {
  width: 40px;
  height: 40px;
}

.cp-user-top-bar-status-area
  li.cp-user-pending-withdrawal
  .cp-user-content
  .cp-user-btc
  span,
.cp-user-top-bar-status-area
  li.cp-user-pending-withdrawal
  .cp-user-content
  .cp-user-usd
  span,
.cp-user-top-bar-status-area li .cp-user-content .cp-user-last-visit span {
  color: #ff5556;
}

.cp-user-top-bar-status-area
  li.cp-user-available-balance
  .cp-user-content
  .cp-user-btc
  span,
.cp-user-top-bar-status-area
  li.cp-user-available-balance
  .cp-user-content
  .cp-user-usd
  span,
.cp-user-top-bar-status-area li .cp-user-content .cp-user-today span {
  color: #0de06d;
}

.cp-user-top-bar .cp-user-avater {
  display: flex;
  align-items: center;
}

.cp-user-top-bar .cp-user-top-bar-dashboard {
  display: flex;
  align-items: center;
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info {
  text-align: left;
  color: var(--text-primary-color-2);
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info span {
  font-size: 14px;
}

.cp-user-top-bar .cp-user-avater .cp-user-avater-info p {
  font-weight: 700;
  font-size: 16px;
}

.cp-user-top-bar .cp-user-avater .cp-user-img {
  padding: 3px;
  background: #e8e9ef;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.cp-user-top-bar .cp-user-avater .cp-user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.cp-user-top-bar-right .notification-list ul {
  display: block;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 2px 5px 25px #081926;
}

.cp-user-top-bar-right .notification-list ul li a {
  white-space: normal;
  padding: 9px 10px;
  line-height: 20px !important;
  color: var(--text-primary-color-4) !important;
  border-bottom: 1px solid var(--border-color-2);
}

.cp-user-top-bar-right .notification-list ul li:last-child a {
  border-bottom: none;
}

.cp-user-top-bar-right .notification-list ul li a:hover {
  background-color: #081926;
}

.cp-user-top-bar-right .notification-list .nt-title {
  text-align: center !important;
  line-height: 22px;
  padding: 13px 5px !important;
  border-bottom: 1px solid var(--border-color-2) !important;
  background: var(--card-background-color);
}

.cp-user-top-bar-right .dropdown-toggle:after {
  display: none;
}

.cp-user-top-bar-right .dropdown-menu {
  padding: 0;
  width: 350px;
  background: var(--main-background-color);
  color: var(--text-primary-color-2);
  border: 1px solid var(--border-color-2);
  border: 1px solid var(--border-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 0;
  padding: 15px;
  border-radius: 3px;
}

.notify-pending {
  display: flex;
  align-items: center;
  gap: 5px;
}

.notify-counter {
  display: flex;
  color: rgb(82, 80, 80);
  background: #f5f5f5;
  color: var(--text-primary-color-2);
  background: var(--table-background-color);
  border-radius: 5px;
  align-items: center;
  padding: 5px 10px;
  justify-content: space-between;
}

.clear-all {
  color: rgb(var(--primary-color)) !important;
  font-size: 13px;
}

.view-all {
  color: var(--title-color);
  font-size: 13px;
}

.notificationicon {
  /* position: absolute; */
  height: 5px;
  width: 5px;
  background-color: black;
  border-radius: 50%;
  padding: 8px;
  /* bottom: 40px; */
  margin-right: 10px;
}

.notify-menu-icon {
  fill: rgb(var(--primary-color));
}

.notify-grid-item {
  margin-top: 25px;
}

.notify-icon-title {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.notify-icon-title p {
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-primary-color-3);
}

.notify-grid-item h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: var(--text-primary-color-3);
}

.notify-icon-title span {
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-primary-color-3);
  opacity: 0.7;
}

.notification-body {
  margin-left: 10px;
  margin-right: 10px;
  /* border-left: 1px solid #d7d7d7; */
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  padding: 15px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.notification-body::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 7.5px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
}

.notification-body-drop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-left: 1px solid #d7d7d7;
  padding-left: 10px;
}

.notification-container {
  display: flex;
}

.notification-time {
  font-size: 12px;
  color: #636363;
  margin-top: 15px;
}

.cp-user-top-bar-right .dropdown-menu:before {
  content: "";
  height: 59px;
  width: 100%;
  background: var(--card-background-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu {
  min-width: 250px;
  width: 100%;
  max-width: 100%;
}

.profile-dropdown > .btn {
  padding: 0;
  margin-left: 15px;
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu .big-user-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 12px auto 14px;
  position: relative;
}

.profile-dropdown .dropdown-menu .big-user-thumb img {
  vertical-align: baseline;
}

.profile-dropdown .dropdown-menu .user-name {
  text-align: center;
  word-break: break-all;
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button {
  padding: 11px 20px;
  /* border-bottom: 1px solid #353b47; */
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button:last-child {
  border-bottom: none;
}

.cp-user-top-bar-right .profile-dropdown button a {
  color: var(--text-primary-color-4) !important;
  text-transform: uppercase;
  display: block;
  white-space: break-spaces;
}

.cp-user-top-bar-right .profile-dropdown .dropdown-menu button:hover a {
  background: var(--background-color-hover);
  color: rgb(var(--primary-color)) !important;
  transition: 0.3s;
}

.cp-user-top-bar-right .profile-dropdown button:hover a,
.cp-user-top-bar-right .profile-dropdown button:active a,
.cp-user-top-bar-right .profile-dropdown button:focus a {
  color: var(--text-primary-color);
}

.cp-user-top-bar-right .profile-dropdown button a i {
  margin-right: 8px;
  font-size: 19px;
  vertical-align: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.cp-user-top-bar-right .dropdown-menu .dropdown-item {
  line-height: 21px !important;
}

.cp-user-top-bar-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cp-user-top-bar-right .hm-notify .btn {
  color: var(--text-primary-color-4) !important;
  min-width: auto;
}

.notification-btn img {
  max-width: 19px;
}

.notification-btn {
  background: none;
  border: none;
}

.cp-user-top-bar-right .hm-notify-number {
  position: absolute;
  right: 6px;
  top: -7px;
  left: 10px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: rgb(var(--primary-color));
  text-align: center;
  font-size: 10px;
  color: black;
}

.cp-user-logo .cp-user-logo-large {
  max-width: 150px;
}

/*
----------------------------------------------------------
    (02) Topbar css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (03) Sidebar css
----------------------------------------------------------
*/

.cp-user-sidebar {
  width: 270px;
  position: fixed;
  height: 100vh;
  background: var(--card-background-color);
  transition: left 0.3s ease-in-out 0s;
  left: 0;
  top: 0;
  z-index: 998;
  padding-top: 90px;
  overflow-y: auto !important;
}

.cp-user-sidebar::-webkit-scrollbar {
  width: 5px;
}

.cp-user-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.cp-user-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cp-user-sidebar-menu ul li a {
  padding: 12px 15px;
  display: block;
  color: var(--text-primary-color-2);
  font-size: 15px;
}

.cp-user-sidebar-menu ul li ul li a {
  padding: 5px 30px 5px 75px;
}

.cp-user-sidebar-menu ul li ul li.sub-active a,
.cp-user-sidebar-menu ul li ul li:hover a {
  color: rgb(var(--primary-color));
}

.cp-user-sidebar-menu ul li:hover > a {
  color: rgb(var(--primary-color));
}

.cp-user-sidebar-menu ul li:hover > a .cp-user-icon .cp-user-side-bar-icon,
.cp-user-sidebar-menu
  ul
  li.cp-user-active-page
  .cp-user-icon
  .cp-user-side-bar-icon,
.cp-user-side-bar-icon-hover {
  display: none;
}

.cp-user-sidebar-menu ul li.cp-user-active-page a {
  color: var(--text-primary-color);
  color: rgb(var(--primary-color)) !important;
}

.cp-user-sidebar-menu
  ul
  li:hover
  > a
  .cp-user-icon
  .cp-user-side-bar-icon-hover,
.cp-user-sidebar-menu
  ul
  li.cp-user-active-page
  .cp-user-icon
  .cp-user-side-bar-icon-hover {
  display: inline-block;
}

.cp-user-sidebar-menu ul li a .cp-user-name {
  margin-left: 10px;
}

.cp-user-active-page > a:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: rgb(var(--primary-color));
  right: 4px;
  top: 50%;
  border-radius: 10px;
  transform: translateY(-50%);
}

.cp-user-sidebar-menu ul li a {
  position: relative;
}

.rtl-style {
  direction: rtl;
}

span.cp-user-icon {
  background: transparent;
  padding: 8px;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  overflow: hidden;
  display: block;
  line-height: 14px;
  /* vertical-align: middle; */
}

.cp-user-sidebar-hide {
  left: -270px;
}

.cp-user-body-bg._sidebar-cllopse .cp-user-sidebar {
  left: -270px;
}

.cp-user-main-wrapper {
  transition: margin-left 0.3s;
}

.cp-user-body-bg._sidebar-cllopse .cp-user-main-wrapper {
  margin-left: 0;
}

.cp-user-sidebar-toggler-s2 {
  cursor: pointer;
}

/*
----------------------------------------------------------
    (03) Sidebar css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (04) main wrapper css
----------------------------------------------------------
*/

.cp-user-main-wrapper {
  margin-left: 70px;
  padding: 0;
  margin-top: 68px !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}

.cp-user-main-wrapper-dashboard {
  padding: 0;
  overflow: hidden;
}

.cp-user-body-bg .cp-user-main-wrapper .container-fluid {
  margin: 0;
  padding: 0;
}

.cp-user-main-wrapper-expend {
  margin-left: 0 !important;
}

.cp-user-body-bg .cp-user-main-wrapper {
  margin-top: 60px;
}

/*
----------------------------------------------------------
    (04) main wrapper css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (05) Dashboard css
----------------------------------------------------------
*/

ul.cp-user-legend {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-white {
  color: var(--text-primary-color) !important;
}

ul.cp-user-legend .cp-user-color-box {
  height: 15px;
  width: 20px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
}

ul.cp-user-legend li {
  display: flex;
  align-items: center;
  color: var(--text-primary-color-2);
  font-size: 16px;
}

ul.cp-user-legend li:not(:last-child) {
  margin-right: 30px;
}

ul.cp-user-legend .cp-user-color-box-1 {
  background: #5347ff;
}

ul.cp-user-legend .cp-user-color-box-2 {
  background: rgb(var(--primary-color));
}

ul.history-legend .cp-user-color-box-2 {
  background: #0de06d;
}

.cp-user-transaction-history-table {
  margin-top: 30px;
}

.cp-user-transaction-history-table table tr th,
.cp-user-transaction-history-table table tr td {
  color: var(--text-primary-color-2);
}

.cp-user-transaction-history-table table tr th {
  font-size: 18px;
  font-weight: 700;
}

.cp-user-transaction-history-table table tr td {
  font-size: 16px;
  font-weight: 400;
}

.cp-user-transaction-history-table table tr td,
.cp-user-transaction-history-table table thead tr th {
  height: 74px;
  vertical-align: middle;
  /* padding: 0 !important; */
}

.cp-user-transaction-history-table table thead tr th,
.cp-user-transaction-history-table table tbody tr td {
  border-bottom: 1px solid #182346;
}

.cp-user-transaction-history-table table tbody tr td:first-child:focus {
  box-shadow: none;
  outline: none;
}

.cp-user-transaction-history-table table thead tr th {
  border-top: 1px solid #182346;
}

.cp-user-transaction-history-table table tbody tr {
  background: transparent;
}

table.dataTable.no-footer {
  border: none;
}

.dataTables_info {
  display: none;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 50%;
  left: 4px;
  height: 16px;
  width: 16px;
  border: 2px solid rgb(var(--primary-color));
  border-radius: 16px;
  line-height: 16px;
  background-color: rgb(var(--primary-color));
  transform: translateY(-50%);
}

.status-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 111px;
  padding: 10px 24px;
}

.status-card-inner .content p {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.status-card-inner .content h3 {
  font-size: 32px;
  font-weight: 700;
}

.status-card-inner .icon img {
  height: 70px;
}

.status-card {
  border: none;
  color: #2a2e37;
  box-shadow: 1px 5px 20px 0px rgb(0 0 0 / 8%);
}

.status-card .card-body {
  background: var(--card-background-color);
  margin: 1px;
  border-radius: 3px;
}

.status-card-bg-blue {
  background: linear-gradient(to left, #7beafe, #1c8cfa);
}

.status-card-bg-green {
  background: linear-gradient(to right, #3adf9e, #b3fb5b);
}

.status-card-bg-read {
  background: linear-gradient(to right, #fc516a, #ff7e76);
}

/*
----------------------------------------------------------
    (05) Dashboard css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (06) Buy Coin css
----------------------------------------------------------
*/

.cp-user-payment-type .form-group {
  display: block;
  margin-bottom: 30px;
}

.cp-user-payment-type .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cp-user-payment-type .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: var(--text-primary-color-2);
  margin-bottom: 0;
}

.cp-user-payment-type .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #2b3c70;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}

.cp-user-payment-type .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #0de06d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cp-user-payment-type .form-group input:checked + label:before {
  border-color: #0de06d;
}

.cp-user-buy-coin-content-area p {
  color: var(--text-primary-color-2);
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-size: 16px;
}

.cp-user-coin-info .form-control {
  height: 60px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
  background: var(--card-background-color);
  box-shadow: none;
  color: #b1b5c3;
  font-size: 18px;
  color: var(--text-primary-color-2);
}

.cp-user-coin-info label {
  font-size: 18px;
  color: #b1b5c3;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.cp-user-coin-info .form-control::-webkit-input-placeholder {
  color: #b1b5c3;
  font-size: 18px;
  text-transform: capitalize;
}

.cp-user-coin-info .form-control::-moz-placeholder {
  color: #b1b5c3;
  font-size: 18px;
  text-transform: capitalize;
}

.cp-user-coin-info .form-control:-ms-input-placeholder {
  color: #b1b5c3;
  font-size: 18px;
  text-transform: capitalize;
}

.cp-user-coin-info .form-control:-moz-placeholder {
  color: var(--text-primary-color-4);
  font-size: 18px;
  text-transform: capitalize;
}

.cp-user-payment-type {
  margin-top: 50px;
}

.cp-user-payment-type h3 {
  color: var(--text-primary-color-4);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.cp-user-coin-rate ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 33px;
}

.cp-user-coin-rate ul li {
  color: var(--text-primary-color-2);
  font-size: 18px;
  font-weight: 700;
}

.cp-user-coin-rate .img img {
  height: 430px;
  width: 430px;
  display: table;
  margin: auto;
}

/* Bit Coin */

.cp-user-bit-coin-card {
  min-height: 693px;
}

.cp-user-cp-user-coin-info-area h5 {
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}

.cp-user-qr {
  display: table;
  margin: 50px auto;
}

.cp-user-qr img {
  width: 150px;
}

.cp-user-copy .input-group .btn,
.cp-user-copy .input-group input,
.cp-user-copy .input-group {
  height: 60px;
}

.cp-user-copy .input-group {
  border-radius: 24px;
  overflow: hidden;
}

.cp-user-copy .input-group .btn {
  background: rgb(var(--primary-color));
  width: 130px;
  color: var(--text-primary-color);
  text-transform: capitalize;
}

.cp-user-copy .input-group .btn:hover {
  background: #ffce51;
  color: var(--text-primary-color-4) !important;
}

.cp-user-copy .input-group .form-control {
  background: transparent;
  text-align: center;
  color: var(--text-primary-color-2);
}

.cp-user-copy .input-group .form-control,
.cp-user-copy .input-group .form-control:active,
.cp-user-copy .input-group .form-control:focus {
  border: 1px solid var(--border-color);
  box-shadow: none;
  border-radius: 0 24px 24px 0;
}

.cp-user-copy .cp-user-buy-btn {
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  background: #ffc107;
  color: var(--text-primary-color);
  border-radius: 24px;
  max-width: 530px;
  width: 100%;
  display: block;
  margin: 30px auto;
}

.cp-user-copy .cp-user-buy-btn:hover {
  color: var(--text-primary-color-4) !important;
  background: #ffce51;
}

/* credit card */

.cp-user-credit-card-area {
  min-height: 915px;
}

.cp-user-card-info .form-group {
  margin-bottom: 30px;
}

.cp-user-card-info .form-control {
  height: 70px;
  background: transparent;
  box-shadow: none;
  border: 1px solid #2b3c70;
  color: var(--text-primary-color-2);
}

.cp-user-card-info label {
  color: var(--text-primary-color-2);
  font-size: 18px;
  text-transform: capitalize;
}

.slider-image-class {
  border-radius: 16px;
  cursor: pointer;
  opacity: 0.8;
}

/* Bank info */

#cp-user-upload-bank-info {
  display: none;
}

.cp-user-upload-info {
  margin-top: 50px;
}

.cp-user-upload-info label {
  background: #1b2953;
  max-width: 280px;
  width: 100%;
  height: 120px;
  border-radius: 3px;
  border: 2px dashed #2b3c70;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cp-user-bank-info ul {
  display: block;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.cp-user-bank-info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-user-bank-info ul li span {
  flex-basis: 33.33%;
}

.cp-user-bank-info ul li:first-child {
  border-top: 1px solid #253562;
}

.cp-user-bank-info ul li {
  color: var(--text-primary-color-2);
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #253562;
  border-left: none;
  border-right: none;
  height: 90px;
  line-height: 90px;
}

.cp-user-bank-info ul li .cp-user-dot {
  text-align: center;
}

/*
----------------------------------------------------------
    (06) Buy Coin css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (07) pockaet wallet css
----------------------------------------------------------
*/

.cp-user-wallet-table table {
  text-align: center;
}

.cp-user-wallet-table table thead tr th {
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.cp-user-wallet-table table tbody tr {
  background: transparent !important;
}

.cp-user-wallet-table table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
  margin-right: 20px;
}

.cp-user-wallet-table table tbody tr td,
.cp-user-wallet-table table thead tr th {
  vertical-align: middle;
  text-align: center !important;
  border: none;
}

.cp-user-body-bg .cp-user-wallet-table table tbody tr td,
.cp-user-body-bg .cp-user-wallet-table table thead tr th {
  color: var(--text-primary-color-4) !important;
}

.cp-user-wallet-card .cp-user-card-header-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 15px 0;
}

.cp-user-wallet-card .btn {
  border-radius: 3px;
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}

.cp-user-wallet-card .btn.cp-user-add-pocket {
  background: rgb(var(--primary-color));
  margin-right: 10px;
}

.cp-user-wallet-card .btn.cp-user-move-coin {
  background: #fbae51;
}

.cp-user-pagin {
  border-radius: 50px;
  border: 1px solid #182346;
  max-width: 370px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

.cp-user-pagin ul li a {
  padding: 10px;
  display: block;
  font-size: 23px;
  color: var(--text-primary-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp-user-select-area {
  position: relative;
}

.cp-user-select-area:after {
  position: absolute;
  content: url("/cart-down.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.form-control {
  height: 60px;
  border: 1px solid #dcdff2;
  border-radius: 3px;
  box-shadow: none;
  color: var(--text-primary-color-2);
}

.modal .form-control::-webkit-input-placeholder {
  color: var(--text-primary-color-2) !important;
  font-size: 16px !important;
}

.modal .form-control::-moz-placeholder {
  color: var(--text-primary-color-2) !important;
  font-size: 16px !important;
}

.modal .form-control:-ms-input-placeholder {
  color: var(--text-primary-color-2) !important;
  font-size: 16px !important;
}

.modal .form-control:-moz-placeholder {
  color: var(--text-primary-color-2) !important;
  font-size: 16px !important;
}

.modal label {
  color: var(--text-primary-color-2);
  font-size: 16px;
}

.cp-user-move-btn {
  padding: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: rgb(var(--primary-color));
  text-transform: capitalize;
}

.cp-user-move-btn,
.cp-user-move-btn:hover {
  border-radius: 3px;
  color: var(--text-primary-color);
}

.cp-user-move-coin-modal .modal-content {
  position: relative;
  border-radius: 30px;
}

.cp-user-move-coin-modal .modal-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111a35;
}

p,
td,
tr {
  color: var(--font-color);
}

.cp-user-move-coin-modal .modal-content .cp-user-img-vector {
  margin-top: -70px;
}

.cp-user-move-coin-modal .close {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #e9ebf2;
}

.cp-user-move-coin-modal .close,
.cp-user-move-coin-modal .close:hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cp-user-deposit-card-select.cp-user-select-area:after {
  position: absolute;
  content: url("/cart-down.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 1px;
  width: 20px;
  line-height: 1;
}

.cp-user-deposit-card.cp-user-custom-card {
  min-height: 750px;
}

.cp-user-withdraw-card .cp-user-card-header-area,
.cp-user-deposit-card .cp-user-card-header-area {
  border-bottom: 1px dashed var(--border-color);
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.cp-user-deposit-card .cp-user-qr {
  margin-top: 0;
}

.cp-user-deposit-card .cp-user-qr img {
  width: 180px;
}

.cp-user-deposit-card-select .form-control {
  background: #2a3865;
  border: 1px solid #2a3865;
  border-radius: 3px;
  box-shadow: none;
  color: var(--text-primary-color-2);
  text-transform: capitalize;
  line-height: 60px;
  padding: 0;
}

.cp-user-deposit-card-select .form-control .init {
  font-size: 16px;
  font-weight: 700;
  padding-right: 40px;
}

.cp-user-deposit-card-select .cp-user-title {
  font-weight: 700;
  font-size: 18px;
}

.cp-user-deposit-card-select ul li {
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #2a3865;
  height: 60px;
  line-height: 60px;
}

.cp-user-deposit-card-select ul li:not(.init) {
  display: none;
  border-top: none;
}

.cp-user-deposit-card-select li.init {
  cursor: pointer;
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav {
  justify-content: flex-end;
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav .nav-link {
  width: 130px;
  padding: 10px 0;
  border-radius: 5px;
}

.cp-user-deposit-card .tabe-menu .cp-user-profile-nav .nav-link.active {
  box-shadow: none;
}

a#submit {
  z-index: 1;
}

.cp-user-past-address-list {
  min-height: 430px;
  overflow-y: auto;
}

/* Scrollbar */

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #111a35;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 4px;
  min-width: 10px;
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -4px;
  min-height: 10px;
  width: 4px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-macosx
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}

/*
----------------------------------------------------------
    (07) pockaet wallet css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (08) withdraw css
----------------------------------------------------------
*/

.cp-user-withdraw-card .form-group {
  margin-bottom: 30px;
}

.cp-user-withdraw-card .form-control {
  background: transparent;
  border: 1px solid #2a3865;
  border-radius: 3px;
  box-shadow: none;
  color: var(--text-primary-color-2);
  height: 70px;
}

.cp-user-withdraw-card textarea.form-control {
  height: initial;
  padding: 15px;
}

.cp-user-withdraw-card label {
  color: var(--text-primary-color-2);
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cp-user-withdraw-card .submit-btn {
  background: #2a3865;
  border-radius: 3px;
  height: 70px;
  color: var(--text-primary-color);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
}

.cp-user-withdraw-card .cp-user-coin-address {
  position: relative;
}

.cp-user-withdraw-card .cp-user-coin-address:after {
  position: absolute;
  content: url("/cp-user-coin-address.svg");
  top: 55%;
  right: 20px;
  transform: translateY(-50%);
}

/*
----------------------------------------------------------
    (08) withdraw css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (09) Activity css
----------------------------------------------------------
*/

.cp-user-activity-card .cp-user-card-header-area {
  border-bottom: 1px dashed #2b3c70;
}

.cp-user-activity-card .cp-user-card-header-area,
.cp-user-activity-card .cp-user-card-header-area-2 {
  padding-bottom: 30px;
}

.cp-user-activity-card .cp-user-card-header-area-2 h5 {
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 20px;
}

.cp-user-activity-card
  .cp-user-card-header-area-2
  .cp-user-chart-dropdown
  .btn {
  color: var(--text-primary-color-2);
  font-size: 16px;
  border: 1px dashed #111a35;
  border-radius: 5px;
  padding: 5px 15px;
}

/*
----------------------------------------------------------
    (09) Activity css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (10) Profile css
----------------------------------------------------------
*/

.cp-user-profile-nav {
  background: var(--card-background-color);
  border-radius: 5px;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 40px;
}

.cp-user-profile-nav .cp-user-img {
  width: 100%;
  display: block;
}

.cp-user-profile-nav .nav-link {
  text-align: center;
  color: var(--text-primary-color-2);
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 15px 15px;
}

.cp-user-profile-nav .nav-link.active,
.cp-user-profile-nav .nav-item:hover .nav-link {
  color: rgb(var(--primary-color));
}

.cp-user-profile-nav .nav-link.active .cp-user-img .img-active,
.cp-user-profile-nav .nav-item:hover .nav-link .cp-user-img .img-active,
.cp-user-profile-nav .cp-user-img .img-normal {
  display: block;
}

.cp-user-profile-nav .nav-link.active .cp-user-img .img-normal,
.cp-user-profile-nav .cp-user-img .img-active,
.cp-user-profile-nav .nav-item:hover .nav-link .cp-user-img .img-normal {
  display: none;
}

.cp-user-profile-nav .cp-user-img {
  margin-bottom: 10px;
}

.cp-user-profile-nav .cp-user-img img {
  display: table;
  margin: auto;
}

.cp-user-profile-tab-content .cp-user-custom-card {
  box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
  border-radius: 16px;
  background: var(--main-background-color);
}

.cp-user-profile-header {
  margin-bottom: 30px;
}

.cp-user-profile-header h5 {
  color: var(--text-primary-color-2);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.cp-user-profile-tab-content .cp-user-custom-card .cp-user-profile-info ul li {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
  color: var(--text-primary-color-2);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-user-profile-tab-content
  .cp-user-custom-card
  .cp-user-profile-info
  ul
  li
  span.pending {
  color: rgb(var(--primary-color));
}

.cp-user-profile-tab-content
  .cp-user-custom-card
  .cp-user-profile-info
  ul
  li:first-child {
  border-top: 1px solid var(--border-color);
}

.cp-user-profile-tab-content
  .cp-user-custom-card
  .cp-user-profile-info
  ul
  li
  span {
  flex-basis: 33.33%;
}

.cp-user-profile-tab-content
  .cp-user-custom-card
  .cp-user-profile-info
  ul
  li
  span:last-child {
  text-align: left;
}

.cp-user-profile-tab-content
  .cp-user-custom-card
  .cp-user-profile-info
  ul
  li
  span.cp-user-dot {
  text-align: center;
}

.user-profile-img {
  height: 198px;
  width: 198px;
  border-radius: 50%;
  display: block;
  margin: auto;
  background: var(--card-background-color);
  border: 4px solid var(--border-color);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}

.user-profile-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-cp-user-profile-info {
  text-align: center;
  margin-top: 30px;
}

.user-cp-user-profile-info h4 {
  color: var(--text-primary-color-2);
  font-weight: 700;
  font-size: 20px;
}

.user-cp-user-profile-info p {
  color: var(--text-primary-color-2);
  font-size: 16px;
  margin-top: 5px;
}

.user-cp-user-profile-info #upload-user-img {
  display: none;
}

.user-cp-user-profile-info .upload-user-img {
  max-width: 180px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 24px;
  background: rgb(var(--primary-color));
  box-shadow: 0 10px 20px rgb(255 186 0 / 22%);
  color: var(--text-primary-color);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

/* .cp-user-profile-info .form-group {
  margin-bottom: 30px;
} */

.cp-user-profile-info .form-control {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 5px 15px;
  height: 55px;
  box-shadow: none;
  color: var(--text-primary-color-2);
}

.form-control {
  color: var(--text-primary-color-2);
}

.cp-user-profile-info label,
.cp-user-profile-info .form-control {
  color: var(--text-primary-color-2);
}

.cp-user-profile-info .profile-edit-btn {
  min-width: 150px;
  height: 55px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 18px;
  border-radius: 24px;
}

.cp-user-profile-info .form-group small {
  color: var(--text-primary-color-2);
}

.cp-user-profile-info .form-group .code-list p {
  color: var(--text-primary-color-2);
}

/* phone verify */

.input-group-prepend .dropdown-toggle:after {
  display: none;
}

.input-group-prepend-phone-verify .btn {
  height: 70px;
  background: #2a3865;
  width: 150px;
  color: var(--text-primary-color-2);
  position: relative;
  font-size: 16px;
  text-align: left;
  padding: 0 25px;
}

.input-group-prepend-phone-verify .btn:before {
  position: absolute;
  content: url("/angle-down.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.verify-input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.verify-input {
  width: 245px;
}

/* id verify */

.modal {
  z-index: 99999999 !important;
}

.cp-user-idverifycard {
  min-height: 560px;
}

.cp-user-idverifymodal .modal-content {
  border-radius: 12px !important;
  position: relative;
}

.cp-user-idverifymodal .modal-body {
  padding: 50px;
  background-color: var(--main-background-color);
}

.cp-user-profile-info-id-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

.id-card-type {
  position: relative;
  text-align: center;
  width: 33.33%;
  padding: 0 15px;
}

.address-area-info {
  background-color: rgb(var(--primary-color));
  color: var(--text-primary-color) !important;
  padding: 10px;
  margin-bottom: 10px;
}

.id-card-type .card-bottom span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  top: 0;
  width: 110px;
  height: 30px;
  background: #ff5556;
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.id-card-type .card-bottom span:after {
  position: absolute;
  left: 100%;
  content: "";
  border-left: 20px solid #ff5556;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.id-card-type .card-bottom.pending span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  top: 0;
  width: 110px;
  height: 30px;
  background: rgb(var(--primary-color));
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.id-card-type .card-bottom.pending span:after {
  position: absolute;
  left: 100%;
  content: "";
  border-left: 20px solid rgb(var(--primary-color));
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.id-card-type .card-bottom.success span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  top: 0;
  width: 110px;
  height: 30px;
  background: #1dbf73;
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.id-card-type .card-bottom.success span:after {
  position: absolute;
  left: 100%;
  content: "";
  border-left: 20px solid #1dbf73;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.id-card-type h5 {
  color: var(--text-primary-color-2);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.id-card-type .id-card {
  background: var(--glass-color-bg-1);
  border-radius: 12px;
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.id-card-type .id-card img {
  /* background: var(--card-background-color); */
  border-radius: 12px;
  width: 250px;
  padding: 15px;
}

.idcard .cp-user-title {
  font-size: 18px;
  font-weight: 700;
  color: #2a3865;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.idcard .card-inner {
  border-radius: 12px;
  width: 290px;
  min-height: 160px;
  border: 1px solid #e4e6f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iduploadbtn {
  max-width: 290px;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #2a3865;
  text-align: center;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
}

.iduploadbtn:after {
  position: absolute;
  content: url("/cards/uploadimgbg.svg");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
}

.carduploadbtn {
  background: rgb(var(--primary-color));
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  max-width: 480px;
  width: 100%;
  text-transform: capitalize;
  display: block;
  margin: 30px auto 0;
  border-radius: 7px;
}

.carduploadbtn,
.carduploadbtn:hover {
  border-radius: 24px;
  color: var(--text-primary-color);
}

.cp-user-idverifymodal .modal-content .close {
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  top: -15px;
  right: -15px;
  background: white;
  color: gray;
  padding: 0;
}

.cp-user-idverifymodal .modal-content .close,
.cp-user-idverifymodal .modal-content .close:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*
----------------------------------------------------------
    (10) Profile css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (11) Setting css
----------------------------------------------------------
*/

.cp-user-setting-card .cp-user-card-header-area {
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.cp-user-auth-icon {
  height: 172px;
  width: 172px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-user-setting-card .cp-user-content {
  margin: 40px 0;
}

.cp-user-setting-card .cp-user-content h5 {
  font-size: 18px;
  color: var(--text-primary-color-2);
  margin-bottom: 0;
}

.cp-user-setting-card .cp-user-content h5.modal-title {
  color: #0c1123;
}

.cp-user-setting-card .cp-user-content p {
  font-size: 16px;
  color: var(--text-primary-color-2);
  margin-bottom: 15px;
}

.cp-user-setting-card .cp-user-content .cp-user-setupbtn {
  background: var(--gray-dark);
  color: var(--text-primary-color);
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  height: 60px;
  min-width: 185px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.cp-user-setting-card .cp-user-content .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-top: 20px;
}

.cp-user-setting-card .cp-user-content .switch input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}

.cp-user-setting-card .cp-user-content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--text-primary-color-4) !important;
  transition: 0.4s;
}

.cp-user-setting-card .cp-user-content .slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: 4px;
  top: 50%;
  background: rgb(var(--primary-color));
  transition: 0.4s;
  transform: translateY(-50%);
}

.cp-user-setting-card .cp-user-content input:checked + .slider {
  background: var(--background-color-hover) !important;
}

.cp-user-setting-card .cp-user-content input:checked + .slider:before {
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #fec939 100%
  );
  transform: translate(58px, -50%);
}

/* Rounded sliders */

.cp-user-setting-card .cp-user-content .slider.round:before,
.cp-user-setting-card .cp-user-content .slider.round {
  border-radius: 50px;
}

.cp-user-preferance-setting .form-control {
  color: var(--text-primary-color-2);
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  box-shadow: none;
  /* background: var(--card-background-color); */
  padding: 5px 15px;
  border-color: transparent;
}

.deposit-conatiner .form-control {
  color: var(--text-primary-color-2);
  border-radius: 5px;
  height: 45px;
  font-size: 18px;
  box-shadow: none;
  background: var(--card-background-color);
  padding: 5px 15px;
  border-color: var(--border-color) !important;
}

.cp-user-preferance-setting {
  position: relative;
  border: 1px solid var(--border-color);
}

.cp-user-preferance-setting:after {
  position: absolute;
  content: url("/cart-down.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.cp-user-setting-card .cp-user-content .form-group {
  margin-bottom: 30px;
}

.cp-user-setting-card .cp-user-content label {
  color: var(--text-primary-color-2);
  font-size: 18px;
  margin-bottom: 15px;
}

.cp-user-setting-card-inner-preference {
  min-height: 540px;
}

/*
----------------------------------------------------------
    (11) Setting css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (12) Referral css
----------------------------------------------------------
*/

.cp-user-card-header-bb {
  border-bottom: 1px solid rgb(36 40 49 / 15%);
  margin-bottom: 30px;
  margin-top: 15px;
}

.cp-user-referral-content .form-control {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  text-align: center;
  color: var(--text-primary-color-2);
  font-size: 16px;
  box-shadow: none;
}

.cp-user-referral-content label {
  font-size: 16px;
  color: var(--text-primary-color-2);
  margin-bottom: 15px;
}

.cp-user-referral-content .copy-url-btn {
  background: rgb(var(--primary-color));
  color: var(--text-primary-color);
  font-size: 18px;
  font-weight: 700;
  width: 170px;
  border-radius: 12px 0 0 12px;
}

.input-address-bar .input-address-bar-btn {
  padding: 4px 20px;
}

.cp-user-referral-content .copy-url-btn:hover {
  background: #ffce51;
  color: var(--text-primary-color-4) !important;
}

.cp-user-card-header-area .cp-user-card-header-bb .cp-user-content-bottom {
  margin-top: 30px;
}

.cp-user-referral-content .cp-user-content-bottom .or {
  font-size: 20px;
  font-weight: 700;
  color: #b1b5c3;
}

.cp-user-share-title {
  font-size: 18px;
  color: var(--text-primary-color-2);
  margin: 30px 0;
}

.cp-user-share-buttons ul {
  display: flex;
  align-items: center;
}

.cp-user-share-buttons ul li:not(:last-child) {
  margin-right: 30px;
}

.cp-user-share-buttons ul li a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: var(--text-primary-color);
  border-radius: 24px;
  font-size: 18px;
  font-weight: 700;
}

.cp-user-share-buttons ul li a i {
  margin-right: 10px;
}

.cp-user-share-buttons ul li a.fb {
  background: #3b5998;
}

.cp-user-share-buttons ul li a.twit {
  background: #55acee;
}

.cp-user-share-buttons {
  margin-bottom: 30px;
}

.cp-user-myreferral table.dataTable tbody tr {
  background: transparent !important;
}

.cp-user-myreferral table.dataTable thead tr th {
  color: var(--text-primary-color-2);
  color: var(--text-primary-color-4) !important;
  font-weight: 500;
  font-size: 18px;
}

.cp-user-myreferral table.dataTable tbody tr td {
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  color: var(--text-primary-color-2);
  vertical-align: middle;
}

.cp-user-myreferral table.dataTable thead th,
.cp-user-myreferral table.dataTable thead td {
  border-bottom: none;
}

.cp-user-myreferral table.dataTable thead th {
  border-top: 1px solid var(--border-color);
}

.cp-user-myreferral table.dataTable thead th,
.cp-user-myreferral table.dataTable tbody td {
  border-bottom: 1px solid var(--border-color);
}

/*
----------------------------------------------------------
    (12) Referral css
----------------------------------------------------------
*/

/* for vanila toaster */

#vanillatoasts-container {
  z-index: 99999999;
}

.red-text {
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 0px;
}

.user-form .form-control {
  color: var(--text-primary-color-4) !important;
}

.user-form .form-control.invalid-field {
  border-color: #ff0000;
}

.user-form .form-control:focus {
  background: transparent;
  color: var(--text-primary-color-4) !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\2193";
}

div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid var(--border-color);
  width: 350px;
  height: 40px;
  background: transparent;
  border-radius: 5px;
  color: var(--text-primary-color-2);
  font-size: 16px;
  padding: 0 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
  color: var(--text-primary-color-2);
  font-size: 17px;
  font-weight: 700;
}

.cp-user-profile-info textarea.form-control {
  height: 150px;
  padding: 15px;
}

.deposite-tabs .cp-user-profile-nav .nav-link {
  width: 130px;
  padding: 8px 0;
}

.deposite-tabs .cp-user-profile-nav .nav-link.active {
  box-shadow: none;
  border: 1px dashed #f3f3f3;
  border-radius: 4px;
}

/* =================================
member club
====================================*/

.clap-wrap ul li h4 {
  color: var(--text-primary-color-2);
  font-size: 16px;
}

.cp-user-wallet-card ul li h4.text-warning {
  font-size: 16px;
}

.text-warning {
  color: #ffc107 !important;
  font-size: 13px;
}

.user-plan-table {
  border: 1px solid #2b3c70;
}

.user-plan-table li h4 {
  color: var(--text-primary-color-2);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2b3c70;
  padding: 20px;
}

.user-plan-table li h4 span {
  flex-basis: 50%;
  position: relative;
  text-align: right;
}

.user-plan-table li h4 span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: ":";
}

.user-plan-table .user-t-img {
  padding: 20px;
  text-align: center;
}

.cp-user-wallet-card .cp-user-card-header-area-c {
  padding-bottom: 0;
}

.theme-btn {
  color: var(--text-primary-color);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 35px;
  border: 0;
  border-radius: 0;
  position: relative;
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #fec939 50%,
    #bca156
  );
  background-size: 200%, 1px;
  background-position: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 1px;
  text-align: center;
}

.theme-btn-red {
  color: var(--text-primary-color);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 35px;
  border: 0;
  border-radius: 4px !important;
  position: relative;
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #fec939 50%,
    #bca156
  );
  background-size: 200%, 1px;
  background-position: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 1px;
  text-align: center;
}

.theme-btn:hover,
.theme-btn {
  border-radius: 5px !important;
}

.theme-btn-red:hover,
.theme-btn {
  border-radius: 5px !important;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background-position: 100% !important;
  color: var(--text-primary-color);
}

.theme-btn-red:hover,
.theme-btn-red:focus,
.theme-btn-red:active {
  background-position: 100% !important;
  color: var(--text-primary-color);
}

.table td,
.table th {
  border-top: 0;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
  background: transparent;
  color: var(--text-primary-color-2);
  padding: 5px;
  height: 40px;
  border-radius: 5px;
  margin: 0 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter {
  /* margin-bottom: 14px; */
  text-align: center !important;
}
.dataTables_scroll {
  padding: 15px 10px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: var(--text-primary-color-2);
}

.dataTables_length select option {
  color: #333;
}

.cp-user-active-page a {
  background: var(--background-color);
  position: relative;
}

.cp-user-sidebar-menu ul li ul li a {
  padding: 10px;
  padding: 5px 30px 5px 58px;
}

.cp-user-sidebar-menu ul li .arrow-icon {
  position: relative;
}

.cp-user-sidebar-menu ul li .arrow-icon::before {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transform-origin: center;
  font-size: 19px;
}

.cp-user-sidebar-menu ul li.mm-active .arrow-icon::before {
  content: "\f106";
  font-family: fontawesome;
}

.cp-user-sidebar .mb-sidebar-toggler {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 11;
}

.accordion .card {
  margin-bottom: 20px;
  border: none;
  background: transparent;
}

.accordion .cp-user-referral-content:last-child .card {
  margin-bottom: 0;
}

.accordion .card .card-header {
  border: none;
  padding: 0;
}

.accordion .card .card-header h5 button {
  display: block;
  width: 100%;
  text-align: left;
  background: var(--primary-background-color) !important;
  padding: 20px 15px;
  font-size: 16px;
  color: var(--title-color);
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
}

.accordion .card .card-body {
  background: var(--main-background-color);
  font-size: 16px;
  font-weight: 400;
  color: var(--bColor);
  padding: 20px 15px;
  margin-top: 10px;
  border-radius: 5px;
}

.accordion .card .card-header h5 button {
  position: relative;
  border-bottom: none;
}

.header-align {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mright-5 {
  margin-right: 20px;
}

/* .accordion .card .card-header h5 button.collapsed::before {
  position: absolute;
  content: "\f067";
  font-family: fontawesome;
  font-size: 16px;
  color: var(--text-primary-color-2);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .card .card-header h5 button::before {
  position: absolute;
  content: "\f068";
  font-family: fontawesome;
  font-size: 16px;
  color: var(--text-primary-color-2);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
} */

.cp-user-referral-content .card {
  box-shadow: none;
}

.marquee {
  background: #212e55;
  margin-bottom: 30px;
  border-radius: 2px;
}

.marquee ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marquee ul li {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  color: var(--text-primary-color-2);
}

.marquee ul li:not(:last-child) {
  margin-right: 30px;
}

.transfer-coin-option {
  margin-top: 50px;
}

.transfer-coin-option li {
  color: var(--text-primary-color-2);
  display: block;
  position: relative;
  width: 100%;
}

.transfer-coin-option li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.transfer-coin-option li label {
  display: block;
  position: relative;
  margin: 10px auto;
  padding-left: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.25s linear;
  font-size: 18px;
  font-weight: 500;
}

.transfer-coin-option li:hover label {
  color: var(--text-primary-color-4) !important;
}

.transfer-coin-option li .check {
  display: block;
  position: absolute;
  border: 2px solid var(--color-pallet-1);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.transfer-coin-option li:hover .check {
  border: 2px solid #ffffff;
}

.transfer-coin-option li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.transfer-coin-option li input[type="radio"]:checked ~ .check {
  border: 2px solid rgb(var(--primary-color));
}

.transfer-coin-option li input[type="radio"]:checked ~ .check::before {
  background: rgb(var(--primary-color));
}

.dataTables_length label select {
  text-align: center !important;
}

.transfer-tabs .nav-link.active,
.transfer-tabs .show > .nav-link {
  color: var(--text-primary-color);
  background-color: rgb(var(--primary-color));
}

.transfer-tabs .nav-link {
  color: var(--text-primary-color-2);
  border-radius: 3px;
  padding: 0.5rem 0.3rem;
  border: 1px solid rgb(var(--primary-color));
}

.transfer-tabs .nav-item:not(:last-child) {
  margin-right: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--text-primary-color);
  /* background-color: #0d6efd; */
  background-color: var(--background-color) !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.bank-details h3 {
  color: var(--text-primary-color-4) !important;
}

.bank-details .table tr td {
  color: var(--text-primary-color-2);
}

.cp-select-area {
  position: relative;
}

.cp-select-area::before {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 30px;
  color: var(--text-primary-color-2);
}

.cp-user-active-page ul li:hover a,
.cp-user-active-page ul li.cp-user-submenu-active a {
  color: rgb(var(--primary-color));
}

.profile-edit-btn.phn-verify-btn {
  min-width: 100%;
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 25px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color) !important;
  border-radius: 3px;
}

.profile-edit-btn.phn-verify-btn:hover {
  border-radius: 3px;
}

.withdraw-form label {
  font-size: 16px;
  font-weight: 500;
}

.withdraw-form .form-control::-webkit-input-placeholder {
  font-size: 14px !important;
}

.withdraw-form .form-control::-moz-placeholder {
  font-size: 14px !important;
}

.withdraw-form .form-control:-ms-input-placeholder {
  font-size: 14px !important;
}

.withdraw-form .form-control:-moz-placeholder {
  font-size: 14px !important;
}

.cp-user-active-notice {
  color: var(--text-primary-color-4) !important;
  text-align: center;
}

.user-cp-user-profile-info .cp-user-btc span img {
  width: 25px;
}

.cp-user-available-balance-profile p span {
  color: #0de06d;
}

.dashboard-tabs {
  justify-content: flex-end;
}

.dashboard-tabs .nav-link {
  color: var(--text-primary-color-2);
  text-transform: capitalize;
  margin-left: 5px;
  border-radius: 3px;
  border: 1px solid #c3cbdb;
}

.dashboard-tabs .nav-link.active {
  color: var(--text-primary-color);
  border-color: transparent;
  background: rgb(var(--primary-color));
}

.dash-chart {
  width: 100% !important;
}

/* datatable csss overwrite */

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  padding: 0;
  border: none !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
}

.paging_simple_numbers {
  display: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: var(--text-primary-color-2) !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dark-modal.modal-content {
  border-radius: 16px;
  background: var(--main-background-color);
}

.dark-modal.modal-content .modal-header {
  background: var(--main-background-color);
  border-bottom: 1px solid var(--border-color);
}

.dark-modal.modal-content .modal-header button span,
.dark-modal.modal-content .modal-header .modal-title {
  color: var(--text-primary-color-2);
}

.dark-modal.modal-content .modal-body {
  background: var(--main-background-color);
  color: var(--text-primary-color-2);
}

.dark-modal.modal-content .modal-body h6 {
  color: var(--text-primary-color-2);
}

.font-16 {
  font-size: 16px !important;
}

.text-mute {
  color: var(--color-pallet-1) !important;
}

.ico-phase-info-list p {
  color: var(--text-primary-color-2);
}

.ico-phase-info-list .ico-phase-ul {
  display: block;
  padding: 15px;
}

.ico-phase-info-list .ico-phase-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.ico-phase-info-list .ico-phase-ul li p {
  font-weight: 400;
  font-size: 14px;
}

.ico-phase-info-list .ico-phase-ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ico-phase-info-list .ico-phase-amount li {
  font-size: 14px;
  font-weight: 400;
}

.ico-phase-amount-title {
  color: var(--text-primary-color-4) !important;
  margin: 15px 0;
  font-size: 16px;
}

.ico-phase-progress-bar {
  margin-bottom: 15px;
}

.ico-phase-progress-bar .progress {
  height: 8px;
  background-color: #eaeaea;
}

.ico-phase-progress-bar .progress .progress-bar {
  background-color: rgb(var(--primary-color));
  border-radius: 15px;
}

.is-countdown {
  background: transparent;
  border: none;
}

.countdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.countdown-section {
  background: #182346;
  color: var(--text-primary-color-4) !important;
  border-radius: 5px;
  padding: 15px;
  width: 24%;
  font-size: 18px;
  margin-bottom: 10px;
}

.future-ico-phase {
  display: block;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

.dark-bg2 {
  background: var(--card-background-color);
}

.swipe-area {
  padding-top: 30px;
  position: fixed;
  box-shadow: 0px 40px 108px 12px rgba(0, 0, 0, 0.54);
  width: 450px;
  height: 100%;
  background: var(--background-color);
  z-index: 99999;
  right: -500px;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 30px;
}

body._toggle .swipe-area {
  right: 0;
}

body._toggle .swipe-area-overlay {
  position: relative;
}

body._toggle .swipe-area-overlay:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.swipe-inner {
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}

.swipe-inner::-webkit-scrollbar {
  width: 0px;
}

.swipe-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.swipe-inner::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.header-top h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--text-primary-color);
}

.menu-close {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  right: 15px;
  top: 40px;
  border-radius: 50%;
  line-height: 30px;
  cursor: pointer;
  color: var(--text-primary-color);
}

.menu-toggler {
  cursor: pointer;
}

.swipe-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.swipe-inner h3 {
  color: var(--text-primary-color);
  font-size: 25px;
  margin-bottom: 30px;
}

.swipe-count input {
  width: auto;
  min-width: 1em;
  font-size: 40px;
  height: 60px;
  background: none;
  border: none;
  text-align: right;
  color: var(--text-primary-color);
  padding-right: 20px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
}

.swipe-count input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-primary-color);
}

.swipe-count input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-primary-color);
}

.swipe-count input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-primary-color);
}

.swipe-count input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-primary-color);
}

.swipe-count {
  display: flex;
  justify-content: center;
  max-width: 326px;
  align-items: center;
}

.swipe-count p {
  font-size: 20px;
  color: var(--text-primary-color);
}

.swipe-in-top h5 {
  font-size: 20px;
  color: var(--text-primary-color);
  display: block;
  margin-top: 20px;
}

.swipe-in-top {
  position: relative;
}

.swipe-in-top .swipe-btn {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swipe-in-top .swipe-btn svg path {
  fill: #fff;
}

.coin-menu {
  overflow: hidden;
  width: 100%;
  margin-left: 10px;
  margin-top: 30px;
}

.menu-select {
  position: relative;
}

.coin-menu span {
  display: inline-block;
}

.coin-menu span.swip-img img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.coin-menu span.swip-img p {
  font-style: normal;
  font-size: 20px;
}

.coin-menu .swip-button p {
  color: var(--text-primary-color);
}

.coin-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  padding: 10px;
  background: #2e3543;
  width: 96%;
}

.coin-menu .swip-button {
  width: 100%;
  padding: 0;
  position: relative;
}

.coin-menu .swip-button:before {
  position: absolute;
  right: 20px;
  top: 18px;
  content: "\f107";
  font-family: "fontawesome";
}

.coin-menu .swip-button,
.coin-menu li {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  color: blue;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  color: var(--text-primary-color);
  border: 1px solid var(--border-color);
  height: 60px;
  padding-left: 20px;
}

.coin-menu ul li {
  border: 0;
  padding-left: 10px;
  border-bottom: 1px solid var(--border-color);
}

.coin-menu .countries-name {
  line-height: 100%;
}

.coin-menu .mn-tp span {
  display: block;
  margin-bottom: 10px;
  color: var(--text-primary-color);
  font-size: 16px;
  text-align: left;
}

.coin-menu li:last-child {
  border-bottom: none;
}

.coin-menu ul.sh {
  display: none;
}

.next-btn button {
  height: 54px;
  width: 180px;
  border-radius: 40px;
  transition: background-color 300ms ease-in 0s;
  text-decoration: none;
  /* font-family: Aribau-Grotesk; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  background-color: rgb(var(--primary-color));
  color: var(--text-primary-color);
  border: 1px solid transparent;
  margin: 0 auto;
  margin-top: 30px;
}

/* Chrome, Safari, Edge, Opera */

.swipe-count input::-webkit-outer-spin-button,
.swipe-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

.swipe-count input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 450px) {
  .swipe-area {
    width: 300px;
  }
  .header-top h2 {
    font-size: 25px;
  }
  .swipe-inner h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .swipe-count {
    max-width: 180px;
  }
  .menu-close {
    top: 30px;
  }
}

.cp-user-card-header-area .buttons .btn {
  width: unset !important;
  margin-bottom: 5px;
}

.cp-user-wallet-card .cp-user-card-header-area {
  flex-wrap: wrap;
}

.cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
  margin-right: 10px;
  width: 30px;
}

.cp-user-wallet-table table tbody tr td.child ul li {
  width: 100%;
}

@media (max-width: 991px) {
  .cp-user-wallet-table table tbody tr td ul li:not(:last-child) {
    margin-right: 5px;
  }
  .secendary-table tbody tr td .asset {
    flex-direction: column;
  }
  .bank-container {
    grid-template-columns: 1fr 1fr !important;
  }
}

.exchange-area .cp-exchange-rt {
  background: var(--background-color);
  border-radius: 4px;
  padding: 10px;
}

.exchange-area .cp-user-profile-info .total-top {
  display: flex;
  justify-content: space-between;
}

.exchange-area .total-top-blance {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  border-radius: 2px;
  background: var(--card-background-color);
}

.exchange-area .cp-user-profile-info .form-control {
  padding: 7px 15px;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
}

.exchange-area .cp-user-profile-info .boxShadow {
  /* position: relative; */
  /* margin-bottom: 0; */
  display: flex;
  align-items: center;
}

.exchange-area .cp-user-profile-info span.blns {
  /* position: absolute;
  right: 10px;
  top: 11px; */
  margin-right: 10px;
}

.cstmHead {
  position: absolute;
  margin-top: 10px;
  margin-left: 13px;
  color: var(--text-primary-color-4) !important;
}

.exchange-area .cp-user-card-header-area {
  margin-bottom: 0;
}

table.dataTable tbody tr.selected {
  background: #0b1635 !important;
}

table.dataTable tbody tr.selected td {
  color: var(--text-primary-color);
}

.exchange-area #exchange_length {
  display: none;
}

.exchange-area .dataTables_filter {
  padding: 10px;
  padding-bottom: 0;
}

/* .exchange-area #exchange_paginate{
   display: none;
} */

.exchange-area #exchange thead tr th,
.exchange-area #exchange tbody tr td {
  height: 20px;
}

.trades-section {
  border: 1px solid rgb(126 126 126 / 20%);
  border-radius: 0;
  padding: 10px;
  background: var(--main-background-color);
  /* background: rgba(30, 35, 41, 1); */
  height: 100%;
}

.trades-section1 {
  border: 1px solid rgb(126 126 126 / 20%);
  border-radius: 0;
  padding: 10px;
  background: var(--main-background-color);
  /* background: rgba(30, 35, 41, 1); */
  height: 598px;
}

.icon-center {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}

.css-3kwgah {
  height: 25px !important;
  width: 25px !important;
}

.orderBookIcons {
  display: flex;
  /* width: 100%; */
  height: 50px;
  align-items: center;
  justify-content: flex-start;
}

.trades-headers {
  padding: 0 20px;
  border-bottom: 1px solid rgb(126 126 126 / 20%);
  padding-bottom: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  /* border-bottom: 1px solid rgb(126 126 126 / 20%); */
  /* padding-bottom: 15px; */
}

.trades-headers h3 {
  font-size: 20px;
  color: var(--text-primary-color-4);
  font-weight: 700;
}

.trades-headers .nav-pills .nav-link {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: var(--text-primary-color-4);
}

.trades-headers .nav-pills .nav-link.active {
  border-bottom: 2px solid rgb(var(--primary-color));
}

.trades-section table thead tr th,
.trades-section table tbody tr td {
  height: 32px;
  padding: 10px;
  font-size: 14px;
}

.trades-section1 table thead tr th,
.trades-section1 table tbody tr td {
  /* height: 32px; */
  padding: 10px;
  font-size: 14px;
}

.trades-section table tbody tr td {
  font-size: 12px;
  padding: 5px;
}

.trades-section1 table tbody tr td {
  font-size: 12px;
  padding: 0px;
}

#exchange thead tr th,
#exchange tbody tr td {
  font-size: 14px;
}

#exchange tbody tr td {
  font-size: 12px;
}

.trades-headers.s2 {
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#tradeTable th {
  font-size: 14px;
}

.exchange-area .cp-user-wallet-table {
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar {
  width: 3px;
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar-track {
  box-shadow: none;
}

.exchange-area .cp-user-wallet-table:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exchange-area .cp-user-wallet-table::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
}

.exchange-area .cp-user-wallet-table:hover::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.exchange-area .cp-user-wallet-table p {
  text-align: center;
  color: var(--text-primary-color-4);
  font-size: 14px;
}

.view-btn {
  padding: 20px;
  text-align: center;
}

.view-btn .theme-btn {
  color: var(--text-primary-color);
  font-size: 12px;
  padding: 7px 15px;
}

.view-btn .theme-btn-red {
  color: var(--text-primary-color);
  font-size: 12px;
  padding: 7px 15px;
}

@media (max-width: 1200px) {
  .cp-exchange-rt {
    margin-top: 30px;
  }
  .trades-section {
    margin-bottom: 30px;
  }
  .trades-section1 {
    margin-bottom: 30px;
  }
  .tableButton {
    font-size: 10px !important;
    padding: 6px 26px !important;
  }
}

.idcard h3.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.address-pagin ul.pagination li.page-item:not(:last-child) {
  margin-right: 5px;
}

.address-pagin ul.pagination .page-item .page-link {
  color: var(--text-primary-color);
  background: transparent;
  border: none;
  font-size: 16px;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-pagin ul.pagination .page-item:hover .page-link,
.address-pagin ul.pagination .page-item.active .page-link {
  background: linear-gradient(to bottom, #3e4c8d 0%, #4254a5 100%);
  border-radius: 2px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid var(--border-color-2);
}

.card {
  background-color: var(--glass-color-bg-1);
  border-radius: 12px !important;
  border: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar {
  display: none;
}

/* custome code start here  */

table.table {
  width: 100%;
  margin-bottom: 30px;
}

#trade_chart_container {
  height: 600px !important;
}

.cxchange-summary-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--main-background-color);
  border-radius: 4px;
  box-sizing: border-box;
  /* margin-bottom: 25px; */
  /* margin-top: 21px; */
  /* border-bottom: 1px solid rgb(126 126 126 / 20%); */
}

.cxchange-summary-wrap .cxchange-summary-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 15px; */
  padding: 10px;
  /* width: 444px; */
  box-sizing: border-box;
  /* font-size: 15px; */
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary-color-4) !important;
}

.cxchange-summary-wrap .cxchange-summary-name .coin-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.cxchange-summary-wrap .cxchange-summary-featured {
  flex: 1;
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items {
  display: flex;
  flex-wrap: wrap;
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  /* margin-right: 50px; */
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .label {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary-color-4);
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .value {
  font-size: 17px !important;
  font-weight: 500;
  color: var(--text-primary-color-4) !important;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .value.decrease {
  color: var(--trade-red) !important;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .value.increase {
  color: var(--trade-green) !important;
}

.cxchange-summary-wrap .cxchange-summary-volume {
  width: 100%;
  min-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-sizing: border-box;
}

.cover-image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .summber-coin-type {
  position: relative;
} */

.summber-coin-type .cp-user-buy-coin-content-area {
  /* position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden; */
  padding: 10px;
}

/* .summber-coin-type:hover .cp-user-buy-coin-content-area {
  opacity: 1;
  visibility: visible;
} */

.exchange-area .cp-exchange-rt.order-box .trades-headers.s2 {
  margin-bottom: 40px;
}

.exchange-area .cp-exchange-rt.order-box .cp-user-profile-info .form-control {
  height: 50px;
}

.exchange-area
  .cp-exchange-rt.order-box
  .cp-user-profile-info
  .form-group
  label {
  margin-bottom: 10px;
}

.exchange-area .cp-user-wallet-table.my-trades-box {
  max-height: 430px;
}

.exchange-area .cp-user-wallet-table.market-trades-box {
  max-height: 310px;
}

.dataTable {
  min-width: 100% !important;
  width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: var(--text-primary-color-2) !important;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary-color-2) !important;
}

.dataTables_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-content: center;
  align-items: baseline;
}

.idcard h3.title {
  color: var(--text-primary-color-2);
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  content: "\f0ee";
  font-family: "FontAwesome";
}

.dropify-wrapper {
  color: var(--text-primary-color-2);
  background-color: #f3f3f3;
  border: 2px solid var(--border-color);
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: linear-gradient(
    -45deg,
    #fafafa 25%,
    transparent 25%,
    transparent 50%,
    #fafafa 50%,
    #fafafa 75%,
    transparent 75%,
    transparent
  );
}

.modal-content .close {
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  top: -15px;
  right: -15px;
  background: var(--card-background-color);
  padding: 0;
  opacity: 1;
}

.modal-content .close span {
  display: inline-block;
  position: relative;
  line-height: 1;
  top: -2px;
}

.profile-dropdown .dropdown-toggle {
  box-shadow: none;
  background: transparent;
}

.order-box .tab-pane {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.order-box .tab-pane::-webkit-scrollbar {
  display: none;
}

#myOrderBookTable_wrapper {
  width: 100%;
  white-space: nowrap;
}

#myOrderBookTable_wrapper tr th {
  white-space: nowrap;
  min-width: 100px;
}

.fwKvpK {
  background-color: var(--card-background-color) !important;
  color: var(--font-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--border-color-2);
  -webkit-text-fill-color: var(--text-primary-color-4);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* menu style start here  */

.main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-area .main-menu ul {
  text-align: right;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.main-menu ul li ul {
  display: block;
  position: absolute;
  width: 300px;
  background: var(--card-background-color);
  left: 0;
  top: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: none;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.05);
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  border-radius: 20px;
}

.main-menu ul li ul::-webkit-scrollbar {
  display: none;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding: 10px 0;
}

.main-menu ul li ul li {
  display: block;
  padding: 10px;
  border-radius: 8px;
  /* border-bottom: 1px solid var(--border-color); */
}

.main-menu ul li ul li:last-child {
  border-bottom: none;
}

.table .thead-light th {
  color: var(--font-color);
  background-color: var(--main-background-color);
  border-color: var(--border-color);
}

.table td,
.table th {
  color: var(--font-color);
}

.main-menu ul li ul li a {
  display: block;
  /* padding: 12px; */
  color: var(--font-color) !important;
  transition: all 0.3s;
}

.main-menu ul li ul li:hover {
  color: rgb(var(--primary-color)) !important;
  background: var(--hover-bg-color) !important;
}

.main-menu ul li a {
  display: flex;
  align-items: center;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  color: var(--font-color) !important;
}

.main-menu ul li:hover a {
  color: rgb(var(--primary-color));
}

.main-menu ul li a span.cp-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f2f2f2; */
  border-radius: 100%;
  color: rgb(var(--primary-color));
  font-size: 18px;
}

.main-menu ul li a .cp-user-icon img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-menu ul li:hover .cp-user-side-bar-icon {
  display: none;
}

.main-menu ul li:hover .cp-user-side-bar-icon-hover {
  display: block;
}

.main-menu ul li.cp-user-active-page .cp-user-side-bar-icon {
  display: none;
}

.main-menu ul li.cp-user-active-page .cp-user-side-bar-icon-hover {
  display: block;
}

.main-menu ul li.cp-user-active-page > a {
  color: rgb(var(--primary-color)) !important;
}

.main-menu ul li ul li.cp-user-active-page > a {
  color: rgb(var(--primary-color));
}

.main-menu ul li.cp-user-active-page a:after {
  display: none;
}

.no_data_table {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cp-user-sidebar {
  display: none;
}

.cp-user-sidebar-toggler-s2 {
  display: none;
  margin-left: 10px;
}

.cp-user-main-wrapper {
  margin-left: 0;
}

.cp-user-top-bar-right {
  display: flex;
  align-items: center !important;
  justify-content: flex-end;
}

.cp-user-top-bar-right .notification-list::before {
  display: none;
}

/* trades-table arae start here  */

.trades-table .trades-table-body {
  padding: 10px 0;
}

.trades-table .trades-table-row {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 2px 0;
  margin: 5px 0;
}

.notifiy-clear a {
  color: var(--text-primary-color-4) !important;
}

.trades-table .trades-table-row .balance-line {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.buy-order .balance-line {
  background: rgba(255, 121, 121, 0.15);
}

.sell-order .balance-line {
  background: rgba(50, 215, 119, 0.15);
}

.trades-table .trades-table-row .trades-table-col {
  width: 33%;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color-4) !important;
}

.buy-text {
  color: var(--trade-red);
}

.sell-text {
  color: var(--trade-green);
}

.trades-table .trades-table-row .trades-table-col.volume {
  text-align: left;
}

.trades-table-footer {
  padding: 10px 0;
  border-top: 1px solid rgb(126 126 126 / 20%);
  border-bottom: 1px solid rgb(126 126 126 / 20%);
  /* margin-bottom: 31px; */
}

.value-increase {
  color: var(--trade-green) !important;
  font-size: 25px;
}

.value-decrease {
  color: var(--trade-red) !important;
  font-size: 25px;
}

.value-decreaseicon {
  color: var(--trade-red) !important;
  font-size: 15px !important;
}

.value-same {
  color: var(--text-primary-color-4) !important;
  font-size: 25px !important;
}

.value-increaseicon {
  color: var(--trade-green) !important;
  font-size: 15px !important;
}

.trades-table .trades-table-row .trades-table-col.total-price {
  font-size: 20px;
  font-weight: 400;
  color: #ff2e2e;
}

.trades-table .trades-table-row .trades-table-col.total-amount {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}

.more-btn {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: capitalize;
  transition: all 0.3s;
  color: rgb(var(--primary-color));
}

.buy-order table.dataTable tbody tr {
  background-color: transparent;
  position: relative;
}

.progress-red {
  position: absolute;
  /* background-color: rgb(255 46 46 / 9%); */
  background-color: var(--trade-red);
  opacity: 0.3;
  height: 100%;
  top: 0;
  right: 0;
  transition-duration: 200ms;
}

.buy-order table.dataTable tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color-4) !important;
}

.buy-order table.dataTable tbody tr td.price {
  color: #ff2e2e;
}

.sell-order table.dataTable tbody tr {
  background-color: transparent;
  position: relative;
  margin-bottom: 3px;
}

.sell-order table.dataTable tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color-4) !important;
}

.sell-order table.dataTable tbody tr td.price {
  color: #32d7771f;
}

.progress-green {
  position: absolute;
  background-color: var(--trade-green);
  opacity: 0.3;
  height: 100%;
  top: 0;
  right: 0;
  transition-duration: 200ms;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

/* primary-table */

.primary-table .table-row {
  display: flex;
  align-items: center;
}

.primary-table .table-row .table-col {
  width: 33%;
  padding: 3px 0;
}

.primary-table .table-header {
  margin-bottom: 10px;
}

.primary-table .table-header .table-col {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.primary-table .table-body .table-col {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary-color-4) !important;
}

.primary-table .table-body .table-col.buy {
  color: #32d777;
}

.primary-table .table-body .table-col.sell {
  color: #ff2e2e;
}

/* order-box */

.order-box .transfer-tabs {
  width: 100%;
  border-bottom: 1px solid rgba(150, 150, 150, 0.55);
}

.order-box .transfer-tabs .nav-item {
  width: 50%;
  margin: 0;
}

.order-box .transfer-tabs .nav-item .nav-link {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-primary-color-4) !important;
  padding: 10px 0;
}

.order-box .trades-headers .nav-pills .nav-link.active {
  color: var(--trade-green);
  border-bottom: 2px solid var(--trade-green);
}

.order-box .trades-headers .nav-pills .nav-link.activeSell {
  color: var(--trade-red);
  border-bottom: 2px solid var(--trade-red);
}

.exchange-box {
  background: var(--main-background-color);
  /* background: rgba(30, 35, 41, 1); */
  /* min-height: 705px; */
  /* height: 570px; */
  border: 1px solid rgb(126 126 126 / 20%);
}

.exchange-box > .tab-content {
  padding: 20px;
}

.exchange-box .form-group label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text-primary-color-4) !important;
}

.exchange-box .form-group .form-control {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(126 126 126 / 20%);
  /* padding-left: 112px; */
  text-align: right;
  /* padding-right: 53px; */
}

.input_1 {
  padding-left: 57px !important;
}

.input_2 {
  padding-left: 80px !important;
}

.input_3 {
  padding-left: 120px !important;
}

.exchange-box .theme-btn {
  width: 100%;
  border-radius: 0;
  background: var(--trade-green);
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.exchange-box .theme-btn-red {
  width: 100%;
  border-radius: 0;
  background: var(--trade-red);
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-tabs-menu {
  border-bottom: none;
}

.inner-tabs-menu .nav-item {
  margin-right: 20px;
}

.inner-tabs-menu .nav-item .nav-link {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-4) !important;
}

.inner-tabs-menu .nav-item .nav-link.active {
  color: var(--trade-green) !important;
  background-color: transparent !important;
}

.inner-tabs-menu .sellBox .nav-link.active {
  color: var(--trade-red) !important;
  background-color: transparent !important;
}

.fee-lavel {
  display: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  color: rgb(var(--primary-color));
}

/* assets-area */

.section-wrap {
  padding: 20px;
  background: var(--background-color);
  min-height: 380px;
}

.assets-area .header-right .but-btn {
  display: inline-block;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.assets-area .header-right .gbp {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(var(--primary-color));
}

.assets-tabs .nav-tabs {
  justify-content: space-between;
  border-bottom: none;
  margin: 20px 0;
}

.assets-tabs .nav-tabs .nav-item {
  margin: 0;
}

.assets-tabs .nav-tabs .nav-item .nav-link {
  width: 90px;
  border-radius: 0;
  background: rgba(73, 73, 73, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-4) !important;
  border: none;
}

.assets-tabs .assets-list {
  margin: 0;
  padding: 0;
}

.assets-tabs .assets-list .assets-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary-color-4) !important;
  margin-bottom: 10px;
}

.assets-tabs .assets-list .assets-single:last-child {
  margin-bottom: 0;
}

.assets-tabs .assets-info .assets-name {
  text-transform: uppercase;
}

.assets-tabs .assets-info .status {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

/* orders-area */

.orders-area {
  background: var(--main-background-color);
  /* background: rgba(30, 35, 41, 1); */
  border: 1px solid rgb(126 126 126 / 20%);
  width: 100%;
}

.orders-area .tab-content {
  max-height: 330px;
  overflow-y: scroll;
}

.orders-area .tab-content::-webkit-scrollbar {
  display: none;
}

.orders-area .tab-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.orders-area .orders-area-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.orders-area .orders-area-top .form-group label {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.orders-area .nav-tabs {
  border-bottom: none;
}

.orders-area .nav-tabs .nav-item {
  margin-right: 20px;
}

.orders-area .nav-tabs .nav-item .nav-link {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--font-color);
}

.orders-area .nav-tabs .nav-item .nav-link.active {
  color: rgb(var(--primary-color));
}

.orders-area .table {
  width: 100%;
  margin: 0;
  border: none;
}

.orders-area .table thead th {
  border-bottom: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
}

.orders-area .table tbody td {
  border-top: 1px solid rgb(126 126 126 / 20%);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.orders-area .table .cancel {
  padding: 0;
  border: none;
  background: transparent;
  color: rgb(var(--primary-color));
  text-transform: capitalize;
}

.cp-user-wallet-card {
  border-radius: 16px;
  background: var(--card-background-color);
  box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}

.cp-user-body-bg .cp-user-card-header-area h4 {
  color: var(--text-primary-color-4) !important;
}

.cp-user-body-bg .card {
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

.modal-body {
  padding: 50px;
}

.cp-user-body-bg table.table {
  border: none !important;
}

.modal-header {
  border-bottom: 1px solid var(--border-color);
}

.modal-footer {
  border-top: 1px solid var(--border-color);
}

.btn {
  border-radius: 7px;
}

.btn:hover,
.btn:active,
.btn:focus {
  border-radius: 7px;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.cp-user-body-bg.cp-user-profile-info label,
.cp-user-profile-info .form-control {
  color: var(--text-primary-color-4) !important;
}

/* style start here  */

.mb-25 {
  margin-bottom: 25px;
}

.cp-user-main-wrapper > .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.page-wrap {
  display: flex;
  height: auto;
  /* margin-bottom: 20px;
    padding-bottom: 20px; */
}

.page-main-content {
  flex: 1;
  /* padding: 0 15px; */
  /* padding-top: 20px; */
  /* padding: 30px; */
  border-radius: 20px;
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.section-top-wrap {
  position: relative;
  /* padding: 25px;
  border-radius: 5px;
  overflow: hidden; */
  /* background: var(--card-background-color); */
}

/* .section-top-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url("/all-covers.svg");
  background-size: cover;
  padding: 50px;
  background-repeat: no-repeat;
} */

/* .section-top-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(67deg, var(--main-background-color), var(--card-background-color));
    animation: gradient 3s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.7;
} */

/* .section-top-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://images.unsplash.com/photo-1638184984605-af1f05249a56?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1332&q=80);
    opacity: 0.5;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
} */

/* @keyframes gradient {
  from {
    background-color: rgb(var(--primary-color));
  }
  to {
    background-color: #02080e59;
  }
} */

.section-top-title {
  /* color: var(--text-primary-color); */
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--font-color) !important;
}

.big-top-title {
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 500;
  text-transform: capitalize;
  color: #23262f;
}

.section-title-medium {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.overview-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.overview-area .overview-left .blance-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--font-color) !important;
}

.overview-area .overview-left .blance {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: var(--font-color) !important;
}

.overview-area .overview-left .total-blance {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.total-blance span {
  color: rgb(var(--primary-color));
}
.total-blance {
  display: flex;
  flex-wrap: wrap;
}
.avilable-blance {
  display: flex;
  flex-wrap: wrap;
}
.trade_coin_type {
  color: rgb(var(--primary-color));
}

.base_coin_type {
  color: rgb(var(--primary-color));
}

.avilable-blance span {
  color: rgb(var(--primary-color));
}

.overview-area .overview-right .form-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overview-area .overview-right .form-control {
  height: 55px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary-color-2);
  border-radius: 5px;
}

.overview-area .overview-right .searh-group {
  position: relative;
  margin-right: 15px;
}

.overview-area .overview-right .searh-group .searh-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-primary-color-2);
}

.overview-area .overview-right .searh-group .form-control {
  width: 500px;
}

.overview-area .overview-right .select-curancy {
  margin-right: 15px;
  position: relative;
}

.overview-area .overview-right .select-curancy::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 18px;
  pointer-events: none;
}

.overview-area .overview-right .select-curancy .form-control {
  width: 110px;
}

.overview-area .overview-right .primary-btn-outline {
  height: 55px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color) !important;
  cursor: pointer;
  min-width: 186px;
}

.slick-slide img {
  display: block;
  margin: auto;
}

.section-wrapper {
  /* background: var(--card-background-color); */
  padding: 36px;
  display: flex;
  flex-direction: column;
  /* border: 1px solid var(--border-color); */
  border-radius: 10px;
  /* align-items: flex-start; */
  margin-bottom: 15px;
}

.section-wrapper.rounded-sm {
  border-radius: 10px;
}

.section-wrapper-withHtml {
  background: var(--card-background-color);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.primary-btn-sm {
  display: inline-block;
  padding: 10px;
  min-width: 150px;
  border-radius: 5px;
  background: rgb(var(--primary-color));
  color: #fff !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  border: none;
  transition: all 0.3s;
}

.primary-btn-sm:hover {
  color: #fff !important;
  background: rgb(var(--primary-color));
}

/* page-left-sidebar */

.page-left-sidebar {
  width: 300px;
  padding: 20px 30px 40px;
  background: var(--card-background-color);
  min-width: 300px;
  /* box-shadow: var(--box-shadow-color); */
  min-height: 99vh !important;
}

.gZWIKX {
  background-color: var(--card-background-color) !important;
  color: var(--font-color) !important;
}

.jVeafb {
  background-color: var(--card-background-color) !important;
  color: var(--font-color) !important;
}

.page-left-sidebar .sidebar-top {
  /* padding: 20px; */
  /* border-bottom: 1px solid var(--border-color); */
}

.page-left-sidebar .sidebar-top .left-menu {
  margin: 0;
  padding: 0;
}

.page-left-sidebar .sidebar-top .left-menu li {
  position: relative;
  /* margin-bottom: 22px; */
  list-style: none;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  cursor: pointer;
  color: rgb(var(--primary-color));
  margin-bottom: 10px;
  margin-top: 10px;
  gap: 15px;
}

.page-left-sidebar .sidebar-top .left-menu li:last-child {
  margin-bottom: 0;
}

.resend-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.resend-container button {
  background-color: rgb(var(--primary-color));
  margin-bottom: 10px;
}

.page-left-sidebar .sidebar-top .left-menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2) !important;
  transition: all 0.3s;
}

.page-left-sidebar .sidebar-top .left-menu li:hover {
  background: #f5e9bb5c !important;
  transition: 0.3s;
  border-radius: 5px;
  /* border-radius: 4px; */
  /* transform: translateX(6px); */
}

.page-left-sidebar .sidebar-top .left-menu li.active {
  background: #f5e9bb5c;
  /* border-left: 6px solid rgb(var(--primary-color)); */
  border-radius: 5px;
}

.page-left-sidebar .sidebar-top .left-menu li.active a {
  color: rgb(var(--primary-color)) !important;
  margin-left: 5px;
}

.page-left-sidebar .sidebar-top .left-menu li.active svg {
  fill: rgb(var(--primary-color)) !important;
}

.page-left-sidebar .sidebar-middle {
  padding: 30px 15px;
}

.page-left-sidebar .sidebar-middle .primary-btn-outline {
  margin-bottom: 15px;
  width: 100%;
}

.page-left-sidebar .sidebar-middle .primary-btn-outline:last-child {
  margin-bottom: 0;
}

.primary-btn-outline {
  display: block;
  padding: 12px 25px;
  min-width: 150px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color);
  text-align: center;
  transition: all 0.5s;
  background: var(--gray-dark);
  cursor: pointer;
  opacity: 0.7;
}

.primary-btn-outline:hover {
  /* color: var(--text-primary-color); */
  background: rgb(var(--primary-color));
}

.secendary-table {
  margin: 0;
  width: 100%;
}

.secendary-table thead tr th {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.secendary-table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}

.loader::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgb(var(--primary-color));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0),
      24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px rgb(var(--primary-color)),
      24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0),
      0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px rgb(var(--primary-color)),
      24px 24px rgb(var(--primary-color)), 24px 48px rgba(255, 255, 255, 0),
      0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px rgb(var(--primary-color)),
      24px 24px rgb(var(--primary-color)), 24px 48px rgb(var(--primary-color)),
      0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px rgb(var(--primary-color)),
      24px 24px rgb(var(--primary-color)), 24px 48px rgb(var(--primary-color)),
      0px 48px rgb(var(--primary-color));
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0),
      24px 24px rgb(var(--primary-color)), 24px 48px rgb(var(--primary-color)),
      0px 48px rgb(var(--primary-color));
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0),
      24px 48px rgb(var(--primary-color)), 0px 48px rgb(var(--primary-color));
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0),
      24px 48px rgba(255, 255, 255, 0), 0px 48px rgb(var(--primary-color));
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0),
      24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}

.loadingContainer {
  text-align: center;
  height: 173px;
  display: block ruby;
  padding: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
  /* background-color: var(--background-color-hover); */
  border-radius: 30px;
  /* border: 1px solid var(--border-color); */
}

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}

.loadingContainer {
  text-align: center;
  /* height: 173px; */
  /* display: grid; */
  padding: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
  /* background-color: var(--background-color-hover); */
  border-radius: 30px;
  /* border: 1px solid var(--border-color); */
}

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}

.secendary-table tbody tr td span {
  display: block;
}

.secendary-table tbody tr td .usd {
  color: var(--text-primary-color-2);
}

.secendary-table tbody tr td .market.incree {
  color: #10c75c;
  background: transparent;
  border: 2px solid #32d77747;
  width: auto;
  padding: 6px;
  border-radius: 8px;
  margin-right: 5px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
}

.secendary-table tbody tr td .market.decree {
  color: #ff2e2e;
  background: transparent;
  background: 2px solid #f03d3d25;
  width: auto;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
}

.secendary-table tbody tr td .symbol {
  color: var(--text-primary-color-2);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.secendary-table tbody tr td .asset {
  display: flex;
  align-items: center;
}

.secendary-table tbody tr td .asset .asset-icon {
  width: 35px;
  margin-right: 15px;
}

.secendary-table tbody tr td .asset .asset-name {
  color: var(--text-primary-color-2);
}

/* user-profile */

.profle-are-top .user-mail {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color) !important;
}

.profle-are-top .user-level {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #32d777;
}

.user-profile .user-profile-left {
  padding: 45px 25px;
  background: var(--glass-color-bg-1);
  border-radius: 7px;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.user-profile .user-thumbnail {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.user-profile .user-thumbnail img {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid rgb(var(--primary-color));
}

.user-profile .user-profile-content h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.user-profile .user-profile-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.user-profile .user-profile-info ul {
  margin: 0;
  padding: 0;
}

.user-profile .user-profile-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.user-profile .user-profile-info ul li span:first-child,
.user-profile .user-profile-info ul li span:last-child {
  width: calc(50% - 10%);
}

.user-profile .user-profile-info ul li span:last-child {
  text-align: right;
}

.user-profile .user-profile-info ul li span.cp-user-dot {
  width: 20px;
}

.user-profile .user-profile-info ul li span.pending {
  color: rgb(var(--primary-color));
}

.user-profile .user-profile-info ul li span .badge {
  display: inline-block;
  width: 70px;
  text-align: center;
}

.uplode-profile input {
  display: none;
}

.uplode-profile {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.uplode-profile .upload-user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgb(var(--primary-color));
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
}

.user-profile-form .form-group {
  margin-bottom: 15px;
}

.user-profile-form .form-group .form-control {
  width: 100%;
  height: 52px;
  padding: 10px 20px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  /* font-family: "Karla", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.user-profile-form .form-group label {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

/* verification-list-area */

.verification-list-area .verification-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.verification-list-area .single-verification .verification-list {
  margin: 0;
  padding-bottom: 20px;
}

.verification-list-area .single-verification .verification-list li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.verification-list-area .feature-list {
  display: flex;
  flex-flow: row wrap;
}

.verification-list-area .feature-list .single-feature {
  width: 50%;
  margin-bottom: 15px;
}

.verification-list-area .feature-list .single-feature h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.verification-list-area .feature-list .single-feature h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.reset-password-area .reset-password-right {
  margin-top: 30px;
}

.reset-password-area .reset-password-right img {
  max-width: 200px;
}

/* table-style-two */

.table-style-two thead tr th {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  text-align: center;
}

.table-style-two tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  text-align: center;
}

.table-style-two tbody tr td .flag {
  max-width: 16px;
}

.table-style-two .delet-btn {
  color: var(--text-primary-color-2);
  transition: all 0.3s;
}

.table-style-two .delet-btn:hover {
  color: #f53d3d;
}

/* dataTable style */

.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  border-radius: 5px;
  background: var(--main-background-color);
  margin: 0 auto !important;
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 0 !important;
}

table.dataTable {
  margin-bottom: 30px !important;
}

table.dataTable thead th,
table.dataTable thead th {
  border-bottom: none;
  padding: 10px 10px;
}

table.dataTable thead tr th {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2) !important;
}

table.dataTable tbody tr td {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  /* color: #000 !important; */
}

table.dataTable tbody tr.dataTable-white td {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-primary-color-4);
  /* color: #000 !important; */
}

.responsive-thing {
  display: none;
}

.referral-text {
  color: var(--text-primary-color-2) !important;
}

/* Security page style */

.security-list .single-security {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.security-list .single-security:last-child {
  margin-bottom: 0;
}

.security-list .single-security .security-info {
  display: flex;
  align-items: flex-start;
}

.security-list .single-security .security-info .security-icon {
  max-width: 30px;
  margin-right: 12px;
}

.security-list .single-security .security-info .security-content {
  flex: 1;
}

.security-list .single-security .security-info .security-content h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.security-list .single-security .security-info .security-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.security-list .single-security .security-center span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary-color-2);
}

.security-list .single-security .security-center span.off {
  color: #ff2e2e;
}

.action-btn {
  display: inline-block;
  min-width: 145px;
  padding: 8px 10px;
  background: rgb(var(--primary-color));
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--text-primary-color) !important;
  transition: all 0.3s;
}

.action-btn.enable-btn {
  background: rgb(var(--primary-color));
}

.action-btn.change-btn {
  background: #32d777;
}

.action-btn.remove-btn {
  background: #ff2e2e;
}

.action-btn:hover {
  color: var(--text-primary-color) !important;
}

.security-list .single-security .action-btn {
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.security-list .single-security .action-btn:last-child {
  margin-right: 0;
}

/* referral-area */

.referral-area .invite-friends h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.setting-bg {
  background-color: var(--glass-color-bg-1);
  padding: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.referral-area .invite-friends .input-group {
  position: relative;
  width: 100%;
}

.invite-friends .input-group .copy-url-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(var(--primary-color));
  font-size: 20px;
  z-index: 9;
  width: 30px !important;
  background-color: var(--card-background-color);
}

.invite-friends .input-group .form-control {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  border: 1px solid rgb(var(--primary-color));
  background: transparent;
  color: var(--font-color);
}

/* referral-area */

.referral-area table.dataTable thead tr th {
  /* background: var(--table-background-color); */
  border-bottom: 1px solid var(--border-color);
}

.referral-area table.dataTable tbody tr td {
  /* background: var(--table-background-color); */
  padding: 10px 10px;
}

.rewards-inviter {
  display: flex;
  justify-content: space-between;
}

.rewards-inviter .single-item {
  margin-bottom: 30px;
}

.rewards-inviter .single-item h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.rewards-inviter .single-item h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary-color-2);
}

/* deposit-info-area */

.deposit-info-area .balance-box {
  display: flex;
}

.deposit-info-area .balance-box .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.deposit-info-area .balance-box .balance-content {
  flex: 1;
}

.deposit-info-area .balance-box .balance-content h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.deposit-info-area .balance-box .balance-content h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.deposit-info-area .deposit-info-top {
  display: flex;
  justify-content: space-between;
}

.deposit-info-area .deposit-info-top .close-btn {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.deposit-info-area .total-balance {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  padding: 20px 15px;
  border-radius: 5px;
  margin: 20px 0;
}

.deposit-info-area .total-balance h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  text-transform: capitalize;
}

.deposit-info-area .total-balance h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
  margin: 0;
}

.deposit-info-area .address-area {
  background: #fafafa;
  padding: 20px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.deposit-info-area .address-area h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.deposit-info-area .address-area p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-primary-color-2);
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-url {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  background: var(--card-background-color);
  border-radius: 5px;
  border: none;
  color: black;
  font-size: 10px;
}

.input-url .copy-url-btn {
  font-size: 20px;
  color: rgb(var(--primary-color));
  padding: 2;
  width: 61px !important;
  background: var(--card-background-color);
  border: none;
}

.input-url .address-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.datatable-background {
  background: var(--main-background-color);
}

.deposit-info-area .bar-code-area {
  margin-top: 20px;
}

.deposit-info-area .bar-code-area img {
  max-width: 125px;
}

.deposit-info-area .deposits-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-primary-color-2);
}

.deposit-info-area .deposits-text span {
  color: rgb(var(--primary-color));
}

/* withdrawal-info-area */

.withdrawal-info-area .balance-box {
  display: flex;
}

.withdrawal-info-area .balance-box .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.withdrawal-info-area .balance-box .balance-content {
  flex: 1;
}

.withdrawal-info-area .balance-box .balance-content h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .balance-box .balance-content h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .withdrawal-info-top {
  display: flex;
  justify-content: space-between;
}

.withdrawal-info-area .withdrawal-info-top .close-btn {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .avable-blance {
  background: #fafafa;
  padding: 20px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.withdrawal-info-area .avable-blance .avable-blance-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .avable-blance .blance {
  margin: 5px 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .avable-blance .blance-usd {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .withdrawal-form {
  margin-top: 20px;
}

.withdrawal-info-area .withdrawal-form .form-group {
  margin-bottom: 20px;
}

.withdrawal-info-area .withdrawal-form .amount-wrap {
  position: relative;
}

.withdrawal-info-area .withdrawal-form .amount-wrap .input-text {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: rgb(var(--primary-color));
}

.withdrawal-info-area .withdrawal-form .form-group .form-control {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #fafafa;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.withdrawal-info-area .withdrawal-form .amount-wrap .form-control {
  border-radius: 5px 5px 0 0;
}

.withdrawal-limit {
  width: 100%;
  background: rgb(var(--primary-color));
  text-align: center;
  color: var(--text-primary-color-4) !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}

.withdraw-btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color-4) !important;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary-color) !important;
  padding: 14px;
  cursor: pointer;
}

/* cp-user-body-bg  */

.cp-user-body-bg .cp-user-top-bar {
  background: var(--background-color);
}

.cp-user-body-bg .main-menu ul li a {
  color: var(--text-primary-color-4) !important;
}

.cp-user-body-bg .main-menu ul li ul {
  background: var(--background-color) !important;
}

.cp-user-body-bg .main-menu ul li ul li a {
  color: var(--text-primary-color-4) !important;
}

.cp-user-body-bg .main-menu ul li ul li {
  border-bottom: 1px solid var(--border-color);
}

.cp-user-body-bg .main-menu ul li ul li:last-child {
  border-bottom: none;
}

.cp-user-body-bg table.dataTable tbody tr {
  background-color: transparent;
}

.cp-user-body-bg table.dataTable thead tr th {
  font-size: 17px;
  color: var(--text-primary-color-4) !important;
  border: none;
  padding: 7px 10px;
}

.cp-user-body-bg table.dataTable tbody tr td {
  font-size: 16px;
  color: var(--text-primary-color-4) !important;
  border: none;
  padding: 7px 10px;
}

#exchangeAllSellOrders_wrapper .dataTables_scrollHead {
  display: none;
}

#exchangeAllBuyOrders tbody tr td {
  padding: 2px 10px;
}

.trades-table-header {
  display: none;
}

.trades-table .trades-table-body {
  display: none;
}

.table .cancel_order {
  display: inline-block;
  padding: 2px 8px !important;
  border-radius: 5px;
  background: #dc3545;
  cursor: pointer;
}

.table {
  width: 100%;
}

.table tr th {
  white-space: nowrap;
}

#myBuyOrderBookTable tbody tr td {
  color: #ff2e2e;
}

#mySellOrderBookTable tbody tr td {
  color: #32d777;
}

/* asset-balances-area */

.asset-balances-area {
  display: flex;
}

.asset-balances-left {
  flex-grow: 1;
  /* margin-right: 5px; */
}

.asset-balances-right {
  flex-shrink: 0;
  width: 545px;
  margin-right: -545px;
  transition: margin 0.2s !important;
  opacity: 0;
  visibility: hidden;
}

.asset-balances-right.visible {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
  margin-left: 15px;
}

.asset-balances-table.small thead tr th:nth-child(3) {
  display: none;
}

.asset-balances-table.small tbody tr td:nth-child(3) {
  display: none;
}

.single-box {
  display: none;
}

.box-one.visible {
  display: block;
}

.box-two.visible {
  display: block;
}

.deposite-withdraw-form {
  padding: 15px;
}

.deposite-withdraw-form .form-group {
  display: flex;
  margin-bottom: 0;
}

.deposite-withdraw-form .form-group .select-curancy {
  width: 180px;
  margin-right: 15px;
}

.deposite-withdraw-form .form-group .select-curancy select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 75px center;
}

/* #assetBalances */

#assetBalances tbody tr {
  cursor: pointer;
  transition: all 0.3s;
}

#assetBalances tbody tr td {
  vertical-align: middle;
}

#assetBalances tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

#assetBalances tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

#assetBalances tbody tr:hover {
  background: var(--background-color-hover);
}

#assetBalances tbody tr.active {
  background: #ececec;
}

/* swap-area */

.swap-area .form-group .swap-wrap-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swap-area .form-group .swap-wrap-top label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.swap-area .form-group .swap-wrap-top .available {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary-color-2);
}

.swap-area .form-group .swap-wrap-top {
  margin-bottom: 10px;
}

.swap-area .form-group .swap-input-wrap {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 0 10px;
}

.swap-area .form-group .swap-input-wrap .form-amount {
  flex: 1;
}

.swap-area .form-group .swap-input-wrap .form-amount .form-control {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  color: var(--text-primary-color-2);
  background-color: transparent;
}

.swap-area .form-group .swap-input-wrap .cp-select-area {
  width: 150px;
  border-left: 1px solid var(--border-color);
}

.swap-area .form-group .swap-input-wrap .cp-select-area .form-control {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  color: var(--text-primary-color-2);
  border-radius: 0;
  background-color: var(--background-color-2);
}

.swap-area .form-group .swap-input-wrap .cp-select-area .form-control option {
  font-size: 16px;
}

.swap-area .swap-button-area {
  margin: 25px 0 15px 0;
}

.swap-area .swap-button-area .swap-button {
  color: var(--text-primary-color-2);
  font-size: 30px;
  border: none;
  padding: 0;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.swap-area .swap-area-middle ul {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
}

.swap-area .swap-area-middle ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 10px;
}

.swap-area .swap-area-middle ul li span {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.swap-area .swap-area-middle ul li span.spend {
  color: rgb(var(--primary-color));
  font-weight: 700;
}

.swap-area .message-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}

.swap-area .message-box p {
  margin: 0;
  color: #ff2e2e;
  font-size: 20px;
}

.swap-area .swap-area-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.swap-area .swap-area-bottom .primary-btn-outline {
  width: 100%;
}

@media (max-width: 1199px) {
  .orders-area {
    margin-bottom: 25px;
  }
  .responsive-thing {
    display: flex;
  }
}

@media (max-width: 992px) {
  .exchange-area .total-top-blance {
    font-size: 12px;
  }
  .exchange-area .total-top-blance span {
    font-weight: 400 !important;
  }
}

@media (max-width: 575px) {
  .notify-grid {
    flex-wrap: wrap;
  }
  .notify-content {
    width: 100% !important;
  }
  .trades-table .trades-table-row .trades-table-col.total-price {
    font-size: 16px;
  }
  .bank-container {
    grid-template-columns: 1fr !important;
  }
  .select-method {
    flex-direction: column;
    grid-auto-flow: dense !important;
  }
  .dataTables_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.code-list .primary-btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 25px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color-4) !important;
  border-radius: 3px;
}

.code-list p {
  margin-top: 5px;
}

@media screen and (max-width: 1500px) {
  .cp-user-sidebar::before {
    opacity: 0.3;
  }
  .text-warning {
    font-size: 9px;
  }
}

@media (min-width: 1200px) and (max-width: 1416px) {
  .col-laptop-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-laptop-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cp-exchange-rt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .cp-user-transaction-history-table table thead tr th {
    height: 72px;
  }
  .cxchange-summary-wrap .cxchange-summary-name {
    /* width: 200px; */
  }
  .cp-user-profile-info .profile-edit-btn,
  .input-group-prepend-phone-verify .btn,
  .cp-user-profile-info .form-control {
    height: 45px;
  }
  .cp-user-profile-info .profile-edit-btn {
    font-size: 16px;
  }
  .cp-user-top-bar-status-area li:not(:last-child) {
    margin-right: 40px;
  }
  .user-profile .user-profile-content h2 {
    font-size: 26px;
  }
  .action-btn {
    min-width: auto;
    padding: 8px 15px;
  }
  .security-list .single-security {
    flex-flow: row wrap;
  }
  .security-list .single-security .security-left {
    width: 40%;
  }
  .security-list .single-security .security-right {
    width: 40%;
    text-align: right;
  }
  .security-list .single-security .security-center {
    width: 20%;
  }
  .security-list .single-security .security-center span {
    font-size: 12px;
  }
  .security-list .single-security .action-btn {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1199px) {
  .main-menu {
    display: none;
  }
  .cp-user-sidebar-toggler-s2 {
    display: inline-block;
    margin-left: 10px;
  }
  ._sidebar-cllopse .cp-user-sidebar {
    display: block;
  }
  .cp-user-body-bg .cp-user-sidebar {
    display: block;
  }
  .page-left-sidebar {
    position: fixed;
    z-index: 9;
    top: 67px;
    /* margin-left: -300px; */
    width: 100%;
    transition: all 0.3s;
    min-height: 1vh !important;
  }

  .page-left-sidebar .left-menu {
    display: flex;
    font-size: 12px;
    overflow-x: auto;
    scrollbar-width: thin; /* for Firefox */
    -ms-overflow-style: none;
  }
  .page-left-sidebar .left-menu::-webkit-scrollbar {
    display: none;
  }
  .page-left-sidebar .sidebar-top .left-menu li {
    font-size: 12px;
    margin: 0;
  }
  .page-left-sidebar .sidebar-top .left-menu li a {
    font-size: 12px;
    white-space: nowrap;
  }
  /* .page-left-sidebar.sidebar-show{
        margin-left: 0;
    } */
  .page-main-content {
    padding: 0;
  }
  .swap-area .form-group .swap-input-wrap .cp-select-area {
    width: 100px;
  }
  /* .section-wrapper {
    padding: 30px;
  } */
  .section-top-wrap {
    padding: 25px 15px;
  }

  .inner-section-margin-top {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 1024px) {
  .cp-user-top-bar .logo {
    padding-left: 0;
  }
  .cp-user-top-bar-status-area li:not(:last-child) {
    margin-right: 30px;
  }
  .cp-user-deposit-card-select .form-control li {
    background: #2a3865;
  }
  .cp-user-deposit-card-select {
    z-index: 99;
  }
  .verify-input-group {
    margin-left: -8px;
    margin-right: -8px;
  }
  .verify-input {
    padding: 0 8px;
  }
  .id-card-type {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .cp-user-top-bar {
    position: relative;
  }
  .cp-user-top-bar-status-area {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .cp-user-logo .cp-user-logo-large {
    max-width: 150px;
  }
  .cp-user-sidebar {
    top: 0;
    padding-top: 90px;
  }
  .cp-user-sidebar .logo {
    min-height: 130px;
    line-height: 130px;
    padding-left: 30px;
  }
  .cp-user-main-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
  .cp-user-sidebar-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 72%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9;
  }
  .cp-user-sidebar-toggler img {
    margin-right: 0;
  }
  .cp-user-profile-info .profile-edit-btn {
    max-width: unset;
  }
  .btn {
    width: 100% !important;
  }
  .cp-user-setting-card .cp-user-content .cp-user-setupbtn {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-wrap {
    height: 100%;
    margin-bottom: 20px;
    /* margin-bottom: 20px; */
  }
  .cp-user-top-bar-status-area {
    padding-left: 0;
  }
  .cp-user-top-bar-status-area li:not(:last-child) {
    margin-right: 12px;
  }
  .cp-user-top-bar .cp-user-avater .cp-user-img {
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }
  .cp-user-top-bar .cp-user-avater .cp-user-avater-info {
    line-height: 1;
  }
  .cp-user-top-bar .cp-user-avater .cp-user-avater-info span {
    font-size: 12px;
  }
  .cp-user-top-bar .cp-user-avater .cp-user-avater-info p {
    font-size: 14px;
  }
  .cp-user-idverifymodal .modal-content .close,
  .cp-user-move-coin-modal .close {
    top: 5px;
    right: 5px;
  }
  .cp-user-idverifymodal .modal-body {
    padding: 50px;
    background: var(--main-background-color);
  }
  .idcard .card-inner {
    max-width: 100%;
  }
  .cxchange-summary-wrap {
    align-items: flex-start;
  }
  .future-exchange-top {
    margin-top: 20px;
  }
  .cp-user-body-bg table.dataTable thead tr th {
    font-size: 14px;
  }
  .cp-user-body-bg table.dataTable tbody tr td {
    font-size: 14px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
  }
  .cp-user-body-bg div.dataTables_wrapper div.dataTables_filter input {
    color: var(--text-primary-color-4) !important;
  }
  .user-profile .user-profile-info ul li {
    font-size: 16px;
    padding: 15px 0;
  }
  .security-list .single-security .security-info .security-content h4 {
    font-size: 16px;
  }
  .security-list .single-security .security-info .security-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .inner-section-margin-top {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .user-profile .user-profile-left {
    margin-bottom: 20px;
  }
  .section-top-title {
    margin-bottom: 5px;
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .cxchange-summary-wrap .cxchange-summary-name {
    padding: 5px;
    width: 30%;
    min-height: 100px;
  }
  .cxchange-summary-wrap .cxchange-summary-featured {
    flex: 1;
  }
  .orders-area .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .orders-area .nav-tabs .nav-item {
    margin-right: 10px;
  }
  .cxchange-summary-wrap
    .cxchange-summary-featured
    .cxchange-summary-items
    li
    .value {
    font-size: 15px;
  }
  .cxchange-summary-wrap
    .cxchange-summary-featured
    .cxchange-summary-items
    li
    .label {
    font-size: 14px;
  }
  .order-box .transfer-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 0;
  }
  .cp-user-card-header-area h4 {
    margin-bottom: 20px;
  }
  .swap-area .message-box p {
    font-size: 14px;
  }
  .swap-area .swap-area-middle ul li span {
    font-size: 16px;
  }
  .swap-area .form-group .swap-input-wrap .cp-select-area .form-control {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
    width: 50%;
  }
  .cxchange-summary-wrap .cxchange-summary-name {
    padding: 5px;
    width: 100%;
    min-height: 70px;
  }
  .cxchange-summary-wrap .cxchange-summary-featured {
    width: 100%;
  }
  .cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
    margin-right: 0;
  }
  .cp-user-buy-coin-content-area {
    width: 100%;
    background-color: var(--background-color) !important;
  }
  .summber-coin-type i {
    float: right;
  }
  .cxchange-summary-wrap .cxchange-summary-name {
    cursor: pointer;
  }
}

@media screen and (max-width: 425px) {
  .id-card-type {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .cp-user-profile-info-id-type {
    margin-top: 0;
  }
  .cp-user-top-bar-right {
    display: flex;
    margin-left: auto;
  }
  .cp-user-sidebar-toggler {
    top: 78%;
    transform: translateY(0);
    left: 4%;
  }
  .cp-user-top-bar-status-area li:first-child {
    margin-right: 38px;
  }
  .cp-user-top-bar-status-area li:not(:last-child) {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .cp-user-coin-rate ul {
    padding: 20px 15px;
  }
  .cp-user-coin-rate ul li {
    font-size: 16px;
  }
  .cp-user-coin-rate .cp-user-img img {
    height: 370px;
    width: 370px;
  }
  .cp-user-main-wrapper {
    padding: 0;
    margin-top: 50px;
  }
  .cp-user-bank-info ul {
    padding: 0;
  }
  .cp-user-bank-info ul li {
    display: block;
    height: unset;
    line-height: initial;
    padding: 10px;
  }
  .cp-user-bank-info ul li span {
    width: 100%;
  }
  .cp-user-wallet-table table tbody tr td ul li img {
    width: 20px;
  }
  .cp-user-wallet-card .cp-user-card-header-area {
    display: block;
  }
  .cp-user-wallet-card .cp-user-card-header-area .cp-user-title {
    margin-bottom: 15px;
  }
  .cp-user-profile-tab-content
    .cp-user-custom-card
    .cp-user-profile-info
    ul
    li {
    display: block;
  }
  .cp-user-profile-tab-content
    .cp-user-custom-card
    .cp-user-profile-info
    ul
    li
    span:first-child {
    font-weight: 700;
    font-size: 16px;
  }
  .cp-user-profile-tab-content .cp-user-custom-card {
    padding: 15px 0;
  }
  .user-profile-area {
    justify-content: center;
    height: 320px;
  }
  .cp-user-profile-nav {
    display: block;
  }
  .cp-user-profile-nav .nav-link {
    width: 100%;
  }
  .input-group-prepend .btn {
    width: 115px;
    padding: 0 10px;
  }
  .input-group-prepend .btn::before {
    right: 10px;
  }
  .cp-user-share-buttons ul {
    display: block;
  }
  .cp-user-share-buttons ul li a {
    width: 100%;
    margin: 15px 0;
  }
  .cp-user-share-buttons ul li:not(:last-child) {
    margin-right: 0;
  }
  .cp-user-profile-tab-content
    .cp-user-custom-card
    .cp-user-profile-info
    ul
    li {
    padding: 10px 0;
    font-size: 14px;
  }
  .countdown-section {
    width: 48%;
    margin: 8px 0px;
  }
}

@media screen and (max-width: 375px) {
  .cp-user-top-bar-status-area li:not(:last-child) {
    margin-bottom: 0;
    margin-top: 0px;
  }
  .cp-user-top-bar-status-area li:first-child {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    left: 0;
  }
  .cp-user-copy .input-group .btn {
    width: 90px;
  }
  .profile-dropdown > .btn {
    padding: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 360px) {
  .cp-user-logo .cp-user-logo-large {
    max-width: 140px;
  }
}

@media screen and (max-width: 320px) {
  .cp-user-top-bar-status-area li:last-child {
    margin-top: 15px;
  }
  .cp-user-sidebar-toggler {
    top: 81%;
    left: 6%;
  }
}

/* authentication */

/*
-------------------------------------------------------------
Theme Name: Treadexpro exchange
Theme URI:
Author: itechtheme
Author URI:
Description: Treadexpro exchange is a modern dashboard template based on html css responsive with bootstrap.We’ve used modern technologies and best practices to make our product easy to work with It’s the most convenient template for developers clean code and detailed documentation, which allows you to build any projects easily! Use it for Sales Monitoring, Event Management, Helpdesk Management, Ad Campaign, analytics and other types of web or mobile applications.
Version: 1.0
License:
License
Text Domain: Treadexpro exchange
Tags: admin, best react admin template, das
-------------------------------------------------------------

-------------------------------------------------------------
#Css index
-------------------------------------------------------------
01). Common css
02). Sidebar css
03). Topbar css
04). main wrapper css
05). Dashboard css
06). User management css
07). Wallet Transcation css
08). ID verify css
09). Node History css
10). Buy Coin Order List css
11). Profile css
12). Settings css
-------------------------------------------------------------
*/

/*
----------------------------------------------------------
    (01) Common css
----------------------------------------------------------
*/
*,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  /* font-family: "Karla", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--text-primary-color-2);
  background-color: var(--card-background-color) !important;
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

input:focus,
a:hover,
a:focus,
a:active,
button:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--font-color);
}

p {
  line-height: 30px;
}

.btn:not(.note-btn),
.btn:not(.note-btn):hover,
.btn:not(.note-btn):focus,
.btn:not(.note-btn):active {
  box-shadow: none !important;
  outline: none !important;
  background-color: var(--gray-dark);
  color: white;
  border: none;
}

.body-bg {
  background: #081926;
}

.content-expend {
  margin-left: 0 !important;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

/*
----------------------------------------------------------
    (01) Common css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (02) Sidebar css
----------------------------------------------------------
*/

.sidebar {
  width: 250px;
  position: fixed;
  height: 100%;
  background: var(--card-background-color);
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  top: 0;
  z-index: 9999;
}

.sidebar .logo {
  padding: 30px 30px 50px;
}

.sidebar-menu ul li a {
  padding: 12px 10px;
  display: block;
  color: var(--color-pallet-1);
  font-size: 15px;
}

.sidebar-menu ul li a > .icon {
  background: #2a3343;
  padding: 6px;
  border-radius: 4px;
  height: 26px;
  width: 26px;
  overflow: hidden;
  display: inline-block;
  line-height: 14px;
  vertical-align: middle;
}

.sidebar-menu ul li ul li a {
  padding: 5px 30px 5px 56px;
}

.sidebar-menu ul li ul li.sub-active a,
.sidebar-menu ul li ul li:hover a {
  color: rgb(var(--primary-color));
}

.sidebar-menu ul li:hover > a {
  color: var(--text-primary-color);
}

.sidebar-menu ul li a .name {
  margin-left: 10px;
}

.sidebar {
  overflow-y: auto;
  height: 100vh;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
}

.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.active-page a {
  background: #333843;
  position: relative;
}

.active-page a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  background: #30394d;
  left: 0;
  top: 0;
}

.sidebar-menu ul li a {
  position: relative;
}

.sidebar-menu ul li a::before {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transform-origin: center;
  font-size: 19px;
}

.sidebar-menu ul li.mm-active a::before {
  content: "\f106";
  font-family: fontawesome;
}

.sidebar-menu ul li ul li:last-child a {
  padding-bottom: 15px;
}

.sidebar-menu ul li a:only-child::before {
  content: "";
}

.sidebar-hide {
  left: -250px;
}

/*
----------------------------------------------------------
    (02) Sidebar css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (03) Topbar css
----------------------------------------------------------
*/

.top-bar {
  background: var(--card-background-color);
  margin-left: 250px;
  padding: 10px 5px;
  transition: all 0.3s ease-in-out 0s;
}

.top-bar-logo-hide {
  display: none;
}

.menu-bars {
  cursor: pointer;
}

.content-expend .menu-bars {
  padding-left: 15px;
}

.top-bar-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-right ul li:not(:last-child) {
  margin-right: 30px;
}

.top-bar-right ul li .btn {
  color: var(--text-primary-color);
  padding: 0;
}

.top-bar-right ul li .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.top-bar-right ul li .avatar .name {
  margin-left: 10px;
}

.top-bar-right .dropdown-menu {
  top: 8px !important;
  border-radius: 5px;
  padding: 0;
}

.top-bar-right .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.notification-btn::after {
  display: none;
}

.notification {
  position: relative;
}

.notify-value {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ff5556;
  color: var(--text-primary-color);
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  left: 15px;
}

.logo-small {
  display: none;
}

.user-profile {
  display: block !important;
}

.user-profile li {
  margin-right: 0 !important;
}

.user-profile li a {
  padding: 6px 30px;
  display: block;
  color: var(--text-primary-color-2);
}

.user-profile li:not(:last-child) a {
  border-bottom: 1px solid #f0f0f0;
}

.notification {
  display: block !important;
}

.notification li a {
  display: flex !important;
  align-items: center;
  padding: 10px;
}

.notification-list {
  min-width: 320px;
}

.notification li a .icon {
  text-align: center;
  border-radius: 50px;
  display: block;
  margin-right: 15px;
  flex-basis: 100px;
  font-size: 30px;
  color: var(--text-primary-color-2);
}

.notification li {
  margin-right: 0 !important;
}

.notification li:first-child:hover {
  border-radius: 17px 17px 0 0 !important;
}

.notification li:last-child:hover {
  border-radius: 0 0 17px 17px !important;
}

.notification li:hover {
  background: var(--background-color-hover);
}

.notification li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.notification li a .content h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--text-primary-color-2);
}

.notification li a .content p {
  font-size: 14px;
  color: #464646;
}

.notification li a .content .datetime {
  font-size: 12px;
  color: #464646;
  font-weight: 700;
}

/*
----------------------------------------------------------
    (03) Topbar css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (04) main wrapper css
----------------------------------------------------------
*/

.main-wrapper {
  margin-left: 250px;
  padding: 30px 5px;
  transition: all 0.3s ease-in-out;
}

.main-wrapper-expend {
  margin-left: 0 !important;
}

/* Start breadcrumb */

.custom-breadcrumb {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-2);
  padding-bottom: 10px;
}

.custom-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.custom-breadcrumb ul li {
  position: relative;
  font-size: 23px;
  font-weight: 700;
}

.custom-breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  content: "/";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.custom-breadcrumb ul li.active-item a,
.custom-breadcrumb ul li.active-item {
  color: var(--text-primary-color-4);
}

.custom-breadcrumb ul li:not(:last-child) {
  margin-right: 14px;
  padding-right: 7px;
  color: #fafafa;
}

/*
----------------------------------------------------------
    (04) main wrapper css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (05) Dashboard css
----------------------------------------------------------
*/

/* Dashboard status */

.status-card {
  border-radius: 10px;
}

.status-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 152px;
  padding: 15px 30px;
}

.status-card-inner .content h3,
.status-card-inner .content p {
  color: var(--text-primary-color-4);
}

.status-card-inner .content p {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.status-card-inner .content h3 {
  font-size: 32px;
  font-weight: 700;
}

.status-card-inner .icon img {
  height: 90px;
}

.status-card {
  border: none;
  color: #2a2e37;
  border-radius: 3px;
  box-shadow: 1px 5px 20px 0px rgb(0 0 0 / 8%);
}

.status-card .card-body {
  margin: 1px;
  border-radius: 3px;
}

.status-card-bg-blue {
  background: linear-gradient(to left, #7beafe, #1c8cfa);
}

.status-card-bg-green {
  background: linear-gradient(to right, #3adf9e, #b3fb5b);
}

.status-card-bg-read {
  background: linear-gradient(to right, #fc516a, #ff7e76);
}

.status-card-bg-yellow {
  background: linear-gradient(to left, #de4daa, #f6d327);
}

.status-card-bg-orange {
  background: linear-gradient(to left, #5f0a87, #a4508b);
}

.status-card-bg-average {
  background: linear-gradient(to left, #9921e8, #5f72be);
}

/* user chart */

.user-chart {
  margin-top: 30px;
}

.user-chart .card {
  box-shadow: 1px 5px 20px 0px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.user-chart .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.user-chart .card-top ul {
  display: flex;
}

.user-chart .card-top ul li:not(:last-child) {
  margin-right: 40px;
}

.user-chart .card-top h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary-color-4);
}

.subtitle {
  color: var(--text-primary-color-4);
}

.user-chart .card-top ul li {
  font-size: 16px;
  color: var(--color-pallet-1);
}

.user-chart .card-top ul li,
.user-chart .card-top h4 {
  text-transform: capitalize;
}

.user-chart .card-top ul li.active {
  color: rgb(var(--primary-color));
}

#user-chart {
  width: 100%;
  height: 400px;
}

#filter-id-66 {
  display: none;
}

/*
----------------------------------------------------------
    (05) Dashboard css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (06) User management css
----------------------------------------------------------
*/

.user-management {
  border-radius: 10px;
}

.user-management-nav li {
  display: block;
  width: 100%;
}

.user-management-nav {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.user-management-nav .nav-link {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: var(--text-primary-color-4);
  font-size: 15px;
  border-bottom: 1px solid var(--border-color-2);
}

.user-management-nav .nav-link img {
  margin-right: 8px;
  width: 15px;
}

.user-management-nav .nav-link.active {
  position: relative;
  color: var(--text-primary-color);
  background: var(--card-background-color);
}

.dataTables_info {
  display: none;
}

.tab-content {
  border-left: 1px solid var(--border-color-2);
  padding-left: 15px;
  margin-left: 15px;
}

.table-title h3 {
  color: var(--text-primary-color-4);
  font-weight: 700;
  font-size: 23px;
}

.header-bar .search {
  position: relative;
}

.header-bar .search .form-group {
  margin-bottom: 0;
}

.header-bar .search .btn-search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0;
  box-shadow: none !important;
}

.header-bar .search .form-control {
  background: #1c2749 !important;
  box-shadow: none;
  border: 1px solid #1c2749;
  height: 50px;
  width: 230px;
  padding: 0 10px;
  color: var(--color-pallet-1);
}

.header-bar .search .btn-search .form-control::-webkit-input-placeholder {
  color: var(--text-primary-color);
}

.header-bar .search .btn-search .form-control::-moz-placeholder {
  color: var(--text-primary-color);
}

.header-bar .search .btn-search .form-control:-ms-input-placeholder {
  color: var(--text-primary-color);
}

.header-bar .search .btn-search .form-control:-moz-placeholder {
  color: var(--text-primary-color);
}

table.dataTable.no-footer {
  border-bottom: none;
}

.user-management table.table {
  border: 1px solid var(--border-color-2);
  border-radius: 5px;
}

.user-management table.table thead tr th {
  font-weight: 700;
}

.user-management table.table thead tr th,
.user-management table.table tbody tr td {
  color: var(--text-primary-color-4);
  padding: 15px 30px;
  font-size: 16px;
}

.user-management table.table tbody tr td:last-child {
  padding: 0;
}

.user-management table.table tbody tr:hover,
.user-management table.table tbody tr.odd,
.user-management table.table tbody tr {
  background-color: transparent;
}

.user-management table.table thead tr th,
.user-management table.table tbody tr td {
  border-color: var(--border-color-2);
}

.user-management table.table tbody tr td ul li:not(:last-child) {
  margin-right: 15px;
}

.table-pagination {
  margin-top: 30px;
}

.table-pagination ul {
  display: flex;
}

.table-pagination ul li:not(:last-child) {
  margin-right: 15px;
}

.table-pagination ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #111a35;
  color: var(--color-pallet-1);
  display: block;
  font-size: 16px;
}

.table-pagination ul li.active a {
  background: #243462;
  box-shadow: 0 5px 10px rgba(25, 36, 71, 0.2);
}

/*
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    left: 7px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: var(--text-primary-color);
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #111A35;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: var(--text-primary-color-2);
    transform: translateY(-50%);
}
 */

/* Add user */

.add-user-form .form-group {
  margin-bottom: 20px;
}

.add-user-form label {
  color: var(--text-primary-color-4);
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.add-user-form .form-control {
  border-radius: 5px;
  color: var(--text-primary-color-4);
  height: 50px;
  box-shadow: none;
}

.add-user-form .select-area select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.add-user-form .select-area {
  position: relative;
}

.add-user-form .select-area::after {
  position: absolute;
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.add-user-form .add-user-btn {
  background: #2a3865;
  height: 65px;
  line-height: 65px;
  min-width: 290px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  color: var(--text-primary-color);
  border-radius: 5px;
}

/*
----------------------------------------------------------
    (06) User management css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (07) Wallet Transcation css
----------------------------------------------------------
*/

.wallet-transaction-area .header-bar {
  padding-bottom: 0;
}

.wallet-transaction-area .header-bar,
.wallet-transaction {
  margin-bottom: 0 !important;
}

/*
----------------------------------------------------------
    (07) Wallet Transcation css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (08) ID verify css
----------------------------------------------------------
*/

.pidverify {
  min-height: 690px;
}

.pidverify .card-body {
  padding: 40px;
}

.card-wrapper {
  width: 445px;
  background: #1c2749;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.card-area {
  padding: 30px;
}

.card-wrapper h4 {
  color: var(--color-pallet-1);
  padding: 30px 0;
  padding-top: 0;
  font-size: 18px;
  text-transform: capitalize;
}

.id-verify-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.id-verify-btn-group li:not(:last-child) {
  margin-right: 50px;
}

.id-verify-btn-group li a {
  width: 237px;
  height: 70px;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 70px;
  color: var(--text-primary-color);
  font-size: 20px;
  text-transform: capitalize;
}

.id-verify-btn-group li a.approve-btn {
  background: #4eb200;
}

.id-verify-btn-group li a.reject-btn {
  background: #fd4848;
}

#pidverify .modal-header {
  background: #2a3865;
  padding: 20px 30px;
  border-bottom: none;
  position: relative;
}

#pidverify .modal-header .close {
  height: 38px;
  width: 38px;
  border-radius: 50px;
  text-align: center;
  padding: 0;
  display: block;
  line-height: 38px;
  background: var(--card-background-color);
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 1;
}

#pidverify .modal-header .modal-title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--text-primary-color);
}

#pidverify .modal-body {
  padding: 80px 50px;
}

.idverifyrejection label {
  color: #9d9a9a;
}

.idverifyrejection .form-control {
  min-height: 150px;
  background: var(--card-background-color);
  border: 1px solid var(--card-background-color);
  box-shadow: none;
}

.idverifyrejection .btn {
  background: #2a3865;
  color: var(--text-primary-color);
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 20px;
  width: 237px;
  height: 70px;
  padding: 0;
  line-height: 70px;
  margin-top: 30px;
}

/*
----------------------------------------------------------
    (08) ID verify css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (09)    Node History css
----------------------------------------------------------
*/

.node-history label {
  color: var(--color-pallet-1);
  margin-bottom: 20px;
}

.node-history .form-control {
  height: 70px;
  background: transparent;
  box-shadow: none;
  color: var(--color-pallet-1);
  border: 1px solid #2b3c70;
}

.node-history .btn {
  max-width: 237px;
  width: 100%;
  height: 70px;
  border-radius: 3px;
  background: #2a3865;
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
}

/*
----------------------------------------------------------
    (09)    Node History css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (10)    Buy Coin Order List css
----------------------------------------------------------
*/

.card-info li:not(:last-child) {
  margin-bottom: 30px;
}

.card-info li {
  font-size: 15px;
  color: #666666;
}

.card-info li span {
  width: 50%;
}

.card-info li span:first-child {
  text-align: right;
  margin-right: 50px;
}

/*
----------------------------------------------------------
    (10)    Buy Coin Order List css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (11)    Profile css
----------------------------------------------------------
*/

.profile {
  min-height: 690px;
}

.profile-nav {
  justify-content: flex-start;
}

.avater-img {
  height: 183px;
  width: 183px;
  display: block;
  margin-bottom: 40px !important;
}

.avater-img,
.avater-img img {
  border-radius: 50%;
}

.avater-img img {
  border: 10px solid rgba(94, 85, 230, 0.11);
  max-width: 100%;
}

.user-info {
  border: 1px solid var(--border-color-2);
  padding: 50px 30px;
  border-radius: 12px;
}

.user-info .avater-img {
  margin: auto;
}

.user-info h4 {
  word-break: break-all;
  color: var(--text-primary-color-4);
}

.user-info p,
.user-info span {
  color: var(--text-primary-color-4);
}

.profile-info-table ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  line-height: 70px;
  color: var(--text-primary-color-4);
  border-bottom: 1px solid var(--border-color-2);
}

.profile-info-table ul li:first-child {
  border-top: 1px solid #333843;
}

.profile-info-table ul li:nth-child(2n + 1) {
  background: #333843;
  color: var(--text-primary-color);
}

.profile-info-table ul li span {
  flex: 1;
  font-size: 15px;
  padding: 30px;
  line-height: 20px;
}

.profile-info-table ul li span:nth-child(2) {
  flex-basis: 50px;
  flex: none;
}

.profile-info-table ul li span.dot {
  text-align: center;
}

.profile-img-upload {
  max-width: 183px;
  height: 55px;
  text-align: center;
  border: 1.5px dashed var(--border-color-2);
  border-radius: 3px;
  background: #2a3865;
  line-height: 55px;
  display: block;
  width: 100%;
  cursor: pointer;
  margin: auto;
  font-size: 16px;
  color: var(--text-primary-color);
}

.profile-info-form .form-control:not(.form-control-sm) {
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid var(--border-color-2);
  background: transparent;
  box-shadow: none;
  color: var(--text-primary-color-4);
  padding: 0 10px;
}

.profile-info-form label {
  color: var(--text-primary-color-4);
  font-size: 14px;
  margin-bottom: 15px;
}

.note-btn {
  background: #081926;
}

.note-btn::after {
  display: none;
}

.profile-info-form .btn:not(.note-btn) {
  height: 45px;
  text-align: center;
  width: 100%;
  color: var(--text-primary-color-4);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0;
  outline: none !important;
}

.profile-info-form .btn.theme-btn {
  color: var(--text-primary-color);
}

.profile-info-form .btn.theme-btn-red {
  color: var(--text-primary-color);
}

.profile-info-form .btn.add-faq-btn {
  width: 300px;
}

.email-submit-btn {
  max-width: 250px;
  height: 60px !important;
  line-height: 55px !important;
}

.profile-transaction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.profile-transaction li {
  border-radius: 3px;
  height: 119px;
  line-height: 119px;
  color: var(--text-primary-color);
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-transaction li:not(:last-child) {
  margin-right: 30px;
}

.profile-transaction li p {
  font-size: 16px;
  margin-bottom: 5px;
}

.profile-transaction li h4 {
  font-size: 23px;
  color: var(--text-primary-color);
}

.profile-transaction .profile-deposit {
  background: #1ca8ee;
}

.profile-transaction .profile-withdrow {
  background: #fca744;
}

/*
----------------------------------------------------------
    (11)    Profile css
----------------------------------------------------------
*/

/*
----------------------------------------------------------
    (12)    Settings css
----------------------------------------------------------
*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.setting-select .form-control {
  background: #212e55;
}

.setting-select {
  position: relative;
}

.setting-select::after {
  position: absolute;
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: var(--color-pallet-1);
}

label.logo {
  width: 300px;
  height: 150px;
  border-radius: 3px;
  background: #2a386561;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #2a3865;
  cursor: pointer;
}

.logo-upload-btn {
  height: 50px !important;
  line-height: 50px !important;
}

.profile-info-form .input-group-text {
  padding: 0 25px;
  background-color: #2a3865;
  border: 1px solid #2a3865;
  color: var(--text-primary-color-4) !important;
  font-size: 20px;
}

/* Landing page */

textarea.form-control.textarea {
  height: 180px;
}

.add-btn a {
  display: block;
  min-width: 138px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #fec939 100%
  );
  color: var(--text-primary-color);
  border-radius: 3px;
  font-size: 17px;
}

.table-area table tr td {
  vertical-align: middle;
}

.add-custom-page {
  padding: 50px;
  min-height: 680px;
}

/*
----------------------------------------------------------
    (12)    Settings css
----------------------------------------------------------
*/

/* -------------------------------------------------------------
    (13). Start user forms
-------------------------------------------------------------*/

.user-logo {
  margin-bottom: 100px;
}

.user-footer {
  margin-top: 100px;
}

.user-footer p {
  color: #68696e;
  font-size: 18px;
  margin-top: 20px;
}

.user-bg {
  background: #3b7cdd !important;
}

.user-form {
  display: flex;
  align-items: center;
  padding: 85px var(--text-primary-color-2) 00;
  border: 4px solid rgb(var(--primary-color));
  box-sizing: border-box;
  backdrop-filter: blur(30px);
  border-radius: 15px;
  /* min-height: 800px; */
  padding: 20px;
}

.user-form-inner {
  width: 100%;
}

.user-form .form-top h2 {
  margin-bottom: 15px;
  color: var(--text-primary-color-4) !important;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.user-form .form-top p {
  margin: 0;
  font-size: 16px;
  color: var(--text-primary-color-4) !important;
  font-weight: 400;
}

.user-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.user-form .form-group .eye {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
  color: var(--text-primary-color-4) !important;
}

.user-form .form-group label {
  color: #777e90;
}

.user-form .form-control {
  height: 60px;
  box-shadow: none;
  border-color: #323232;
  border-radius: 7px;
  background: transparent;
  color: var(--text-primary-color-4) !important;
  /* font-family: "Karla", sans-serif; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
}

.user-form .form-group .form-control-password {
  padding-right: 35px;
}

.user-form .form-control::-webkit-input-placeholder {
  color: var(--text-primary-color-4) !important;
  font-size: 14px;
}

.user-form .form-control::-moz-placeholder {
  color: var(--text-primary-color-4) !important;
  font-size: 14px;
}

.user-form .form-control:-ms-input-placeholder {
  color: var(--text-primary-color-4) !important;
  font-size: 14px;
}

.user-form .form-control:-moz-placeholder {
  color: var(--text-primary-color-2);
  font-size: 14px;
}

.user-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 60px 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--main-background-color);
}

.user-content-wrapper .user-content-text .auth-logo {
  display: inline-block;
  margin: 30px 0;
}

.user-content-wrapper .user-content-text h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-primary-color-4) !important;
}

.user-content-wrapper .user-content-text p {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary-color-4) !important;
}

.user-content-wrapper .user-content-text p a {
  display: inline-block;
  color: rgb(var(--primary-color));
}

.user-content-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.nimmu-user-sibmit-button {
  width: 100%;
  background: rgb(var(--primary-color));
  height: 50px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 7px !important;
  color: var(--text-primary-color) !important;
  /* border: 1px solid rgb(var(--primary-color)); */
}

.nimmu-user-sibmit-button:hover {
  opacity: 0.3;
}

.nimmu-user-sibmit-button:active,
.nimmu-user-sibmit-button:focus,
.nimmu-user-sibmit-button:hover {
  color: var(--text-primary-color) !important;
  background: var(--hover-color) !important;
  border-color: var(--hover-color) !important;
}

.form-top {
  margin-bottom: 30px;
  text-align: center;
}

.form-top h2 {
  color: var(--text-primary-color-2);
}

.form-top p {
  color: var(--text-primary-color-2);
  font-size: 20px;
  font-weight: 600;
  /* text-transform: capitalize; */
}

.auth-logo {
  display: inline-block;
  margin-bottom: 15px;
}

.auth-logo img {
  margin: auto;
}

.user-icon img {
  width: 80px;
  margin: 30px auto 15px;
}

.form-bottom .or {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  color: #3b53db;
  margin: 30px 0;
  position: relative;
  display: block;
}

.form-bottom .or::before {
  position: absolute;
  content: "";
  width: 45%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #3b53db;
  height: 1px;
}

.form-bottom .or::after {
  position: absolute;
  content: "";
  width: 45%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #3b53db;
  height: 1px;
}

.form-bottom p {
  color: var(--text-primary-color-2);
}

.form-bottom p a {
  color: rgb(var(--primary-color));
}

.social-media {
  margin-bottom: 30px;
}

.social-media ul {
  display: flex;
  justify-content: center;
  word-wrap: wrap;
}

.social-media ul li:not(:last-child) {
  margin-right: 10px;
}

.social-media ul li a {
  color: var(--text-primary-color);
  border-radius: 3px;
  height: 30px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  display: block;
}

.social-media ul li a.facebook {
  background: #3b5998;
}

.social-media ul li a.twitter {
  background: #55acee;
}

.social-media ul li a.linkedin {
  background: #0077b5;
}

.form-check-label {
  position: initial !important;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border: 2px solid #c9c9c9;
  border-radius: 3px;
}

.styled-checkbox:hover + label:before {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.rememberme .form-check {
  padding-left: 0;
}

.rememberme a:hover {
  color: rgb(var(--primary-color));
}

/* -------- user-----------------------------------------------------1321). End forms
-------------------------------------------------------------*/

.default-access-wrapper {
  display: flex;
  justify-content: center;
}

.default-access-wrapper .auth-btn {
  margin: 0 5px;
  color: rgb(var(--primary-color));
  line-height: 16px;
  cursor: pointer;
}

.default-access-wrapper .auth-btn.user {
  border-right: 1px solid rgb(var(--primary-color));
  padding-right: 10px;
}

.form-bottom {
  margin-top: 20px;
}

.theme-btn {
  color: var(--text-primary-color-4) !important;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 35px;
  border: 0;
  border-radius: 0;
  position: relative;
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #fec939 100%
  );
  background-size: 200%, 1px;
  background-position: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background-position: 100% !important;
  color: var(--background-color-hover) !important;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  font-size: 50px;
  color: #ddd;
  content: "\f0ee" !important;
  font-family: fontawesome !important;
}

.dropify-wrapper {
  border-radius: 4px;
}

.dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    #eeebeb 25%,
    transparent 25%,
    transparent 50%,
    #eeebeb 50%,
    #eeebeb 75%,
    transparent 75%,
    transparent
  );
}

.uplode-catagory span {
  display: block;
  margin-bottom: 5px;
  color: var(--text-primary-color-4);
}

.dropify-wrapper .dropify-preview {
  background-color: var(--text-primary-color-2);
}

.fees-wrap {
  position: relative;
}

.fees-wrap span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.mail-card {
  margin-bottom: 30px;
}

.management-card-area {
  background: transparent;
}

.note-editable {
  color: var(--text-primary-color-4) !important;
}

.submenu-active > a {
  color: rgb(var(--primary-color)) !important;
}

div.dataTables_wrapper div.dataTables_length select {
  background: transparent;
  /* border-radius: 50px; */
  color: var(--text-primary-color-2);
  text-align: center !important;
  padding: 5px 10px;
  border-color: var(--border-color);
}

div.dataTables_wrapper div.dataTables_length select option {
  color: var(--text-primary-color-4);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: var(--text-primary-color-4);
}

/*div#table_length {*/

/*    padding: 0 30px;*/

/*}*/

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  background: transparent;
  /* border-radius: 50px; */
  border: 1px solid var(--border-color);
  height: 35px;
  color: var(--text-primary-color-4);
  padding: 5px;
}

div.dataTables_wrapper div.dataTables_filter {
  /*padding: 0 30px;*/
  /* margin-bottom: 15px; */
}

.dataTables_empty {
  color: var(--text-primary-color-4);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #333 !important;
  border: 1px solid #e4e4e4;
  background: var(--background-color-hover);
  padding: 0;
  margin: 0 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--text-primary-color) !important;
  background: rgb(var(--primary-color));
  padding: 0;
}

.pagination-wrapper {
  float: none !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 610px; */
  /* height: 45px; */
  border-radius: 5px;
  /* background: #f7f7f8; */
  margin: 0 auto !important;
  padding: 0;
  /* background: var(--main-background-color); */
  margin-top: 34px;
}

.notification-continer {
  background: white;
  background: var(--footer-background-color);
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .dataTables_head {
    justify-content: flex-start;
    gap: 20px;
  }
  .cp-user-main-wrapper {
    margin-top: 20px !important;
  }
  .notification-continer {
    display: flex;
    flex-direction: column;
  }
  .asset-balances-right {
    width: 400px;
  }
  /* .input-url .copy-url-btn {
    right: -124px;
  } */
  .deposit-info-area .total-balance h3 {
    font-size: 12px;
  }
}

.paginate-button {
  font-size: 19px;
  font-weight: bold;
  color: rgb(var(--primary-color));
  cursor: pointer;
  padding: 0;
  border: none !important;
  background: transparent !important;
  margin-right: 5px;
  margin-left: 5px;
}

.paginate-button:hover {
  color: rgb(var(--primary-color));
}

.paginate-number {
  font-weight: 400;
  color: rgb(var(--primary-color));
  padding: 3px 12px;
  cursor: pointer;
  border: none !important;
  background: transparent;
  margin-left: 5px;
  margin-right: 5px;
  align-items: center;
  border: 1px solid rgb(var(--primary-color)) !important;
  font-size: 18px;
}

a.paginate_button.paginate-number:hover {
  background: rgb(var(--primary-color)) !important;
  color: var(--title-color) !important;
}

a.paginate_button.paginate-number.text-warning {
  background: rgb(var(--primary-color)) !important;
  color: white !important;
  border-radius: 3px;
  font-weight: bold;
}

.blance-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  /* justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  cursor: pointer !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  color: rgb(var(--primary-color)) !important;
}

table tr td .activity-icon ul {
  display: flex;
  justify-content: center;
}

table tr td .activity-icon ul li {
  margin-right: 5px !important;
  /*width: 25px;*/
}

table tr td .activity-icon ul li:not(:last-child) {
  margin-bottom: 5px;
}

table tr td .activity-icon ul li a img.img-fluid {
  width: 20px;
}

.table-title {
  color: var(--text-primary-color-4);
  font-weight: 700;
  font-size: 23px;
}

.table-area {
  padding-bottom: 15px;
  padding-right: 15px;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}

.form-area h4 {
  color: var(--text-primary-color-4);
}

.profile-name h3 p {
  color: var(--text-primary-color-4);
  margin: 10px 0;
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
  content: "\f175";
  font-family: fontawesome;
  font-size: 14px;
  bottom: 12px;
}

.cp-select-area {
  position: relative;
}

.cp-select-area::before {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 30px;
  color: var(--color-pallet-1);
}

.activity-menu {
  justify-content: center;
}

.w-auto {
  width: auto !important;
}

.cp-user-avater {
  display: flex;
  align-items: center;
}

.profile-dropdown .dropdown-menu {
  width: 250px;
}

.top-bar .dropdown-menu {
  padding: 0;
  width: 270px;
  background: var(--card-background-color);
  color: var(--text-primary-color);
}

.profile-dropdown .dropdown-menu .big-user-thumb {
  width: 80px;
  height: 80px;
  /* overflow: hidden; */
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 12px auto 14px;
  background: #e8e9ef;
  border-radius: 50%;
}

.profile-dropdown .dropdown-menu .user-name {
  text-align: center;
}

.profile-dropdown .dropdown-menu button {
  padding: 11px 20px;
  border-bottom: 1px solid #383e4c;
}

.profile-dropdown .dropdown-menu button:hover {
  background-color: var(--background-color-hover);
}

.profile-dropdown button a {
  color: var(--text-primary-color-4) !important;
  text-transform: uppercase;
  display: block;
}

.profile-dropdown button a i {
  margin-right: 8px;
  font-size: 19px;
  vertical-align: inherit;
}

.cp-user-avater .cp-user-img {
  margin-right: 10px;
  padding: 3px;
  background: #e8e9ef;
  width: 45px;
  height: 45px;
}

.cp-user-avater .cp-user-img,
.cp-user-avater .cp-user-img img {
  border-radius: 50%;
}

.profile-dropdown .dropdown-menu:before {
  content: "";
  height: 59px;
  width: 100%;
  background: var(--main-background-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.profile-dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.profile-dropdown .dropdown-menu .big-user-thumb img {
  vertical-align: baseline;
}

/* switch button start */

.switch input {
  display: none;
}

.switch {
  display: inline-block;
  width: 50px;
  height: 25px;
  transform: translateY(50%);
  position: relative;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #e8ebef;
  box-shadow: 0 0 0 2px #f7f8f9, 0 0 2px #f7f8f9;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background: #7c74f261;
  border-radius: 30px;
  transform: translateX(-30px);
  transition: all 0.4s ease;
}

input:checked + .slider::before {
  transform: translateX(0px);
  background: #7c74f2;
}

input:checked + .slider {
  box-shadow: 0 0 0 2px #f7f8f9, 0 0 2px #f7f8f9;
  background-color: #e8ebef;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 30px !important;
}

.user-list-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.user-list-checkbox li {
  flex-basis: calc(100% * (1 / 3));
}

.user-list-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.user-list-checkbox .form-group label {
  position: relative;
  cursor: pointer;
}

.user-list-checkbox .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
}

.user-list-checkbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.input-group-addon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #6c7486;
}

.ico-phase select option {
  color: #0a1520;
}

.single-phase .card {
  background: -webkit-linear-gradient(left, #bf8d0a, #ffba02 50%, #cb9a14);
  box-shadow: 0 0 17px 0px rgb(51 56 67 / 33%) !important;
  border: none;
}

.single-phase .card .card-header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-phase .card .card-header .top .left p {
  color: var(--text-primary-color-4) !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-phase .card .card-header .top .left p span {
  background: rgb(var(--primary-color));
  font-size: 12px;
  padding: 0 8px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 400;
}

.single-phase .card .card-header .top .right .btn {
  padding: 0 6px;
  line-height: 0;
  color: #182346;
  background: #f7f7f7;
  border-radius: 2px;
}

.single-phase .card .card-header .top .right .btn.dropdown-toggle::after {
  display: none;
}

.single-phase .card .card-header .top .right .dropdown-menu {
  min-width: 4rem;
  padding: 0;
  border: none;
  border-radius: 4px;
}

.single-phase
  .card
  .card-header
  .top
  .right
  .dropdown-menu
  .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.single-phase
  .card
  .card-header
  .top
  .right
  .dropdown-menu
  .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.single-phase .card .card-header .top .right .dropdown-menu .dropdown-item {
  padding: 2px 5px;
  text-align: center;
  font-size: 14px;
}

.single-phase .card .card-header .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.single-phase .card .card-header .bottom .left h4 {
  color: #f3f3f3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.single-phase .card .card-header .bottom .left p {
  color: #d4d4d4;
  text-transform: uppercase;
}

.single-phase .card .card-header .bottom .left p.ico-issued {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
}

.single-phase .card .card-header .bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-phase .card .card-header .bottom .right p {
  font-size: 12px;
  text-transform: uppercase;
  color: #d4d4d4;
}

.single-phase .card .card-header .bottom p {
  line-height: 1;
}

.single-phase .card .card-body .base-price {
  margin-bottom: 30px;
}

.single-phase .card .card-body .base-fees h4,
.single-phase .card .card-body .base-price h4 {
  color: #f3f3f3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.single-phase .card .card-body .base-price p {
  color: #d4d4d4;
  font-size: 16px;
}

.single-phase .card .card-body .base-fees h4 {
  margin-bottom: 15px;
}

.single-phase .card .card-body .base-fees ul li {
  display: flex;
  align-items: center;
  color: #d4d4d4;
}

.single-phase .card .card-body .base-fees ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-phase .card .card-body .base-fees ul li span.coin {
  flex-basis: 20%;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

.single-phase .card .card-body .base-fees ul li span.price {
  flex-basis: 80%;
}

.single-phase .card .card-body .base-fees ul li span.price sub {
  text-transform: uppercase;
}

.single-phase .card .card-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.single-phase .card .card-footer h6 {
  color: #f3f3f3;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-phase .card .card-footer p {
  color: #d4d4d4;
}

.progress-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
}

.progress-wrapper .sold {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
}

.progress {
  width: 90px;
  height: 90px;
  background: transparent;
}

.progress .track,
.progress .fill {
  fill: rgba(0, 0, 0, 0);
  strokewidth: 4;
  transform: rotate(90deg) translate(0px, -80px);
}

.progress .track {
  stroke: #f3f3f3;
}

.progress .fill {
  stroke: #fff;
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s;
}

.progress.blue .fill {
  stroke: rgb(var(--primary-color));
}

.progress .value {
  /* font-family: "Open Sans"; */
  font-family: "Roboto", "PingFang SC", -apple-system, BlinkMacSystemFont,
    "Microsoft YaHei", sans-serif;
  fill: #fff;
  text-anchor: middle;
}

.progress .sold {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-primary-color);
  margin-top: 10px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.activity-menu .viewuser a {
  color: var(--text-primary-color-4);
  font-size: 18px;
  cursor: pointer;
}

.sort_space {
  margin-left: 20px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

.config-section .status-card {
  background: var(--card-background-color);
  min-height: 255px;
}

.config-section .status-card .status-card-inner small {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  color: #ddd;
}

.config-section .status-card .status-card-inner {
  padding: 40px 20px;
}

.config-section .status-card .status-card-inner p {
  font-size: 25px;
  font-weight: 700;
  color: var(--text-primary-color);
}

.config-section .card-body {
  background: unset;
}

.dataTables_empty {
  padding: 15px 0 !important;
}

.trade-card .profile-info-form .btn {
  width: 60px;
  margin-top: 35px;
  background-color: #dc3545;
  border-color: #dc3545;
  color: var(--text-primary-color);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.trade-card .profile-info-form .btn:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.trade-card p {
  margin-bottom: 20px;
}

.btn.btn-update {
  color: var(--text-primary-color);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 35px;
  border: 0;
  position: relative;
  background: -webkit-linear-gradient(
    left,
    rgb(var(--primary-color)),
    #f68484 50%,
    #ee9022
  );
  background-size: 200%, 1px;
  background-position: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 0 11px 0px rgb(24 35 70 / 20%) !important;
  border-radius: 5px;
}

.btn.btn-update:hover {
  background-position: 100% !important;
  color: var(--text-primary-color);
}

.percent-container {
  display: flex;
  margin-top: 20px;
}

.percent-btn {
  color: var(--font-color);
  width: 10px !important;
  border: 1px solid rgb(var(--primary-color));
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.add-btn-new a {
  display: block;
  width: 275px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1c60dd;
  color: var(--text-primary-color);
  border-radius: 3px;
  font-size: 17px;
}

.text-theme {
  color: rgb(var(--primary-color)) !important;
}

.bootstrap-select .form-control {
  line-height: unset;
}

.top-bar-right {
  padding-right: 15px;
}

/* custome code start here  */

label {
  color: var(--text-primary-color-4);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #fafafa !important;
}

.user-management table.table {
  box-sizing: border-box;
  width: 100%;
}

.form-control {
  background: var(--glass-color-bg-1);
  border: 1px solid var(--border-color);
  box-shadow: none;
  color: var(--text-primary-color-4);
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.modal-content {
  background-color: var(--main-background-color);
  border: 1px solid var(--border-color);
}

.modal-title {
  color: var(--font-color);
}

.modal-body p {
  color: var(--font-color);
}

.btn {
  color: var(--text-primary-color);
  min-width: 96px;
}

.btn:hover {
  color: var(--text-primary-color-4);
}

.modal-header {
  border-color: var(--border-color);
}

.modal-footer {
  border-color: var(--border-color);
}

.modal-header .close {
  color: var(--text-primary-color-4);
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
}

.form-label {
  margin-bottom: 10px;
}

.modal-body .form-control {
  border-color: var(--border-color);
}

#pair_edit_30 .modal-header .close {
  order: 1;
}

#pair_edit_30 .modal-title {
  order: 0;
}

#pairModal .modal-header .close {
  order: 1;
}

#pairModal .modal-title {
  order: 0;
}

.dropify-wrapper {
  color: var(--text-primary-color-4);
  background-color: var(--text-primary-color-2);
  border: 2px solid var(--border-color-2);
}

.dropify-wrapper:hover {
  background-image: linear-gradient(
    -45deg,
    var(--border-color-2) 25%,
    transparent 25%,
    transparent 50%,
    var(--border-color-2) 50%,
    var(--border-color-2) 75%,
    transparent 75%,
    transparent
  );
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid var(--border-color-2);
}

.deleteuser a {
  color: var(--text-primary-color-4) !important;
}

.nimmu-user-sibmit-button {
  color: #fafafa;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: var(--text-primary-color-4) !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.forgot-password {
  color: var(--text-primary-color-4) !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s;
}

.forgot-password:hover {
  color: rgb(var(--primary-color));
}

.custom-container {
  width: 100%;
  max-width: 1521px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .custom-container {
    max-width: 100%;
  }
  .user-form {
    padding: 50px 30px;
    min-height: 600px;
  }
  .user-content-wrapper .user-content-text p {
    font-size: 18px;
  }
  .user-content-wrapper .user-content-text p a {
    margin-left: 10px;
  }
  .auth-logo img {
    max-width: 250px;
  }
}

@media (max-width: 1550px) {
  .cstm-loader-area {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199px) {
  .user-content-wrapper {
    padding: 60px 30px;
  }
}

@media (max-width: 991px) {
  /* .user-form {
    padding: 30px 15px;
  } */
}

@media (max-width: 767px) {
  /* .user-form {
    margin-bottom: 30px;
  } */
}

@media (max-width: 480px) {
  .asset-balances-right {
    width: 367px;
  }
  /* .input-url .copy-url-btn {
    right: -83px;
  } */
  .user-content-wrapper {
    padding: 40px 15px;
  }
  .user-content-wrapper .user-content-text p {
    font-size: 16px;
  }
  .user-form .form-top h2 {
    font-size: 26px;
  }
}

.card.cp-user-custom-card {
  background: var(--background-color) !important;
  border: none;
}

#tradingview_widget_wrapper div:nth-child(2) {
  display: none;
}

.user-content-inner-wrap .form-check .form-check-input {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.look-pass {
  color: rgb(var(--primary-color));
  font-size: 14px;
  font-weight: 400;
}

button.btn.nimmu-user-sibmit-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.btn.nimmu-user-sibmit-button .spinner-border {
  margin-right: 5px;
}

.dark-toast {
  /* background-color: var(--text-primary-color-2) !important; */
  /* color: var(--text-primary-color-4) !important; */
}

/* preloder-area */

.preloder-area {
  background: rgb(0 0 0 / 95%);
  color: var(--text-primary-color-4) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #2a2e37f7;
  background: var(--main-background-color);
  color: white !important;
}

.preloder-area .spinner-border {
  margin-right: 10px;
}

.cstm-loader-area {
  position: relative;
}

.inside-preloder-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgb(195 195 195 / 50%);
  color: var(--text-primary-color-4) !important;
}

.inside-preloder-area .spinner-border {
  margin-right: 10px;
}

.cstm-img-picker {
  display: flex;
  /* width: 320px; */
  height: 223px;
  left: 0;
  top: 0;
  z-index: 9999;
  background: var(--footer-background-color);
  color: var(--text-primary-color-4) !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cstm-img-picker input {
  display: none;
}

.skenliton-effect {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--card-background-color);
  color: var(--text-primary-color-4) !important;
  align-items: center;
  justify-content: center;
}

/* custome code start here for tab  */

.exchange-box > .tab-content {
  border: none;
  padding: 0;
}

.exchange-box .tab-content {
  border: none;
  padding: 10px;
  margin: 0;
}

.exchange-box .inner-tabs-menu {
  padding: 10px 0;
}

.trades-headers .nav-pills .nav-link {
  background: var(--background-color) !important;
}

.buy-sell-tabs .nav-tabs {
  padding-left: 25px;
  padding-right: 25px;
}

.trades-section table.dataTable thead tr th {
  padding: 0;
  text-align: left !important;
}

.trades-section1 table.dataTable thead tr th {
  padding: 0;
  text-align: left !important;
}

.slick-track {
  padding: 0 -8px;
}

.slick-track .slick-slide {
  padding: 0 8px;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  color: red;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: red;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text-primary-color-4) !important;
  z-index: 2;
}

.slick-arrow::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: var(--text-primary-color-4) !important;
  z-index: 2;
}

.slick-arrow:hover::before {
  background: var(--card-background-color);
  color: var(--text-primary-color-2);
}

.slick-list div {
  line-height: 1;
}

.tab-content {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.exchange-tab-menu {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 10px 15px;
  background: transparent;
  color: var(--text-primary-color-2);
  border-radius: 5px;
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link.active {
  /* background: rgb(var(--primary-color)); */
  color: rgb(var(--primary-color));
  border-bottom: 2px solid rgb(var(--primary-color));
  padding: 10px 15px;
  background: transparent;
  /* color: var(--text-primary-color-2); */
  /* border-radius: 5px; */
  /* border-radius: 5px; */
  color: var(--font-color);
  font-size: 18px;
  border-bottom: 4px solid rgb(var(--primary-color));
  font-weight: 600;
}

.market-trend-area {
  background: var(--card-background-color);
}

.market-trend-area .table tr th {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.market-trend-area .cellMarket {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.market-trend-area .btnTrade {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  background: rgb(var(--primary-color));
  color: var(--font-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s;
}
.exchange-tab-menu-list {
  background: var(--background-color);
}
.sectiob-bg {
  background: transparent;
}

.trade-anywhere-right p {
  margin-bottom: 20px;
  font-size: 17px;
}

.exchange_VersionHeader__XKzVR h1 {
  display: none;
}

.exchange_TVChartContainer__nN0L7 {
  height: 570px !important;
}

.nav-item .nav-link {
  cursor: pointer;
}

.trades-headers h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 8px;
}

table.dataTable thead tr th {
  font-size: 12px;
  color: rgb(132, 142, 156) !important;
}

.buy-order table.dataTable tbody tr td {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
  cursor: pointer;
}

.trades-section table thead tr th,
.trades-section table tbody tr td {
  height: auto;
}

.more-btn {
  font-size: 14px;
}

.trades-table .trades-table-row .trades-table-col.total-price {
  font-size: 16px;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .label {
  font-size: 10px;
  line-height: 1.3;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .value {
  font-size: 12px;
}

.exchange-area .cp-user-buy-coin-content-area {
  background: var(--main-background-color) !important;
  border: 1px solid rgb(126 126 126 / 20%);
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
}

.cp-user-buy-coin-content-area table.dataTable {
  margin-bottom: 0 !important;
}

.cp-user-buy-coin-content-area table.dataTable thead tr th {
  padding: 3px 15px;
  text-align: left !important;
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
  padding: 3px 15px !important;
  text-align: left !important;
}

.sell-order table.dataTable tbody tr td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
  cursor: pointer;
}

.orders-area .table tbody td {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  padding: 10px;
  color: var(--text-primary-color-4);
}

.value-previous {
  color: #818181;
  font-size: 11px;
}

.cp-user-buy-coin-content-area
  div.dataTables_wrapper
  div.dataTables_filter
  input {
  width: 100%;
  border: none;
  background-color: var(--background-color-hover);
  margin-left: 0;
  color: rgba(183, 189, 198, 1);
  padding: 5px 15px;
}

.cp-user-buy-coin-content-area
  div.dataTables_wrapper
  div.dataTables_filter
  label {
  display: block;
}

.tradeSection-both .dataTables_scrollBody {
  height: 430px !important;
}

.trades-sectio1 .dataTables_scrollBody {
  height: 430px !important;
}

#marketTradeTable_wrapper .dataTables_scrollBody {
  height: 200px !important;
}

.orders-area .table thead th {
  font-size: 12px;
  color: rgb(132, 142, 156);
}

.orders-area .table tbody td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 10px;
  /* color: var(--text-primary-color-4) !important; */
}

.cp-select-area::before {
  font-size: 1.2rem;
  pointer-events: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-area .main-menu ul {
  justify-content: flex-end;
}

#exchangeCoinPair tr {
  cursor: pointer;
}

#marketTradeTable_wrapper .dataTables_scroll {
  height: 387px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#marketTradeTable_wrapper .dataTables_scroll::-webkit-scrollbar {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.notLoggedin {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: var(--text-primary-color);
  /* margin-top: 50px; */
  min-height: 150px;
}

.colorTheme {
  color: rgb(var(--primary-color)) !important;
  cursor: pointer;
}

.wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::-moz-selection {
  color: var(--text-primary-color);
  background: rgb(var(--primary-color));
}

::selection {
  color: var(--text-primary-color);
  background: rgb(var(--primary-color));
}

.wrapper img {
  max-width: 150px;
}

.wrapper .content {
  margin-top: 20px;
}

.wrapper header {
  font-size: 25px;
  font-weight: 600;
}

.content {
  margin-top: 10px;
}

.content p {
  color: #858585;
  margin: 5px 0 20px 0;
}

.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons .item {
  margin: 0 10px;
}

.buttons button {
  padding: 10px 20px;
  background: rgb(var(--primary-color));
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color);
  cursor: pointer;
  border-radius: 5px;
}

.buttons button:hover {
  transform: scale(0.97);
}

.buttons a {
  color: rgb(var(--primary-color));
}

.launchPool-container {
  /* min-height: 360px; */
  background-color: white;
  /* margin-top: 20px; */
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 15px 20px 25px 20px;
  box-shadow: 0px 0.1px 2.2px rgba(0, 0, 0, 0.011),
    0px 0.3px 5.3px rgba(0, 0, 0, 0.016), 0px 0.5px 10px rgba(0, 0, 0, 0.02),
    0px 0.9px 17.9px rgba(0, 0, 0, 0.024), 0px 1.7px 33.4px rgba(0, 0, 0, 0.029),
    0px 4px 80px rgba(0, 0, 0, 0.04);
}

.status-launchpool {
  background-color: rgb(71, 77, 87);
  color: white;
  border-radius: 2px;
  width: 110px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pool-icon {
  width: 40px;
  height: 40px;
}

.title-pool {
  display: flex;
  align-items: flex-end;
}

.pool-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.pool-title {
  font-weight: 600;
}

.desc-pool {
  font-size: 12px;
}

.pool-card {
  background-color: #f7f7f8;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid #ededed;
  cursor: pointer;
}

.pool-card:hover {
  border: 0.5px solid rgb(var(--primary-color));
}

.pool-icon-small {
  width: 20px;
  height: 20px;
}

.card-pool-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.center-img-pool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.hero-banner-area-pool {
  margin-bottom: 50px;
}

.hero-banner-area-pool p {
  padding: 15px 0px;
}

.launchpad-cover {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.launchpad-container {
  display: flex;
  /* background-color: var(--main-background-color); */
  padding: 30px 20px;
  /* border-radius: 10px; */
  border-radius: 8px;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  border: 1px solid;
  border-color: var(--border-color);
  cursor: pointer;
}

.subscriptionRightContent {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
}

.deposit-conatiner {
  width: 100%;
  background: var(--card-background-color);
  min-height: 500px;
  padding: 30px;
}

.file-lable {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.select-method {
  display: grid;
  display: flex;
  grid-auto-flow: column;
}

.select-method-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--border-color) !important;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  padding-left: 53px;
  padding-right: 53px;
}

.select-method-item-active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--text-primary-color);
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-color));
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgb(var(--primary-color));
  padding-left: 53px;
  padding-right: 53px;
}

.bnAwAJ {
  padding: 21px;
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 21px;
}

.bank-container {
  border: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px;
  border-radius: 5px;
}

.bank-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.bank-title {
  font-size: 18px;
  font-weight: 800;
}

.split-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.copy-btn {
  font-size: 11px;
  border: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.faq-body {
  background-color: var(--card-background-color);
  color: var(--text-primary-color-2);
  margin-top: 10px;
}

.faq-head {
  /* background-color: var(--background-color-8); */
  background-color: var(--footer-background-color) !important;
  /* background-color: var(--background-color-8); */
  background-color: var(--main-background-color) !important;
  /* background-color: var(--background-color-8); */
  border: 1px solid var(--border-color) !important;
  padding: 10px;
  border-radius: 10px;
}

.faq-head h5 button {
  color: var(--text-primary-color-2);
}

.faq-body {
  padding: 3px;
}

.paypal-container {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
}

#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.address-copy-box {
  border-radius: 4px;
  padding: 0px 10px;
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent !important;
}

.referel-inputfield {
  cursor: pointer;
}

.maintenance-mode {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.maintenance-mode::before {
  height: 100vh;
  width: 100%;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 0;
}

.maintenance-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-color);
  justify-items: center;
  z-index: 999999;
  height: 100vh;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

.maintenance-content h2 {
  font-size: 52px;
  color: var(--text-primary-color);
  margin-bottom: 15px;
}

.maintenance-content p {
  font-size: 20px;
  color: var(--text-primary-color);
}

@media (max-width: 769px) {
  .maintenance-content {
    max-width: 100%;
    padding: 0px 15px;
  }
  .tableScroll {
    overflow-x: scroll;
    max-width: 95vw;
    padding-right: 30px;
  }
  .maintenance-content h2 {
    font-size: 35px;
  }
  .maintenance-content p {
    font-size: 20px;
  }
}

.active-link ul li {
  display: inline-block;
  margin-right: 15px;
}

.toolTip {
  /* font-style: italic; */
  /* position: relative; */
  display: inline-block;
}

.toolTip:hover::after {
  background: rgb(var(--primary-color));
  border-radius: 4px;
  bottom: 0px;
  content: attr(title);
  display: block;
  left: 100%;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  min-width: 75px;
}

.preloder-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: var(--main-background-color);
  color: white !important;
}

.preloder-area .spinner-border {
  margin-right: 10px;
}

.cstm-loader-area {
  position: relative;
}

.inside-preloder-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgb(195 195 195 / 50%);
  color: var(--text-primary-color-4) !important;
}

.inside-preloder-area .spinner-border {
  margin-right: 10px;
}

.cstm-img-picker {
  display: flex;
  /* width: 320px; */
  height: 223px;
  left: 0;
  top: 0;
  z-index: 9999;
  background: var(--footer-background-color);
  color: var(--text-primary-color-4) !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cstm-img-picker input {
  display: none;
}

.skenliton-effect {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--card-background-color);
  color: var(--text-primary-color-4) !important;
  align-items: center;
  justify-content: center;
}

/* custome code start here for tab  */

.exchange-box > .tab-content {
  border: none;
  padding: 0;
}

.exchange-box .tab-content {
  border: none;
  padding: 10px;
  margin: 0;
}

.exchange-box .inner-tabs-menu {
  padding: 10px 0;
}

.trades-headers .nav-pills .nav-link {
  background: var(--background-color) !important;
}

.buy-sell-tabs .nav-tabs {
  padding-left: 25px;
  padding-right: 25px;
}

.trades-section table.dataTable thead tr th {
  padding: 0;
  text-align: left !important;
}

.trades-section1 table.dataTable thead tr th {
  padding: 0;
  text-align: left !important;
}

.slick-track {
  padding: 0 -8px;
}

.slick-track .slick-slide {
  padding: 0 8px;
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  color: red;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: red;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text-primary-color-4) !important;
  z-index: 2;
}

.slick-arrow::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: var(--text-primary-color-4) !important;
  z-index: 2;
}

.slick-arrow:hover::before {
  background: var(--card-background-color);
  color: var(--text-primary-color-2);
}

.slick-list div {
  line-height: 1;
}

.tab-content {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.exchange-tab-menu {
  margin-bottom: 20px;
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 10px 15px;
  background: transparent;
  color: var(--text-primary-color-2);
  /* border-radius: 5px; */
}

.exchange-tab-menu .nav-tabs .nav-item .nav-link.active {
  color: var(--font-color);
  font-size: 18px;
  border-bottom: 4px solid rgb(var(--primary-color));
  font-weight: 600;
  border: none;
  padding: 10px 15px;
  background: transparent;
  color: var(--text-primary-color-2);
  border-radius: 5px;
  background: var(--glass-color-bg-1);
  /* color: var(--text-primary-color); */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.market-trend-area {
  background: transparent;
}

.market-trend-area .table tr th {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-primary-color-2);
}

.market-trend-area .cellMarket {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.market-trend-area .btnTrade {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  background: var(--background-color);
  color: var(--font-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s;
}

.sectiob-bg {
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.trade-anywhere-right .subtitle {
  margin-bottom: 10px;
  color: var(--title-color) !important;
  font-size: 53px;
}

.trade-anywhere-right p {
  margin-bottom: 20px;
}

.exchange_VersionHeader__XKzVR h1 {
  display: none;
}

.exchange_TVChartContainer__nN0L7 {
  height: 570px !important;
}

.nav-item .nav-link {
  cursor: pointer;
}

.trades-headers h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 8px;
}

table.dataTable thead tr th {
  font-size: 12px;
  color: rgb(132, 142, 156) !important;
}

.buy-order table.dataTable tbody tr td {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
  cursor: pointer;
}

.trades-section table thead tr th,
.trades-section table tbody tr td {
  height: auto;
}

.more-btn {
  font-size: 14px;
}

.trades-table .trades-table-row .trades-table-col.total-price {
  font-size: 16px;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .label {
  font-size: 10px;
  line-height: 1.3;
}

.cxchange-summary-wrap
  .cxchange-summary-featured
  .cxchange-summary-items
  li
  .value {
  font-size: 12px;
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
}

.cp-user-buy-coin-content-area table.dataTable {
  margin-bottom: 0 !important;
}

.cp-user-buy-coin-content-area table.dataTable thead tr th {
  padding: 3px 15px;
  text-align: left !important;
}

.cp-user-buy-coin-content-area table.dataTable tbody tr td {
  padding: 3px 15px !important;
  text-align: left !important;
}

.sell-order table.dataTable tbody tr td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 3px;
  cursor: pointer;
}

.orders-area .table tbody td {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  padding: 10px;
  color: var(--text-primary-color-4);
}

.value-previous {
  color: #818181;
  font-size: 11px;
}

.cp-user-buy-coin-content-area
  div.dataTables_wrapper
  div.dataTables_filter
  input {
  width: 100%;
  border: none;
  background-color: var(--main-background-color);
  margin-left: 0;
  color: rgba(183, 189, 198, 1);
  padding: 5px 15px;
}

.cp-user-buy-coin-content-area
  div.dataTables_wrapper
  div.dataTables_filter
  label {
  display: block;
}

.tradeSection-both .dataTables_scrollBody {
  height: 430px !important;
}

.trades-sectio1 .dataTables_scrollBody {
  height: 430px !important;
}

#marketTradeTable_wrapper .dataTables_scrollBody {
  height: 200px !important;
}

.orders-area .table thead th {
  font-size: 12px;
  color: rgb(132, 142, 156);
  padding: 0 10px;
}

.orders-area .table tbody td {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  padding: 10px;
  /* color: var(--text-primary-color-4) !important; */
}

.cp-select-area::before {
  font-size: 1.2rem;
  pointer-events: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-area .main-menu ul {
  justify-content: flex-end;
}

#exchangeCoinPair tr {
  cursor: pointer;
}

#marketTradeTable_wrapper .dataTables_scroll {
  height: 387px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#marketTradeTable_wrapper .dataTables_scroll::-webkit-scrollbar {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.notLoggedin {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: var(--text-primary-color);
  /* margin-top: 50px; */
  min-height: 150px;
}

.colorTheme {
  color: rgb(var(--primary-color)) !important;
  cursor: pointer;
}

.wrapper {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: var(--main-background-color);
  max-width: 365px;
  border-radius: 15px;
  padding: 25px 25px 30px 25px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 100;
}

.wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::-moz-selection {
  color: var(--text-primary-color);
  background: rgb(var(--primary-color));
}

::selection {
  color: var(--text-primary-color);
  background: rgb(var(--primary-color));
}

.wrapper img {
  max-width: 150px;
}

.wrapper .content {
  margin-top: 20px;
}

.wrapper header {
  font-size: 25px;
  font-weight: 600;
}

.content {
  margin-top: 10px;
}

.content p {
  color: #858585;
  margin: 5px 0 20px 0;
}

.content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons .item {
  margin: 0 10px;
}

.buttons button {
  padding: 10px 20px;
  background: rgb(var(--primary-color));
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary-color);
  cursor: pointer;
  border-radius: 5px;
}

.buttons button:hover {
  transform: scale(0.97);
}

.buttons a {
  color: rgb(var(--primary-color));
}

.background-image-class {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.548) 10%,
      rgba(0, 0, 0, 0) 9%,
      rgba(0, 0, 0, 0.65) 80%
    ),
    url("https://cdn.pixabay.com/photo/2017/06/15/07/41/yellow-2404380_960_720.jpg")
      no-repeat;
  background-color: var(--main-background-color);
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.launchPool-container {
  /* min-height: 360px; */
  background-color: white;
  /* margin-top: 20px; */
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 15px 20px 25px 20px;
  box-shadow: 0px 0.1px 2.2px rgba(0, 0, 0, 0.011),
    0px 0.3px 5.3px rgba(0, 0, 0, 0.016), 0px 0.5px 10px rgba(0, 0, 0, 0.02),
    0px 0.9px 17.9px rgba(0, 0, 0, 0.024), 0px 1.7px 33.4px rgba(0, 0, 0, 0.029),
    0px 4px 80px rgba(0, 0, 0, 0.04);
}

.status-launchpool {
  background-color: rgb(71, 77, 87);
  color: white;
  border-radius: 2px;
  width: 110px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pool-icon {
  width: 40px;
  height: 40px;
}

.title-pool {
  display: flex;
  align-items: flex-end;
}

.pool-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.pool-title {
  font-weight: 600;
}

.desc-pool {
  font-size: 12px;
}

.pool-card {
  background-color: #f7f7f8;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid #ededed;
  cursor: pointer;
}

.pool-card:hover {
  border: 0.5px solid rgb(var(--primary-color));
}

.pool-icon-small {
  width: 20px;
  height: 20px;
}

.card-pool-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.center-img-pool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.hero-banner-area-pool {
  margin-bottom: 50px;
}

.hero-banner-area-pool p {
  padding: 15px 0px;
}

.launchpad-cover {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.launchpad-container {
  display: flex;
  /* background-color: var(--main-background-color); */
  padding: 30px 20px;
  border-radius: 8px;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  border: 1px solid;
  border-color: var(--border-color);
  cursor: pointer;
}

.subscriptionRightContent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.deposit-conatiner {
  width: 100%;
  background: var(--card-background-color);
  min-height: 500px;
  padding: 30px;
}

.file-lable {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color-2);
}

.select-method {
  display: flex;
  grid-auto-flow: column;
}

.select-method-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--border-color) !important;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  padding-left: 53px;
  padding-right: 53px;
}

.select-method-item-active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(var(--primary-color));
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgb(var(--primary-color));
  padding-left: 53px;
  padding-right: 53px;
}

.bnAwAJ {
  padding: 21px;
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 21px;
}

.bank-container {
  border: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px;
  border-radius: 5px;
}

.bank-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.bank-title {
  font-size: 18px;
  font-weight: 800;
}

.split-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.copy-btn {
  font-size: 11px;
  border: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.faq-body {
  background-color: var(--card-background-color);
  color: var(--text-primary-color-2);
  margin-top: 10px;
}

.faq-head {
  background-color: var(--main-background-color) !important;
  /* background-color: var(--background-color-8); */
  /* background-color: var(--background-color-8); */
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 10px;
}

.faq-head h5 button {
  color: var(--text-primary-color-2);
}

.faq-body {
  padding: 3px;
}

.paypal-container {
  margin-top: 20px;
  background-color: white;
  padding: 20px;
}

#upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.address-copy-box {
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent !important;
}

.referel-inputfield {
  cursor: pointer;
}

.maintenance-mode {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.maintenance-mode::before {
  height: 100vh;
  width: 100%;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 0;
}

.maintenance-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary-color);
  justify-items: center;
  z-index: 999999;
  height: 100vh;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

.maintenance-content h2 {
  font-size: 52px;
  color: var(--text-primary-color);
  margin-bottom: 15px;
}

.maintenance-content p {
  font-size: 20px;
  color: var(--text-primary-color);
}

@media (max-width: 769px) {
  .maintenance-content {
    max-width: 100%;
    padding: 0px 15px;
  }
  .tableScroll {
    overflow-x: scroll;
    max-width: 95vw;
    padding-right: 30px;
  }
  .maintenance-content h2 {
    font-size: 35px;
  }
  .maintenance-content p {
    font-size: 20px;
  }
}

.active-link ul li {
  display: inline-block;
  margin-right: 15px;
}

.toolTip {
  /* font-style: italic; */
  /* position: relative; */
  display: inline-block;
}

.toolTip:hover::after {
  background: rgb(var(--primary-color));
  border-radius: 4px;
  bottom: 0px;
  content: attr(title);
  display: block;
  left: 100%;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  min-width: 75px;
}

/* .asset-balances-right.visible.mb-3.mywallet-deposit {
>>>>>>> 35c4c43f14fcad5104c6b34f518fe0d6a91c81fd
  width: 50%;
} */

.container-fluid.deposit-page {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.wallet-back {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.wallet-back:hover a {
  color: rgb(var(--primary-color));
  opacity: 1;
}

.wallet-back:hover .wallet-backIcon {
  fill: rgb(var(--primary-color));
  opacity: 1;
}

.wallet-back a {
  font-size: 18px;
  color: var(--font-color);
  opacity: 0.7;
  font-weight: 600;
}

.trade-li {
  position: relative;
}

.tradeList {
  background: #fff;
  position: absolute;
  width: 190px;
  padding: 10px 20px;
  border-radius: 2px;
  z-index: 9999;
  height: 300px;
  margin-bottom: 50px;
  overflow-y: scroll;
  left: -50px;
  top: 35px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tradeList a {
  color: #000;
  display: inline-block;
}

.tradeList a:hover {
  color: rgb(var(--primary-color));
}

.coinList {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-items: center;
  margin-bottom: 15px;
}

.coinList img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.upload-img-btn {
  position: absolute;
  bottom: -15px;
  padding: 10px 20px;
  background: rgb(var(--primary-color));
  border-radius: 3px;
  color: var(--text-primary-color);
}

.notification-section {
  margin-top: 30px;
}

.notify-grid {
  background: var(--background-color);
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 20px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notify-grid:hover {
  background: var(--background-color-hover);
  cursor: pointer;
}

.notify-content {
  width: 70%;
}

.notify-content span {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-primary-color-2);
  margin-bottom: 15px;
}

.titleUnread {
  color: rgb(112, 122, 138);
  line-height: 1.6;
}

.notify-content .icon-title {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.notifyUnread {
  fill: rgb(var(--primary-color));
}

.notify-date {
  display: inline-block;
  max-width: 100%;
}

.notification-section-title {
  color: var(--text-primary-color-2) !important;
  font-size: 25px;
  margin-bottom: 0px;
}

.notFountNotifyText {
  font-size: 15px;
  color: #000;
  color: var(--text-primary-color-3);
}

.rightMargin {
  margin-right: 15px !important;
  overflow: hidden;
}

.faq-page,
.deposit-page,
.referral-area {
  margin-bottom: 20px;
}

.marginLeftRight {
  margin-left: 15px;
  margin-right: 15px;
}

.diposit-history .dataTables_head {
  justify-content: flex-start;
  gap: 20px;
}

.boxShadow {
  /* box-shadow: var(--box-shadow-color) 0px 0px 0px 2px; */
  border: 1px solid var(--border-color);
  border-radius: 8px !important;
  /* margin-bottom: 40px; */
}

.nav-userName {
  color: var(--text-primary-color);
}

.profile-status-area {
  padding: 30px;
  margin-top: 20px;
}

.profile-status-area h5 {
  margin-bottom: 20px;
}

.activeStatus {
  height: 20px;
  width: 20px;
  background: #0de06d;
  position: absolute;
  right: 0;
  border-radius: 50%;
  z-index: 9999999;
}

.userActive:before {
  height: 15px;
  width: 15px;
  background: #3ee73e;
  content: "";
  top: 50px;
  right: -3px;
  position: absolute;
  border-radius: 50%;
}

.userDeactive:before {
  height: 15px;
  width: 15px;
  background: #808080;
  content: "";
  top: 50px;
  right: 0;
  position: absolute;
  border-radius: 50%;
}

.userProfileActive:before {
  height: 20px;
  width: 20px;
  background: #3ee73e;
  content: "";
  bottom: 50px;
  right: 0px;
  position: absolute;
  border-radius: 50%;
}

.userProfileDeactive:before {
  height: 20px;
  width: 20px;
  background: #808080;
  content: "";
  bottom: 50px;
  right: 0px;
  position: absolute;
  border-radius: 50%;
}

.tradeUserActive:after {
  content: "";
  background: #3ee73e;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 8px;
  top: 0;
  border-radius: 50%;
}

.tradeUserDeactive:after {
  content: "";
  background: #808080;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 8px;
  top: 0;
  border-radius: 50%;
}

.dark-trade-notify {
  box-shadow: rgba(213, 212, 212, 0.1) 0px 4px 12px !important;
}

/* .tableScroll {
  overflow-x: scroll;
  max-width: 95vw;
  padding-right: 30px;
} */

.single-wallet {
  background: var(--glass-color-bg-1);
  padding: 50px 20px 0 20px;
  margin-top: 60px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.my-wallet-new {
  padding: 20px;
}

.coin-list-item {
  margin-top: 20px;
  display: flex;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: var(--glass-color-bg-1) !important;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.input-address-bar {
  margin-top: 20px;
  display: flex;
  color: var(--font-color);
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  background: var(--glass-color-bg-1);
  padding: 5px 5px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.input-address-bar .form-control {
  background: transparent;
  color: var(--font-color);
  border: none;
}

.coin-list-item .coint-flex {
  display: flex;
  align-items: center;
}

.coin-list-item .coint-flex h6 {
  margin-left: 10px;
  font-size: 16px;
}

.coin-list-item .coin-price {
  font-size: 16px;
  font-weight: 600;
}

.wallet-addres {
  margin-top: 15px;
}

.waring-wallet-text {
  line-height: 1.4;
  font-weight: 500;
}

.qr-background {
  border: 15px solid white;
  width: auto;
  display: inline-block;
}

.wallet-bar-code {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.wallet-bar-code svg {
  /* background: #fff;
  padding: 20px;
  border-radius: 4px; */
}

.input-copy {
  max-width: 520px;
  align-items: center;
  padding: 0;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid var(--border-color);
}

.input-copy .cp-button {
  display: inline-block;
}

.input-copy .address-box {
  font-size: 16px;
  background-color: var(--card-background-color);
  color: var(--font-color);
}

.viewMoreLink {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

.viewMoreLink a {
  text-decoration: underline !important;
  cursor: pointer;
  color: var(--font-color);
  font-size: 18px;
}

.viewMoreLink a:hover {
  color: rgb(var(--primary-color));
}

.launchPadSingleHero {
  background: var(--main-background-color);
  padding: 20px 0px;
}

.launchPadSingleHeroFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.launchPadSingleHeroTitle {
  display: flex;
  justify-items: center;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}

.launchPadSingleHeroTitle h2 {
  font-size: 20px;
  font-weight: 700;
}

.launchPadSingleHeroTitle i {
  font-size: 18px;
  font-weight: 700;
}

.launchPadSingleHeroright {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 20px;
  background: #f7f7f8;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.launchPadSingleHeroright h2 {
  font-size: 15px;
}

.launchPadSingleSectionTitle {
  margin: 60px 0px;
}

.singleLaunch {
  padding: 0px;
}

.singleLaunchPadImg {
  border-radius: 10px;
}

.singleLaunchPadHeroFlex {
  display: flex;
  gap: 20px;
}

.singleLaunchPadTitle {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.singleLaunchPadStatus {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
  background: var(--main-background-color);
  padding: 0px 10px;
  border-radius: 5px;
}

.singleLaunchPadLinkList .linkLists {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

.singleLaunchPadLinkList .linkLists > div {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 4px;
}

.singleLaunchPadLinkList .linkLists > div:hover {
  background-color: rgb(var(--primary-color));
  cursor: pointer;
}

.linkLists a div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-color);
  text-decoration: none;
}

.linkLists a div i {
  margin-right: 6px;
}

.singleLaunchPadHero {
  display: flex;
  justify-content: space-between;
}

.endtimeSingleLaunch p {
  font-size: 16px;
  font-weight: 600;
}

.launchCoinDetails {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}

.react-loading-skeleton {
  --base-color: var(--loading-color) !important;
  --highlight-color: var(--color-pallet-1);
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.launchCoinDetails p {
  font-size: 16px;
}

.launchCoinDetails span {
  font-size: 16px;
  font-weight: 600;
}

.subscriptionTimeLine {
  margin-top: 60px;
}

.timeLineLists {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  max-width: 600px;
}

.timeLineIcon {
  position: relative;
}

.timeLineIcon::before {
  height: 45px;
  width: 3px;
  background: rgb(var(--primary-color));
  content: "";
  position: absolute;
  top: 35px;
  left: 14px;
}

.removeBeforeCSS::before {
  content: none !important;
}

.timeLineLists i {
  font-size: 30px;
  color: rgb(var(--primary-color));
  opacity: 0.5;
}

.timeLineLists .active {
  opacity: 1;
}

.timeLineLists h5 {
  margin-bottom: 10px;
}

.timeLineLists p {
  font-size: 16px;
  line-height: 1.4;
}

.launchPadHistory a {
  color: rgb(var(--primary-color));
  text-decoration: underline;
}

.flexItem {
  display: flex;
  justify-content: space-between;
}

.commintCoin {
  background-color: #fff;
  border-radius: 5px;
  height: 250px;
  margin-top: 30px;
  justify-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.commintCoin i {
  opacity: 1;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 10px;
}

.singleLaunchDetails {
  margin-top: 60px;
}

.singleLaunchDetails h3 {
  margin-bottom: 40px;
}

.singleLaunchDetails h6 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.singleLaunchDetails p {
  margin-bottom: 20px;
  font-size: 16px;
}

.socialLinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.socialList {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin-bottom: 10px;
}

.socialList i {
  font-size: 25px;
}

.socialList a {
  font-size: 17px;
  text-decoration: underline !important;
}

.socialList a:hover {
  color: rgb(var(--primary-color)) !important;
  cursor: pointer;
}

.contentDetails {
  padding-right: 40px;
}

.singlePoolTabs {
  margin-top: 50px;
}

.singlePoolTabs li.tabs-item {
  display: inline;
}

.singlePoolTabs li.tabs-item a {
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

.singlePoolTabs li.tabs-item .active {
  background: rgb(var(--primary-color));
}

.launchPoolTab {
  gap: 0;
}

.myFundTitle {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
}

.myFundTitle h2 {
  font-size: 22px;
}

.input-address-bar .form-control {
  border: none;
  background: transparent;
  color: var(--font-color);
}

.fundSection {
  display: flex;
  gap: 100px;
}

.launchPad {
  padding-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .mobile-font-size-for-total-wallet {
    font-size: 18px;
  }
  .launchPad {
    padding-top: 40px;
  }
  .singleLaunchPadHeroFlex {
    flex-wrap: wrap;
  }
  .singleLaunchPadHero {
    flex-wrap: wrap;
  }
  .singleLaunchPadLinkList .linkLists {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .launchCoinDetails {
    flex-wrap: wrap;
  }
  .singleLaunch {
    padding: 30px 15px;
  }
  .fundSection {
    gap: 10px;
    padding: 15px;
  }
}

.my-wallet-page {
  display: flex;
  flex-direction: column;
}

.wallet-border-history {
  border: 1px solid var(--border-color);
  border-radius: 8px !important;
  margin-bottom: 40px;
}

.notificationNotFound {
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
}

.text-success {
  font-size: 13px;
}

.withdrawTransactionCopy {
  margin-right: 5px;
  cursor: pointer;
}

.launchpad-container img {
  /* height: 300px; */
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icoImage {
  /* height: 200px; */
  width: 461px;
  /* object-fit: cover; */
}

.appy-form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 50px;
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.form-div {
  margin-bottom: 30px;
  background: var(--footer-background-color);
  padding: 40px 25px 40px 25px;
  border-radius: 10px;
}

.form-div label {
  font-size: 15px;
  color: var(--text-primary-color-2);
  display: block;
  font-weight: 600;
}

.apply-select-field {
  color: var(--text-primary-color-2);
  font-size: 17px;
  padding: 0px 20px;
}

.apply-checkbox-input,
.apply-radio-input {
  width: 20px;
}

.no-sidebar {
  margin: 0 auto;
}

textarea.apply-file-input {
  width: 100%;
  height: 200px;
  border: 1px solid var(--border-color);
}

.radio-inline {
  display: flex;
  gap: 10px;
  justify-items: center;
  align-items: center;
  margin-right: 30px;
  max-width: 50%;
}

.launchpadTitle {
  margin-bottom: 15px;
}

.launchpadDescription {
  margin-bottom: 50px;
  font-size: 16px;
}

.input.form-control.apply-input {
  background: var(--footer-background-color) !important;
}

.applyButton {
  display: flex;
  justify-content: center;
}

.radio-item {
  display: flex;
}

.ico-tokenCreate {
  margin: 20px 0px 50px 0px;
  margin: 0px 0px 50px 0px;
  padding: 46px;
  background: var(--card-background-color);
}

.bank-table-header {
  display: flex;
  justify-content: space-between;
}

.add-bank-btn {
  border: none;
  background: rgb(var(--primary-color));
  padding: 10px 20px;
  color: var(--text-primary-color);
  font-weight: 600;
  border-radius: 5px;
}

.ico-create-form {
  display: block;
  margin-top: 30px;
}

.ico-input-box {
  width: 100%;
  background: var(--glass-color-bg-1);
  border: 1px solid var(--border-color) !important;
  padding: 10px 10px;
  border-radius: 5px;
  color: var(--font-color);
  font-size: 16px;
  outline: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.form-input-div {
  margin-bottom: 20px;
}

label.ico-label-box {
  color: var(--text-primary-color-2);
  font-size: 16px;
  width: 100%;
  text-align: start;
}

.is-invalid {
  border: 1px solid red;
}

.bank-section {
  width: 100%;
}

.live-chat {
  width: 500px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 60%;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding: 40px 0px 0px 0px;
  border: 1px solid var(--border-color);
}

.chat-header {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid var(--border-color);
  padding: 0px 20px 20px 20px;
  align-items: center;
}

.chat-avatar {
  border-radius: 50%;
}

.chart-header-title p {
  margin-bottom: 0px;
  line-height: 1.4;
}

.chat-name {
  font-size: 18px;
  font-weight: 600;
}

.chat-last-seen {
  font-size: 12px;
  color: var(--text-primary-color-3);
}

.chat-left {
  display: flex;
  gap: 10px;
  padding-left: 20px;
  padding-top: 20px;
}

.chat-list-avatar {
  border-radius: 50%;
  border: 1px solid var(--border-color);
}

.chat-details {
  background: rgb(var(--primary-color));
  padding: 10px;
  border-radius: 3px;
  /* margin: 10px; */
  word-break: break-all;
}

.chat-right {
  display: flex;
  gap: 10px;
  padding-right: 20px;
  padding-top: 20px;
  direction: rtl;
  border-radius: 50%;
  /* border: 1px solid var(--border-color); */
}

.chat-details {
  background: var(--background-color);
  padding: 10px;
  border-radius: 8px;
  margin: 0 10px;
  word-break: break-all;
  border: var(--border-color) 1px solid;
}

.chat-right {
  display: flex;
  gap: 3px;
  padding-right: 12px;
  padding-top: 20px;
  direction: rtl;
  width: 100%;
}

.chat-submit-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
  border: 1px solid var(--border-color);
}

input#msgFile {
  display: none;
}

span.fa.fa-paperclip.press-enter {
  background: rgb(var(--primary-color));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.fa-paperclip:before {
  font-size: 22px;
  color: var(--text-primary-color);
}

.chat-input-box {
  width: 100%;
}

input.chatInput {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 15px;
  background: var(--main-background-color);
}

label.upload-file-btn.press-enter {
  margin-bottom: 0px;
}

.chat-button {
  border: none;
  height: 100%;
  width: 100%;
  padding: 13px 25px;
  background: rgb(var(--primary-color));
  color: var(--text-primary-color);
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}

.chat-body {
  /* display: flex;
  flex-direction: column-reverse; */
  height: 400px;
  overflow-x: overlay;
  padding-bottom: 30px;
  overflow: auto;
}

.chat-upload-image {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.image-close {
  position: absolute;
  top: -15px;
  right: -10px;
}

.upload-preview-img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-close {
  cursor: pointer;
}

.image-chatBox {
  margin: 10px;
  width: 30%;
  height: auto;
  margin-right: 58px;
  float: right;
  border-radius: 4px;
}

.pageDetails {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.eOtTIX {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: var(--main-background-color) !important;
  min-height: 52px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--font-color) !important;
}

.hjBMSB {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  background-color: var(--main-background-color) !important;
  min-height: 48px;
  color: var(--font-color) !important;
}

.iYWPft {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.87);
  background-color: var(--main-background-color) !important;
  color: var(--font-color) !important;
}

.lang-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: start;
  justify-content: center;
}

/* knowledgebase css */

.p_color {
  color: var(--text-primary-color-3);
}

.top_bg {
  background-image: url("https://images.unsplash.com/photo-1620207418302-439b387441b0?q=80&w=1934&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-icon i {
  margin-right: 12px;
  font-size: 28px;
  color: var(--font-color);
}

/* .title-icon {
    color: var(--bColor);
} */

.title-icon:hover h3 {
  color: var(--text-primary-color-3);
  transition: 0.3s;
}

.sub_title {
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.sub_title div h5 {
  color: var(--font-color);
}

.sub_title:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}

.article_card {
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
  height: 310px;
  overflow: hidden;
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.article_card div h5 {
  color: var(--font-color);
}

.article_card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}

/* ================================ */

.sub_icon {
  font-size: 11px;
  margin-right: 6px;
}

.article-list :hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.article-list a {
  line-height: 19px;
}

.chat_text {
  background-color: var(--main-background-color);
  border: 1px solid var(--border-color) !important;
  border-radius: 8px;
  padding: 8px;
  margin-left: 7px;
}

.chat_box {
  overflow: auto;
  padding-bottom: 30px;
  border: 1px solid var(--border-color) !important;
}

.wallet-border-history {
  border: 1px solid var(--border-color);
  border-radius: 8px !important;
  margin-bottom: 40px;
}

.chat_list {
  height: 70vh;
  padding: 26px;
}

.chat_img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
}

.chat_file_upload {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  max-width: 38px !important;
  cursor: pointer !important;
}

.chat_btn {
  padding: 5px 12px !important;
  border: 1px solid var(--border-color) !important;
  background: transparent;
  color: var(--text-primary-color-4) !important;
}

.main_img img {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.login_bg {
  background-color: var(--main-background-color) !important;
  width: 40%;
  border: 3px solid var(--border-color);
  border-radius: 12px;
}

.login_bg_new {
  background-position: right;
  background-size: cover;
  height: 100vh;
}

.login_reg_box {
  display: flex;
}

.login_input {
  padding: 12px 10px;
  border: 1px solid rgb(var(--primary-color));
  width: 100%;
  border-radius: 4px;
  background: var(--main-background-color);
}

.login_btn {
  width: 100%;
  background-color: rgb(var(--primary-color));
  border: none;
  padding: 12px 0px;
  border-radius: 4px;
  color: var(--main-background-color);
  font-weight: 500;
}

.login-logo img {
  width: 40%;
}

.search-filter {
  position: absolute;
  top: 50px;
  width: 100%;
  overflow: auto;
  background-color: var(--main-background-color);
  z-index: 20;
}

.search-filter a {
  cursor: pointer;
  padding: 2px 5px;
  margin: 3px;
  color: var(--text-primary-color-3);
  display: block;
}

.search-filter a:hover {
  background-color: var(--table-background-color);
  color: var(--text-primary-color);
}

.article-date {
  color: rgb(var(--primary-color));
  font-weight: 400;
}

.card-top-icon {
  border-radius: 50%;
  background-color: rgb(var(--primary-color));
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  color: var(--main-background-color);
  width: 42px;
  height: 42px;
  line-height: 66px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-top-icon .fa-ticket {
  transform: rotate(45deg);
}

.details-button a {
  padding: 3px 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--text-primary-color-3);
  font-weight: bold;
  justify-content: center;
}

.details-button a i {
  font-size: 12px;
}

.details-button {
  background: rgb(var(--primary-color));
  padding: 6px 0px;
  border-radius: 0px 0px 10px 10px;
}

.support-user-img img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-left-user {
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.user-item-list li a {
  display: block;
  padding: 8px 14px;
  margin-top: 5px;
  color: var(--font-color);
  border-left: 3px solid var(--border-color);
}

.user-item-list li:hover {
  border-left: 3px solid #f3b808;
  color: rgb(var(--primary-color));
}

.side-ticket-add input {
  outline: none;
}

.ticket-card .card {
  /* border: 1px solid var(--border-color); */
}

.ticket-card .card hr {
  border: 1px solid var(--border-color);
}

.ticket-card-inner h4 {
  color: var(--font-color) !important;
}

.ticket-card-inner h6 {
  color: var(--font-color) !important;
}

.ticket-card-unseen .card {
  border: 1px solid var(--border-color);
  background-color: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.search-field {
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--font-color);
}

.btn_ticket_search {
  border: 1px solid var(--border-color);
  color: var(--font-color) !important;
  background: transparent;
}

.react-datepicker__input-container input {
  height: 34px;
  background-color: var(--main-background-color);
  color: var(--font-color);
  padding-left: 9px;
}

.chat_layout_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.chat_layout_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.send_image {
  margin: 10px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 5px;
}

select {
  border: 1px solid var(--border-color) !important;
  color: var(--font-color) !important;
}

input {
  border: 1px solid var(--border-color) !important;
  color: var(--text-primary-color-4);
}

.chat-side-info {
  padding: 5px;
  border: 1px solid var(--border-color) !important;
}

.chat-side-info input {
  background: transparent;
}

.message_bg {
  background: transparent;
}

.uppercase {
  text-transform: uppercase;
  color: var(--text-primary-color-4);
}

.loading_box {
  margin: 70px 0px;
}

.ticket_create_box {
  border: 1px solid var(--border-color);
}

.custom_file_uploder {
  background-color: transparent;
  border: 1px solid var(--border-color);
  height: 40px;
  display: flex;
  align-items: center;
}
.custom_file_uploder::after {
  height: 40px;
  line-height: 30px;
}
.top_search button {
  border-radius: 0px 3px 3px 0px;
}

.top_search input {
  padding: 11px 10px !important;
}

.pagination_custome ul li span {
  border: none;
  background: none;
  color: var(--text-primary-color-1);
  cursor: pointer;
}

.pagination_active {
  background-color: rgb(var(--primary-color)) !important;
  border-radius: 2px;
  color: var(--text-primary-color) !important;
}

.ticketFilterBg {
  background: none !important;
}

.ticketFilterBg option {
  background: var(--background-color) !important;
}

.searchTicket input {
  width: 100%;
  background: transparent;
}

.searchTicket div {
  width: 130px;
}

.custom_details_box div {
  text-align: justify;
}

.massage_img {
  position: absolute;
  top: 3px;
  right: 0;
  left: 8px;
  z-index: 1;
  overflow: hidden;
  color: var(--text-primary-color-2);
  font-size: 22px;
}

.massage_img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  cursor: pointer;
}

.searchBox input {
  width: 100%;
  padding: 8px;
  border-radius: 22px;
  background-color: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.searchBox button {
  position: absolute;
  top: 1px;
  right: 2px;
  border: none;
  font-size: 22px;
  padding: 7px 15px;
  border-radius: 0px 22px 22px 0px;
  background-color: var(--main-background-color);
  color: var(--text-primary-color-2);
}

.suggestions {
  position: absolute;
  top: 44px;
  width: 100%;
  background-color: var(--background-color);
  z-index: 999;
  left: 0;
}

.suggestionsList:hover {
  cursor: pointer;
  background-color: var(--background-color-hover);
}

.blogSliderText small {
  color: rgb(var(--primary-color));
}

.newsCardText small {
  color: rgb(var(--primary-color));
}

.newsCardText p {
  color: var(--text-primary-color-4);
}

.newsCard {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 12px;
}

.newsCard:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: 0.3s;
}

.blogSlider ul {
  bottom: -50px;
}
/* .blogSlider {
  background-color: var(--glass-color-bg-1);
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
} */

.blogSlider ul li button::before {
  background-color: #ffc425;
  height: 4px;
  width: 18px;
  text-indent: -9999px;
  overflow: hidden;
}

.newsCategory ul {
  display: flex;
  cursor: pointer;
  gap: 10px;
  flex-flow: row wrap;
}

.itemCatagory {
  padding: 7px 15px;
  /* border-radius: 3px; */
}

.itemCatagoryactive {
  /* background-color: var(--background-color-hover); */
  border-bottom: 2px solid rgb(var(--primary-color));
}

.newsShare {
  gap: 10px;
}

.newsDetailsTitle {
  border-bottom: 1px solid var(--border-color);
}

.form_input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  height: 46px;
  background: transparent;
  border-radius: 6px;
}

.commentButton {
  padding: 8px 22px;
  border-radius: 4px;
  background: rgb(var(--primary-color));
  border: none;
  color: var(--text-primary-color-1);
}

.wallet_input_copy {
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  max-width: 280px;
}

.wallet_input_copy input {
  background: transparent;
}

/* p2p */
.bg_cover_dashboard {
  background-image: url(https://images.unsplash.com/photo-1620207418302-439b387441b0?q=80&w=1934&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

.p2p_bg {
  background-image: url("https://images.unsplash.com/photo-1631758236057-0aedf1bc584d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1172&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.topBarList {
  gap: 24px;
}

.topBarList li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: var(--font-color);
}

.topBarList li a:hover {
  color: rgb(var(--primary-color));
  transition: 0.3s;
}

.p2pTabList {
  gap: 28px;
  align-items: center;
  flex-flow: row wrap;
}

.p2pTabList li a {
  font-size: 15px;
  color: var(--text-primary-color-2);
  font-weight: 500;
  cursor: pointer;
}

.p2pTabList_bg {
  background-color: var(--background-color);
}

.p2pTabListActive {
  padding: 21px 0px;
  border-bottom: 2px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color)) !important;
}

.P2psearchBox input {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background-color: var(--main-background-color);
  border: 2px solid var(--border-color) !important;
}

.P2psearchBox textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background-color: var(--main-background-color);
  border: 2px solid var(--border-color) !important;
  color: var(--text-primary-color-2);
}

.P2psearchBox button {
  position: absolute;
  color: rgb(var(--primary-color));
  top: 2px;
  right: 2px;
  border: none;
  font-size: 15px;
  padding: 7px 12px;
  font-weight: 500;
  border-radius: 0px 22px 22px 0px;
  background-color: var(--main-background-color);
}

.p2pSelectFilter select {
  width: 100%;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: var(--main-background-color);
}

.filterButton button {
  padding: 6px 26px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  background-color: var(--main-background-color);
  font-weight: 600;
  color: var(--text-primary-color-2);
  font-size: 16px;
  float: right;
}

.filterButton .dropdown-menu {
  background-color: var(--main-background-color);
}

.filterButton .dropdown-menu a {
  color: var(--text-primary-color-2) !important;
}

.buySellBox {
  background-color: var(--main-background-color);
  border: 1px solid var(--border-color);
  padding: 2px;
}

.buySellBox button {
  border: none;
  background: var(--main-background-color);
  padding: 2px 12px;
  border-radius: 2px;
  font-weight: 600;
  color: var(--text-primary-color-2);
}

.buySellBoxActive {
  background: rgb(var(--primary-color)) !important;
  color: #fff !important;
}

.tableImg {
  cursor: pointer;
}

.tableImg .userProfileImg {
  width: 40px !important;
  height: 40px !important;
}

.tableImg img {
  border-radius: 50%;
  width: 24px;
  background: rgb(var(--primary-color));
  padding: 2px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tableImg h4 {
  border-radius: 50%;
  width: 24px;
  background: rgb(var(--primary-color));
  padding: 2px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.tableImg h5 {
  font-weight: 400;
  padding-left: 6px;
  color: var(--text-primary-color-2);
}

.tableButton {
  padding: 6px 26px;
  border-radius: 4px;
  background-color: rgb(var(--primary-color));
  font-weight: 600;
  color: var(--text-primary-color-2);
  font-size: 16px;
  border: none;
  color: #fff;
}

.tableRow {
  border-bottom: 1px solid var(--border-color);
}

.tableRow td {
  padding: 20px 10px !important;
}

.buyCancelButton {
  background-color: var(--table-background-color) !important;
  color: var(--text-primary-color-2) !important;
}

.p2pTerms {
  gap: 10px;
}

.p2pTerms svg {
  color: rgb(var(--primary-color));
}

.p2pWork {
  background-color: var(--card-background-color);
  border-radius: 22px;
}

.p2pWorkBtn button {
  padding: 5px 14px;
  border-radius: 22px;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  border: none;
  color: var(--text-primary-color-2);
}

.workCard {
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

.workCard svg {
  font-size: 48px;
}

.workCard p {
  color: var(--text-primary-color-3);
  line-height: 24px;
}

.advantageList div p {
  color: var(--text-primary-color-3);
  line-height: 20px;
}

.advantageList svg {
  font-size: 80px;
}

.p2pExchangeImg img {
  width: 80%;
}

.p2pBlogMore {
  color: var(--text-primary-color-3);
}

.p2pBlogMore:hover {
  color: rgb(var(--primary-color));
  transition: 0.3s;
}

.faqAccordion .card-header {
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.faqAccordion .card-header button {
  /* background: var(--glass-color-bg-1) !important; */
  width: 100%;
  border: none;
  padding: 18px 10px;
  color: var(--title-color);
  /* backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
}

.faqDown {
  transform: rotate(180deg);
  transition: 0.4s;
}

.paymentBox {
  border: 2px solid var(--border-color);
  border-radius: 8px;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary-color-2);
}

.paymentBox div {
  height: 20px;
  width: 6px;
  background: rgb(var(--primary-color));
  border-radius: 5px;
}

.payment_box {
  border-radius: 12px;
  background: var(--footer-background-color);
}

.adPost_bg {
  background: var(--footer-background-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.trend-image {
  height: 435px !important;
}
.massage_img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  cursor: pointer;
}

.steepNumber {
  height: 30px;
  width: 68px;
  background: var(--table-background-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.steepBar {
  width: 100%;
  background: var(--table-background-color);
  height: 3.2px;
}

.addTabButton {
  text-align: center;
  width: 100%;
  background-color: var(--footer-background-color);
  border: none;
  padding: 10px 6px;
  font-weight: 600;
  border-radius: 4px;
  color: var(--text-primary-color-2);
}

.buySellAddBox {
  background-color: var(--footer-background-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.adFromPrice p {
  color: var(--text-primary-color-4);
}

.adFromCheckBox input {
  height: 20px;
  width: 20px;
}

.adFromCheckBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adFromPriceInecDecButton button {
  background-color: var(--table-background-color);
  border: none;
  padding: 5px 9px;
  color: var(--text-primary-color-2);
  font-size: 12px;
  border-radius: 4px;
}

.adFromPriceInecDecButton p {
  font-size: 18px;
}

.adFromPriceInecDecButton {
  gap: 20px;
}

.adFromHelp a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-primary-color-2);
}

.adFromHelp a svg {
  font-size: 20px;
  color: rgb(var(--primary-color));
}

.addPostNextButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addPostNextButton p {
  color: var(--text-primary-color-3);
}

.addPostNextButton div button {
  text-align: center;
  background-color: var(--footer-background-color);
  border: none;
  padding: 0px 55px;
  font-weight: 600;
  border-radius: 4px;
  color: var(--text-primary-color-2);
  flex-flow: row wrap;
}

.p2pOrderTabListActive {
  padding: 16px 0px;
  border-bottom: 2px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color)) !important;
}

.dateFilterInput {
  display: block;
  padding: 6px 4px;
  border: 2px solid var(--border-color) !important;
  border-radius: 6px;
  width: 100%;
  background: var(--main-background-color);
}

.orderFilterNoButton {
  background-color: var(--footer-background-color);
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 18px;
}

.orderDownTimeButton button {
  background-color: var(--footer-background-color);
  font-size: 18px;
  border-radius: 4px;
  padding: 10px 10px;
  border: none;
  display: flex;
  align-items: center;
  color: var(--text-primary-color-3);
}

.userProfileBg {
  background-color: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.paymentMethodBox {
  background-color: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.paymentMethodSubBox {
  border: 1px solid var(--border-color) !important;
  background: var(--card-primary-color);
  padding: 8px 22px;
  border-radius: 4px;
  border: none;
  color: var(--text-primary-color-1);
}

.custom-page-container {
  margin-top: 75px;
}

.swapSelect option {
  background-color: var(--card-background-color);
}

.userVerified {
  gap: 14px;
}

.userVerified p {
  font-weight: 500;
  color: var(--text-primary-color-3);
}

.userVerified p svg {
  color: rgb(var(--primary-color));
}

.custom-page-container {
  margin-top: 75px;
}

.qrCodeBg {
  /* background-color: #ffff;
  padding: 10px; */
}

.react-tel-input .flag-dropdown ul {
  background-color: var(--card-background-color) !important;
}

.react-tel-input .country-list .country.highlight {
  background-color: #f5e9bb5c !important;
}

.react-tel-input .country-list .country:hover {
  background-color: #f5e9bb5c !important;
}

.transparent_btn {
  display: inline-block;
  padding: 13px 35px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-primary-color-3);
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  min-width: 140px;
  border: 2px solid rgb(var(--primary-color));
  border-radius: 14px;
}

.krGCyK {
  padding: 0px 6px !important;
}

.paypal-con {
  background-color: white;
}

.font_size {
  font-weight: 500;
}

.Verify_card {
  font-size: 54px;
}
.css-1dimb5e-singleValue {
  grid-area: 1/1/2/3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--font-color) !important;
  margin-left: 2px;
  margin-right: 2px;
  box-sizing: border-box;
}
.pricePoint_field {
  background-color: var(--main-background-color);
  color: var(--font-color);
  font-size: 26px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  text-align: center;
}
.css-wsp0cs-MultiValueGeneric {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.css-1p3m7a8-multiValue {
  height: 20px !important;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--border-color);
}
.my-trade-container {
  margin: 50px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Media query for screens 768px and smaller */
@media only screen and (max-width: 768px) {
  .my-trade-container {
    margin: 20px;
    grid-template-columns: 1fr;
  }
}

/* Media query for screens 1024px and larger */
@media only screen and (min-width: 1024px) {
  .my-trade-container {
    margin: 50px 100px;
    grid-template-columns: 1fr 1fr;
  }
}

.order-info {
  display: flex;
  margin: 0 !important;
}
.order-info div {
  margin: 0;
  padding-right: 25px;
}
.active-step {
  background-color: rgb(var(--primary-color)) !important;
}
.single-feedback {
  padding: 24px 20px;
  background: var(--glass-color-bg-1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.single-feedback h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-feedback p {
  font-size: 16px;
  line-height: 26px;
}
.single-feedback .feedback-status {
  display: inline-block;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  border-radius: 4px;
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 5px;
}
.single-feedback .feedback-status.positive {
  background: green;
}
.single-feedback .feedback-status.negetive {
  background: red;
}
.form-group .number_only {
  border: 0 !important;
}
/* body::-webkit-scrollbar {
  display: none;
} */
.p2p_top_bg {
  background-color: var(--footer-background-color);
}
.StakingDays {
  padding: 7px;
  margin-right: 3px;
}
.StakingDaysActive {
  padding: 7px;
  margin-right: 3px;
  border: 2px solid rgb(var(--primary-color));
  border-radius: 10px;
}
.est-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primary-text {
  color: rgb(var(--primary-color)) !important;
  cursor: pointer;
}
.cover-img {
  margin-top: 50px;
  border-radius: 10px;
  /* height: 500px; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.conver-col1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.chart-img {
  height: 30px;
}

.secendary-dropdown-bg {
  background: var(--main-background-color);
}

.no-item-found-border {
  border: var(--border-color) 1px solid;
  border-radius: 10px;
}

.custom-border-box {
  height: 41px;
  display: flex;
  align-items: center;
  border: var(--border-color) 2px solid;
  border-radius: 5px;
  padding: 0 10px;
}

.border-none {
  border: none !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.relative {
  position: relative;
}

.w-full {
  width: 100% !important;
}

.bg-card-primary-color {
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.py-80 {
  padding: 80px 0;
}

.pb-80 {
  padding-bottom: 80px;
}

.text-45 {
  font-size: 45px;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-bold {
  font-weight: 700 !important;
}

.gift-font-color {
  /* color: #eaecef !important; */
}

.gift-color {
  background: #eaecef !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px !important;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.gift-btn {
  background: var(--glass-color-bg-1) !important;
  padding: 6px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  border-color: var(--text-primary-color) !important;
  display: flex;
  color: var(--font-color) !important;
  align-items: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: unset;
  height: 40px;
  line-height: 30px;
}

.gift-inner-card {
  background: var(--glass-color-bg-1);
  padding: 20px;
  border-color: #3e444d;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.gift-inner-card-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}

.bg-primary-gift {
  background: rgb(var(--primary-color)) !important;
  color: black;
}

.gift-inner-card-input-section {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}
.gift-inner-card-input {
  height: unset;
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--glass-color-bg-1);
  color: var(--font-color);
}

.line-24 {
  line-height: 24px;
}
.grid {
  display: grid;
}
.text-12 {
  font-size: 12px;
}
.line-16 {
  line-height: 16px;
}

.gift-card-arrow {
  background: rgb(var(--primary-color));
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-gift-card {
  padding: 20px;
  border: var(--border-color) 1px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gap-15 {
  gap: 15px;
}
.gap-5 {
  gap: 5px;
}

.gift-card-add-btn {
  background: rgb(var(--primary-color));
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-primary-color {
  background: rgb(var(--primary-color)) !important;
}

.border-primary-color {
  border-color: rgb(var(--primary-color)) !important;
}

.border-main-color {
  border-color: var(--border-color) !important;
}

.mt-40 {
  margin-top: 40px;
}
.text-color-white {
  color: #ffff !important;
}
.w-none {
  width: unset !important;
}

.text-primary {
  color: var(--font-color) !important;
}

.text-color-4 {
  color: #848e9c;
}

.h-full {
  height: 100%;
}

.gift-card-buy-icon {
  background: rgb(255, 235, 161);
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  margin-bottom: 10px;
}

.gift-card-inner-buy-tab {
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gift-card-inner-buy-tab-active {
  border-bottom: rgb(var(--primary-color)) 4px solid;
}

.gift-card-banner-section-bottom-border {
  padding-bottom: 10px;
  border-bottom: var(--border-color) 1px solid;
}

.text-primary-color {
  color: rgb(var(--primary-color)) !important;
}

.gap-10 {
  gap: 10px !important;
}

.buy-all-gift-cards {
  max-height: 400px;
  overflow-y: auto;
}

.border-bottom-dashed {
  border-bottom: var(--border-color) 2px dashed;
}
.gift-buy-input-label {
  display: inline-block !important;
}

.buy-absolute-btn {
  position: absolute;
  bottom: -25px;
  right: 30px;
  display: flex;
  background: rgb(var(--primary-color));
  padding: 14px 20px 10px 20px;
  border-radius: 10px;
}

.gap-20 {
  gap: 20px;
}
.checkbox-w-25 {
  width: 25px;
}
.main-bg {
  /* background: var(--card-background-color); */
}

.buy-input-bg {
  background: var(--primary-background-color) !important;
}

.buy-amount-select-section .custom-select__control {
  background: var(--primary-background-color) !important;
  box-shadow: unset !important;
  padding: 3px 0 !important;
}

.themed-category-select-section .custom-select__control {
  background: transparent !important;
  box-shadow: unset !important;
}

.buy-amount-select-section-width {
  width: 30%;
}

.buy-border-right {
  border-right: 1px var(--border-color) solid !important;
}
.gift-card-buy-switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

.gift-card-buy-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gift-card-buy-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.gift-card-buy-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .gift-card-buy-slider {
  background-color: rgb(var(--primary-color));
}

input:focus + .gift-card-buy-slider {
  box-shadow: 0 0 1px rgb(var(--primary-color));
}

input:checked + .gift-card-buy-slider:before {
  transform: translateX(15px);
}

/* Rounded sliders */
.gift-card-buy-slider.gift-card-buy {
  border-radius: 34px;
}

.gift-card-buy-slider.gift-card-buy:before {
  border-radius: 50%;
}

.buy-checkbox {
  accent-color: rgb(var(--primary-color));
}

.buy-triangle {
  display: inline-block;
  width: 1px;
  height: 1px;
  border-right: solid 15px rgb(var(--primary-color));
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
}
.buy-trinagle-btn {
  background: rgb(var(--primary-color));
  height: 30px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 0 5px 5px 0;
}

.pointer {
  cursor: pointer;
}

.active-navbar > a {
  color: rgb(var(--primary-color)) !important;
}

.text-primary-color-two {
  color: var(--text-primary-color-2) !important;
}

.cp-user-sidebar-menu-mobile ul li a {
  font-size: 16px !important;
}

.active-gift-card {
  border: rgb(var(--primary-color)) 3px solid;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.capitalize {
  text-transform: capitalize;
}

.gift-card-modal {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
  z-index: 9999;
}

.gift-card-modal__content {
  border-radius: 4px;
  position: relative;
  width: 100%;
  max-width: 90%;
  background: var(--background-color);
  padding: 3rem !important;
}
.faucet-modal__content {
  border-radius: 4px;
  position: relative;
  width: 50%;
  max-width: 90%;
  background: var(--background-color);
  padding: 3rem !important;
}

.gift-card-modal__footer {
  text-align: right;
}
.gift-card-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}

.send-crypto-w {
  width: 50%;
}

.h-40 {
  height: 42px !important;
}

.active-paginate-cls {
  background: rgb(var(--primary-color)) !important;
  color: white !important;
  border-radius: 3px;
  font-weight: bold;
}

.text-25 {
  font-size: 25px;
}

.bg-primary-banner {
  background-color: rgb(var(--primary-color));
}

.feature-icon-img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.input-padding-y {
  padding: 9px 0;
}
.p2p-gift-card-adds-margin-right {
  margin-right: 10px;
}

.p2p-gift-card-navbar-lists {
  display: flex;
  gap: 28px;
}

.primary-border-color {
  border-color: var(--border-color) !important;
}
.custom-select__multi-value {
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
}

.bg-card-glass-clr {
  background: var(--glass-color-bg-1);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bg-main-clr {
  background: var(--main-background-color);
}
.market-index-card {
  height: 100px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: var(--main-background-color);
  border-radius: 8px;
  outline: none;
}
.area-charts-button {
  display: flex;
  width: 64px;
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  align-items: center;
  justify-content: space-around;
  background-color: #2b3139;
  border-radius: 15px;
}

.order-book-section-max-h {
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.order-book-section-max-h::-webkit-scrollbar {
  display: none;
}

.card-for-markets:hover {
  /* background-color: var(--card-background-color); */
  cursor: pointer;
  /* border-radius: 8px; */
}
.card-for-markets-item {
  border-radius: 8px;
  padding: 2px;
}
.card-for-markets-item:hover {
  background: var(--main-background-color);
}

.has-search-market-trade .form-control {
  padding-left: 2.375rem;
  height: 44px;
}
.has-search-market-trade .form-control:focus {
  background: none;
}

.has-search-market-trade .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  line-height: 44px;
}

.market-select-page .custom-select__control {
  box-shadow: unset !important;
}
.market-select-page .custom-select__control .custom-select__value-container {
  padding-right: 2px !important;
}
.market-select-page .custom-select__control .custom-select__indicator {
  padding: 0 !important;
}
.settings-dropdown {
  position: absolute;
  right: 0;
  width: 400px;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 16px 64px -24px rgba(31, 47, 70, 0.25);
  background: var(--main-background-color);
  top: calc(100% + 20px) !important;
}

.settings-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e8ec;
}

.settings-dropdown-color-box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.margin-right-auto {
  margin-left: 5px;
  margin-right: auto;
}

.radio-scale {
  scale: 1.5;
}

.trade-order-dash-h {
  height: 150px;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.trade-order-dash-h::-webkit-scrollbar {
  display: none;
}

.buy-sell-order-max-h {
  height: 308px;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.buy-sell-order-max-h::-webkit-scrollbar {
  display: none;
}

.spot-trade-table {
  height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.spot-trade-table::-webkit-scrollbar {
  display: none;
}

.back-to-live a:hover {
  color: var(--font-color);
}
.trade-dashboard-side-width {
  width: 320px;
}

.currency-search-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color) !important;
  border-radius: 5px;
}
.currency-search-box input {
  border: unset !important;
}
.currency-search-box svg {
  fill: var(--border-color);
  margin-right: 10px;
}

.order-history-table-min-h {
  min-height: 150px;
}

.always-show-sort-arrow .rdt_TableCol_Sortable span {
  opacity: 0.7;
}

.line-h-19 {
  line-height: 19px;
}
.select-deposit-method-item {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid var(--border-color) !important;
  font-size: 18px;
  cursor: pointer;
  /* border-radius: 4px; */
}

.object-fit-cover-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.select-deposit-method-item-active {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: var(--text-primary-color);
  color: rgb(var(--primary-color));
  cursor: pointer;
  /* border-radius: 4px; */
  border-bottom: 2px solid rgb(var(--primary-color));
}

.fiat-withdrawal-history-modal-box {
  border: 1px solid var(--border-color);
  padding: 30px;
}

.p2p-wallet-form {
  height: 88vh;
}

.select-deposit-method-item {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid var(--border-color) !important;
  font-size: 18px;
  cursor: pointer;
  /* border-radius: 4px; */
}

.select-deposit-method-item-active {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: var(--text-primary-color);
  color: rgb(var(--primary-color));
  cursor: pointer;
  /* border-radius: 4px; */
  border-bottom: 2px solid rgb(var(--primary-color));
}

.fiat-withdrawal-history-modal-box {
  border: 1px solid var(--border-color);
  padding: 30px;
}
.dataTables_filter_class label {
  padding: 5px 15px;
  border: 1px solid var(--border-color);
  border-radius: 7px;
}
.dataTables_filter_class input {
  border: none !important;
  padding-left: 10px;
}
.dataTables_header_class {
  font-size: 14px;
  text-align: left !important;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.community-home-header {
  margin-bottom: 64px;
}
.community-home-title-section {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.community-home-title {
  font-size: 32px;
}

.community-home-btn {
  cursor: pointer;
  display: flex;
  gap: 5px;
}
.community-home-btn:hover {
  color: rgb(var(--primary-color));
}
.community-home-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

.community-home-card {
  height: -moz-fit-content;
  height: fit-content;
  /* background-color: var(--main-background-color); */
  border-radius: 16px;
}

.community-card-title-section {
  padding: 16px 32px 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.community-card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.community-card-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: var(--title-color);
}

.community-card-btn {
  min-width: 200px;
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  background-color: rgb(var(--primary-color));
  padding: 10px 0;
  border: unset;
  border-radius: 4px;
  color: var(--font-color);
}

.community-item {
  display: flex;
  padding-bottom: 32px;
}

.community-svg {
  color: rgb(234, 236, 239);
  font-size: 36px;
  fill: rgb(234, 236, 239);
  width: 1em;
  height: 1em;
}

.community-user-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.community-item-des p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--title-color);
  margin-top: 8px;
  overflow-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
}

.community-item-time {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--font-color);
}
.wallet-overview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.wallet-overview-btn-all {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wallet-overview-btn {
  padding: 10px 12px;
  background: var(--card-background-color);
  border-radius: 5px;
  font-weight: 500;
}
.wallet-overview-btn-all a:hover {
  color: rgb(var(--primary-color)) !important;
}
.wallet-overview-btn-all a:focus {
  color: var(--font-color) !important;
}

.wallet-overview-btn-active {
  padding: 10px 12px;
  background: rgb(var(--primary-color)) !important;
  border-radius: 5px;
  font-weight: 500;
}

.wallet-assets-btn {
  padding: 6px 25px;
  background: var(--card-background-color);
  border-radius: 5px;
  font-weight: 700;
}

.wallet-assets-btn-active {
  padding: 6px 25px;
  background: var(--main-background-color);
  border-radius: 5px;
  font-weight: 700;
}

.wallet-overview-dropdown-btn {
  min-width: 22px;
  background: var(--main-background-color) !important;
  border: none !important;
  color: var(--font-color);
}
.wallet-overview-table tr:hover,
.wallet-overview-table a:hover {
  color: var(--font-color) !important;
}
.wallet-dropdown-item:hover {
  background: var(--card-background-color) !important;
}

.table-responsive {
  overflow: hidden;
}

.overall-margin-top-cls {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--glass-color-bg-1);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.tarde-coin-pair-header {
  display: flex;
  gap: 10px;
}

.wallet-overview-header-main {
  min-height: 350px;
  background-size: cover;
  background-repeat: "no-repeat";
  background-position: "center";
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.market-overview-header-main {
  min-height: 350px;
  background-size: cover;
  background-repeat: "no-repeat";
  background-position: "center";
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.wallet-overview-header-title {
  color: white !important;
  font-size: 54px;
}
.wallet-overview-tab-menu {
  display: flex;
  align-items: center;

  width: -moz-fit-content;

  width: fit-content;
}
.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: var(--background-color-trade); */
  width: auto;
  /* padding: 20px; */
  border-radius: 10px;
}
.wallet-overview-tab-menu li {
  padding: 4px;
  border-bottom: 3px solid var(--glass-color-bg-1);
  padding-right: 36px;
  padding-bottom: 11px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.backgound-class {
  background-color: var(--card-background-color);
}
.wallet-overview-tab-menu .active {
  border-bottom: 3px solid rgb(var(--primary-color));
}
.wallet-overview-tab-menu .active a {
  color: white !important;
}
.wallet-overview-tab-menu li a {
  /* color: var(--color-pallet-1) !important; */
  color: white !important;
  font-size: 16px;
  cursor: pointer;
}

.report-overview-header-main {
  min-height: 350px;
  background-size: cover;
  background-repeat: "no-repeat";
  background-position: "center";
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: var(--black);
}

.report-overview-tab-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.report-overview-tab-menu li {
  padding: 4px 20px;
  /* border-bottom: 1px solid var(--glass-color-bg-1); */
  text-wrap: nowrap;
}
.report-overview-tab-menu .active {
  border-bottom: 3px solid rgb(var(--primary-color));
}
.report-overview-tab-menu .active a {
  color: white !important;
}
.report-overview-tab-menu li a {
  /* color: var(--color-pallet-1) !important; */
  /* color: white !important; */
  font-size: 16px;
  cursor: pointer;
}
.report-overview-tab-scroll {
  overflow-x: auto;
  padding-bottom: 8px;
}

/* width */
.report-overview-tab-scroll::-webkit-scrollbar {
  padding: 2px;
  width: 4px;
  height: 5px;
  margin-top: 20px;
}

/* Track */
.report-overview-tab-scroll::-webkit-scrollbar-track {
  background: var(--glass-color-bg-1);
}

/* Handle */
.report-overview-tab-scroll::-webkit-scrollbar-thumb {
  background: var(--glass-color-bg-1);
}

.report-overview-body-padding {
  padding: 3rem;
  background: transparent !important;
}

.wallet-overview-dropdown-tab-menu-btn {
  background: transparent !important;
  border: none !important;
  color: var(--font-color);
}
.wallet-card-info-container {
  background: var(--glass-color-bg-1);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.section-padding-custom {
  padding: 3rem !important;
}

.secret-key-dialog {
  max-width: 60vw !important;
}

.custom-inner-padding {
  padding: 3rem !important;
}
@media (max-width: 1520px) {
  .trade-dashboard-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1320px) {
  .secret-key-dialog {
    max-width: 90vw !important;
  }
}
@media (max-width: 1199px) {
  .page-left-sidebar {
    padding: 0;
  }
  .trade-dashboard-side-width {
    width: 100%;
  }
  .select-deposit-method-item {
    flex-grow: 0;
    padding: 10px 20px;
  }

  .select-deposit-method-item-active {
    flex-grow: 0;
    padding: 10px 20px;
  }
}

.p2p-top-bar-root-cls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p2p-top-bar-item-cls {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (max-width: 991px) {
  .report-overview-body-padding {
    padding: 3rem 4px;
  }

  .report-overview-header-main {
    min-height: 400px;
  }
  .wallet-overview-header-main {
    min-height: 550px;
  }

  .wallet-overview-tab-menu {
    flex-direction: column;
    align-items: start;
  }
  .wallet-overview-tab-menu li {
    width: 100%;
  }
  /* .report-overview-tab-menu {
    flex-direction: column;
    align-items: start;
  }
  .report-overview-tab-menu li {
    width: 100%;
  } */

  .text-45 {
    font-size: 36px;
  }
  .p2p-wallet-form {
    height: auto;
  }
  .gift-card-buy-btn {
    padding: 5px 0;
    margin-top: 20px;
  }
  .gift-card-buy-banner-margin {
    margin-top: 20px;
  }
  .p2p-gift-card-navbar-margin-top {
    margin-top: 50px;
  }
  .p2p-gift-card-navbar-lists {
    display: block;
  }
  .community-home-title {
    font-size: 24px;
  }
}
@media (max-width: 770px) {
  .custom-inner-padding {
    padding: 0 !important;
  }
  .secret-key-dialog {
    max-width: 100% !important;
  }
  .wallet-overview-header-title {
    font-size: 34px;
  }
  .section-padding-custom {
    padding: 1rem !important;
  }
  .cover-img {
    height: 100%;
    width: 100%;
  }
  .trade-anywhere-right .subtitle {
    font-size: 24px;
  }
  .tarde-coin-pair-header {
    flex-direction: column;
    gap: 0;
  }
  .wallet-overview-header {
    flex-direction: column;
    align-items: start;
  }

  .staking-topbar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .wallet-overview-btn-all {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .wallet-overview-btn {
    width: 100%;
  }
  .p2p-top-bar-root-cls {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .p2p-top-bar-item-cls {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .overall-margin-top-cls {
    margin-top: 5rem;
  }
}

@media (max-width: 450px) {
  .text-45 {
    font-size: 32px;
  }
  .gift-inner-card-btns {
    gap: 10px;
  }
  .buy-amount-select-section-width {
    width: 50%;
  }
  .send-crypto-w {
    width: 100%;
  }
  .gift-card-modal__content {
    border-radius: 4px;
    position: relative;
    width: 100%;
    max-width: 90%;
    background: var(--background-color);
    padding: 1rem !important;
  }

  .faucet-modal__content {
    border-radius: 4px;
    position: relative;
    width: 100%;
    max-width: 90%;
    background: var(--background-color);
    padding: 3rem !important;
  }
  .my-card-modal-margin {
    margin-top: 2rem;
  }

  .my-card-modal-btn {
    margin-top: 1rem;
  }
  .p2p-gift-card-adds-margin-bottom {
    margin-bottom: 10px;
  }
  .p2p-gift-card-adds-margin-right {
    margin-right: 0;
  }
  .back-to-live {
    display: none;
  }
}
.danger-trade {
  color: var(--trade-red) !important;
}
.success-trade {
  color: var(--trade-green) !important;
}
.greenText {
  color: var(--trade-green);
}
.redText {
  color: var(--trade-red);
}
.trades-section div h6 {
  color: var(--font-color) !important;
}

.spot-search-table .bnAwAJ {
  min-width: unset !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.perfect-money-svg {
  color: rgb(234, 236, 239);
  font-size: 36px;
  fill: rgb(234, 236, 239);
  width: 1em;
  height: 1em;
}

.loading-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 80px;
  border-radius: 30px;
  width: 100%;
  min-height: 300px;
  min-width: 300px;
}

.loading-image {
  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.p2p-custom-scrollbar::-webkit-scrollbar {
  height: 3px;
}

.p2p-custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--primary-color), 1);
}

.container-4xl {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-4xl {
    max-width: 1360px;
  }
}
.profile-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg-primary-card-color {
  background: var(--card-background-color) !important;
}

.body-margin-top-custom {
  margin-top: -96px;
  margin-bottom: 30px;
}
.glass-color-bg-custom {
  background: var(--glass-color-bg-1) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.report-navbar-dropdown-menu-custom {
  background: var(--glass-color-bg-1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.report-navbar-dropdown-menu-custom li {
  border-bottom: unset !important;
}
/* .report-navbar-dropdown-menu-custom li a {
  color: var(--font-color) !important;
} */
.report-navbar-dropdown-menu-custom .dropdown-item:hover {
  background: transparent;
}
.rdt_Table {
  background: transparent !important;
}
.rdt_TableHeadRow {
  background: transparent !important;
}
.rdt_TableCell {
  color: var(--font-color);
}
.rdt_TableRow {
  background: transparent !important;
}

.future-market-page-custom-sidebar::-webkit-scrollbar {
  width: 5px;
}

.future-market-page-custom-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.future-market-page-custom-sidebar::-webkit-scrollbar-thumb {
  background: var(--glass-color-bg-1);
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.exchange-dashboard-slider-range-cls {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.exchange-dashboard-slider-range-cls::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * (4 / 5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(var(--primary-color));
}
.exchange-dashboard-slider-range-cls input,
.exchange-dashboard-slider-range-cls label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.exchange-dashboard-slider-range-cls label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0;
}
.exchange-dashboard-slider-range-cls label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 45px);
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}
.exchange-dashboard-slider-range-cls label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(var(--primary-color));
  background: var(--card-background-color);
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.exchange-dashboard-slider-range-cls label:hover::after {
  transform: translate(-50%, -50%) scale(1.25);
}
.exchange-dashboard-slider-range-cls input {
  display: none;
}
.exchange-dashboard-slider-range-cls input:checked + label::before {
  font-weight: 800;
  opacity: 1;
}
.exchange-dashboard-slider-range-cls input:checked + label::after {
  border-width: 10px;
  transform: translate(-50%, -50%) scale(0.75);
}

.exchange-dashboard-slider-range-cls input + label::before {
  transform: translate(-50%, 45px) scale(0.9);
  transition: all 0.15s linear;
}
.exchange-dashboard-slider-range-cls input:checked + label::before {
  transform: translate(-50%, 45px) scale(1.1);
  transition: all 0.15s linear;
}

.overflow-x-auto {
  overflow-x: auto !important;
}
::-moz-placeholder {
  color: var(--text-primary-color-2) !important;
  opacity: 1;
}
::placeholder {
  color: var(--text-primary-color-2) !important;
  opacity: 1;
}

.custom-dark-light-shadow {
  box-shadow: 0 2px 10px var(--primary-box-shadow-color);
}

.custom-dark-light-inner-shadow {
  box-shadow: inset 0 2px 10px var(--primary-box-shadow-color);
}

.page-overview-header-main {
  min-height: 350px;
  background-size: cover;
  background-repeat: "no-repeat";
  background-position: "center";
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.toolTipForPhaseList:hover::after {
  background: rgb(var(--primary-color));
  border-radius: 4px;
  bottom: 100%;
  content: attr(title);
  display: block;
  right: 0;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  min-width: 75px;
}

.min-w-4r {
  min-width: 4rem !important;
}

.max-w-80-p {
  min-width: 80% !important;
}

.min-w-21 {
  min-width: 21px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.max-w-20 {
  max-width: 20px !important;
}

.w-45 {
  width: 45px !important;
}

.min-w-25 {
  min-width: 25px !important;
}

.w-370 {
  width: 370px !important;
}

.w-auto {
  width: auto !important;
}

.min-w-75p {
  min-width: 75% !important;
}

.w-650 {
  width: 650px !important;
}

.w-16 {
  width: 16px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}
.w-36 {
  width: 36px !important;
}

.w-50 {
  width: 50px !important;
}

.min-w-max-content {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.w-69 {
  width: 69px !important;
}

.h-16 {
  height: 16px !important;
}

.h-45 {
  height: 45px !important;
}

.h-50 {
  height: 50px !important;
}

.min-h-45 {
  min-height: 45px !important;
}
.min-h-370 {
  min-height: 370px !important;
}

.max-h-245 {
  max-height: 245px !important;
}

.max-h-350 {
  max-height: 350px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.p-6 {
  padding: 6px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-27 {
  border-radius: 27px !important;
}

.rounded-50p {
  border-radius: 50% !important;
}

.min-h-25 {
  min-height: 25px !important;
}

.h-30 {
  height: 30px !important;
}

.h-35 {
  height: 35px !important;
}

.h-36 {
  height: 36px !important;
}

.h-41 {
  height: 41px !important;
}

.h-42 {
  height: 42px !important;
}

.h-44 {
  height: 44px !important;
}

.h-46 {
  height: 46px !important;
}

.h-48 {
  height: 48px !important;
}

.h-69 {
  height: 69px !important;
}

.h-570 {
  height: 570px !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.max-h-60vh {
  max-height: 60vh !important;
}

.min-h-69 {
  min-height: 69px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.right-0 {
  right: 0px !important;
}

.left-auto {
  left: auto !important;
}

.leading-18 {
  line-height: 18px !important;
}

.leading-1 {
  line-height: 1 !important;
}

.leading-1-5 {
  line-height: 1.5 !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-6 {
  gap: 6px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.display-grid {
  display: grid !important;
}

.grid-temp-col-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-n-top-60 {
  margin-top: -60px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.object-position-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.z-2147483647 {
  z-index: 2147483647 !important;
}

.font-bolder {
  font-weight: bolder !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-10c75c {
  color: #10c75c !important;
}

.text-blue {
  color: blue !important;
}

.text-underline {
  text-decoration: underline !important;
}

.border-b-none {
  border-bottom: none !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-b-1 {
  border-bottom: 1px solid !important;
}

.border-solid {
  border-style: solid !important;
}

.border-border-color {
  border-color: var(--border-color) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.word-break-all {
  word-break: break-all !important;
}

.word-wrap-break-word {
  word-wrap: break-word !important;
}

.white-space-break-spaces {
  white-space: break-spaces !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.overflow-x-sxroll {
  overflow-x: scroll !important;
}

.w-0 {
  width: 0px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.text-underline {
  text-decoration: underline !important;
}

.overflow-visible {
  overflow: visible !important;
}

.backdrop-filter-none {
  backdrop-filter: none !important;
}

.bg-32d777 {
  background: #32d777 !important;
}

.bg-d63031 {
  background: #d63031 !important;
}

.bg-3498db {
  background: #3498db !important;
}

.bg-9b59b6 {
  background: #9b59b6 !important;
}

.bg-f39c12 {
  background: #f39c12 !important;
}

.bg-d35400 {
  background: #d35400 !important;
}

.text-58bd7d {
  color: #58bd7d !important;
}

.text-fa0000 {
  color: #fa0000 !important;
}

.custom-bg-main-background-color {
  background: var(--main-background-color) !important;
}

.sign-up-btn-un-auth {
  padding: 3px 10px !important;
  border-radius: 5px !important;
  border: 1px solid var(--border-color-2) !important;
  color: var(--border-color-2) !important;
}

.common-datatable-header-th {
  border-bottom: 1px solid #7d7d7d33 !important;
  background: transparent !important;
  padding: 12px 8px !important;
  text-align: left !important;
  cursor: pointer !important;
}

.common-datatable-body-td {
  border-bottom: 1px solid #7d7d7d33 !important;
  padding: 12px 8px !important;
  text-align: start !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 200px !important;
  word-break: break-word !important;
}

.completed-btn-status {
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  background: green !important;
  border-radius: 50% !important;
  margin-bottom: 1px !important;
}

.future-exchange-border-color {
  border-color: rgb(126 126 126 / 20%) !important;
}

.custom-text-primary-color-4 {
  color: var(--text-primary-color-4) !important;
}

.box-sizing-content-box {
  box-sizing: content-box !important;
}

.w-431-25 {
  width: 431.25px;
}

.h-425 {
  height: 425px !important;
}

.h-855 {
  height: 855px !important;
}

.h-825 {
  height: 825px !important;
}

.w-170-656 {
  width: 170.656px;
}

.w-120-75 {
  width: 120.75px;
}

.w-79-8438 {
  width: 79.8438px;
}

.h-244 {
  height: 244px !important;
}

.padding-3 {
  padding: 3px !important;
}

.h-448 {
  height: 448px !important;
}

.w-415 {
  width: 415px !important;
}
.pr-17 {
  padding-right: 17px !important;
}

.text-11 {
  font-size: 11px !important;
}

.padding-4 {
  padding: 4px !important;
}

.b-unset {
  border: unset !important;
}

.font-600 {
  font-weight: 600 !important;
}
.leading-13 {
  line-height: 1.3 !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.h-224 {
  height: 224px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.h-77 {
  height: 77px !important;
}

.text-F0B90B {
  color: #f0b90b !important;
}

.bg-3C2601 {
  background: #3c2601 !important;
}

.text-0ecb81 {
  color: #0ecb81 !important;
}

.text-f6465d {
  color: #f6465d !important;
}

.bg-183e2f {
  background: #183e2f !important;
}

.bg-35141D {
  background: #35141d !important;
}

.text-F6465D {
  color: #f6465d !important;
}
.max-h-150 {
  max-height: 150px !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}

.w-137-516 {
  width: 137.516px;
}

.w-81-2812 {
  width: 81.2812px;
}

.w-193-797 {
  width: 193.797px;
}

.w-182-297 {
  width: 182.297px;
}

.w-207-766 {
  width: 207.766px;
}

.w-127-344 {
  width: 127.344px;
}

.ml-12 {
  margin-left: 12px !important;
}

.bg-center {
  background-position: center !important;
}
.bg-cover {
  background-size: cover !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.top-35-p {
  top: 35% !important;
}

.top-50-p {
  top: 50% !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.max-w-600 {
  max-width: 600px !important;
}
.min-w-50-p {
  min-width: 50% !important;
}

.w-98-p {
  width: 98% !important;
}

.margin-2 {
  margin: 2px !important;
}

.h-100 {
  height: 100px !important;
}

.width-6 {
  width: 6px !important;
}

.height-6 {
  height: 6px !important;
}

.bg-0ECB81 {
  background: #0ecb81 !important;
}

.margin-r-6 {
  margin-right: 6px !important;
}

.bg-F6465D {
  background: #f6465d !important;
}

.order-book-heading-text {
  font-size: 12px;
  color: #848e9c;
}

.order-book-body-text {
  font-size: 11px;
  line-height: 1.3;
  cursor: pointer;
  word-break: break-all;
}

.authentication-page-text-color {
  color: var(--authentication-page-text-color) !important;
}

.facebook-button-cls {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.apple-auth-btn {
  border-radius: 100%;
  border: 2px solid black;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.phone-input-cls {
  height: 60px !important;
  width: 100% !important;
  box-shadow: none;
  border-color: #323232;
  border-radius: 7px;
  background: transparent !important;
  color: var(--text-primary-color-4) !important;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
}

.lang-list-position {
  right: 0 !important;
  left: auto !important;
}

.rtl-style .lang-list-position {
  left: 0 !important;
  right: auto !important;
}

.bg-card-background {
  background: var(--card-background-color) !important;
}

.exchange-list-position {
  left: 0 !important;
  right: auto !important;
}

.rtl-style .exchange-list-position {
  right: 0 !important;
  left: auto !important;
}

.ico-withdraw-modal-container {
  max-height: 50vh;
  overflow-y: auto;
}

.theme-spot-btn-green {
  background: var(--trade-green) !important;
  color: var(--white) !important;
}
.theme-spot-btn-red {
  background: var(--trade-red) !important;
  color: var(--white) !important;
}

.theme-spot-btn-red:hover {
  color: var(--white) !important;
}

.theme-spot-btn-green:hover {
  color: var(--white) !important;
}

@media (min-width: 1300px) {}

@media (max-width: 1600px) {
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .walletHistory .dataTables_head {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .walletHistory .dataTables_head {
        width: 79%;
    }
}

@media (max-width: 1200px) {
    .section {
        overflow: hidden;
    }
    .walletHistory .dataTables_head {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .banner-area .banner-text .banner-title h1 {
        font-size: 42px;
    }
    .banner-area {
        padding-top: 230px;
        padding-bottom: 230px;
    }
    .section {
        padding: 100px 0;
    }
    .main-menu ul li a .cp-user-icon {
        margin-right: 0;
    }
    .cp-user-sidebar.active {
        display: block;
    }
    .walletHistory .dataTables_head {
        width: 100%;
    }
    .trade_tableList {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    /* .trades-section table.dataTable thead tr th {
        text-align: center !important;
    } */
    .trade_tableList_two {
        display: flex;
        justify-content: space-between;
        gap: 26px;
        width: 170%;
    }
}

@media (max-width: 1024px) {
    .find-app-area .single-app {
        padding: 60px 30px 60px 30px;
    }
    .commentTitle h2 {
        width: 400px;
    }
    .walletTableScroll {
        overflow-x: scroll;
        max-width: 95vw;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .custompage-title {
        padding-top: 180px;
    }
}


/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .add_comment_area .form-group label {
        min-height: 59px;
    }
}


/* Portrait tablets and small desktops */

@media (max-width: 991px) {
    .header-area {
        /* display: none; */
    }
    .about-us-area .about-left {
        position: inherit;
        transform: translateY(0px);
        width: 100%;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    .single-table .table tbody tr td {
        padding: 3px 5px;
    }
    .footer-area .footer-bottom {
        padding: 20px 0;
    }
    .banner-area .banner-right-img {
        position: inherit;
        width: 100%;
        transform: translateY(0%);
    }
    .banner-area {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .integration-area .integration-info {
        margin-top: 0;
    }
    .awesome-area .awesome-info {
        margin-top: 0;
    }
    .SliderNews {
        height: 150px;
    }
    .header-area {
        /* display: none; */
    }
    .about-us-area .about-left {
        position: inherit;
        transform: translateY(0px);
        width: 100%;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    .single-table .table tbody tr td {
        padding: 3px 5px;
    }
    .footer-area .footer-bottom {
        padding: 20px 0;
    }
    .banner-area .banner-right-img {
        position: inherit;
        width: 100%;
        transform: translateY(0%);
    }
    .banner-area {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .integration-area .integration-info {
        margin-top: 0;
    }
    .awesome-area .awesome-info {
        margin-top: 0;
    }
    .SliderNews {
        height: 150px;
    }
    .live-chat {
        width: 80%;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 768px) {
    .banner-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .client-area {
        padding: 50px 0 100px;
    }
    .choose-info .btn.btn-link {
        font-size: 0.9rem;
    }
    .choose-info .card .card-body {
        font-size: 14px;
    }
    section.faq-area {
        padding: 100px 0;
    }
    .contact-page-area {
        padding: 100px 0;
    }
    .footer-area {
        padding-top: 70px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .titleText {
        font-size: 20px;
    }
    .sectionTitle {
        font-size: 24px;
    }
    .commentTitle h2 {
        width: 500px;
    }
    .SliderBlog {
        height: auto;
    }
    .blogSliderText h3 {
        font-size: 26px;
    }
    .SliderNews {
        height: auto;
    }
    .user-form {
        padding: 20px 20px;
        min-height: 0px;
    }
    .image-chatBox {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .login_reg_box {
        display: block;
    }
    .login_bg_new {
        display: none;
    }
}

@media (max-width: 768px) {
    .faq-wallet-section {
        margin-top: 20px;
    }
    .bank-table-header {
        flex-wrap: wrap;
    }
    .deposit-conatiner {
        padding: 0px;
    }
    .section-wrapper {
        padding: 15px;
    }
    .appy-form {
        width: 100%;
        padding: 10px 10px;
    }
    .radio-item {
        display: block;
    }
    .ico-tokenCreate {
        margin: 15px 15px 30px 15px;
        /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
        padding: 30px 10px;
        border-radius: 5px;
    }
    .userActive:before {
        height: 20px;
        width: 20px;
        background: #3ee73e;
        content: "";
        top: 55px;
        right: 0;
        position: absolute;
        border-radius: 50%;
    }
    .userDeactive:before {
        height: 20px;
        width: 20px;
        background: #808080;
        content: "";
        top: 50px;
        right: 0;
        position: absolute;
        border-radius: 50%;
    }
    .tradeUserActive:after {
        height: 10px;
        width: 10px;
    }
    .tradeUserDeactive:after {
        height: 10px;
        width: 10px;
    }
    .active-link ul {
        display: flex;
        margin-right: 30px;
    }
    .cp-user-setting-card-inner-preference {
        min-height: auto;
    }
    .pagination-wrapper {
        text-align: center !important;
        /* width: 90%; */
    }
    .about-text h2 {
        font-size: 25px;
    }
    #DataTables_Table_0 tr td {
        white-space: nowrap;
    }
    #DataTables_Table_2 tr td {
        white-space: nowrap;
    }
    .footer-area .footer-bottom-wrap {
        padding: 10px 0;
    }
    .cp-user-buy-coin-content-area table.dataTable thead tr th {
        padding: 3px 5px;
    }
    .cp-user-buy-coin-content-area table.dataTable tbody tr td {
        padding: 3px 5px !important;
    }
    .loadingSpinner {
        width: 30px;
        height: 30px;
    }
    .trade_tableList {
        width: 80%;
    }
    .trade_tableList_two {
        width: 130%;
    }
    .font_size {
        font-size: 16px !important;
    }
    .live-chat {
        width: 100%;
    }
    .Verify_card {
        font-size: 34px;
    }
}


/* Landscape phones and smaller */

@media (max-width: 480px) {
    .trade_tableList_two {
        width: 110%;
    }
    .trade_tableList {
        width: 80%;
    }
    .primary-btn {
        margin-bottom: 10px;
    }
    .product-area .single-tab .nav-tabs li a {
        padding: 10px 30px;
    }
    .notification {
        width: 80% !important;
    }
    .user_img {
        width: 44px;
        height: 44px;
    }
    .chat_btn {
        padding: 5px 8px !important;
        font-size: 12px !important;
    }
    .steepNumber {
        height: 26px;
    }
    .steepBar {
        height: 2px;
    }
    .adFromPrice h4 {
        font-size: 16px;
    }
    .addPostNextButton div button {
        padding: 0px 20px;
    }
}

@media (max-width: 375px) {
    .product-area .single-tab .nav-tabs li a {
        padding: 10px 20px;
    }
    br {
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .integration-area .integration-info h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .awesome-area .awesome-info h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .banner-area .banner-text .banner-title h1 {
        font-size: 32px;
    }
    .addPostNextButton div button {
        padding: 0px 16px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .banner-area .banner-text .banner-title h1 {
        font-size: 28px;
    }
    .single-table .table tbody tr td {
        font-size: 16px;
    }
    .footer-area .footer-bottom .copyright-area p {
        font-size: 16px;
    }
}
.custom-select__control {
  min-height: 48px !important;
  padding: 0 1px 0 1px !important;
  border: 0px !important;
  border-radius: 6px !important;
  box-shadow: inset 0 0 0 1px var(--primary-background-color) !important;
  background: var(--main-background-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  color: var(--text-primary-color-2);
}

.custom-select__indicator-separator {
  display: none !important;
}

.custom-select__input-container {
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.custom-select__input {
  bottom: none !important;
}

.custom-select__input-container input {
  border: none !important;
  color: var(--title-color) !important;
}

.custom-select__menu {
  background: var(--main-background-color) !important;
  box-shadow: inset 0 0 0 1px var(--primary-background-color) !important;
}

.custom-select__option {
  color: var(--title-color) !important;
}

.custom-select__option:hover {
  cursor: pointer !important;
  background: var(--background-color-hover) !important;
}

.custom-select__option--is-selected {
  color: var(--primary-color) !important;
  background: var(--card-background-color) !important;
}

.custom-select__option--is-focused {
  background: var(--background-color-hover) !important;
}

/* Make clicks pass-through */
#nprogress {
  /* --primary-color: #fcd535; */
  pointer-events: none;
}

#nprogress .bar {
  background: rgb(var(--primary-color));
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgb(var(--primary-color)), 0 0 5px rgb(var(--primary-color));
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress {
  background: transparent !important;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 1031;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#nprogress .spinner-icon {
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--text-color-3);
  border-left-color: var(--text-color-3);
  border-radius: 50%;
  z-index: 1031;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

