@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Font */
@font-face {
  font-family: "Neue";
  src: url("../fonts/352c8e191b014582-s.p.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue";
  src: url("../fonts/d67e7444ea377c05-s.p.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Neue";
  src: url("../fonts/4fe3303396ef94f8-s.p.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

:root,
[data-bs-theme="dark"] {
  /* Boststrap Custom */
  --bs-body-bg: transparent;
  --bs-border-color: rgba(255, 255, 255, 0.1);

  /* Height and Width */

  --min-h-full: 100vh;
  --min-h-100: 100px;
  --min-h-200: 200px;
  --min-h-300: 300px;
  --min-h-400: 400px;
  --min-h-450: 450px;
  --min-h-500: 500px;
  --min-h-600: 600px;
  --min-h-700: 700px;
  --min-h-800: 800px;
  --min-h-900: 900px;

  --max-w-full: 100vh;
  --max-w-100: 120px;
  --max-w-200: 200px;
  --max-w-300: 300px;
  --max-w-400: 400px;
  --max-w-500: 500px;
  --max-w-600: 600px;
  --max-w-700: 700px;
  --max-w-800: 800px;
  --max-w-900: 992px;

  /* Text Color */
  --text-black: #0c0c0c;
  --text-white: #ffffff;
  --text-green: #34c759;
  --text-red: #f44336;
  --text-yellow: #ffb241;
  --text-gray: #8c8c8c;

  --text-gray-50: rgba(176, 176, 176, 0.459);
  --text-gray-100: #8c8c8c;
  --text-highlight: #0a84ff;

  --text-highlight-50: rgba(10, 132, 255, 1);

  /* Text Size */

  --text-xxxs: 0.65rem;
  --text-xxs: 0.75rem;
  --text-xs: 0.875rem;
  --text-sm: 1rem;
  --text-md: 1.5rem;
  --text-lg: 2rem;
  --text-xl: 2.3rem;
  --text-2xl: 3rem;
  --text-3xl: 3.5rem;
  --text-4xl: 4rem;
  --text-5xl: 4.5rem;
  --text-6xl: 5rem;

  /* Bg Color */
  --bg-white: #ffffff;
  --bg-light-white: rgba(255, 255, 255, 0.5);
  --bg-black: #000000;
  --bg-blue: #0a84ff;
  --bg-red: #ff4141;
  --bg-red-50: #e74c3c;
  --bg-green: #34c759;
  --bg-green-50: #4caf50;
  --bg-gray: #161616;
  --bg-gray-50: #636e72;
  --bg-gray-100: #8c8c8c;

  --bg-gray-100: #2c2c2c;
  --bg-gray-200: #1c1c1e;
  --bg-gray-300: #111111;
  --bg-gray-400: #1c1c1e;
  --bg-gray-500: #252525;
  --bg-linear-gradient: linear-gradient(
    93.9deg,
    #3d02e8 9.76%,
    #3d02e8 51.29%,
    #cb00ff 101.42%
  );

  --bg-linear-gradient-program: linear-gradient(
    90deg,
    rgba(15, 185, 185, 0.99) 1.46%,
    #6b6bff 99.73%
  );
  --bg-linear-gradient-get-start: linear-gradient(180deg, #111, #323aff 300%);

  /* Border */
  --border-none: 0;
  --border: 1px solid rgba(119, 119, 119, 0.1);
  --border-white: 1px solid rgba(255, 255, 255, 0.1);
  --border-solid-white: 1px solid #ffffff;
  --border-table-custom: 1px solid #4c4c4c;
  --border-green: 1px solid #34c759;
  --border-red: 1px solid #ff4141;
  --border-blue: 1px solid #4e4feb;
  --border-rounded: 5px;
  --border-rounded-1: 10px;
  --border-rounded-2: 15px;
  --border-rounded-3: 30px;

  /* Table */

  --bs-table-bg: var(--bg-gray) !important;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll; /* Enable vertical scrolling */
  overflow-x: hidden; /* Disable horizontal scrolling */
  background: #111111;
  color: #fff;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

/* Hide scrollbar for Firefox */
html {
  scrollbar-width: none; /* Disable scrollbar display */
}

/* Hide scrollbar for Internet Explorer and Edge */
html {
  -ms-overflow-style: none; /* Disable scrollbar display */
}

body {
  font-family: "Neue", sans-serif;
}

/* Buttons Custom */

.btn-primary {
  background-color: var(--bg-blue);
  font-weight: 600;
}

.btn-outline-primary {
  border-color: var(--bg-light-white);
  color: var(--text-white);
  font-weight: 600;
  /* font-size: var(--tetx-sm); */
}

.btn-outline-primary:hover {
  opacity: 0.8;
  background: none;
  border-color: var(--bg-white);
}
.btn-close:focus {
  box-shadow: none;
}

/* List Custom */

li {
  list-style: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

.text-muted {
  color: #8c8c8c !important;
}

/* Text Color Custom */
.text-white {
  color: var(--text-white) !important;
}

.text-info {
  color: var(--text-highlight) !important;
}

.text-success {
  color: #34c759 !important;
}

.text-danger {
  color: #ff4141 !important;
}

.text-secondary {
  color: var(--text-highlight-50) !important;
}

.text-warning {
  color: var(--text-yellow) !important;
}

/* Remove the arrows from the number input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield; /* Firefox */
}

hr {
  border-color: rgba(119, 119, 119, 0.2);
}

.arrowNavigator_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.arrowNavigator_left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #4c4c4c;
  background-color: transparent;
  border: 0;
}

.arrowNavigator_right {
  color: #fff;
  background-color: transparent;
  border: 0;
}

.arrowNavigator_left.active {
  color: white; /* Change this to your desired color */
}

.arrowNavigator_left svg path {
  stroke: currentColor;
}

#header {
  padding-bottom: 60px;
}

/* Header Section */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* z-index: 9999; */
  background-color: #111111;
  height: 60px;
}

.navbarSection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.m_toggleClose {
  display: none;
}

.navbar-collapse {
  width: 100%;
}

.nav_bntGroup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav_bntGroup .btn-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  color: #0a84ff;
  text-decoration: none;
}

.nav_bntGroup .btn-primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  background-color: #0a84ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

/* language */
.language-nav .language-item .language-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
  padding: 0;
  text-decoration: none;
}
.language-nav .language-item .language-link:hover {
  color: #fff;
}
.language-nav .language-item {
  position: relative;
  padding-left: 22px;
}

.language-nav .language-item:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon_lang_w.svg") no-repeat center center;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  opacity: 0.8;
}

.language-nav .dropdown-menu {
  position: absolute;
  margin-top: 5px;
  padding: 0;
  font-size: 14px;
  background: #232323;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
}

.language-nav .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.language-nav .dropdown-menu .language_Dropdownitem {
  color: #bbb;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
}
.language-nav .dropdown-menu .language_Dropdownitem:hover {
  color: #fff;
  background: #3f3f3f;
}
/* /language */

/* tabs-history */
a:link,
a:visited {
  text-decoration: none;
}
.tabs-history {
  display: block;
}
.tabs-history li {
  display: inline-block;
  float: left;
  margin-left: 0;
}

.tabs-history li + li {
  margin-left: 3px;
}

.tabs-history li a {
  display: block;
  padding: 0 10px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #999;
}

.tabs-history li.on a,
.tabs-history li:hover a {
  color: #fff;
  border: 0;
}
.form-check-tit {
  font-size: 14px;
  color: #8c8c8c;
  letter-spacing: -0.02em;
}

@media all and (max-width: 550px) {
  .tabs-history li a {
    font-size: 14px;
  }
}

.btns-history {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  overflow: hidden;
}

.btn-balance-check {
  display: inline-block;
  float: left;
  padding: 0 0.875rem 0 0.625rem;
  line-height: 1.875rem;
  color: #666;
  font-size: 0.875rem;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin-right: 0.5rem;
  transform: skew(-0.1deg);
}

.btn-balance-check input[type="checkbox"] {
  display: none;
}

.btn-balance-check input[type="checkbox"] + .icon-balance-checkbox {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/icon-order-check.png") 0 0 no-repeat;
  vertical-align: text-top;
  margin-right: 0.125rem;
}

.btn-balance-check input[type="checkbox"]:checked + .icon-balance-checkbox {
  background-position: -15px 0;
}

.btn-balance-check
  input[type="checkbox"]:checked
  + .icon-balance-checkbox
  + span {
  color: #eea127;
  font-weight: bold;
}

.btn-balance-cencel {
  display: inline-block;
  float: left;
  width: 6rem;
  line-height: 1.875rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background: #a9a9a9;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin-right: 0.313rem;
  transform: skew(-0.1deg);
}

.btn-balance-settlement {
  display: inline-block;
  float: left;
  width: 6rem;
  line-height: 1.875rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background: #26a69a;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transform: skew(-0.1deg);
}

.ctn-history-case {
  padding: 0 1rem;
  height: 100%;
}

/* /tabs-history */

.mb_userAccount {
  display: none;
}

.btn_userAccount {
  position: relative;
  display: none;
}

.btn_userAccount .btn-secondary {
  font-size: 16px;
  line-height: 1.1;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #232323;
  border-color: #232323;
  padding: 8px 12px;
}

.btn_userAccount .userStatusBadge_wrapper {
  font-weight: 700;
  line-height: 1.1;
  height: 26px;
  padding: 4px 6px 4px 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  border-radius: 10000px;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin-right: 12px;
  font-size: 14px;
}

.btn_userAccount .userStatusBadge_wrapper img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.btn_userAccount .dropdown-toggle::after {
  margin-left: 0.5em;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
}
.btn_userAccount .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.5rem;
}

.btn_userAccount .dropdown-menu {
  position: absolute;
  max-width: unset;
  padding: 12px 20px;
  background-color: #1c1c1c;
  border-radius: 4px;
  width: 100%;
}

.btn_userAccount .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: #eeeeee;
}

.btn_userAccount .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #0a84ff;
}

.btn_userAccount .btn_userDetails {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.btn_userAccount .btn_userDetails .btn_userHeading {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #8c8c8c;
}

.btn_userAccount .btn_userDetails .btn_userBasic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #4c4c4c;
  text-decoration: none;
}

.btn_userAccount .btn_userDetails .btn_userBasic img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.btn_userAccount .btn_userDetails .btn_userBasic i {
  font-size: 10px;
}

.btn_userAccount .btn_userDetails .btn_userBasic span {
  width: auto;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #606060;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 4px;
  border-radius: 150px;
}

.signInButton_divider {
  width: 1px;
  height: 1em;
  margin: 0 8px;
  background-color: #fff;
}

.navbar-nav {
  gap: 40px;
  padding-left: 12px;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-right: 32px;
}

.navbar-brand img {
  width: 115px;
  height: auto;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
  padding: 0;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--text-highlight);
}

.navbar-nav .dropdown-menu {
  position: absolute;
  margin-top: 23px;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.navbar-nav .dropdown-menu li {
  padding-bottom: 8px;
}

.navbar-nav .dropdown-menu li .dropdown-item {
  font-size: var(--text-xs);
  font-weight: 600;
}

.navbar-nav .dropdown-menu li .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0;
}

.navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: var(--text-black);
  background: transparent;
}

.dropdown_Learn,
.dropdown_Events {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
}

.dropdown_Learn .dropdown_learnTitle,
.dropdown_Events .dropdown_eventsTitle {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #8c8c8c;
}

/* Hero Section */

.hero {
  margin-top: 100px;
}

.hero .container {
  max-width: 1248px;
}

.hero .hero_title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  white-space: pre-line;
  margin-bottom: 0;
}

.hero .hero_title span {
  font-size: var(--text-6xl);
  color: var(--text-highlight);
  font-weight: 700;
}

.hero .hero_desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 16px;
  color: #ddd;
  margin-top: 24px;
  margin-bottom: 0;
}

.hero .hero_btn {
  margin-top: 32px;
}

.hero .hero_btn .btn-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  color: #fff;
  background-color: #0a84ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  width: 100%;
  max-width: 284px;
  height: 50px;
}

.hero_downloadAppText {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  margin-top: 32px;
  color: #8c8c8c;
  text-align: left;
  margin-bottom: 0;
}

.hero .hero_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.hero-img {
  position: relative;
}

.hero-img img {
  width: 695px;
  height: auto;
}

/* Announcement_wrapper */

.announcement_wrapper {
  height: 80px;
  margin-top: 100px;
  position: relative;
  background-color: #1c1c1e;
}

.announcement_wrapper .container {
  max-width: 1248px;
}

.announcement_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 0;
}

.announcement_textSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;

  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement_textSection h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
}

.announcement_textSection p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-white);
}

.announcement_divider {
  display: block;
  width: 1px;
  height: 32px;
  background-color: #4c4c4c;
}

.announcement_indexButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.announcement_circle {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #8c8c8c;
  cursor: pointer;
  background-color: #252525;
  border-radius: 50%;
  border: 0;
}

.announcement_circle.active {
  color: var(--text-white);
}

/* Promotions */

.promotions {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.promotions .container {
  max-width: 1248px;
}

.promotionsTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  margin-bottom: 32px;
  color: #eee;
}

.promotions .swiper {
  overflow: visible;
}

.promotionSwiper .swiper-slide {
  max-width: 512px; /* Set the maximum width of the images */
  height: 200px; /* Set the height of the images */
}

.promotions_img img {
  width: 100%;
  height: auto;
}

/* Perpetual Swap section */

.perpetual_swap {
  margin-top: 100px;
}

.perpetual_swap .container {
  max-width: 1248px;
}

.perpetual_swapTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  margin-bottom: 32px;
  color: #eee;
}

.products_buttonWrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products_buttonWrapper .btn-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  color: #fff;
  background-color: #0a84ff;
}

.top-categories {
  min-height: 331px;
  margin-bottom: 40px;
}

.topCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.topCategories h1 {
  font-size: 20px;
  color: var(--text-white);
}

.perpetual_item {
  min-height: 339px;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #1c1c1e;
}

.sortedTopMarket_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  padding-inline: 12px;
}

.sortedTopMarket_all {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  height: 24px;
  color: #8c8c8c;
  padding: 0 6px;
}

.sortedTopMarket_header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
}

.sortedTopMarket_header .sortedTopMarket_emoji {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 4px;
}

.sortedTopMarket_list {
  margin-top: 12px;
}

.sortedTopMarket_item {
  padding: 8px 0;
  border-bottom: 1px solid #252525;
}

.sortedTopMarket_item:last-child {
  border-bottom: none;
}

.sortedTopMarket_itemInner {
  text-decoration: none;
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  height: 73px;
  padding-inline: 12px;
}

.sortedTopMarket_itemInner:hover {
  background-color: #252525;
  border-radius: 8px;
}

.sortedTopMarket_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.perpetual_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

.perpetual_desc img {
  width: 24px;
  height: 24px;
}

.perpetual_desc_title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 400;
  color: #eee;
}

.perpetual_desc small {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.sortedTopMarket_price {
  text-align: end;
}

.sortedTopMarket_price p {
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 700;
  color: #eee;
  font-size: 18px;
}

.sortedTopMarket_percent {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  color: #34c759;
}

.sortedTopMarket_chevron {
  color: #8c8c8c;
}

/* Current activities */

.current_activities {
  margin-top: 100px;
  overflow: hidden;
}

.current_activities .container {
  max-width: 1248px;
}

.current_activitiesTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.current_activitiesTitle h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  height: 32px;
  color: #eee;
}

.current_activities .swiper {
  overflow: visible;
}

.current_sliderActivities {
  padding: 56px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(10, 132, 255, 0.82);
  box-shadow: 0 4px 30px 0 rgba(10, 132, 255, 0.82);
  background-color: #000;
  border: 1px solid #0a84ff;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1000;
}

.currentActivities_tcInfos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.currentActivities_textWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 24px;
}

.current_sliderActivities .currentActivities_title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.currentActivities_prize {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
}

.current_sliderActivities .btn-primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  background-color: #0a84ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
}

.current_slider {
  padding: 56px;
  border-radius: 16px;
  background-color: #1c1c1e;
  border: 1px solid #4c4c4c;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.currentActivities_date {
  height: 34px;
  padding: 6px 16px;
  border-radius: 20px;
  line-height: 1.4;
  margin-bottom: 32px;
  color: #ddd;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.currentActivities_imageWrapper img {
  width: 200px;
  height: 200px;
}

.currentActivities_imageTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.current_slider .currentActivities_title {
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.currentActivities_desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
}

/* Fast trade Section */
.fast_trade {
  margin-top: 40px;
  text-align: center;
}

.fast_trade .container {
  max-width: 1248px;
}

.fast_trade .fast_tradeTitle {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
  margin-bottom: 0;
}

.fast_subTitle {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.4;
  color: #ddd;
  margin-bottom: 0;
}

.fast_trade .fast_trade_item {
  padding: 32px;
  text-align: left;
  background: rgba(28, 28, 30, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 16px;
}

.designed_boxSymbol {
  font-size: 64px;
  font-weight: 700;
  height: 70px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eee;
  margin-bottom: 0;
}

.designed_boxTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 24px;
  color: #eee;
}

.designed_desc {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;
  color: #8c8c8c;
  margin-bottom: 0;
}

.designed_imgWrapper {
  position: relative;
  margin-top: 40px;
}

.designed_imgWrapper img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 389px;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}

.fast_boxWrapper {
  margin-top: 366px;
}

/* Lost Chart */

.lowestCostChart_wrapper {
  margin-top: 100px;
  text-align: center;
}

.lowestCostChart_wrapper .container {
  max-width: 1248px;
}

.lowestCostChart_wrapper .lowestCostChart_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
}

.lowestCostChart_subTitle {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 40px;
}

.lowestCostChart_wrapper .nav {
  border-bottom: var(--border-table-custom);
}

.lowestCostChart_wrapper .nav-link {
  font-size: 16px !important;
  font-weight: 700;
  color: var(--text-gray-100);
  text-decoration: none;
  padding: 0 20px 12px;
}

.lowestCostChart_wrapper .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.chartHeader_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 398px 44px 248px 44px 222px 44px 1fr;
  grid-template-columns: 398px 248px 222px 1fr;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  margin-top: 44px;
}

.chartHeader_col {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.chartHeader_account .chartHeader_label,
.chartHeader_days .chartHeader_label,
.chartHeader_col .chartHeader_label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-wrap: nowrap;
}

.chartHeader_account {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.chartHeader_days {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.chartHeader_wrapper .btn-outline-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  color: #ddd;
  border: 1px solid #8c8c8c;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 4;
  grid-column: 4;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -ms-grid-column-align: center;
  justify-self: center;
  margin-top: 0;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.chartHeader_days .default_dropdown .dropdown-toggle,
.chartHeader_account .default_dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 100%;
  background-color: #1c1c1e;
  color: #fff;
  opacity: var(--opacilty-input);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px;
  border-radius: 4px;
  height: 50px;
}

.chartHeader_wrapper .all-dropdown .dropdown-menu,
.chartHeader_days .default_dropdown .dropdown-menu,
.chartHeader_account .default_dropdown .dropdown-menu {
  padding: 16px 4px;
  border-radius: 4px;
}

.chartHeader_wrapper .all-dropdown .dropdown-item,
.chartHeader_days .default_dropdown .dropdown-item,
.chartHeader_account .default_dropdown .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  min-height: 34px;
  padding: 8px 16px;
}

.chartHeader_days .default_dropdown,
.chartHeader_account .default_dropdown,
.chartHeader_col .all-dropdown {
  position: relative;
  width: 100%;
}

.chartHeader_col .all-dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 100%;
  background-color: #1c1c1e;
  color: #fff;
  opacity: var(--opacilty-input);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px;
  border-radius: 4px;
  height: 50px;
}

.chartHeader_col .all-dropdown .all-dropdown .dropdown-toggle img {
  width: 24px;
  height: 24px;
}

.chartHeader_col.default_dropdown .dropdown-item.active {
  background-color: transparent;
  color: #0a84ff;
}

.chartHeader_col .all-dropdown .dropdown-menu img {
  width: 24px;
  height: 24px;
}

.lowestCostChart {
  position: relative;
  padding: 20px 0;
  margin-top: 32px;
  background: #1c1c1e;
  border: 1px solid #333;
  border-radius: 12px;
}

.lowestCostChart_chartControllerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-inline: 20px;
  margin-bottom: 20px;
}

.labelSwitch_wrapper {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  font-weight: 400;
  background: #313136;
  border-radius: 9px;
}

.labelSwitch_label:last-child {
  background: #636366;
  width: calc(50% - 2px);
  height: 24px;
  margin-inline: 2px;
  border-radius: 7px;
}

.labelSwitch_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  width: 50%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}

.btn_feeChart {
  background: transparent;
  border: 0;
  font-size: 16px;
  line-height: 1.4;
  gap: 3px;
  color: #8c8c8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.lowestCostChart_chart {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

/* FAQ Section */

.faq-bg {
  margin-top: 100px;
  /* background: linear-gradient(180deg, #111, #323aff 300%); */
  padding-bottom: 150px;
}

.faq-bg .container {
  max-width: 1248px;
}

.faq_bgTitle {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
  text-align: center;
  margin-bottom: 40px;
}

.faq-bg .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(10%)
    saturate(7497%) hue-rotate(290deg) brightness(118%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7497%)
    hue-rotate(290deg) brightness(118%) contrast(96%);
}

.faq-bg .accordion-flush > .accordion-item:first-child {
  border-top: 1px solid #333;
}

.faq-bg .accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #333;
}

.faq-bg .accordion-item {
  border-top: 1px solid #333;
  border-bottom: 0;
  padding: 32px 24px;
}

.faq-bg .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.collapsible_numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #ddd;
  border: 1px solid #333;
  border-radius: 4px;
}

.collapsible_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding-right: 12px;
  color: #fff;
}

.faq-bg .accordion-body {
  padding: 0;
  margin-top: 20px;
  background-color: none;
}

.faq-bg .accordion-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #8c8c8c;
}

.faq-bg .accordion-body .text-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  height: 26px;
}

.faq_zendesk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}

.faq_zendesk .btn-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.faq .accordion-button {
  padding: 1.5rem 0;
  font-weight: 700;
  font-size: var(--text-md);
}

.faq .accordion-body {
  padding: 1.5rem 0;
  background-color: none;
}

/* Footer */

footer {
  padding: 40px 0;
  background-color: #1c1c1e;
}

footer .container {
  max-width: 1248px;
}

.icon_items_m {
  margin-top: 35px;
}

footer .icon_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

footer .icon_circle {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bg-gray-100);
  border-radius: 50%;
}

footer .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  height: 36px;
  line-height: 36px;
  color: #8c8c8c;
  margin-bottom: 0;
}

footer a {
  font-size: 14px;
  text-decoration: none;
  color: #ddd;
}

.sub-footer {
  margin-top: 32px;
}

.sub-footer p {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

/* Earn Page */

.earn_titile {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 80px;
  margin-bottom: 20px;
  color: #fff;
}

.launchpool .container,
.earn .container {
  max-width: 960px;
  padding-right: 0;
  padding-left: 0;
}

.swiper_nav {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cumulative {
  margin: 32px 0 56px 0;
}

.cumulative_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; /* Make the item take the full height */
}

.cumulative_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cumulative_header .cumulative_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #ddd;
}

.cumulative_header .price_price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #ddd;
}

.cumulative_header .price_currency {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #ddd;
}

.cumulative_today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 16px;
  margin-block: 20px 16px;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
}

.cumulative_today li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cumulative_today p {
  font-size: var(--text-sm);
  line-height: 1.4;
  color: #ddd;
  margin-bottom: 0;
}

.cumulative_today span {
  color: #8c8c8c;
}

.cumulative_date {
  background-color: #1c1c1e;
  border-radius: 8px;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; /* Align children to the bottom */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; /* Make this element take up the remaining space */
}

.cumulative_date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem;
}

.cumulative_date p {
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.cumulative_date small {
  font-size: var(--text-xxs);
  color: var(--text-gray);
}

.estimated {
  background: var(--bg-linear-gradient);
  padding: 2px;
  border-radius: 8px;
}

.estimated_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  padding: 1.25rem 2rem;
}

.estimated_item h1 {
  font-size: var(--text-md);
  font-weight: 700;
}

.estimated_current p {
  font-size: var(--text-md);
  font-weight: 700;
}

.estimated_current small {
  font-size: 10px;
  border: 1px solid var(--text-white);
  border-radius: var(--border-rounded-1);
  padding: 0.125rem 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  vertical-align: middle;
}

.deposit_usdt {
  background-color: #1c1c1e;
  padding: 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.deposit_usdt .deposit_apr {
  font-size: 18px;
  line-height: 1.4;
  color: #eee;
}

.deposit_usdt .deposit_percent {
  font-size: var(--text-md);
  color: var(--text-green);
  font-weight: 600;
}

.deposit_usdt .aprInfo_collapse {
  padding: 12px;
  margin: 8px 0;
  background-color: #111;
  border-radius: 4px;
}

.deposit_update {
  margin-bottom: 28px;
  text-align: end;
}

.aprInfo_collapse,
.extra_percent,
.aprInfo_collapse,
.base_percent {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ddd;
}

.deposit_usdt .aprInfo_collapse .deposit_extra,
.deposit_usdt .aprInfo_collapse .deposit_base {
  font-size: var(--text-xxs);
  color: #ddd;
}

.deposit_update p {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.deposit_usdt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deposit_usdt li:last-child {
  margin-top: 12px;
}

.earn_usdt_balance {
  border-top: var(--border);
  padding: 28px 0;
}

.earn_usdt_balance .title_usdt_balance {
  font-size: 18px;
  line-height: 1.4;
  color: #eee;
}

.earn_usdt_balance p {
  font-size: var(--text-md);
}

.deposit_usdt .btn-primary {
  background: var(--bg-white);
  width: 100%;
  padding: 12px 0;
  border: 0;
  font-weight: 700;
}

.deposit_usdt_btn {
  background: -o-linear-gradient(left, #0a84ff 32%, #4a0aff 112%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(32%, #0a84ff),
    color-stop(112%, #4a0aff)
  );
  background: linear-gradient(90deg, #0a84ff 32%, #4a0aff 112%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.earn_usdt_total {
  font-size: var(--text-sm);
  color: var(--text-gray-50);
}

.faq_earn {
  margin-bottom: 150px;
}

.faq_earn h1 {
  font-size: 24px;
  color: #eee;
  font-weight: 700;
  line-height: 1.1;
}

.faq_earn .accordion-item {
  background-color: #1c1c1e;
  border-radius: 8px;
  border: 0;
  padding: 24px;
  margin-bottom: 1rem;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.accordion-button:not(.collapsed) {
  color: var(--text-white);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 calc(-1 * 0) 0 var(--bs-accordion-border-color);
  box-shadow: inset 0 calc(-1 * 0) 0 var(--bs-accordion-border-color);
}

.faq_earn .accordion-button::after {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(20%)
    saturate(0%) hue-rotate(137deg) brightness(92%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(57%) sepia(20%) saturate(0%)
    hue-rotate(137deg) brightness(92%) contrast(95%);
}

.faq_earn .accordion-button {
  font-size: 16px !important;
  color: #eee;
  font-weight: 700;
  padding: 0;
}

.faq_earn .accordion-body {
  margin-top: 16px;
  padding: 0;
}

.faq_earn .accordion-body p {
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
}

/* Referral Page */

.referral {
  background: #000;
}

.referral .container {
  max-width: 1600px;
}

.referral_hero {
  background: #111111;
  padding: 1px 0;
}

.referral_hero .row {
  margin: 120px auto;
}

.referral_item h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  white-space: pre-line;
  margin-bottom: 32px;
}

.referral_item p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #ddd;
}

.referral_item .btn-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.progran_period {
  background: var(--bg-linear-gradient-program);
  padding: 2rem 0;
}

.progran_period span {
  font-size: var(--text-md);
  font-weight: 700;
}

.progran_period_item {
  border-right: var(--border-white);
  padding-right: 2rem;
}

.progran_period_item span {
  font-size: var(--text-md);
  font-weight: 700;
}

.it_works,
.double_up {
  margin: 120px auto;
  background-color: #000;
}

.it_works h1,
.double_up h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.it_works .section_description,
.double_up .section_description {
  font-size: 18px;
  line-height: 1.4;
  color: #ddd;
  margin-bottom: 80px;
}

.it_works img,
.double_up img {
  border-radius: 20px;
}

.it_works li {
  padding-bottom: 1rem;
  font-size: var(--text-sm);
  font-weight: 300;
}

.terms {
  margin: 120px auto;
}

.terms h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

.terms_item {
  padding: 80px;
  border-radius: 20px;
  background-color: #1c1c1e;
}

.terms_item p {
  font-size: 16;
  color: #ddd;
  margin-bottom: 16px;
}

.section_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background: -o-linear-gradient(top, #000, #0a84ff 282.17%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(282.17%, #0a84ff)
  );
  background: linear-gradient(180deg, #000, #0a84ff 282.17%);
  height: 400px;
}

.section_footer h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #fff;
}

.section_footer .button_wrapper {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  color: #fff;
  background-color: #0a84ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

/* About Us Page */

.about_us {
  padding: 100px 32px;
}

.about_us .container {
  max-width: 1194px;
}

.about_us h1 {
  font-size: var(--text-lg);
  margin-bottom: 1.5rem;
  color: var(--text-white);
}

.about_us p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-white);
  margin-bottom: 0;
}

.about_ecosystem {
  margin-top: 120px;
}

.about_ecosystem h1 {
  font-size: var(--text-lg);
  margin-bottom: 1.5rem;
  color: var(--text-white);
}

.about_ecosystem > .row {
  margin-top: 80px;
}

.about_us .about_item h1 {
  font-size: 24px;
  margin-bottom: 24px;
}

.about_img img {
  width: 324px;
}

.about_item h6 {
  font-size: var(--text-md);
  margin-bottom: 0.5rem;
  color: var(--text-white);
}

.about_margin {
  margin-top: 80px;
  margin-bottom: 24px;
}

/* Market Page */

.market {
  padding: 80px 0 150px;
}

.market .container {
  max-width: 1200px;
}

.market_title {
  padding-bottom: 42px;
}

.market_title h1 {
  font-size: var(--text-lg);
  color: var(--text-white);
  margin-bottom: 8px;
}

.market_title p {
  font-size: 16px;
  line-height: 1.4;
  color: #8c8c8c;
  margin-bottom: 0;
}

/* .discover {
  padding: 3rem 0;
} */

.favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: var(--min-h-400);
}

.favorites .marketTable_starIcon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.favorites h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #ddd;
}

.favorites p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #8c8c8c;
  text-align: center;
}

.favorites .btn-light {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  color: #000;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
}

.discover {
  width: 100%; /* Ensure the parent container is full width */
}

.discover .nav {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  overflow-y: auto;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* Include padding and border in the element's width and height */
  border-bottom: var(--border-table-custom);
}

/* Hide the scrollbar for Webkit browsers (Chrome, Safari) */
.discover .nav::-webkit-scrollbar {
  display: none;
}

/* Hide the scrollbar for IE, Edge */
.discover .nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.discover .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 20px 12px;
  color: #8c8c8c;
  white-space: nowrap;
}

.discover .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: #fff;
  font-weight: 700;
}

.discover_header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.discover_search {
  position: relative;
  height: 50px;
  width: 480px;
  color: #ddd;
  caret-color: #0a84ff;
  border: 1px solid #4c4c4c;
  padding: 0 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
}

.discover_search .form-control {
  border: 0;
  background-color: transparent;
}

.discover_search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.discover_search .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.discover_search .form-control::-moz-placeholder {
  color: #8c8c8c;
}

.discover_search .form-control:-ms-input-placeholder {
  color: #8c8c8c;
}

.discover_search .form-control::-ms-input-placeholder {
  color: #8c8c8c;
}

.discover_search .form-control::placeholder {
  color: #8c8c8c;
}

.frequently_trades .discover_tabContent,
.high_funding .discover_tabContent,
.high_volume .discover_tabContent,
.top_movers .discover_tabContent,
.new_listings .discover_tabContent,
.all_trading .discover_tabContent {
  font-size: var(--text-sm);
  line-height: 1.4;
  padding: 20px 0 18px;
  color: #ddd;
}

.frequently_trades .discover_tabContent span,
.high_funding .discover_tabContent span,
.high_volume .discover_tabContent span,
.top_movers .discover_tabContent span,
.new_listings .discover_tabContent span,
.all_trading .discover_tabContent span {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.frequently_trades th,
.high_funding th,
.high_volume th,
.top_movers th,
.new_listings th,
.all_trading th {
  padding: 16px 8px;
  border-bottom: 1px solid #252525;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
}

.frequently_trades th:first-child,
.high_funding th:first-child,
.high_volume th:first-child,
.top_movers th:first-child,
.new_listings th:first-child,
.all_trading th:first-child {
  padding-left: 16px;
}

.frequently_trades th:last-child,
.high_funding th:last-child,
.high_volume th:last-child,
.top_movers th:last-child,
.new_listings th:last-child,
.all_trading th:last-child {
  padding-right: 16px;
}

.tableHeader_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.tableHeader_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.button_tableWrapper {
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.button_tableWrapper .tableHeader_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
}

.tableHeader_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  line-height: 0;
  color: #8c8c8c;
}

.tableHeader_down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.frequently_trades .btn-outline-primary,
.all_trading .btn-outline-primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  height: 40px;
}

.frequently_trades .table_cell,
.all_trading .table_cell {
  padding: 16px 8px;
}

.frequently_trades .table_cell:first-child,
.all_trading .table_cell:first-child {
  padding-left: 16px;
}

.frequently_trades .table_cell:last-child,
.all_trading .table_cell:last-child {
  padding-right: 16px;
}

.frequently_trades .table_left,
.all_trading .table_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.frequently_trades .table_right,
.all_trading .table_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.frequently_trades .icons_wrapper,
.all_trading .icons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.frequently_trades .icons_label,
.all_trading .icons_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

.frequently_trades .icons_label .count_symbol,
.all_trading .icons_label .count_symbol {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
}

.frequently_trades .count_leverage,
.all_trading .count_leverage {
  font-size: 10px;
  line-height: 1.3;
  min-width: 30px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 2em;
  color: #ddd;
  border-color: #8c8c8c;
}

.frequently_trades small,
.all_trading small {
  font-size: 16px;
  line-height: 1.4;
  color: #8c8c8c;
}

.frequently_trades .total_volume,
.all_trading .total_volume {
  font-size: 16px;
  line-height: 1.4;
  color: #eee;
}

/* Assets Page */

.assets .container {
  max-width: 992px;
  margin: 80px auto auto;
}

.overview_overview {
  padding-bottom: 64px;
}

.assets .assets_title {
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-white);
}

.assets .assets_balance {
  font-size: 24px;
  font-weight: 600;
}

.assets_balance_small {
  font-size: 16px;
  color: var(--text-gray);
}

.assets .container {
  max-width: var(--max-w-700);
}

.assets .assets_list {
  border: var(--border-table-custom);
  border-radius: var(--border-rounded-1);
  padding: 1rem;
  margin-top: 1rem;
}

.assets .assets_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
}

.assets_list_title {
  font-size: var(--text-sm);
  color: #ddd;
}

.assets_withdraw {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.assets_withdraw_circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bg-blue);
}

.your_position {
  padding: 0 0 60px;
}

.your_position_title h1 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 4px;
  color: #fff;
}

.your_margined {
  font-size: 16px;
  margin-bottom: 0;
  color: #8c8c8c;
}

.your_funds {
  border: var(--border-table-custom);
  border-radius: var(--border-rounded-1);
  padding: 24px 16px;
  margin-top: 20px;
}

.your_funds_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.your_funds_items .funds_itemsTitle {
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
}

.your_funds_items .funds_itemsPrice {
  font-size: 16px;
  line-height: 1.4;
  color: #eee;
}

.tab_wrapper {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.tab_wrapper .nav {
  border-bottom: var(--border-table-custom);
}

.tab_wrapper .nav-item {
  width: 50%;
}

.tab_wrapper .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
  width: 100%;
  padding: 0 20px 12px;
}

.tab_wrapper .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.assets_positions_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 8px 0;
}

.assets_positions_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.assets_positions_img img {
  width: 24px;
  height: 24px;
}

.assets_positions_img span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
}

.assets_current {
  font-size: 16px;
  line-height: 1.4;
  color: #8c8c8c;
}

.positions_positionList li {
  margin-bottom: 16px;
}

.assets_positions {
  padding: 16px;
  background-color: #1c1c1e;
  border-radius: 8px;
}

.assets_positions_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
}

.assets_positions_item span:nth-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid var(--text-red);
  border-radius: 2em;
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  color: var(--text-red);
}

.assets_positions_item span:nth-child(3) {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2em;
  color: #ddd;
  border: 1px solid #8c8c8c;
}

.assets_positions_item p {
  font-size: 16px;
  color: var(--text-white);
  line-height: 1.4;
}

.assets_positions_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.assets_positions_btn .btn-outline-primary {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  max-width: 100%;
  padding: 0 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  color: #ddd;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
}

.percent_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.percent_wrapper .price_wrapper {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--text-red);
}

.percent_wrapper i {
  font-size: 16px;
  padding-bottom: 0.7rem;
}

.assets_positions_price small {
  font-size: 12px;
  line-height: 1.4;

  color: #8c8c8c;
}

.assets_positions_price p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #eee;
  padding-top: 4px;
  margin-bottom: 0;
}

.positions_moreInfo {
  padding-top: 12px;
}

.positions_moreInfo .g-2 {
  --bs-gutter-y: 12px;
  --bs-gutter-x: 12px;
}

.your_assets {
  padding-bottom: 60px;
}

.your_assetsTitle h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 4px;
  color: #fff;
}

.your_subTitle {
  font-size: 16px;
  color: #8c8c8c;
  margin-bottom: 0;
}

.your_assetOverview {
  margin-top: 20px;
}

.your_assetOverview li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding: 0 16px;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
}

.your_assetOverview p {
  font-size: 16px;
  font-weight: 600;
  color: #ddd;
}

.your_assetOverview span {
  color: #eee;
}

.your_assetOverview small {
  font-size: 14px;
  color: var(--text-gray);
}

.your_assetList {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.assetItem_assetItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #1c1c1e;
  border-radius: 8px;
  min-height: 74px;
  padding: 16px;
}

.assetItem_assetItem .btn-outline-primary {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 18px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #ddd;
  border-radius: 4px;
  margin-top: 8px;
}

.assets_items_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.assets_items_info img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.assets_items_info span {
  line-height: 1rem;
  font-weight: 700;
}

.assets_items_info .button_small {
  font-size: 12px;
  font-weight: 600;
  color: #8c8c8c;
}

.assets_items_info .button_ssmall {
  font-size: 10px;
  font-weight: 300;
}

.assets_items_info .coins_balance {
  font-size: 16px;
  color: #eee;
}

.deposit_modal {
  position: relative;
  height: 50px;
  width: 100%;
  color: #ddd;
  caret-color: #0a84ff;
  border: 1px solid #4c4c4c;
  padding: 0 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  margin-top: 24px;
}

.deposit_modal .form-control {
  border: 0;
  background-color: transparent;
}

.deposit_modal .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.deposit_modal .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.deposit_modal .form-control::-moz-placeholder {
  color: #8c8c8c;
}

.deposit_modal .form-control:-ms-input-placeholder {
  color: #8c8c8c;
}

.deposit_modal .form-control::-ms-input-placeholder {
  color: #8c8c8c;
}

.deposit_modal .form-control::placeholder {
  color: #8c8c8c;
}

.deposit_modal_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--min-h-400);
}

.modal_contentDeposit {
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  padding: 24px 32px 32px;
  overflow-y: scroll;
  height: 480px;
}

.selectAssetContent_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.selectAssetContent_wrapper .selectAssetContent_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #eee;
  text-align: initial;
  background-color: transparent;
  border: 0;
}

.selectAssetContent_wrapper .icons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.selectAssetContent_wrapper .icons_wrapper img {
  width: 24px;
  height: 24px;
}

.selectAssetContent_wrapper .icons_wrapper p {
  margin-bottom: 0;
}

.selectAssetContent_wrapper .icons_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
}

.selectAssetContent_wrapper .icons_sub {
  font-size: 12px;
  line-height: 1.4;
  color: #eee;
}

.selectAssetContent_wrapper .selectAssetContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.selectAssetContent_wrapper .selectAssetContent .price_wrapper:last-child {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.4;
}

.assets_pending {
  margin-top: 20px;
}

.assets_pending p {
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 16px;
  color: #eee;
  background-color: #1c1c1e;
  border-radius: 8px;
}

.price_pricef {
  color: #8c8c8c;
  line-height: 1.4;
  font-size: 14px;
}

/* Trading Page */

.trade {
  background: #0c0c0c;
}

.select_margin_position .form-select {
  padding-left: 0;
}

.select_margin_position .form-select option {
  color: var(--text-black);
}

.select_margin_position .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.market_trigger {
  /* background: var(--bg-gray-300); */
  padding: 0.6rem 0;
}

.market_trigger .nav {
  border-bottom: var(--border);
}

.market_trigger .nav-item {
  width: 50%;
}

.market_trigger .nav-link {
  font-size: 16px !important;
  font-weight: 600;
  /* color: var(--text--gray); */
  width: 100%;
  color: #8c8c8c;
}

.nav-link:focus,.nav-link:hover{
  color: #fff !important;
}

.market_trigger .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.market_form {
  padding: 20px 16px;
  min-height: var(--min-h-900);
}

.market_form .form-control {
  padding: 1rem;
}

.market_form small {
  font-size: var(--text-xs);
}

.market_form .btn-outline-secondary {
  /* border: var(--border-white); */
  /* background-color: var(--bg-black); */
  border-radius: 5px;
  border-color: #4c4c4c;
  background: transparent !important;
}

.quantit_form small {
  font-size: var(--text-xs);
  color: var(--text-gray);
  font-weight: 700;
}

.button_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.leverage .dropdown-menu {
  background-color: #1c1c1e;
  padding: 8px 0;
  border-radius: 4px;
  min-width: 82px;
  max-height: 220px;
  overflow-y: auto;
  border: 0;
}

.leverage .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  min-height: 34px;
  width: 100%;
  padding: 8px 16px;
  text-align: left;
  color: #fff;
}

.range_input {
  position: relative;
}

.range_slider_progress {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4px;
  top: calc(100% - 10px)
    /* Adjust this value to place it below the range slider */;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range_slider_progress::after {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--bg-gray-50);
  border-radius: var(--border-rounded-1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: -1;
}

.range_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  border-radius: var(--border-rounded-1);
  outline: none;
  position: relative; /* Ensure we can position pseudo-element relative to this */
  z-index: 1;
}

/* Para sa Firefox */

.range_slider::-moz-range-track {
  background: transparent;
  border-radius: var(--border-rounded-1);
}

.range_slider::-moz-range-progress {
  background: var(--bg-blue);
  border-radius: var(--border-rounded-1);
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.range_slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-blue);
  cursor: pointer;
  border: var(--border-rounded-1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Para sa Chrome, Safari, at Edge */

.leverage_progress_bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--bg-gray-50);
  border-radius: var(--border-rounded-1);
  top: calc(
    50% + 4px
  ); /* Adjust this value to place it below the range slider */
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-blue); /* Thumb background color */
  cursor: pointer;
  border: var(--border-rounded-1);
  position: relative; /* Ensure z-index works correctly */
  z-index: 1; /* Ensure thumb is above progress bar */
}

.range_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(
    (100% - 20px) * var(--progress)
  ); /* Adjust based on your progress */
  background-color: var(--bg-blue);
  border-radius: var(--border-rounded-1);
}

.trigger_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.trigger_btn span {
  background: var(--bg-gray-400);
  width: 25%;
  padding: 0.5rem 1rem;
  text-align: center;
  color: var(--text-gray);
  font-size: 16px !important;
  font-weight: 700;
  border-radius: var(--border-rounded);
  cursor: pointer;
}

.button_form small,
.button_form p {
  font-weight: 700;
}
.market_form .trading-progress-percent,
.market_form .trading-progress-number,
.market_form .trading-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.market_form .step {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--bg-gray-50);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bg-gray);
  z-index: 1;
}

.market_form .trading-progress-number span {
  font-size: var(--text-xxs);
  width: 1rem;
}

.trade_chart {
  height: 520px;
}

.trade_position {
  background: var(--bg-gray);
  padding: 1.5rem;
  min-height: 380px;
}

.trade_position .nav {
  border-bottom: var(--border);
}

.trade_position .nav-link {
  font-size: 16px !important;
  font-weight: 400;
  color: var(--text--gray);
}

.trade_position .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.trade_dropdown img {
  width: 20px;
  height: 20px;
}

.trade_dropdown small {
  font-size: var(--text-xxs);
}

.trade_dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;

  background: var(--bg-primary);
  opacity: var(--opacilty-input);
  border: none;
  color: #fff;
}

.trade_dropdown .dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.trade_dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.trade_dropdown .dropdown-item {
  font-size: 0.8rem; /* Adjust dropdown item font size if needed */
  padding: 0.5rem 1rem;
}

.trade_dropdown .dropdown-menu {
  min-width: 22rem;
  /* background: var(--bg-gray);

  background: rgba(22, 22, 22, 0.69); */
  background-color: #1c1c1e;
  border-radius: 16px;
  /* -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  height: var(--min-h-600);
  overflow-y: scroll;
  border-radius: 0;
  padding: 0.5rem 0.5rem;
}

.dropdown_seacrch {
  position: relative;
  padding: 0.8rem 0;
}

.dropdown_seacrch .form-control {
  font-size: 14px !important;
  background: transparent;
  padding: 0.47rem 0.5rem 0.47rem 2.5rem;
}

.dropdown_seacrch .form-control::-webkit-input-placeholder {
  color: var(--text-gray);
  font-weight: 300;
}

.dropdown_seacrch .form-control::-moz-placeholder {
  color: var(--text-gray);
  font-weight: 300;
}

.dropdown_seacrch .form-control:-ms-input-placeholder {
  color: var(--text-gray);
  font-weight: 300;
}

.dropdown_seacrch .form-control::-ms-input-placeholder {
  color: var(--text-gray);
  font-weight: 300;
}

.dropdown_seacrch .form-control::placeholder {
  color: var(--text-gray);
  font-weight: 300;
}

.dropdown_seacrch i {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--text-gray);
}

.dropdown_coin_item {
  padding: .6rem 0.2rem 0;
  border-bottom: var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.dropdown_coin_item .border_box {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-gray);
  padding: 2px 6px;
  height: 24px;
  border-radius: var(--border-rounded-2);
  border: var(--border-white);
}

/* History */

/* .history {
  margin-top: 80px;
} */

.history_position .container,
.history .container {
  width: 1194px;
}

.histort_title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 30px;
}

.history .history_nav {
  border-bottom: var(--border-table-custom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  overflow-y: auto;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* Include padding and border in the element's width and height */
}

/* Hide the scrollbar for Webkit browsers (Chrome, Safari) */
.history .history_nav::-webkit-scrollbar {
  display: none;
}

/* Hide the scrollbar for IE, Edge */
.history .history_nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.history_nav_item {
  padding-bottom: 12px;
}

.history .history_nav_link {
  font-size: var(--text-sm);
  font-weight: 700;
  color: #8c8c8c;
  text-decoration: none;
  padding: 0 20px 12px;
}

.history .history_nav_link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.history_position .btn-outline-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 16px !important;
  font-weight: 700;
  width: 138px;
  border-radius: 4px;
  padding: 12px 0;
}

.history_position .history_settled {
  font-size: 12px !important;
  color: #8c8c8c;
  margin-bottom: 0;
}

.history_position .table th,
.history_position .table td {
  padding: 16px 8px;
  border-bottom: 1px solid #252525;
  white-space: nowrap;
}

.history_position .table th:first-child,
.history_position .table td:first-child {
  padding-left: 16px;
}

.history_position .table th:last-child,
.history_position .table td:last-child {
  padding-right: 16px;
}

.history_position .table th {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #8c8c8c;
}

.history_position .table td {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #eee;
  padding: 4px 8px 3px 8px;
  height: 48px;
}

.history_position .table .table_left,
.history_position .table .tableHeader_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.history_position .table .table_right,
.history_position .table .tableHeader_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.history_position .table .table_center,
.history_position .table .tableHeader_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.history_position .btn-secondary {
  font-size: var(--text-sm);
  font-weight: 700;
}

.history_tbody {
  min-height: var(--min-h-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.history_tbody svg {
  color: var(--bg-gray-50);
}

.history_tbody span {
  font-size: 12px;
}

.history_position button {
  font-size: var(--text-sm);
  padding: 0.6rem 1.5rem;
  border-radius: var(--border-rounded);
  background: transparent;
  border: var(--border);
  font-weight: 700;
  width: 100%;
}

.history_position .btn-details {
  font-size: 12px;
  font-weight: 700;
  padding: 0.3rem 18px;
  color: #ddd;
  border: 1px solid #8c8c8c;
  white-space: nowrap;
  border-radius: 4px;
  margin-left: 16px;
}

.default_dropdown .dropdown-menu {
  width: 100%; /* Make the dropdown menu the same width as the button */
  min-width: unset; /* Override Bootstrap's default min-width */
  background-color: #1c1c1e;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 4px;
}

.highestPnl_highestPnlWrapper {
  width: 343px;
  padding-top: 12px;
}

.position_coin_heading {
  font-size: 12px;
  line-height: 1.4;
  color: #eee;
}

.history_position {
  padding-bottom: 150px;
}

.history_position_coin {
  position: relative;
  margin-top: 8px;
  background-image: -o-linear-gradient(bottom, #1c1c1e, #1c1c1e),
    -o-linear-gradient(286.81deg, #3d02e8 4.35%, #cb00ff 65.48%);
  background-image: linear-gradient(0deg, #1c1c1e, #1c1c1e),
    linear-gradient(163.19deg, #3d02e8 4.35%, #cb00ff 65.48%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 343px;
  overflow: hidden;
}

.history_position_bg {
  color: white;
  padding: 1rem;
  border-radius: var(--border-rounded-1);
  position: relative;
}

.history_position_coin .coin_flag {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 83px;
  height: 83px;
}

.history_position_bg h3 {
  font-size: 20px;
}

.history_position_bg img {
  width: 24px;
  height: 24px;
}

.history_position_bg .coin_name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
}

.history_position_bg .coin_status {
  border: var(--border-green);
  color: var(--text-green);
  font-size: var(--text-xxs);
  padding: 0.1rem 0.5rem;
  border-radius: var(--border-rounded-2);
}

.history_position_bg .coin_count {
  border: var(--border-solid-white);
  color: var(--text-white);
  font-size: var(--text-xxs);
  padding: 0.1rem 0.5rem;
  border-radius: var(--border-rounded-2);
}

.position_filterSection {
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0px 13px;
}

.position_condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  width: 343px;
}

.selectBox_wrapper {
  width: 100%;
  height: 50px;
}

.position_condition .all-dropdown .dropdown-toggle {
  background-color: #1c1c1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  padding: 12px;
}

.tb_coin_img {
  width: 25px;
  height: auto;
}

.tb_coin_name {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1.5;
}

.tb_coin_status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #34c759;
  border-radius: 2em;
  height: 24px;
  font-size: 12px;
  color: #34c759;
}

.tb_coin_count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #8c8c8c;
  border-radius: 2em;
  font-size: 12px;
  line-height: 1.5;
  min-width: 40px;
  height: 24px;
  color: #ddd;
}

.total_pl {
  color: #ff4141;
  line-height: 1.4;
  padding-right: 2px;
}

.radioButtons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  padding: 0px 10px;
}

.radioButtons_wrapper .btn-secondary {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  color: #8c8c8c;
  background-color: #1c1c1e;
  border: 1px solid #1c1c1e;
  border-radius: 4px;
  /* padding: 4px 24px; */
  padding: 5px 14px 4px 14px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}

.radioButtons_wrapper .btn-secondary.active {
  color: #eee;
}

.historyPage_filterSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.historyPage_filterSection svg {
  color: #fff;
}

/* Conversion */

.dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Firefox */
.dropdown-menu {
  scrollbar-width: thin;
}

.dropdown-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.default_dropdown .dropdown-toggle,
.all-dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 12px;
  font-size: 14px; /* Adjust font size for larger text */
  background-color: #1c1c1e;
  opacity: var(--opacilty-input);
  border: none;
}

.all-dropdown .dropdown-toggle {
  width: 280px;
}

.default_dropdown .dropdown-toggle {
  width: 224px;
}

.default_dropdown .dropdown-item,
.all-dropdown .dropdown-item {
  font-size: 14px; /* Adjust dropdown item font size if needed */
  padding: 8px 16px;
  text-align: left;
  font-weight: 700;
  color: var(--text-white);
}

.all-dropdown .dropdown-menu {
  width: 100%; /* Make the dropdown menu the same width as the button */
  min-width: unset; /* Override Bootstrap's default min-width */
  background-color: #1c1c1e;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none;
  max-height: 220px;
  overflow-y: scroll;
  border-radius: 4px;
}

.all-dropdown .dropdown-menu img {
  width: 24px;
  height: 24px;
}

.all-dropdown .dropdown-item.active {
  background-color: transparent !important;
  color: #0a84ff;
}

/* Sign In Page */

.signin_wrapper {
  max-width: 358px;
  margin: 0 auto;
}

.signin_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.signin_action .btn-primary {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
}

.signin_action .btn-light {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}

.signin_action .btn-secondary {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  background-color: #1c1c1e;
  border: solid #1c1c1e;
}

.signin_action .btn-secondary:hover {
  background-color: #3c4043;
  border: solid #3c4043;
}

.signin_action img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.signin_or {
  font-size: 12px;
  line-height: 1.4;
  margin-block: 24px;
  color: #8c8c8c;
  text-align: center;
}

.announcement {
  background: url("/assets/img/signin/notice-bg.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  color: #fff;
  padding: 120px 68px;
  min-height: max(953px, 100dvh - 60px - 350px);
}

.noticePolicies_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.noticePolicies_header h3 {
  font-size: 24px;
  font-weight: 600;
}

.noticePolicies_notice {
  margin-bottom: 70px;
}

.noticePolicies_notice .noticeItem_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.noticePolicies_notice .noticeItem_wrapper a {
  width: calc(100% - 72px);
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  text-decoration: none;
}

.noticeItem_timestamp {
  width: 72px;
  color: #8c8c8c;
  text-align: right;
}

.noticeItem_timestamp span {
  font-size: 12px;
}

/* Sign Up */

.signup_form {
  max-width: 358px;
  margin: 0 auto;
  padding: 120px 0;
}

.signup_form h1 {
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--text-white);
}

.formItem_wrapper {
  padding: 8px 0;
  margin-bottom: 8px;
}

.formItem_wrapper .login_label {
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
  padding-bottom: 8px;
}

.email_check {
  position: relative;
}

.email_check i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.forgot_password .form-control,
.signup_form .form-control {
  background-color: #111;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  height: 50px;
  padding: 0 12px;
}

.forgot_password .form-control:focus,
.signup_form .form-control:focus {
  border: 1px solid #4c4c4c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.forgot_password .form-control::-webkit-input-placeholder,
.signup_form .form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::-moz-placeholder,
.signup_form .form-control::-moz-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control:-ms-input-placeholder,
.signup_form .form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::-ms-input-placeholder,
.signup_form .form-control::-ms-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::-webkit-input-placeholder,
.signup_form .form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::-moz-placeholder,
.signup_form .form-control::-moz-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control:-ms-input-placeholder,
.signup_form .form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::-ms-input-placeholder,
.signup_form .form-control::-ms-input-placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_password .form-control::placeholder,
.signup_form .form-control::placeholder {
  font-size: 18px;
  color: #8c8c8c;
}

.forgot_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.forgot_btn .btn-secondary {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
  color: #8c8c8c;
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
}

.forgot_btn .btn-light {
  width: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 0;
}

.signup_form .forgot_wrapper {
  margin-top: 16px;
  text-align: center;
  height: 26px;
}

.signup_form .forgot_wrapper a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.signup_form .forgot_sub {
  margin-bottom: 24px;
}

.signup_form .forgot_sub p {
  font-size: 18px;
  margin-bottom: 0;
}

.password_container {
  position: relative;
}

.password_toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.passwordStatus_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 8px;
  padding: 8px 0;
}

.passwordStatus_wrapper li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4;
  height: 32px;
  padding: 6px 16px;
  color: #fff;
  white-space: nowrap;
  background-color: #4c4c4c;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.signUpForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.signUpForm .btn-secondary {
  color: #8c8c8c;
  background-color: #4c4c4c;
  border: 0;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  width: 100%;
}

.pass_req span {
  background-color: var(--bg-gray-50);
  border-radius: var(--border-rounded-1);
  padding: 0.2rem 0.6rem;
}

.forgot_password {
  position: relative;
  padding: 8px 0;
  margin-bottom: 8px;
}

.forgot_password i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.noticeFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.noticeFooter h1 {
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-white);
}

.noticeFooter p {
  font-size: 18px;
  margin-bottom: 2rem;
  color: var(--text-white);
}

.noticeFooter .btn-outline-primary {
  width: 240px;
  border-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  gap: 5px;
}

/* Account */

.account {
  min-height: calc(100vh - 60px - 350px);
  padding: 100px 32px;
}

.account .g-4 {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

.account_header {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account_header .account_title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-white);
}

.account .container {
  max-width: 1194px;
}

.last_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
}

.last_login span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 2em;
  font-size: 12px;
}

.last_login small {
  font-size: 14px;
  color: var(--text-gray);
}

.account_details {
  background-color: #252525;
  border-radius: 8px;
  height: 224px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 34px;
}

.account_details .account_detailsName {
  font-size: 18px;
}

.account_detailsStatus {
  font-weight: 700;
  line-height: 1.1;
  height: 26px;
  padding: 4px 6px 4px 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  border-radius: 10000px;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin-right: 12px;
  font-size: 14px;
}

.account_detailsStatus img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.account_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
  height: 224px;
  padding: 30px;
  border-radius: 8px;
}

.account_item h1 {
  font-size: 18px;
  font-weight: 400;
}

.account_item .btn-light {
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
}

.account_qr img {
  border-radius: var(--border-rounded);
}

.modal-content {
  background: #1c1c1e;
  border: 0;
}

.modal-body .form-control {
  padding: 0.8rem;
}

.modal_warning {
  background: var(--bg-red);
  padding: 1rem;
  border-radius: var(--border-rounded-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.modal_warning i {
  margin-top: 0.3rem;
}

.get_code,
.input_group {
  position: relative;
}

.get_code a {
  font-size: var(--text-xxs);
  margin-top: 0.2rem;
}

.get_code a,
.copy_button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: none;
}

.add_number small {
  font-size: var(--text-xxs);
}

.input-group .form-select {
  max-width: var(--max-w-100);
}

.form-select::-webkit-scrollbar {
  width: 10px;
}

/* Firefox */
.form-select {
  scrollbar-width: thin;
}

.change_nickname {
  position: relative;
}

.change_nickname i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 0.2rem;
  color: var(--bg-blue);
}

.change_nickname small {
  font-size: var(--text-xxs);
}

/* Trading Positions */

.adjust_margin .nav {
  border-bottom: var(--border-table-custom);
  margin-top: 20px;
}

.adjust_margin .nav-item {
  width: 50%;
}

.adjust_margin .nav-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-gray);
  width: 100%;
  padding: 0 20px 12px;
}

.adjust_margin .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.adjust_margin_add {
  padding-top: 24px;
}

.adjustMargin_symbolInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

.adjustMargin_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.adjustMargin_symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.adjustMargin_symbol img {
  width: 32px;
  height: 32px;
}

.adjustMargin_symbol span {
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.4;
}

.adjustMargin_symbol small {
  font-size: 14px;
  color: var(--text-gray);
}

.inputForm_wrapper .inputCoin_wrapper {
  padding: 12px 16px;
}

.inputCoin_wrapper .form-control {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-white);
}

.inputCoin_wrapper .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inputCoin_wrapper .form-control::-webkit-input-placeholder {
  color: var(--text-gray);
  font-size: 24px;
  font-weight: 600;
}

.inputCoin_wrapper .form-control::-moz-placeholder {
  color: var(--text-gray);
  font-size: 24px;
  font-weight: 600;
}

.inputCoin_wrapper .form-control:-ms-input-placeholder {
  color: var(--text-gray);
  font-size: 24px;
  font-weight: 600;
}

.inputCoin_wrapper .form-control::-ms-input-placeholder {
  color: var(--text-gray);
  font-size: 24px;
  font-weight: 600;
}

.inputCoin_wrapper .form-control::placeholder {
  color: var(--text-gray);
  font-size: 24px;
  font-weight: 600;
}

.adjust_current {
  background: #252525;
  padding: 12px;
  border-radius: 8px;
}

.adjust_current p {
  margin-bottom: 0;
  color: var(--text-white);
}

.adjust_up span {
  font-size: var(--text-xxs);
  font-weight: 300;
}

.adjust_up span:nth-child(1) {
  border: var(--border-green);
  color: var(--bg-green);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}

.adjust_up span:nth-child(2) {
  border: var(--border-solid-white);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}

.adjust_up .fa-arrow-trend-up {
  color: var(--text-green);
}


.adjust_up2 span {
  font-size: var(--text-xxs);
  font-weight: 300;
}

.adjust_up2 span:nth-child(1) {
  border: var(--border-green);
  color: var(--bg-green);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}

.adjust_up2 span:nth-child(2) {
  border: var(--border-solid-white);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}

.adjust_up2 .fa-arrow-trend-up {
  color: var(--text-green);
}

.adjust_down2 span {
  font-size: var(--text-xxs);
  font-weight: 300;
}

.adjust_down2 span:nth-child(1) {
  border: var(--border-red);
  color: var(--bg-red);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}

.adjust_down2 span:nth-child(2) {
  border: var(--border-solid-white);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
}



.profit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.adjust_btn {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.profit_btn a,
.adjust_btn a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 10px;
  background-color: #252525;
  color: #8c8c8c;
  height: 32px;
  border-radius: 4px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adjust_btn small {
  font-size: 10px;
  font-weight: 300;
}

.inputForm_desc {
  margin-top: 16px;
  padding: 12px;
  background-color: #252525;
  border-radius: 8px;
}

.inputForm_desc .inputForm_yellow {
  margin-bottom: 0;
  color: #ffb241;
  font-size: var(--text-sm);
}

.profit_header {
  padding: 0 1rem;
}

.profit_entry_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2px;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #252525;
  border-radius: 8px;
}

.profit_entry_price p {
  margin-bottom: 0;
}

.profit_entry_price small {
  font-size: 12px;
  color: var(--text-gray);
}

.annountments .breadcrumb-item {
  font-size: 13px;
}

.annountments_search {
  position: relative;
}

.annountments_search .form-control {
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  border-radius: var(--border-rounded-3);
}

.annountments_search i {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--text-gray-50);
}

.unrealized_header {
  padding: 5px 0 10px 0;
}

.unrealized_invite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 5px;
  color: #000;
  background-color: #fff;
}

.unrealized_body {
  background: var(--bg-black);
  position: relative;
  height: 245px;
  padding: 0 15px;
  overflow: hidden;
  background-color: #000;
}

.unrealized_body h1 {
  font-size: var(--text-2xl);
  color: var(--bg-green);
}

.unrealized_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.unrealized_btn a {
  width: 50%;
}

.unrealized_btn button {
  width: 50%;
  height: auto;
  font-size: 14px !important;
}

.d-flex.justify-content-between {
	align-items: center;   /* 让同行的所有元素垂直居中对齐 */
	padding: 8px 0;       /* 增加上下间距，让整体看起来更协调 */
}

/* 如果需要调整左侧内容和按钮之间的间距 */
.d-flex.justify-content-between > .d-flex {
  margin-right: 1rem;  /* 调整这个值来改变间距 */
}

.partial_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

.partial_range span {
  background-color: var(--bg-gray);
  font-size: var(--text-xxs);
}

.flip_long {
  background: var(--bg-gray-100);
  border-left: 5px solid var(--bg-green);
  border-radius: var(--border-rounded);
  padding: 1.3rem;
}

/* Announcements */

.announcements_update {
  padding: 1rem 0 3rem 0;
}

.announcements_update .article-list-item {
  padding: 15px 0;
}

.announcements_update li {
  padding: 1rem 0 2rem 0;
}

.promotion_rankings a,
.announcements_update a {
  text-decoration: none;
  color: var(--text-white);
  cursor: pointer;
}

.promotion_rankings a:hover,
.announcements_update a:hover {
  text-decoration: underline;
  color: var(--text-white);
}

.promotion_rankings {
  padding-bottom: 11rem;
}

.promotion_rankings a {
  font-weight: 300;
}

.promotion_rankings li {
  padding: 1.5rem 0;
}

/* Guide */

.guide {
  padding: 100px 32px 300px;
}

.guide_title {
  border-bottom: var(--border-table-custom);
  padding-bottom: 20px;
  color: var(--text-white);
}

.guide_title h1 {
  font-size: 32px;
}

.guide_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  text-align: left;
  background-color: #1c1c1e;
  border-radius: 8px;
  height: 74px;
}

.guide_btn span {
  font-size: 14px;
  font-weight: 700;
}

.guide_btn i {
  font-size: 12px;
}

.guide_list {
  margin: 32px 0;
}

.guide_list .g-lg-5 {
  --bs-gutter-y: 37px;
  --bs-gutter-x: 24px;
}

.guide_registration {
  padding: 100px 32px;
}

.guide_registrationTitle {
  margin-bottom: 32px;
}

.guide_registrationTitle h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #4c4c4c;
  color: var(--text-white);
}

.arrow_guide {
  margin-bottom: 24px;
}

.guide_registration .container {
  max-width: 1194px;
}

.guide_registration h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 64px 0 32px;
  color: #eee;
}

.guide_registration li {
  margin-bottom: 1rem;
  color: #ddd;
}

.guide_swaps li,
.guide_assets li,
.guide_registration_list li {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 0;
  color: #ddd;
}

.guide_registration a,
.guide_community a {
  color: var(--bg-blue);
}

.guide_swaps,
.guide_margin,
.guide_assets,
.guide_community,
.guide_profit_loss {
  padding: 100px 32px;
}

.guide_swaps .container,
.guide_margin .container,
.guide_assets .container,
.guide_community .container,
.guide_profit_loss .container {
  max-width: 1194px;
}

.guide_swaps h3,
.guide_margin h3,
.guide_assets h3,
.guide_community h3,
.guide_profit_loss h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 64px 0 32px;
  color: #eee;
}

.guide_registration p,
.guide_swaps p,
.guide_margin p,
.guide_assets p,
.guide_community p,
.guide_profit_loss p {
  color: #ddd;
}

.guide_assets .table-responsive,
.guide_swaps .table-responsive,
.guide_registration .table-responsive {
  border: var(--border-table-custom);
  border-radius: 8px;
}
.guide_assets .table,
.guide_swaps .table,
.guide_registration .table {
  border-style: hidden;
  margin-bottom: 0;
}

.guide_assets th {
  font-weight: 700;
}

.guide_assets .table-bordered th,
.guide_assets .table-bordered td,
.guide_swaps .table-bordered th,
.guide_swaps .table-bordered td,
.guide_registration .table-bordered th,
.guide_registration .table-bordered td {
  border: var(--border-table-custom);
  padding: 12px;
}

/* Contact Us */

.contact_us {
  padding: 3rem 0;
}

.contact_us .breadcrumb-item {
  font-size: 13px;
}

.contact_us_search {
  position: relative;
}

.contact_us_search .form-control {
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  border-radius: var(--border-rounded-3);
}

.contact_us_search i {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--text-gray-50);
}

.contact_us_form h1 {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact_us_form label {
  font-size: var(--text-sm);
  font-weight: 400;
  padding-bottom: 0.4rem;
}

.contact_us_form .form-select,
.contact_us_form .form-control {
  padding: 0.7rem;
}

.contact_us_form .form-select option {
  color: var(--text-black);
}

.contact_us_form .btn-primary {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9rem;
}

.border_file {
  border: var(--border-white);
  padding: 0.8rem;
  font-size: var(--text-xs);
}

.border_file:hover {
  display: none;
}

/* Support Referral */

.support_referral {
  padding: 3rem 0;
}

.support_referral .container {
  max-width: 960px;
}

.support_referral h1 {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: 2rem;
}

.support_body {
  margin: 32px 0 20px;
}

.referral_body {
  background: var(--bg-linear-gradient);
  padding: 2px;
  border-radius: 8px;
  height: 100%;
}

.referral_header {
  background: var(--bg-linear-gradient);
  text-align: center;
  height: 66px;
}

.referral_header .referral_header_title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-white);
}

.referral_header small {
  font-size: var(--text-sm);
  font-weight: 400;
}

.referral_overview {
  background: #111;
  padding: 18px 38px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: calc(100% - 66px);
}

.referral_invite {
  background: #111;
  padding: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: calc(100% - 66px);
}

.referral_totalReward {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1c1c1e;
  border-radius: 4px;
  margin-bottom: 24px;
}

.referral_totalReward .price_wrapper {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-white);
}

.referral_details span {
  font-size: 24px;
  font-weight: 600;
}

.referral_details .detailsCoin {
  font-size: 1rem;
  font-weight: 400;
}

.referral_invite_link {
  margin-bottom: 16px;
}

.referral_invite_link p {
  padding-bottom: 10px;
  font-weight: 600;
}

.referral_clipboard {
  background-color: #1c1c1e;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 52px;
  padding: 16px;
}

.referral_clipboard span {
  font-size: 14px;
}

.referral_guide {
  padding-left: 1rem;
  margin-bottom: 40px;
}

.referral_guide li {
  list-style: disc;
  font-size: 12px;
  color: var(--text-gray);
}

.referrals_history {
  padding: 3rem 0;
}

.referrals_history_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.referrals_history_title h1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
}

.referrals_history p {
  color: var(--text-gray);
}

.referrals_history small {
  font-weight: 600;
}

.referrals_history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1c1c1e;
  padding: 1rem;
}

.referrals_history_table {
  min-height: var(--min-h-400);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.referrals_history_table p {
  font-size: 12px;
  padding-top: 8px;
}

.referral_history_table .table {
  border-style: hidden;
}

.referral_history_table th {
  font-size: 14px;
  color: var(--text-gray);
  padding: 16px 8px;
}

.referral_history_table td {
  font-size: 16px;
  color: var(--text-white);
  padding: 16px 8px;
}

/* Proof of Reserves */

.proof_reserves .container {
  padding: 100px 32px;
}

.proof_title {
  margin-bottom: 32px;
}

.proof_reserves .proof_title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
  border-bottom: 1px solid #4c4c4c;
  color: var(--text-white);
}

.proof_reserves .proof_reserves_audit {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
}

.proof_reserves_audit_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.proof_reserves_dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px; /* Adjust the width as needed */
  padding: 0.8rem; /* Adjust padding for larger button */
  font-size: 1rem; /* Adjust font size for larger text */
  background-color: #1c1c1e;
  font-weight: 700;
  opacity: var(--opacilty-input);
  border: 0;
  border-radius: var(--border-rounded);
}

.proof_reserves_dropdown .dropdown-item {
  font-size: 1rem; /* Adjust dropdown item font size if needed */
  padding: 0.5rem 1rem;
  font-weight: 700;
}

.proof_reserves_dropdown .dropdown-menu {
  width: 100%; /* Make the dropdown menu the same width as the button */
  min-width: unset; /* Override Bootstrap's default min-width */
  background-color: #1c1c1e;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-y: scroll;
}

.proof_reserves_item {
  padding: 20px 16px;
  background-color: #1c1c1e;
  border-radius: 8px;
  min-height: 224px;
}

.proof_reserves_item small {
  font-size: var(--text-xs);
  color: var(--text-gray);
  font-weight: 300;
}

.proof_reserves_item p {
  font-size: var(--text-md);
  font-weight: 400;
}

.proofOfReserves_symbolTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 6px;
}

.proofOfReserves_symbolTitle h1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0;
  line-height: 1;
}

.proofOfReserves_symbolTitle span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #4c4c4c;
}

.proofOfReserves_symbolTitle img {
  width: 32px;
  height: 32px;
}

.proof_reserves_percent {
  margin-bottom: 12px;
}

.proof_reserves_percent h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.proof_customerBalance small {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 2px;
  color: #8c8c8c;
}

.proof_customerBalance li:first-child {
  border-bottom: 1px solid #333;
  padding: 8px 0;
}

.proof_customerBalance p {
  font-size: 16px;
}

.table_proof {
  margin-top: 46px;
}

.table_proofTitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 24px;
}

.table_proof img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.table_proof .table th,
.table_proof .table td {
  padding: 16px 8px;
  border-bottom: 1px solid #252525;
}

.table_proof .table th:first-child,
.table_proof .table td:first-child {
  padding-left: 16px;
}

.table_proof .table th:last-child,
.table_proof .table td:last-child {
  padding-right: 16px;
}

.table_proof .table th {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #8c8c8c;
}

.table_proof .table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #eee;
}

.table_proof .table .table_left,
.table_proof .table .tableHeader_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.table_proof .table .table_right,
.table_proof .table .tableHeader_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.footer_PoR {
  margin-top: 120px;
}

.footer_PoR h1 {
  font-size: 2rem;
  margin-bottom: 24px;
  color: var(--text-white);
}

.footer_PoR p {
  color: #8c8c8c;
}

/* Contracts Section */

.contracts .container {
  padding: 100px 32px;
  max-width: 1194px;
}

.contracts .row {
  --bs-gutter-x: 124px;
}

.contracts_headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4c4c4c;
  flex-wrap: wrap;
}

.contracts_headers h1 {
  font-size: 32px;
  font-weight: 700;
  color: #eee;
}

.contracts_search {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  color: #ddd;
  background-color: transparent;
  border: 1px solid #4c4c4c;
  padding: 0 16px;
  height: 50px;
  width: 46%;
}

.contracts_search .form-control {
  height: 100%;
  padding: 4px 12px;
  font-size: 16px;
  border: 0;
}

.contracts_search .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}

.contracts_search .form-control::-moz-placeholder {
  color: #8c8c8c;
}

.contracts_search .form-control:-ms-input-placeholder {
  color: #8c8c8c;
}

.contracts_search .form-control::-ms-input-placeholder {
  color: #8c8c8c;
}

.contracts_search .form-control::placeholder {
  color: #8c8c8c;
}

.contracts_item {
  padding-bottom: 32px;
}

.contracts_item {
  font-size: 12px;
  color: #ddd;
}

.contracts_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--text-white);
}

.contracts_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem;
}

.contracts_img img {
  width: 32px;
  height: 32px;
}

.contracts_img p {
  color: #ddd;
  font-size: 16px;
}

.contracts_img svg {
  color: #fff;
}

.contracts_border {
  border: 1px solid #8c8c8c;
  border-radius: 2em;
  font-size: 10px;
  padding: 2px 8px;
  height: 22px;
}

.contracts_border span {
  font-size: var(--text-xxs);
  line-height: 0;
}

.contracts_preadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.contracts_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: var(--border-white);
}

.contracts_title img {
  width: 40px;
  height: auto;
}

.border_perp {
  border: var(--border-white);
  padding: 0.1rem 0.7rem;
  border-radius: var(--border-rounded-2);
  font-size: 0.8rem;
}

.contracts_items {
  background: var(--bg-gray-100);
  padding: 1rem 2rem;
  border-radius: var(--border-rounded-1);
  margin-top: 2rem;
}

.contracts_track {
  padding: 0 2rem;
}

.contracts_track small {
  font-weight: 700;
}

.contracts_track p {
  font-weight: 400;
}

.contracts_charts,
.contracts_index,
.contracts_specification,
.contracts_overview {
  padding-top: 3rem;
}

.contracts_overview_content {
  background: var(--bg-gray-100);
  padding: 1rem 2rem;
  border-radius: var(--border-rounded-1);
  margin-top: 2rem;
  text-align: center;
}

.contracts_overview_content h1 {
  margin-bottom: 0;
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--bg-white);
}

.contracts_overview_content p {
  margin-bottom: 0;
  color: var(--bg-gray-50);
}

.contracts_specification th {
  font-weight: 700;
  font-size: var(--text-md);
}

.contracts_specification td {
  padding: 0.9rem 0.5rem;
}

/* Policies & Terms */

.policiesNav {
  padding: 100px 32px;
}

.policiesNav .container {
  max-width: 1194px;
}

.policies_title {
  padding-bottom: 20px;
  margin: 32px 0;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 1px solid #4c4c4c;
}

.policies_title h1 {
  font-size: 32px;
  color: #eee;
  font-weight: 700;
  margin-bottom: 0;
}

.policies h3 {
  font-size: 24px;
  margin: 64px 0 32px;
  font-weight: 700;
  color: #eee;
}

.policies li {
  list-style: disc;
  margin-left: 1rem;
  padding-bottom: 0.6rem;
}

.policies p {
  margin-bottom: 16px;
  color: #ddd;
}

.policies_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: var(--border-table-custom);
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.policies_nav_item {
  padding: 12px 0;
}

.policies_nav_link {
  text-decoration: none;
  color: var(--text-gray-50);
  padding: 12px 20px;
  font-weight: 600;
}

.policies_nav_link.active {
  color: var(--text-white);
  border-bottom: 2px solid var(--bg-white);
  padding: 0 20px 12px 20px;
}

/* FAQ Section */

.faq {
  padding: 3rem 0;
}

.promotions .breadcrumb-item,
.faq .breadcrumb-item {
  font-size: 13px;
}

.faq li {
  padding: 1rem 0;
}

.faq a {
  text-decoration: none;
  color: var(--text-white);
}

.faq a:hover {
  text-decoration: underline;
  color: var(--text-white);
}

/* User Status */

.user_status {
  padding: 3rem 0;
}

.user_status .user_title {
  font-weight: 700;
  color: var(--text-white);
}

.user_basic {
  background: var(--bg-gray-100);
  padding: 0.4rem 0.5rem;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.user_basic img {
  width: 30px;
  height: auto;
}

.user_basic span {
  font-weight: 700;
  font-size: var(--text-lg);
  color: var(--text-white);
  line-height: 0;
}

.user_vip {
  background: var(--bg-gray);
  border-radius: var(--border-rounded-1);
  padding: 1.5rem;
  margin-top: 2rem;
}

.vip_benefits {
  padding: 3rem 0;
}

.vip_benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  margin: 2rem 0;
  background: var(--bg-gray);
  border-radius: var(--border-rounded-1);
  padding: 1.5rem;
}

.vip_benefits_item .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-gray-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vip_benefits_desc h1 {
  font-weight: 700;
  font-size: var(--text-lg);
  color: var(--text-white);
}

.user_kyc {
  padding: 3rem 0;
}

.user_kyc_faq {
  background: var(--bg-gray);
  border-radius: var(--border-rounded-1);
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.user_unclocked {
  padding: 1rem 0;
}

.user_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.user_level li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* flex-direction: column; */
  gap: 5rem;
}

.user_level li .user_level_title {
  font-weight: 700;
  font-size: var(--text-sm);
  color: var(--text-white);
  margin-bottom: 0;
  background: var(--bg-gray-100);
  width: var(--max-w-200);
  border-radius: var(--border-rounded-2);
  text-align: center;
  padding: 0.8rem 1rem;
  position: relative;
}

.user_level_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background-color: var(--bg-gray);
  padding: 2rem;
  min-height: var(--min-h-100);
  border-radius: var(--border-rounded-1);
}

/* Launchpool */

.launchpool {
  padding-bottom: 150px;
}

.launchpool_title {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 20px;
  color: var(--text-white);
}

.stake_currencyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #fff;
  margin-top: 30px;
}

.stake_currencyInfo .btn-primary {
  font-size: 14px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 20px;
}

.stake_currencyInfo .btn-secondary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 20px;
  color: #8c8c8c;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  cursor: not-allowed;
}

.stake_currencyInfo h1 {
  font-size: 20px;
  font-weight: 700;
}

.stake_currencyInfo small {
  font-size: 12px;
  color: #eee;
}

.stake_currencyInfo img {
  width: 32px;
  height: 32px;
}

.launchpool_info {
  padding: 12px 16px 16px;
  background-color: #1c1c1e;
  border-radius: 8px;
}

.launchpool_info_list {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #252525;
}

.launchpool_info_lists li,
.launchpool_info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 8px;
  color: #8c8c8c;
}

.launchpool_info_lists li:nth-child(1),
.launchpool_info_list li:nth-child(1) {
  padding-top: 0;
}

.launchpool_info_list li:nth-child(1) .text-muted {
  color: #8c8c8c;
}

.launchpool_info_list li:nth-child(3) .text-muted {
  color: #8c8c8c;
  margin-top: 4px;
}

.launchpool_info_list li:nth-child(4) p {
  font-size: 20px;
}

.status_ongoing {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #34c759;
}

.status_close {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #8c8c8c;
}

.stake_directionn {
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #4c4c4c;
}

.trading_multiplier {
  padding: 8px 12px;
  /* background-image: linear-gradient(#1c1c1e, #1c1c1e),
    linear-gradient(#0a84ff, #3d02e8);
  background-clip: padding-box, border-box;
  background-origin: border-box; */
  border: 1px solid #4c4c4c;
  border-radius: 8px;
}

.tradingMultipliers_heading {
  font-size: var(--text-sm);
  font-weight: 700;
  margin-bottom: 8px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.trading_multiplier li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tradingMultipliers {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #252525;
}

.tradingMultipliers_title {
  font-size: 14px;
  font-weight: 700;
  /* color: var(--text-white); */
  color: #8c8c8c;
}

.tradingMultipliers_text {
  font-size: 14px;
  font-weight: 700;
  /* color: var(--text-white); */
  color: #8c8c8c;
  padding-top: 8px;
}

.tradingMultipliers_description {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #8c8c8c;
  text-align: left;
}

.tradingMultipliers_list li:first-child {
  padding-top: 0;
}

.tradingMultipliers_list li {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 8px;
}

.tradingMultipliers_list a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: #8c8c8c;
}

.stake_convertInfo {
  text-align: center;
}

.stake_convertDesc {
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0;
  color: #fff;
}

.stake_convertInfo .btn-light {
  width: 320px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  background-color: #fff;
  padding: 0 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.stake_totalRewardInfo {
  text-align: center;
}

.stake_unstake {
  text-align: end;
}

.stake_unstake a {
  color: #4c4c4c;
  height: 24px;
  margin-top: 8px;
  font-weight: 700;
}

.stake_cardWrapper {
  margin-top: 40px;
}

/* General FAQ */

.general_faq {
  margin-top: 30px;
}

.general_faq .article-list-item {
  padding: 0.9rem 0;
}

.range-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
}

/* Range Slider */

.slider-container {
  position: relative;
}

.rangeSlider {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 10px;
  background: transparent;
  outline: none;
  position: absolute;
  top: -2px;
  z-index: 2;
}

.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #007aff;
  cursor: pointer;
  border-radius: 50%;
}

.rangeSlider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #007aff;
  cursor: pointer;
  border-radius: 50%;
}

.slider-progress {
  position: relative;
  width: calc(100% - 15px); /* Account for padding */
  height: 5px;
  background-color: var(--bg-gray-500);
  border-radius: 5px;
  /* margin-top: 30px; */
  margin-left: 10px; /* Account for left padding */
}

.progress-bar {
  position: absolute;
  height: 100%;
  background-color: #007aff;
  width: 0;
  border-radius: 5px;
}

.progress-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: -2px;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: #000000;
  border: 1px solid var(--bg-gray-500);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-labels {
  position: absolute;
  width: 100%;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress-labels span {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #8c8c8c;
}

/* Adjust circle positions */
.progress-circles .circle:nth-child(1),
.progress-labels span:nth-child(1) {
  left: 0%; /* Adjust first circle */
}

.progress-circles .circle:nth-child(2),
.progress-labels span:nth-child(2) {
  left: 25%;
}

.progress-circles .circle:nth-child(3),
.progress-labels span:nth-child(3) {
  left: 50%;
}

.progress-circles .circle:nth-child(4),
.progress-labels span:nth-child(4) {
  left: 75%;
}

.progress-circles .circle:nth-child(5),
.progress-labels span:nth-child(5) {
  left: 100%; /* Adjust last circle */
}

.circle.active {
  background-color: #4c4c4c;
  border: 1px solid #007aff;
}

/* Leverage */

.leverage {
  padding-bottom: 16px;
}

.leverage-item {
  padding-bottom: 16px;
}

.leverage-value {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.leverage-slider {
  position: relative;
}

.leverage-range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 10px;
  background: transparent;
  outline: none;
  position: absolute;
  top: -2px;
  z-index: 2;
}

.leverage-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #007aff;
  cursor: pointer;
  border-radius: 50%;
}

.leverage-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #007aff;
  cursor: pointer;
  border-radius: 50%;
}

.leverage-progress {
  position: relative;
  width: calc(100% - 15px);
  height: 5px;
  background-color: var(--bg-gray-500);
  border-radius: 5px;
  /* margin-top: 30px; */
  margin-left: 10px;
}

.leverage-bar {
  position: absolute;
  height: 100%;
  background-color: #007aff;
  width: 0;
  border-radius: 5px;
}

.leverage-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: -2px;
}

.leverage-circle {
  width: 8px;
  height: 8px;
  background-color: #000000;
  border: 1px solid var(--bg-gray-500);
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.leverage-labels {
  position: absolute;
  width: 100%;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leverage-labels span {
  position: absolute;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #8c8c8c;
}

/* Adjust circle positions */
.leverage-circles .leverage-circle:nth-child(1),
.leverage-labels span:nth-child(1) {
  left: 0%;
}

.leverage-circles .leverage-circle:nth-child(2),
.leverage-labels span:nth-child(2) {
  left: 20%;
}

.leverage-circles .leverage-circle:nth-child(3),
.leverage-labels span:nth-child(3) {
  left: 40%;
}

.leverage-circles .leverage-circle:nth-child(4),
.leverage-labels span:nth-child(4) {
  left: 60%;
}

.leverage-circles .leverage-circle:nth-child(5),
.leverage-labels span:nth-child(5) {
  left: 80%;
}

.leverage-circles .leverage-circle:nth-child(6),
.leverage-labels span:nth-child(6) {
  left: 100%;
}

.leverage-circle.active {
  background-color: #4c4c4c;
  border: 1px solid #007aff;
}

/* Trading View */

.tradePage_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 62px 10px 560px 10px 1fr;
  grid-template-rows: 62px 568px 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 310px 10px 330px;
  grid-template-columns: 1fr 1fr 310px 330px;
  grid-gap: 5px;
  padding: 5px;
  background-color: #000000;
}

/* Mobile Tab */
.tradePage_mobile_tab {
  display: none;
}

/* Styling for symbol info */

.tradePage_symbolInfo {
  background: var(--bg-gray-300);
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  border-radius: 8px;
}

.headerInfo_wrapper {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.tradePage_symbolInfo .header_trade_items {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.header_trade_items .trade_view {
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-right: 32px;
}

.header_trade_items .trade_file {
  color: #8c8c8c;
}

.trade_star,
.header_trade_items .trade_file {
  padding: 0.25rem;
  background-color: var(--bg-gray-500);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_trade_items .trade_view_price h1 {
  font-size: 18px;
  font-weight: 700;
}

.headertrade_Items {
  position: relative;
  overflow: hidden;
}

.headertrade_subItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-wrap: nowrap;
  overflow-x: auto;
  gap: 1.3rem;
}

/* Hide the scrollbar */
.headertrade_subItems::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
.headertrade_subItems {
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.headertrade_subItems .trade_pair {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
  color: #8c8c8c;
}

.headertrade_subItems .trade_price {
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
  margin-bottom: 0;
}

.header_trade_btc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

/* Styling for chart */
.tradingPage_chart {
  background: transparent;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

/* Styling for position */
.tradingPage_position {
  background: var(--bg-gray-300);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 3;
  grid-row: 3;
  border-radius: 8px;
}

.tradingPage_position .tradingPage_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px 0 16px;
  border-bottom: 1px solid var(--bg-gray-500);
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tradingPage_position h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #eee;
}

.tradingPage_position .nav {
  gap: 20px;
  flex-wrap: nowrap;
}

.tradingPage_position .nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  color: #8c8c8c;
  border-radius: 4px;
  padding: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  text-wrap: nowrap;
}

.tradingPage_position .open_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--arimo), monospace !important;
  font-size: 12px;
  line-height: 1.4;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background-color: #333;
  border-radius: 10px;
}

.tradingPage_position .nav-link.active {
  color: #eee;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}

.tradingPage_position .btn-outline-primary {
  font-size: var(--text-xxs);
}

.position_newButton {
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding-bottom: 12px; */
}

.position_newButton .form-check .form-check-input {
  border-radius: 0;
  border: 1px solid rgba(140, 140, 140, 0.5);
  width: 15px;
  height: 15px;
  margin-top: 6px;
}

.position_newButton .form-check .form-check-input:focus {
  box-shadow: none;
}

.position_newButton label {
  font-size: 14px;
  line-height: 1.4;
  color: #8c8c8c;
  white-space: nowrap;
}

.position_newButton .btn-secondary {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 6px 12px;
  height: 30px;
  border-radius: 4px;
}

.position_newButton .btn-primary {
  font-size: 12px;
  font-weight: 4600;
  line-height: 1.4;
  padding: 6px 12px;
  height: 30px;
  border-radius: 4px;
  white-space: nowrap;
}

.trading_positions {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 12px;
}

.table-wrapper {
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #8c8c8c transparent;
}

.table-wrapper table {
  position: relative;
  width: 100%;
}

.table-wrapper thead th {
  position: sticky;
  top: 0;
  background: var(--bg-gray-300);
  z-index: 1;
}

.trading_positions img {
  width: 18px;
  height: 18px;
}

.history_position img {
  width: 18px;
  height: 18px;
}

.trading_positions .table th {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #8c8c8c;
  padding: 8px;
  letter-spacing: 0.02em;
  text-wrap: nowrap;
}

.trading_positions .table td {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #eee;
  padding: 4px 8px 3px 8px;
  height: 48px;
  text-wrap: nowrap;
  border-bottom: 1px solid #252525;
}

.trading_positions .table .table_left,
.trading_positions .table .tableHeader_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.trading_positions .table .table_right,
.trading_positions .table .tableHeader_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.trading_positions th:first-child,
.trading_positions td:first-child {
  padding-left: 16px;
}

.trading_positions th:last-child,
.trading_positions td:last-child {
  position: sticky;
  /*right: 0;*/ /* 2024-08-06 edit */
  padding-right: 16px;
  background-color: #111;
}

.trading_positions .symbol_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

.trading_positions .positionTable_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.positionTable_noData {
  line-height: 1.4;
  padding: 20px 16px;
  color: #eee;
  background-color: #1c1c1e;
  border-radius: 8px;
  margin-bottom: 0;
  margin-top: 12px;
}

.trading_positions .fa-share-nodes {
  font-size: 14px;
}

.trading_positions .btn-outline-primary {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 8px;
  height: 28px;
  color: #ddd;
  border: 1px solid #8c8c8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.trading_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.trading_side .fa-arrow-trend-up {
  font-size: var(--text-xxxs);
  border: var(--border-green);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
  color: var(--text-green);
}

.trading_side .btn-outline-primary {
  font-size: var(--text-xxs);
}

.trading_side .fa-arrow-trend-down {
  font-size: var(--text-xxxs);
  border: var(--border-red);
  border-radius: var(--border-rounded-2);
  padding: 0.3rem 0.5rem;
  color: var(--text-red);
}

.trading_side span {
  font-size: var(--text-xxxs);
  color: #ddd;
  border: 1px solid #8c8c8c;
  border-radius: var(--border-rounded-2);
  padding: 0.2rem 0.4rem;
  line-height: 1.2;
}

/* Styling for order book */

.tradingPage_orderBook {
  position: relative;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2; /* Aligning with tradingPage_chart */
  border-radius: 8px;
  background: var(--bg-gray-300);
}

.tradingPage_orderTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #eee;
  margin-bottom: 0;
  padding: 0.9rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: var(--border-table-custom);
}

.tradingPage_orderTable {
  padding: 0 0.938rem;
}

.tradingPage_orderTable .tprice_list {
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tradingPage_orderTable .tprice_list th {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #8c8c8c;
  text-align: center;
  padding: 0;
}

.tradingPage_orderTable td {
  font-family: "Roboto", sans-serif;
  font-size: 12.4px;
  font-weight: bold;
  line-height: 0;
  color: #eee;
  text-align: center;
  height: 1.65rem;
}

.tradingPage_orderTable .tprice_down,
.tradingPage_orderTable .tprice_up {
  background-color: #1c1c1e;
  border-radius: 4px;
  padding: 0.313rem 0;
}

.tprice_up .table,
.tprice_down .table {
  border-collapse: separate;
  border-spacing: 5px 3px;
}

.tradingPage_orderTable .hoga_center_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tradingPage_orderTable .hoga_center_line span {
  padding: 0 0.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-red);
}

.hoga_qty_down {
  position: relative;
  padding: 0;
}

.blink-increase-sell {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 1.65rem;
  background: rgba(244, 67, 54, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blink-increase-buy {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  height: 1.65rem;
  background: rgba(52, 199, 89, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blink-background-bid {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0;
  display: block;
}

.hoga_graph_up,
.hoga_graph_down {
  position: relative;
}

.hoga_graph_up .hoga_guage {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5%;
  width: 95%;
  height: 1.65rem;
  text-align: right;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: rgba(52, 199, 89, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hoga_graph_down .hoga_guage {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5%;
  width: 95%;
  height: 1.65rem;
  text-align: right;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: rgba(244, 67, 54, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.down_price,
.up_price {
  position: relative;
  z-index: 100;
  color: #eee;
  z-index: 10;
}

/* Live Progressbar */

.line_priceResult {
  padding: 0 1rem;
  margin-top: 0.5rem;
}

.price-result-sell {
  position: relative;
  background-color: var(--bg-green);
  display: block;
  text-align: left;
  padding-left: 2%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}

.price-result-sell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 0;
  border-top: 100% solid transparent; /* Match the height of the parent */
  border-left: 10px solid transparent; /* Width of the triangle */
  border-bottom: 30px solid var(--bg-red); /* To ensure no extra space */
  box-sizing: border-box;
}

.price-result-buy {
  background-color: var(--bg-red);
  display: block;
  text-align: right;
  padding-right: 2%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  overflow: hidden;
}

.price_resultType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3px;
}

.price_resultType p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: bold;
}

/* Styling for order form */
.tradingPage_orderForm {
  background: var(--bg-gray-300);
  position: relative;

  -ms-grid-column: 4;

  grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
  border-radius: 8px;
}

.tradingPage_orderForm .nav {
  margin-top: 20px;
  border-bottom: var(--border-table-custom);
}

.tradingPage_orderForm .nav-item {
  width: 50%;
}

.tradingPage_orderForm .nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  font-weight: 700;
  color: #8c8c8c;
  width: 100%;
  padding: 0 20px 12px;
}

.tradingPage_orderForm .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.tradingPage_footer {
  display: none;
}

/* Market Tab  */

.marketTab {
  padding: 20px 16px;
}

.marketTab .market_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0 8px;
  position: relative;
}

.marketTab .market_label label {
  line-height: 1.1;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-white);
}

.marketTab .market_label span {
  font-size: 12px;
  color: var(--text-gray);
}

.marketTab .market_label .btn_margin {
  font-size: var(--text-sm);
  font-weight: 700;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.marketTab .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "\f107"; /* Note the backslash before the Unicode character */
  font-family: "Font Awesome 6 Free";
  font-weight: 700; /* Ensure this matches the weight of the icon set you're using */
  font-size: 16px;
  border: 0;
}

.marketTab .market_label .btn {
  outline: 0;
  border: 0;
}

.market_label .dropdown-menu {
  background: #1c1c1e;
  border-radius: 4px;
  border: 0;
}

.market_label .dropdown-item {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-white);
  padding: 8px 16px;
}

.marketTab .market_input {
  padding-bottom: 1rem;
}

.marketTab .market_input .form-control {
  background: transparent;
  height: 48px;
  font-size: var(--text-sm);
  padding: 4px 12px;
  border-radius: 5px;
  border-color: #4c4c4c;
}

.marketTab .market_input .form-control:disabled {
  background-color: rgba(76, 76, 76, 0.15);
}

.marketTab .market_input .form-control:disabled::-webkit-input-placeholder {
  color: #4c4c4c;
}

.marketTab .market_input .form-control:disabled::-moz-placeholder {
  color: #4c4c4c;
}

.marketTab .market_input .form-control:disabled:-ms-input-placeholder {
  color: #4c4c4c;
}

.marketTab .market_input .form-control:disabled::-ms-input-placeholder {
  color: #4c4c4c;
}

.marketTab .market_input .form-control:disabled::placeholder {
  color: #4c4c4c;
}

.trigger_input {
  position: relative;
  border-radius: 5px;
  border: 1px solid #4c4c4c;
}

.trigger_input:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.trigger_input .form-control {
  background: transparent;
  font-size: var(--text-sm);
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 4px 12px;
  height: 48px;
}

.trigger_input .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.trigger_input span {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--text-white);
}

.tragger_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 8px 0 16px 0;
  cursor: pointer;
  outline: 0;
}

.tragger_percent {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: 32px;
  color: #8c8c8c;
  background-color: #1c1c1e;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.tragger_percent:focus {
  border: 1px solid #0a84ff; /* Blue border on focus */
}

.leverage_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.leverage_input:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.leverage_input .form-control {
  background: transparent;
  font-size: var(--text-sm);
  border: 0;
  border-right: 1px solid #4c4c4c;
  border-radius: 0;
  color: #fff;
}

.leverage_input .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.leverage_input .btn {
  border: 0;
}

.leverage_input .btn_leverage {
  background: transparent;
  font-weight: 700;
  border-radius: 0;
  height: 48px;
  font-size: var(--text-sm);
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin {
  position: relative;
  padding-bottom: 35px;
}

.position_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  position: relative;
  display: none;
}

.position_input:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.position_input::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  width: 19px;
  height: 19px;
  font-size: 16px;
  content: "≈";
  background-color: #111;
  border: 1px solid #fff;
  border-radius: 50%;
}

.margin_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.margin_input:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.position_input .form-control,
.margin_input .form-control {
  background: transparent;
  font-size: var(--text-sm);
  border: 0;
  border-radius: 0;
  height: 48px;
  padding: 6px 12px;
  color: #fff;
}

.position_input .form-control:focus,
.margin_input .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.margin_input .margin_percent {
  padding: 0 8px;
  font-size: 14px;
  color: var(--text-gray);
}

.position_input .position_currency,
.margin_input .margin_currency {
  padding-right: 12px;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-white);
}

.market_usdt {
  padding: 1rem 0;
}

.market_usdt label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
  color: #8c8c8c;
}

.market_usdt span {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
}

.tp_trade {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_trade .form-check {
  margin-bottom: 0;
  min-height: 1.4rem;
  border-radius: 0;
}

.form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #8c8c8c;
  width: 15px;
  height: 15px;
}

.tp_trade .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tp_trade span {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-white);
}

.tp_trade small {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #8c8c8c;
}

.take_form {
  display: none;
}

.stopLoss label,
.takeProfit label {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #fff;
}

.stop_loss,
.take_profit {
  position: relative;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
}

.stop_loss:hover,
.take_profit:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.stop_loss .form-control,
.take_profit .form-control {
  border: 0;
  font-size: var(--text-sm);
  height: 48px;
  padding: 6px 12px;
  color: #fff;
}

.stop_loss .form-control::-webkit-input-placeholder,
.take_profit .form-control::-webkit-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::-moz-placeholder,
.take_profit .form-control::-moz-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control:-ms-input-placeholder,
.take_profit .form-control:-ms-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::-ms-input-placeholder,
.take_profit .form-control::-ms-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::-webkit-input-placeholder,
.take_profit .form-control::-webkit-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::-moz-placeholder,
.take_profit .form-control::-moz-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control:-ms-input-placeholder,
.take_profit .form-control:-ms-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::-ms-input-placeholder,
.take_profit .form-control::-ms-input-placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control::placeholder,
.take_profit .form-control::placeholder {
  color: #4c4c4c;
}

.stop_loss .form-control:focus,
.take_profit .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.stop_loss span,
.take_profit span {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: var(--text-sm);
}

.stopLoss,
.takeProfit {
  padding-bottom: 1rem;
}

.margin_button {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
}

.margin_button small {
  font-size: 14px;
}

.margin_button .btn-buy {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
  height: 46px;
  background-color: #34c759;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  text-decoration: none;
}

.margin_button .btn-buy:hover {
  background-color: #34c759;
}

.margin_button .btn-sell {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
  height: 46px;
  background-color: #ff4141;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  text-decoration: none;
}

.margin_button .btn-sell:hover {
  background-color: #eb0000;
}

/* Styling for additional info */

.tradingPage_info {
  background: var(--bg-gray-300);
  padding: 0.5rem 1rem;
  grid-column: 1 / -1;
  -ms-grid-row: 4;
  grid-row: 4;
  border-radius: 8px;
}

.trade_info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.trade_info_title img {
  width: 24px;
  height: 24px;
}

.trade_info_title h6 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--text-white);
}

.trade_info_title svg {
  color: var(--text-white);
}

.trade_info.mt-2 {
  margin-top: 5px !important;
}

.trade_info h1 {
  font-size: var(--text-xs);
}

.trade_info a {
  font-size: var(--text-xxs);
}

.trade_info i {
  font-size: 0.8rem;
}

.trade_info p {
  color: var(--text-gray-100);
  line-height: 1.4;
}

/* Info End  */

.liquidation,
.orderValue {
  padding: 1rem 0;
}

.liquidation small,
.orderValue small {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-gray);
}

.liquidation span,
.orderValue p {
  font-size: 14px;
  color: #8c8c8c;
}

.modal_header {
  position: relative;
  padding: 40px 32px 0;
}

.receive_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.receive_title img {
  width: 24px;
  height: 24px;
}

.modal_header h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-white);
}

.modal_header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  color: #fff !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(193deg) brightness(108%) contrast(102%) !important;
}

.modal_contents {
  padding: 24px 32px 32px;
}

.pnlShareModal_modalContents {
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
}

.pnlShareModal_symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 1rem;
}

.pnlShareModal_symbol img {
  width: 24px;
  height: 24px;
}

.pnlShareModal_symbol .pnlShareModal_label {
  font-weight: 700;
  font-size: 24px;
}

.modal_badges_long {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 2em;
  color: #34c759;
  border-color: #34c759;
}

.modal_badges_long.active {
  color: #ff4141;
  border-color: #ff4141;
}

.modal_badges_points {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  color: #ddd;
  border-color: #8c8c8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 2em;
}

.percent_plus {
  color: #34c759;
  font-size: 50px;
  font-weight: 700;
}

.modal_priceList {
  margin-top: 12px;
}

.modal_priceList_item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal_priceList_item .modal_desc {
  padding-bottom: 2px;
  font-size: 12px;
  color: var(--text-gray);
}

.modal_priceList_item .modal_price {
  font-size: 20px;
  color: var(--text-white);
  font-weight: 400;
}

.img_unrealized {
  width: 83px;
  height: 20px;
  margin-bottom: 32px;
}

.unrealized_invite_text small {
  font-size: 12px;
  line-height: 0;
  margin-bottom: 4px;
}

.unrealized_invite img {
  width: 42px;
  height: 42px;
}

.radioGroup_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.radioGroup_wrapper .form-check .form-check-input {
  border-radius: 50%;
}

.modal_footer {
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
  gap: 8px;
  padding: 0 16px;
}

.modal_footer .btn-outline-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  min-width: 180px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.modal_footer .btn-primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  min-width: 40%;
  min-height: 40px;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.tpslModal_symbolInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

.tpslModal_symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tpslModal_symbol img {
  width: 32px;
  height: 32px;
}

.tpslModal_symbol span {
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.4;
}

.tpslModal_symbol small {
  font-size: 14px;
  color: var(--text-gray);
}

.tpslMargin_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.tpslModal_triggerPrice {
  padding: 12px 16px;
}

.tpslModal_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tpslModal_label small {
  font-size: 12px;
}

.tpslModal_price h1 {
  font-size: 24px;
  font-weight: 600;
}

.tpslModal_price small {
  font-size: 12px;
}

.positionCloseModal_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-bottom: 16px;
}

.positionCloseModal_section {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.positionCloseModal_section span,
.positionCloseModal_section p {
  margin-bottom: 0;
  color: #8c8c8c;
}

.positionCloseModal_hideCheckBox,
.partial_price {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #333;
}

.partial_price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.positionCloseModal_coin,
.partial_price p {
  margin-bottom: 0;
  color: #8c8c8c;
}

.positionCloseModal_modalFooter {
  padding-top: 24px;
}

.positionCloseModal_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.positionCloseModal_buttons .btn-danger {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  min-width: 180px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.positionCloseModal_buttons .btn-outline-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  min-width: 180px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.positionCloseModal_buttons .btn-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  min-width: 180px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
}

.instantFlipModal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.flip_shortCoin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flip_short {
  position: relative;
  padding: 16px;
  overflow: hidden;
  background-color: #111;
  border-radius: 8px;
  border-left: 4px solid rgba(52, 199, 89, 0.4);
}

.flip_long {
  position: relative;
  padding: 16px;
  overflow: hidden;
  background-color: #111;
  border-radius: 8px;
  border-left: 4px solid rgba(255, 65, 65, 0.4);
}

.flip_coinAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.instantFlipModal_Info {
  padding-top: 6px;
}

.instantFlipModal_Info h1 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.instantFlipModal_priceInfo {
  padding-top: 12px;
}

.instantFlipModal_priceInfo small {
  font-size: 12px;
  color: #8c8c8c;
}

.instantFlipModal_priceInfo p {
  font-size: 20px;
  color: var(--text-white);
}

.instantFlipModal_divider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 6px;
}

.flip_position {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flip_position::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: var(--bg-gray-100);
}

.flip_position span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 1;
  gap: 4px;
  width: 116px;
  padding: 6px;
  color: #eee;
  background-color: #252525;
  border-radius: 70px;
}

.flip_note p {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.customCloseModal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-bottom: 16px;
}

.close_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
  width: 100%;
  padding: 12px 16px;
  background-color: #252525;
  border-radius: 8px;
}

.amount_percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.amount_percent .form-control {
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-white);
  padding: 4px 12px;
  width: var(--max-w-100);
  text-align: end;
}

.amount_percent .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.amount_percent .amount_percentText {
  font-size: 20px;
  font-weight: 700;
  padding-right: 16px;
  color: var(--text-white);
}

.amount_percent .percentageDisplay {
  background: #333;
  width: 56px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
}

.slider_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

/* Blog  */

.blog {
  position: relative;
  overflow: hidden;
}

.blog .container {
  max-width: 1200px;
  margin: 80px auto;
}

.blog_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 64px;
}

.blog_nav {
  border-bottom: var(--border-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.blog_nav_item {
  padding-bottom: 12px;
}

.blog_nav_link {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-gray-100);
  text-decoration: none;
  padding: 0 20px 12px;
  white-space: nowrap;
}

.blog_nav_link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

.blogList_item .blogList_thumbnailZoomWrapper {
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 6px;
}

.blogList_item .blogList_thumbnailZoomWrapper img {
  width: 100%;
}

.blogList_item .blogList_desc,
.blogList_item .blogList_title,
.blogList_item .blogList_category {
  margin-bottom: 12px;
}

.blogList_item .blogList_category a {
  color: #0a84ff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.blogList_item .blogList_title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}

.blogList_item .blogList_title p {
  margin-bottom: 0;
}

.blogList_item .blogList_date {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #8c8c8c;
}

.receiveContent_networkSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.receiveContent_networkSection span {
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
}

.receiveContent_networkSection .default_dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  background-color: #111;
  border: 1px solid #4c4c4c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px;
  border-radius: 4px;
  height: 50px;
}

.receiveContent_networkSection .default_dropdown .dropdown-toggle:hover {
  border: 1px solid #fff;
  border-radius: 4px;
}

.receiveContent_networkSection .default_dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #111;
  border: 1px solid #4c4c4c;
  padding: 16px 4px;
  border-radius: 4px;
}

.receiveContent_networkSection .default_dropdown .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  min-height: 34px;
  padding: 8px 16px;
}

.receiveContent_networkSection .default_dropdown .dropdown-item:hover {
  background-color: #1c1c1e;
}

.receiveContent_qrcodeSection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #111;
  border-radius: 4px;
  height: 220px;
  padding: 30px;
  margin-bottom: 24px;
}

.receiveContent_qrcodeSection .receiveContent_toText {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #ddd;
}

.receiveContent_copySection {
  margin-bottom: 24px;
}

.receiveContent_copySection .receiveContent_label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
}

.receiveContent_copySection .textCopy_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 52px;
  padding: 16px;
  color: #fff;
  background-color: #111;
  border: 0;
}

.receiveContent_copySection .textCopy_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1;
  text-align: left;
  margin-right: 24px;
  margin-bottom: 0;
}

.receiveContent_cautionSection {
  color: #ff4141;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

.receiveContent_cautionSection .receiveContent_circleNotice {
  margin-right: 6px;
  height: 19px;
}

.receiveContent_divider {
  width: 100%;
  height: 1px !important;
  background-color: #4c4c4c !important;
  border: unset;
  margin-top: 0;
  margin-bottom: 24px;
}

.receiveContent_noticeSection {
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ddd;
  margin-bottom: 24px;
}

/* Send Tether */

.sendForm_amountSection {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  flex-direction: column;
}

.sendForm_amountSection .formItem_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 0;
}

.sendForm_amountSection .input_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sendForm_amountSection .input_wrapper .form-control {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 1;
  text-align: end;
  caret-color: #0a84ff;
  border: 0;
  padding: 0 5px;
  flex: 1 1;
  color: #8c8c8c;
}

.sendForm_amountSection .input_wrapper .form-control:focus {
  box-shadow: none;
}

.sendForm_amountSection .input_wrapper .input_currency {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #8c8c8c;
  padding: 0;
}

.sendForm_withdrawableTooltip {
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
  margin-bottom: 0;
}

.sendForm_amountSection .price_price {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.4;
}

.sendForm_amountSection .button_wrapper {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  height: 26px;
  color: #0a84ff;
  text-decoration: none;
  padding: 0 6px;
}

.sendForm_selectGroup {
  margin-top: 50px;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
}

.sendForm_selectDropdown:first-child {
  border-top: 0;
}

.sendForm_selectDropdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 52px;
  border-top: 1px solid #4c4c4c;
  position: relative;
}

.default_dropdown .input_network {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  min-width: 90px;
  padding-left: 16px;
  color: #ddd;
  text-align: left;
  color: #ddd;
}

.sendForm_selectDropdown span {
  font-size: 16px;
  line-height: 1.4;
  min-width: 90px;
  padding-left: 16px;
  color: #ddd;
  text-align: left;
  color: #ddd;
}

.sendForm_selectDropdown .default_dropdown {
  width: 100%;
}

.sendForm_selectDropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 100%;
  background-color: #1c1c1e;
  color: #fff;
  opacity: var(--opacilty-input);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px;
  border-radius: 4px;
}

.sendForm_selectDropdown .default_dropdown .dropdown-menu {
  z-index: 10;
  width: 100%;
  background-color: #111;
  border: 1px solid #4c4c4c;
  padding: 16px 4px;
  border-radius: 4px;
}

.sendForm_selectDropdown .default_dropdown .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  min-height: 34px;
  padding: 8px 16px;
}

.sendForm_selectDropdown .default_dropdown .dropdown-item:hover {
  background-color: #1c1c1e;
}

.sendForm_selectDropdown .form-control {
  font-size: 16px;
  line-height: 1.1;
  padding: 12px 38px 12px 12px;
  border: 0;
}

.sendForm_selectDropdown .form-control::placeholder {
  color: #8c8c8c;
}

.sendForm_selectDropdown .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sendForm_footer {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sendForm_footer .btn-secondary {
  color: #8c8c8c !important;
  background-color: #4c4c4c;
  min-width: 180px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 24px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  border-color: #4c4c4c;
}

/* Currency conversion */

.convertForm_wrapper {
  color: #eee;
}

.convertForm_convertibleBalance {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4c4c4c;
}

.convertForm_label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 6px;
}

.convertForm_label span {
  font-size: 16px;
  line-height: 1.4;
  color: #eee;
}

.convertForm_label svg {
  color: #8c8c8c;
}

.convertForm_price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.convertForm_price .price_currency {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.convertForm_row {
  display: flex;
  gap: 8px;
  width: 100%;
}

.convertForm_row p {
  margin-bottom: 0;
}

.convertForm_toLabel {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.convertForm_toLabel p {
  margin-bottom: 0;
  flex: 1 1;
}

.convertForm_toLabel p:last-child {
  text-align: right;
}

.convertForm_fromCurrency {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  background-color: #111;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
}

.convertForm_fromCurrency .icons_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.convertForm_fromCurrency .icons_wrapper .icons_icon {
  width: 24px;
  height: 24px;
}

.convertForm_fromCurrency .icons_wrapper .icons_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}

.convertForm_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}

.convertForm_wrapper .convertForm_arrow svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.convertForm_row .selectBox_wrapper {
  flex: 1 1;
}

.convertForm_row .selectBox_wrapper .all-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #111;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 38px 12px 12px;
  height: 50px;
}

.convertForm_row .selectBox_wrapper .all-dropdown .dropdown-toggle:focus {
  border: 1px solid #fff;
}

.convertForm_row
  .selectBox_wrapper
  .all-dropdown
  .dropdown-toggle
  .selectBox_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  line-height: 0;
  color: #8c8c8c;
  transition: transform 0.2s;
}

.convertForm_row .selectBox_wrapper .all-dropdown .dropdown-toggle::after {
  display: none;
}

.convertForm_row
  .selectBox_wrapper
  .all-dropdown
  .dropdown-toggle
  .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.convertForm_row
  .selectBox_wrapper
  .all-dropdown
  .dropdown-toggle
  .icon_wrapper
  img {
  width: 24px;
  height: 24px;
}

.convertForm_row
  .selectBox_wrapper
  .all-dropdown
  .dropdown-toggle
  .icon_wrapper
  span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.convertForm_row .selectBox_wrapper .all-dropdown .dropdown-menu {
  background-color: #111;
  border: 1px solid #4c4c4c;
  padding: 16px 4px;
  border-radius: 4px;
  transform: translate(0px, 55px) !important;
}

.convertForm_limitList {
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  margin: 8px 0 48px;
  color: #8c8c8c;
}

.convertForm_limitList .convertForm_row p {
  margin-bottom: 0;
  flex: 1 1;
}

.convertForm_limitList li {
  position: relative;
  padding-left: 12px;
}

.convertForm_limitList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}

.convertForm_amount .input_wrapper {
  flex: 1 1;
}

.convertForm_amount .convertForm_row {
  margin-bottom: 8px;
}

.convertForm_amount .input_wrapper .form-control {
  background-color: #111;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  padding: 4px 12px;
  height: 50px;
  width: 100%;
  text-align: center;
}

.convertForm_amount .input_wrapper .form-control:hover {
  border-color: #fff;
  border-radius: 4px;
}

.convertForm_amount .input_wrapper .form-control::placeholder {
  color: #8c8c8c;
}

.convertForm_amount .input_wrapper .form-control:focus {
  box-shadow: none;
}

.convertForm_ratioGroup {
  display: flex;
  gap: 4px;
  margin: 8px 0 10px;
}

.convertForm_ratioGroup .button_wrapper {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 18px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  flex: 1 1;
  background-color: #4c4c4c !important;
  border: 0;
}

.convertForm_ratioGroup .button_wrapper:focus {
  border: 1px solid #0a84ff;
  color: #fff;
}

.exchangeRate_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.exchangeRate_wrapper .price_wrapper {
  font-size: 12px;
  line-height: 1.4;
  color: #eee;
}

.exchangeRate_wrapper .button_wrapper {
  padding: 3px;
  margin-left: 6px;
  background-color: #8c8c8c !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  border: 0;
}

.exchangeRate_wrapper .button_wrapper svg {
  width: 11px;
  height: 11px;
  color: #000;
}

.convertForm_errorMessage {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 24px;
  color: #ff4141;
  text-align: center;
}

/* Small Device History */

.m_history_position {
  padding: 0px 0 56px;
}

.m_positionTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ddd;
}

.m_highestTitle {
  font-size: 12px;
  line-height: 1.4;
  color: #eee;
  margin-bottom: 0;
}

.m_highestPnlWrapper {
  position: relative;
  margin-top: 8px;
  background-image: linear-gradient(0deg, #1c1c1e, #1c1c1e),
    linear-gradient(163.19deg, #3d02e8 4.35%, #cb00ff 65.48%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}

.m_highestPnlWrapper::before {
  position: absolute;
  inset: -20px -16px;
  z-index: -1;
  content: "";
  background: linear-gradient(
    93.9deg,
    #3d02e8 9.76%,
    #3d02e8 51.29%,
    #cb00ff 101.42%
  );
  filter: blur(16px);
  opacity: 0.3;
}

.m_highestPnlBox {
  position: relative;
  padding: 16px;
  overflow: hidden;
}

.m_highestPnlSection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.m_iconPnlWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.m_iconPnlWrapper img {
  width: 24px;
  height: 24px;
}

.m_iconPnlWrapper .m_labelPnl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.m_badgeLong {
  font-size: 12px;
  min-width: 40px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #34c759;
  border-radius: 2em;
  color: #34c759;
}

.m_badgeTarget {
  font-size: 12px;
  min-width: 40px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #8c8c8c;
  border-radius: 2em;
  color: #ddd;
}

.m_highestPnlPrices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding-top: 8px;
}

.m_highestPnlPrices .m_highestPnlValue {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #34c759;
}

.m_highestPnlShare {
  color: #8c8c8c;
  cursor: pointer;
}

.m_positionFilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 20px;
}

.m_positionFilter .all-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #1c1c1e;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px;
  height: 36px;
}

.m_positionFilter .all-dropdown .dropdown-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  min-height: 34px;
  padding: 8px;
}

.m_cardListWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m_cardListItem {
  width: 100%;
  padding: 16px;
  background-color: #1c1c1e;
  border-radius: 8px;
}

.m_cardHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
  padding-bottom: 16px;
}

.m_cardHeader::before {
  position: absolute;
  right: -16px;
  bottom: 0;
  left: -16px;
  height: 1px;
  content: "";
  background-color: #4c4c4c;
}

.m_cardHeader .m_iconsLabel {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.m_positionBadges {
  display: flex;
  flex: 1 1;
  gap: 4px;
}

.m_positionBadges .m_badgeShort {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  color: #ff4141;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #ff4141;
  border-radius: 2em;
}

.m_positionBadges .m_badgeTarget {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #8c8c8c;
  border-radius: 2em;
  color: #ddd;
}

.m_cardListItem .m_cardDetails {
  padding: 16px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m_cardListItem .m_cardList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m_cardListItem .m_cardList .m_cardListLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4;
  color: #8c8c8c;
}

.m_cardListItem .m_cardList .m_cardListValue {
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
}

.m_positionDate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.m_positionDate .m_positionDateItem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background-color: #252525;
  border-radius: 4px;
}

.m_positionDate .m_positionDateItem .m_positionLabel {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.m_positionDate .m_positionDateItem .m_positionDateTime {
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
}

.m_fundingFilter,
.m_pnlFilter {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
}

.m_fundingFilter svg,
.m_pnlFilter svg {
  color: #fff;
}

.m_fundingFilter .all-dropdown,
.m_pnlFilter .default_dropdown {
  width: 100%;
}

.m_fundingFilter .all-dropdown .dropdown-toggle,
.m_pnlFilter .default_dropdown .dropdown-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.m_depositCardListWrap,
.m_fundingCardListWrap,
.m_pnlCardListWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.m_fundingCardListBox,
.m_pnlCardListBox {
  padding: 16px;
  background-color: #1c1c1e;
  border-radius: 8px;
}

.m_historyCardList {
  width: 100%;
  padding-left: 0 !important;
}

.m_historyCardList .m_cardList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.m_historyCardList .m_cardList:first-child {
  margin-top: 0;
}

.m_historyCardList .m_cardList .m_cardListLabel {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.m_historyCardList .m_cardList .m_cardListValue {
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
}

.m_fundingFilter {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
}

.historyPage_symbolRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.historyPage_symbolRow .m_cardListLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.historyPage_symbolRow .m_cardListLabel img {
  width: 24px;
  height: 24px;
}

.historyPage_symbolRow .m_cardListLabel .m_cardListCurrency {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #ddd;
}

.historyPage_symbolRow .m_cardListValue .m_cardListStatus {
  font-size: 12px;
  line-height: 1.4;
  min-width: 40px;
  height: 24px;
  color: #34c759;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 2px 8px;
  font-weight: 400;
  border: 1px solid #34c759;
  border-radius: 2em;
}

.historyPage_symbolRow .m_cardListValue .m_cardListStatus svg {
  width: 14px;
  height: 14px;
}

.m_tradeTab {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}

.m_tradeTab .nav {
  border-bottom: var(--border-table-custom);
}

.m_tradeTab .nav-item {
  width: 50%;
}

.m_tradeTab .nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #8c8c8c;
  width: 100%;
  padding: 0 20px 12px;
}

.m_tradeTab .nav-link.active {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--text-white);
  color: var(--text-white);
  font-weight: 700;
}

/* Earn History Accordion */

.m_earnSection .accordion-item {
  background-color: #1c1c1e;
  border-radius: 8px;
  border: 0;
  padding: 16px;
  margin-bottom: 8px;
  width: 100%;
}

.m_earnSection .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(20%)
    saturate(0%) hue-rotate(137deg) brightness(92%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(57%) sepia(20%) saturate(0%)
    hue-rotate(137deg) brightness(92%) contrast(95%);
}

.m_earnSection .accordion-button {
  color: #eee;
  padding: 0;
  width: 100%;
}

.m_earnSection .m_earnButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1;
  margin-right: 5px;
}

.m_earnSection .m_earnButton .m_earnDate {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.m_earnSection .m_earnButton .m_earnAmount {
  font-size: 16px;
  line-height: 1.4;
}

.m_earnSection .accordion-body {
  padding: 0;
}

.m_earnSection .accordion-body p {
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
}

.m_earnSection .detailItem_detailItems {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m_earnSection .detailItem_detailItems .detailItem_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m_earnSection .detailItem_detailItems .detailItem_title .detailItem_label {
  font-size: 14px;
  line-height: 1.4;
}

.m_earnSection .detailItem_detailItems .apr_detailTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-top: 4px;
  background-color: #111;
  border-radius: 4px;
}

.apr_detailTitle .apr_detailLabel {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.apr_detailTitle .apr_percentWrapper {
  font-size: 14px;
  line-height: 1.4;
  color: #ddd;
}

.historyPage_details {
  margin-top: 12px;
  background-color: #252525;
  border-radius: 4px;
}

.historyPage_details button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  gap: 4px;
  width: 100%;
  padding: 8px 0;
  color: #ddd;
  background: transparent;
  border: none;
}

.historyPage_detailsList {
  padding: 12px;
  display: none;
}

.historyPage_detailsList.active {
  display: block;
}

.historyPage_detailsItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.historyPage_detailsItem small {
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
}

.historyPage_detailsItem .historyPage_text {
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
  text-align: right;
}

.historyPage_copy {
  color: #eee;
  text-align: right;
}

.historyPage_copy .historyPage_number {
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
  text-align: right;
}

.historyPage_copy .button_wrapper {
  padding: 0;
  margin-top: 4px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  height: 24px;
}

.historyPage_details .toggleIcon {
  transition: transform 0.3s ease;
}

.historyPage_details .toggleIcon.active {
  transform: rotate(180deg);
}

.m_conversionFilter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.m_conversionleft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.m_conversionleft .datePicker_large {
  width: 48px;
  height: 48px;
  position: relative;
  color: #ddd;
}

.m_conversionRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1 1;
}

.m_conversionCenter {
  position: relative;
}

.m_conversionCenter .fromToFilter_sendIcon {
  width: 22px;
  height: 22px;
  margin: 4px;
  color: #8c8c8c;
  transform: rotate(90deg);
}

.m_conversionRight .all-dropdown {
  width: 100%;
}

.m_conversionRight .all-dropdown .dropdown-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.noData_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
}

.noData_wrapper .noData_center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  flex-direction: column;
  gap: 8px;
}

/* Trading Spot Page */

.trade_spot {
  display: grid;
  grid-template-columns: 350px repeat(2, 1fr) 365px;
  grid-template-rows: 61px repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 10px;
  background-color: #000000;
}

/* Spot Header   */

.trade_spotHeader {
  grid-area: 1 / 2 / 2 / 4;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-radius: 10px;
}

.trade_headerStar .fa-star {
  font-size: 24px;
  color: rgb(240, 167, 10);
}

.trade_headerItem .trade_headerTitle {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #8c8c8c;
}

.trade_headerItem .trade_headerSell {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-red);
}

.trade_headerPrice {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  color: #8c8c8c;
}

.trade_headerTradePrice {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  color: #eee;
}

.trade_headerCoin {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  color: #ddd;
}

.trade_headerCoinSymbol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #ddd;
}

.trade_headerItem .fa-circle-exclamation {
  font-size: 12px;
  color: #8c8c8c;
}

/* Spot Chart */

.trade_spotChart {
  grid-area: 2 / 2 / 3 / 4;
  background-color: #111;
  border-radius: 10px;
  min-height: 350px;
}

/* Spot Form */

.trade_spotForm {
  grid-area: 3 / 2 / 4 / 4;
  background-color: #111;
  border-radius: 10px;
}

/* Spot Symbol */

.trade_spotSymbol {
  grid-area: 1 / 1 / 4 / 2;
  background-color: #111;
  border-radius: 10px;
}

.trade_spotSymbol .trade_symbolSearch {
  padding: 8px 10px;
  height: 48px;
  position: relative;
}

.trade_spotSymbol .trade_symbolSearch .form-control {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #1c1c1e;
  border: #1c1c1e;
}

.trade_spotSymbol .trade_symbolSearch .form-control:focus {
  box-shadow: none;
}

.trade_spotSymbol .trade_symbolSearch i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #8c8c8c;
}

.trade_spotSymbol .nav {
  gap: 20px;
  padding: 0 10px;
  border-bottom: var(--border-table-custom);
}

.trade_spotSymbol .nav-link {
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #eee;
}

.trade_spotSymbol .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}

.trade_symbolTable th {
  font-size: 12px;
  font-weight: 600;
  color: #8c8c8c;
  text-align: center;
}

.trade_symbolTable td {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.trade_spotOrderbook {
  grid-area: 1 / 4 / 4 / 5;
  background-color: #111;
  border-radius: 10px;
}

.trader_spotDelegate {
  grid-area: 4 / 1 / 5 / 5;
  background-color: #111;
  border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  /* Homepage */

  .chartHeader_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    margin-top: 24px;
  }

  .chartHeader_col {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chartHeader_account {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chartHeader_col .all-dropdown,
  .chartHeader_days .default_dropdown,
  .chartHeader_account .default_dropdown {
    position: relative;
    width: 100%;
  }

  .chartHeader_col .all-dropdown .dropdown-toggle,
  .chartHeader_days .default_dropdown .dropdown-toggle,
  .chartHeader_account .default_dropdown .dropdown-toggle {
    width: 100%;
  }

  .chartHeader_days {
    -ms-grid-column: 2;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chartHeader_wrapper .btn-outline-primary {
    display: none;
  }

  .trade_spot {
    grid-template-columns: 1fr repeat(2, 1fr) 1fr;
    grid-template-rows: 61px repeat(2, 1fr) 1fr;
  }

  .div1 {
    grid-area: 1 / 2 / 2 / 4;
  }
  .div2 {
    grid-area: 2 / 2 / 3 / 4;
  }
  .div3 {
    grid-area: 3 / 2 / 4 / 4;
  }
  .div4 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .div5 {
    grid-area: 1 / 4 / 3 / 5;
  }
  .div6 {
    grid-area: 3 / 1 / 5 / 5;
  }
}

@media only screen and (max-width: 991px) {
  /* Header */
  .adjust_cross{
    display: block;     
    margin: 3px 3px;
    padding: 3px 8px;
    width: 55px !important;
    height: 24px;
    font-size: 12px;   
    text-align: center;   
    color: var(--bg-red);
    border: var(--border-red);
    border-radius: var(--border-rounded); 
  }

  .all-dropdown .dropdown-toggle {
    width: 150px;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  
  .m_toggleClose {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }

  .nav_bntGroup {
    order: 0;
    width: 100%;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid #4c4c4c;
    order: 1;
    padding-top: 24px;
    display: none;
  }

  .nav_bntGroup .btn-link {
    width: 100%;
    height: 36px;
    order: 1;
  }

  .nav_bntGroup .btn-primary {
    width: 100%;
    height: 36px;
    order: 0;
  }

  .mb_userAccount {
    display: block;
    width: 100%;
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #4c4c4c;
  }

  .mb_userDetails {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }

  .mb_userAccount_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-decoration: none;
    color: #fff;
  }

  .mb_userAccount_link .mb_userStatusBadge {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    flex: 1 1;
    color: #ddd;
  }

  .mb_userAccount_link i {
    font-size: 10px;
  }

  .mb_userBasic {
    width: auto;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: #606060;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    padding: 4px;
    border-radius: 150px;
  }

  .mb_userBasic img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .mb_accountMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #fff;
  }

  .mb_accountMenu .mb_userStatus {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    flex: 1 1;
    color: #fff;
  }

  .mb_accountMenu i {
    font-size: 10px;
  }

  .mb_userLogout,
  .mb_userRefferal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
  }

  .navbar-nav {
    position: relative;
    gap: 16px;
    padding-left: 0;
    padding: 24px 0;
    height: 100%;
    width: 100%;
    order: 2;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 0;
  }

  .drawer_authSection {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #4c4c4c;
  }

  .navbar-toggler {
    border: 0;
    border-radius: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* Initial state, off-screen to the right */
  #navbarNav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    overflow: auto;
    /* overflow-y: auto; */
    width: 100%; /* Adjust width as needed */
    background-color: #111; /* Adjust background color as needed */
    transition: right 0.2s ease-in-out;
    z-index: 10; /* Ensure it appears above other content */
    padding: 0 16px;
  }

  /* When active, bring it on-screen */
  #navbarNav.show {
    right: 0;
  }

  .navbarSection {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    margin-top: 0;
    background-color: transparent;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
    padding: 8px 16px;
  }

  .navbar-nav .dropdown-menu li .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #ddd;
  }

  .navbar-nav .dropdown-menu li .dropdown-item:hover {
    color: #ddd;
    background: transparent;
  }

  /* Hero Section */

  .hero {
    text-align: center;
    margin-top: 70px;
  }

  .hero .hero_title {
    font-size: 48px;
  }

  .hero .hero_title span {
    font-size: 18px;
  }

  .hero_downloadAppText {
    text-align: center;
  }

  .hero .hero_download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* products */

  .sortedTopMarket_percent {
    font-size: 12px;
  }
  .sortedTopMarket_item {
    padding: 6px 0;
  }

  .launchpool .container,
  .earn .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .it_works,
  .double_up,
  .referral_hero .row {
    margin: 60px auto;
  }

  .referral_item h1 {
    font-size: 48px;
  }

  .referral_hero img {
    width: 100%;
    height: auto;
  }

  /* Footer */

  .icon_items_m {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 12px;
    margin-bottom: 32px;
  }

  .menu_item {
    margin-bottom: 32px;
  }

  footer h6 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    height: fit-content;
  }

  footer a {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: #ddd;
  }

  .sub-footer {
    margin-top: 0;
  }

  /* Guide   */

  .guide {
    padding: 32px 0;
  }

  .guide_title h1 {
    font-size: 24px;
  }

  .guide_list .g-lg-5 {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 0.5rem;
  }

  .tradePage_mobile_tab {
    /* -ms-grid-row: 5;
    grid-row: 5; */
    display: block;
    background: var(--bg-gray-300);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 3;
    grid-row: 1;
    border-radius: 6px;
    padding: 10px 15px;
  }

  .tradePage_mobile_tabContent {
    background: #212225;
    border-radius: 6px;
    margin: 0 auto;
    width: 100%;
  }

  .tradePage_mobile_tab .nav {
    border-bottom: 0;
    display: flex;
    width: 100%;
  }
  
  .tradePage_mobile_tab .nav-item {
    width: 33.33%;
    flex: 1;
    text-align: center;
  }
  
  .tradePage_mobile_tab .nav-link {
    font-size: 14px !important;
    font-weight: 600;
    color: #b9b9b9;
    width: 100%;
    text-align: center;
    padding: 5px;
  }

  .tradePage_mobile_tab .nav-link:hover,
  .tradePage_mobile_tab .nav-link:focus {
    color: #fff;
  }
  
  .tradePage_mobile_tab .nav-link.active {
    background: #404853 !important;
    border-radius: 6px !important;
    /* border-bottom: 2px solid var(--text-white); */
    color: var(--text-white);
    font-weight: 700;
  }

  /* Trading View */

  .tradingPage_orderBook {
    /* display: none; */
    background: var(--bg-gray-300);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 3;
    grid-row: 1 !important;
    border-radius: 8px;
  }

  /* Styling for chart */
  .tradingPage_chart {
    background: var(--bg-gray-300);
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 2;
    grid-row: 2;
    overflow: hidden;
    border-radius: 10px;
  }

  /* About Us */

  .about_us {
    padding: 32px 0;
  }

  .about_us .container {
    max-width: inherit;
  }

  .about_us h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .about_us p {
    font-size: 16px;
  }

  .about_ecosystem {
    margin-top: 60px;
  }

  .about_ecosystem > .row {
    margin-top: 60px;
  }

  .about_img img {
    width: 200px;
    height: auto;
  }

  .about_margin {
    margin-top: 60px;
  }

  .about_item h6 {
    font-size: 20px;
  }

  .about_img {
    margin-bottom: 20px;
  }

  /* Blog */

  .blog .container {
    max-width: 1200px;
    margin: 24px auto;
  }

  .blog_title {
    font-size: 32px;
  }

  .blogList_item .blogList_desc {
    font-size: 14px;
  }

  .blogList_item .blogList_title a {
    font-size: 20px;
  }

  /* Policies & Terms */

  .policiesNav {
    padding: 32px 0;
  }

  .policiesNav .container {
    max-width: none;
  }

  .policies_title {
    padding-bottom: 16px;
    margin: 20px 0;
  }

  .policies_title h1 {
    font-size: 24px;
  }

  .policies h2 {
    font-size: 18px;
    margin: 32px 0 16px;
  }

  .policies h3 {
    font-size: 20px;
    margin: 32px 0 16px;
  }

  .policies li,
  .policies p {
    font-size: 14px;
  }

  /* Contracts Section */

  .contracts .container {
    padding: 32px 16px;
    max-width: none;
  }

  .contracts_headers {
    gap: 24px;
    border: 0;
    margin-bottom: 0;
  }

  .contracts_headers h1 {
    flex: 1 1;
    font-size: 24px;
    font-weight: 700;
  }

  .contracts_search {
    width: 100%;
  }

  /* Proof of Reserves */

  .proof_reserves .container {
    padding: 32px 16px;
  }

  .proof_reserves_audit {
    flex: 1 1;
  }

  .proof_reserves_dropdown {
    width: 100%; /* Adjust the width as needed */
  }

  .proof_reserves_dropdown .dropdown-toggle {
    width: 100%; /* Adjust the width as needed */
    font-size: 14px;
  }

  .proof_reserves_dropdown .dropdown-item {
    font-size: 14px;
  }

  .proof_reserves .proof_title h1 {
    font-size: 24px;
    margin-top: 0;
  }

  .proof_reserves .proof_reserves_audit {
    font-size: 18px;
  }

  .proofOfReserves_symbolTitle h1 {
    font-size: 18px;
  }

  .proof_customerBalance li:first-child {
    padding: 0;
  }

  .proof_customerBalance p {
    font-size: 14px;
  }

  .footer_PoR {
    margin-top: 36px;
  }

  .footer_PoR h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }

  /* Promotions */

  .promotionsRanking {
    margin-top: 20px;
  }

  .promotionsRanking .annountments_search {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  /* Assets */

  .your_funds_items .funds_itemsPrice,
  .your_funds_items .funds_itemsTitle {
    font-size: 14px;
  }

  .percent_wrapper .price_wrapper {
    font-size: 18px;
  }

  .assets_positions_item p {
    font-size: 14px;
  }

  /* Guide */

  .arrow_guide i,
  .arrow_guide a {
    font-size: 14px;
  }

  .guide_swaps,
  .guide_margin,
  .guide_assets,
  .guide_community,
  .guide_profit_loss,
  .guide_registration {
    padding: 32px 0;
  }

  .guide_registrationTitle h1 {
    font-size: 24px;
  }

  .guide_swaps h3,
  .guide_margin h3,
  .guide_assets h3,
  .guide_community h3,
  .guide_profit_loss h3 {
    font-size: 20px;
  }

  .guide_registration h3 {
    font-size: 20px;
  }

  .guide_registration li {
    font-size: 14px;
  }

  .guide_swaps li,
  .guide_assets li,
  .guide_registration_list li {
    font-size: 14px;
  }

  .guide_registration p,
  .guide_swaps p,
  .guide_margin p,
  .guide_assets p,
  .guide_community p,
  .guide_profit_loss p {
    font-size: 14px;
  }

  .guide_registration .table-bordered th,
  .guide_swaps .table-bordered th,
  .guide_assets .table-bordered th {
    font-size: 16px;
    white-space: nowrap;
  }

  .guide_assets .table-bordered td,
  .guide_swaps .table-bordered td,
  .guide_registration .table-bordered td {
    font-size: 14px;
    white-space: nowrap;
  }

  /* User Account */

  .account {
    padding: 32px 0;
  }

  .account_header .account_title {
    font-size: 24px;
  }

  .account_header .form-check-label {
    font-size: 14px;
  }

  .account_details .account_detailsName {
    font-size: 16px;
  }

  .account_details {
    background-color: transparent;
    padding: 0;
    height: 100%;
  }

  .last_login small {
    font-size: 12px;
  }

  .account_details span {
    font-size: 14px;
  }

  .account_item {
    height: 118px;
    padding: 16px 24px;
  }

  .account_item svg {
    width: 30px;
    height: 30px;
  }

  .account_item h1 {
    font-size: 16px;
  }

  .account_item .btn-light {
    padding: 0 20px;
    height: 36px;
  }

  /* Support Referral */

  .support_referral {
    padding: 32px 0;
  }

  .support_referral h1 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .referral_header .referral_header_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
  }

  .referral_header small {
    font-size: 14px;
    font-weight: 400;
  }

  .referral_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .referral_overview {
    padding: 20px;
  }

  .referrals_history {
    padding: 0 0 3rem 0;
  }

  .referral_totalReward p,
  .referral_details p {
    font-size: 14px;
  }

  .referrals_history p {
    font-size: 14px;
  }

  .referrals_history span {
    font-size: 14px;
  }

  .referral_history_table td,
  .referral_history_table th {
    font-size: 12px;
  }

  /* Login Page */

  .signup_form {
    max-width: 480px;
    padding: 32px 16px;
    margin: 0 auto;
  }

  .signup_form h1 {
    font-size: 32px;
  }

  .formItem_wrapper .login_label {
    font-size: 14px;
  }

  .forgot_password .form-control,
  .signup_form .form-control {
    font-size: 14px;
  }

  .forgot_password .form-control::-webkit-input-placeholder,
  .signup_form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::-moz-placeholder,
  .signup_form .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control:-ms-input-placeholder,
  .signup_form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::-ms-input-placeholder,
  .signup_form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::-webkit-input-placeholder,
  .signup_form .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::-moz-placeholder,
  .signup_form .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control:-ms-input-placeholder,
  .signup_form .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::-ms-input-placeholder,
  .signup_form .form-control::-ms-input-placeholder {
    font-size: 14px;
  }

  .forgot_password .form-control::placeholder,
  .signup_form .form-control::placeholder {
    font-size: 14px;
  }

  .signup_form .forgot_sub p {
    font-size: 16px;
  }

  .trade_spot {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }

  .trade_spotHeader {
    grid-area: 1 / 1 / 2 / 1;
  }
  .trade_spotChart {
    grid-area: 2 / 1 / 3 / 1;
  }
  .trade_spotForm {
    grid-area: 3 / 1 / 4 / 1;
  }
  .trade_spotSymbol {
    grid-area: 4 / 1 / 5 / 1;
  }
  .trade_spotOrderbook {
    grid-area: 5 / 1 / 6 / 1;
  }
  .trader_spotDelegate {
    grid-area: 6 / 1 / 7 / 1;
  }
/* }

@media (max-width: 768px) { */
  .tradePage_main {
    /* -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;  */
    /* -ms-grid-rows: auto; 
    grid-template-rows: auto;  */
    grid-gap: 5px; 
    padding: 5px;
    display: flex;
    flex-direction: column;
  }
  .assets_positions { 
    margin: 12px 0 0 0; 
  } 
  /* .tradePage_symbolInfo,
  .tradingPage_chart,
  .tradingPage_position,
  .tradingPage_orderBook,
  .tradingPage_orderForm,
  .tradingPage_info {
   grid-column: 1 / -1;
  } */

  .tradePage_symbolInfo {
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
    /* overflow: hidden; */
  }

  .tradingPage_chart {
    /* -ms-grid-row: 2;
    grid-row: 2;
    min-height: 320px !important;
    margin-top: 3px; */
    gap: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    height: 320px !important;
  }

  /* .tradingPage_position {
    -ms-grid-row: 3;
    grid-row: 3;
  } */

  .tradingPage_orderBook {
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .tradingPage_orderForm {
    background: var(--bg-gray-300);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 3;
    grid-row: 1;
    border-radius: 8px;
    /* display: none; */
  }

  .tradingPage_info {
    -ms-grid-row: 6; 
    grid-row: 6; 
    padding: 8px 0 50px 8px; 
  }

  .tradingPage_footer {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
    padding-block: 12px;
    padding-inline: 16px;
    background-color: #fff;
    z-index: 10000;
  }

  .tradingPage_footer img {
    width: 36px;
    height: 36px;
  }

  .downloadApp_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
  }

  .downloadApp_column .downloadApp_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
  }

  .downloadApp_column .downloadApp_description {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #4c4c4c;
    white-space: pre-line;
  }

  .tradingPage_footer .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    background-color: #0a84ff;
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 20px;
    margin-left: auto;
  }

  /* Hero Section */
  .hero .col-lg-5 {
    align-self: center;
    width: 100%;
    max-width: 452px;
    margin: 0 auto;
  }

  .hero .hero_title {
    font-size: 32px;
  }

  .hero .hero_btn .btn-primary {
    width: 100%;
    max-width: 100%;
    height: 46px;
  }

  .hero_downloadAppText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 24px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 4px;
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
  }

  .hero_download svg {
    display: none;
  }

  .hero-img {
    padding-inline: 13px;
  }

  .hero-img img {
    width: 100%;
    max-width: 695px;
    height: auto;
  }

  /* Announcement_wrapper */

  .announcement_inner {
    padding: 24px 0;
  }

  .announcement_textSection h2 {
    font-size: 18px;
  }

  .announcement_textSection p {
    font-size: 14px !important;
    margin-top: 8px;
  }

  /* Promotions */

  .perpetual_swap {
    margin-top: 56px;
  }

  .promotionSwiper .swiper-slide {
    max-width: 292px; /* Set the maximum width of the images */
    height: auto; /* Set the height of the images */
  }

  .promotions {
    margin-top: 56px;
  }

  .perpetual_item {
    min-height: 282px;
    padding: 16px;
    border-radius: 8px;
  }

  .arrowNavigator_wrapper {
    display: none;
  }

  .promotionsTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }

  /* Products in perpetual swap */

  .perpetual_swapTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .perpetual_item {
    min-height: 282px;
    padding: 16px;
    border-radius: 8px;
  }

  .sortedTopMarket_list {
    margin-top: 8px;
  }

  .sortedTopMarket_itemInner {
    height: 62px;
    padding-inline: 8px;
    gap: 10px;
  }

  .perpetual_desc_title {
    font-size: 16px;
    line-height: 1.1;
  }

  .sortedTopMarket_price p {
    font-size: 16px;
    line-height: 1.1;
  }

  .products_buttonWrapper {
    margin-top: 32px;
  }

  /* Current activities */

  .current_activities {
    margin-top: 56px;
  }

  .current_activitiesTitle {
    margin-bottom: 16px;
  }

  .current_activitiesTitle h1 {
    font-size: 20px;
  }

  .currentActivities_date {
    font-size: 14px;
  }

  .current_sliderActivities .currentActivities_title {
    font-size: 24px;
  }

  .currentActivities_prize {
    font-size: 20px;
  }

  /* Fast trade Section */

  .fast_trade .fast_tradeTitle {
    font-size: 32px;
    white-space: pre-line;
  }

  .fast_subTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 12px;
  }

  .fast_trade .fast_trade_item {
    border-radius: 8px;
  }

  .designed_imgWrapper img {
    width: auto;
    height: 149px;
  }

  .fast_boxWrapper {
    margin-top: 164px;
  }

  .designed_boxSymbol {
    font-size: 32px;
    height: 35px;
  }

  .designed_boxTitle {
    font-size: 20px;
  }

  .designed_desc {
    font-size: 14px;
  }

  .designed_boxSymbol svg {
    width: 36px;
    height: 36px;
  }

  /* Lost Chart */

  .lowestCostChart_wrapper {
    margin-top: 56px;
  }

  .lowestCostChart_wrapper .lowestCostChart_title {
    font-size: 32px;
  }

  .lowestCostChart_subTitle {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 32px;
  }

  /* FAQ Section */

  .faq-bg {
    margin-top: 56px;
    padding-bottom: 100px;
  }

  .faq_bgTitle {
    font-size: 32px;
  }

  .collapsible_summary {
    font-size: 18px;
  }

  .faq-bg .accordion-body .text-primary,
  .faq-bg .accordion-body p {
    font-size: 14px;
  }

  .faq-bg .accordion-item {
    padding: 16px;
  }

  .assets_positions_btn .btn-outline-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 36px;
    white-space: nowrap;
    padding: 0;
  }

  .it_works h1,
  .double_up h1,
  .referral_item h1 {
    font-size: 32px;
  }

  .it_works .section_description,
  .double_up .section_description,
  .referral_item p {
    font-size: 16px;
  }

  /* .tradingPage_position {
    display: none;
  } */

  /* Trading View */

  .headerInfo_wrapper {
    flex-wrap: wrap;
  }

  .trade_info p {
    font-size: 14px;
  }

  .trade_info a {
    font-size: 12px;
    padding: 0 8px !important;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 4px;
    height: 26px;
  }

  /* Market */

  .market {
    padding: 30px 0 56px;
  }

  .market .top-categories {
    display: none;
  }

  .market_title {
    padding-bottom: 0;
  }

  .market_title h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .discover_title {
    display: none;
  }

  .frequently_trades .discover_tabContent,
  .high_funding .discover_tabContent,
  .high_volume .discover_tabContent,
  .top_movers .discover_tabContent,
  .new_listings .discover_tabContent,
  .all_trading .discover_tabContent {
    font-size: 14px;
    padding: 20px 16px;
  }

  /* Earn Page */

  .earn_titile {
    font-size: 24px;
    margin-top: 30px;
  }

  .cumulative {
    margin: 0 0 56px 0;
  }

  .estimated_item {
    padding: 12px 16px;
  }

  .estimated_item h1 {
    font-size: 20px;
  }

  .estimated_current p {
    font-size: 24px;
  }

  .deposit_usdt {
    padding: 16px;
  }

  .deposit_usdt .deposit_apr {
    font-size: 16px;
  }

  .deposit_usdt .deposit_percent {
    font-size: 24px;
  }

  .deposit_update {
    margin-bottom: 16px;
    text-align: start;
  }

  .aprInfo_collapse,
  .extra_percent,
  .aprInfo_collapse,
  .base_percent {
    font-size: 16px;
  }

  .title_usdt_balance {
    margin-bottom: 12px;
  }

  .earn_usdt_total {
    font-size: 14px;
    color: var(--text-gray-50);
  }

  .faq_earn {
    margin-bottom: 56px;
  }

  .faq_earn .accordion-item {
    padding: 16px 20px;
  }

  .faq_earn .accordion-button {
    line-height: 1.1;
  }

  /* Launchpool Page */

  .launchpool_title {
    font-size: 24px;
    margin-top: 30px;
  }

  .launchpool_info_list li,
  .launchpool_info_lists li {
    font-size: 14px;
  }

  .trading_multiplier {
    margin: 16px 0;
  }

  .tradingMultipliers_description,
  .tradingMultipliers_list li {
    font-size: 14px !important;
  }

  .stake_convertInfo .btn-light {
    width: 100%;
    height: 46px;
  }

  .tradingMultipliers_heading {
    font-size: 14px;
    font-weight: 600;
  }

  .tradingMultipliers_text,
  .tradingMultipliers_title {
    font-weight: 400;
  }

  .tradingMultipliers p {
    font-size: 14px;
  }

  .launchpool_info_list li:nth-child(4) p {
    font-size: 18px;
  }

  .stake_convertInfo {
    text-align: start;
  }

  .stake_convertDesc {
    font-size: 14px;
    line-height: 1.4;
    margin: 16px 0 8px;
    color: #fff;
  }

  /* Assets Page */

  .assets .container {
    margin: 0;
  }

  .assets .assets_title {
    font-size: 20px;
  }

  .overview_overview {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .assets .assets_list li span {
    font-size: 14px;
  }

  .assets .assets_balance span {
    font-size: 14px !important;
    font-weight: 600;
  }

  .assets_balance_small {
    font-size: 14px;
  }

  .your_position_title h1 {
    font-size: 20px;
  }

  .assets_positions_price p {
    font-size: 16px;
  }

  .your_assetsTitle h1 {
    font-size: 20px;
  }

  .your_position {
    padding: 16px 0;
  }

  .assets_items_info .coins_balance {
    font-size: 14px;
    color: red !important;
  }

  /* Referral Page */

  .progran_period {
    padding: 20px 0;
  }

  .progran_period_item {
    border-right: none;
  }

  .progran_period span {
    font-size: 18px;
  }

  .progran_period_item span {
    font-size: 20px;
  }

  .terms {
    margin: 60px auto;
  }

  .terms h1 {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .terms_item {
    padding: 20px;
    border-radius: 8px;
  }

  .section_footer {
    text-align: center;
  }

  .section_footer h1 {
    font-size: 32px;
  }

  .section_footer {
    height: 320px;
  }

  /* Market */

  .market_title p {
    font-size: 14px;
  }

  .favorites p {
    font-size: 14px;
  }

  .favorites .btn-light {
    height: 46px;
  }

  .discover_search {
    height: 46px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .announcement_wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .lowestCostChart_wrapper .nav-link {
    width: 100%;
  }

  .lowestCostChart_wrapper .nav-item {
    width: 50%;
  }

  /* Homepage */

  .announcement_wrapper {
    margin-top: 56px;
  }

  .announcement_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .announcement_textSection {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .announcement_divider {
    display: none;
    height: 0;
  }

  .announcement_indexSection {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .announcement_textSection h2 {
    font-size: 18px;
  }

  .currentActivities_imageTextWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .currentActivities_imageWrapper {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .currentActivities_imageWrapper img {
    width: 80px;
    height: 80px;
  }

  .current_slider,
  .current_sliderActivities {
    padding: 16px 16px 32px;
  }

  .current_sliderActivities .btn-primary {
    max-width: 100%;
    width: 100%;
  }

  .currentActivities_textWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .currentActivities_prize {
    margin-bottom: 0;
  }

  .currentActivities_tcInfos {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .currentActivities_desc {
    font-size: 18px;
  }

  .current_slider .currentActivities_title {
    font-size: 24px;
    text-align: center;
  }

  .current_slider .currentActivities_imageWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .current_slider .currentActivities_textWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .history_position .container,
  .history .container {
    width: 100%;
  }
}


.btn-outline-primary, 
.history_position .btn-outline-primary , 
.trading_positions .btn-outline-primary,
.history_position .btn-outline-primary {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 10px;
  width:auto;
  height: 28px;
  color: #ddd;
  border: 1px solid #8c8c8c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 4px;
  gap: 0rem;
}


.btn-outline-primary:hover,
.history_position .btn-outline-primary:hover, 
.trading_positions .btn-outline-primary:hover,
.history_position .btn-outline-primary:hover {
  opacity: 0.8;
  background: none;
  border-color: var(--bg-white);
}

.coinSymbol{
  font-size: 12px;
}

.btn-outline-primary svg {
  margin-right: 3px;
}

.btn-outline-primary:hover,
.btn-outline-primary:first-child:active,
:not(.btn-check)+.btn-outline-primary:active {
  opacity: 0.8 !important;
  background: none !important;
  border-color: var(--bg-white) !important;
}

.m_history_position .m_positionTitle {
  font-size: 20px;
}

.m_positionFilter .all-dropdown ul {
  padding-left: 0;
}

.td-txte-close {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  min-width: 40px;
  height: 24px;
  color: #ddd;
  font-weight: 400;
}

.td-btn-close {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  min-width: 40px;
  height: 24px;
  color: #ddd;
  font-weight: 400;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  cursor: pointer;
  background: none;
}

.td-btn-close:hover {
  color: #ff4141;
  border: 1px solid #ff4141;
}

.m_positionFilter .default_dropdown .dropdown-toggle {border-radius: 4px;}

ul.m_positionDate{padding: 0;}
@media screen and (max-width: 413px) {
  .trade_dropdown .dropdown-menu {min-width: 16rem;}
  .m_positionFilter .all-dropdown .dropdown-toggle,
  .m_positionFilter .default_dropdown .dropdown-toggle{ width: 220px !important; }
  .m_positionFilter .trade_dropdown .dropdown-menu{min-width: unset}
  .date_range,
  .date_range[data-v-649c6bac],
  .date_range[data-v-5f0d36e3]{width: 220px !important;}
}

/* ====25_05_27==== */
.adjust_up{
  border: var(--border-green);
  color: var(--bg-green);
  border-radius: var(--border-rounded-2);
  padding: 3px 8px;
  height: 24px;
  font-size: 12px;
  width: 66px;
  display: block;
  text-align: center;
}
.adjust_down{
  border: var(--border-red);
  color: var(--bg-red);
  border-radius: var(--border-rounded-2);
  padding: 3px 8px;
  height: 24px;
  font-size: 12px;
  width: 66px;
  display: block;
  text-align: center;
}
.adjust_open{
  display: block;     
  margin: 3px 3px;
  padding: 3px 8px;
  width: 52px;
  height: 24px;
  font-size: 12px;   
  text-align: center;
  color: var(--bg-green);
  border: var(--border-green);   
  border-radius: var(--border-rounded); 
}

.adjust_cross{
  display: block;     
  margin: 3px 3px;
  padding: 3px 8px;
  width: 52px;
  height: 24px;
  font-size: 12px;   
  text-align: center;   
  color: var(--bg-red);
  border: var(--border-red);
  border-radius: var(--border-rounded); 
}

.table_center,
.tableHeader_center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination {
  font-size: 14px !important;
  --bs-pagination-padding-x: 10px !important;
  --bs-pagination-padding-y: 4px !important;
  --bs-pagination-font-size: 14px !important;
}

.page-link {
  color: #bbb !important;
}

.page-link:hover {
  border-color: var(--bs-pagination-hover-border-color) !important;
}

.page-link:focus {
  z-index: 3;
  color: #ffffff !important;
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
  box-shadow: none !important;
}

.fw-semibold {
  font-size: 12px !important;
  font-weight: 400 !important;
}