.light {
  --clr-font: #000000;
  --bg-chain: #d1daed;
  --head-btn: #fff;
}

.darkmode {
  --clr-font: #fff;
  --bg-chain: rgba(236, 240, 249, 1);
  --head-btn: #000;
}

html {
  width: 100%;
  height: 100%;
  position: absolute;
}

ul.form-btns ul.navbar-nav {
  align-items: center;
  gap: 10px;
}

body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 12px;
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "Segoe UI", Arial, sans-serif !important;
  position: relative;
  min-height: 100%;
  width: 100%;
  /* padding-bottom: 50px; */
  /* background: #131722 !important; */
  /* background-image: url(../images/back-image.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
  background: rgb(238, 239, 243) !important;
  /* background-color: #fff; */
  transition: background-color 1s;
}

a.nav-link.btn.sitebtn.me-2 {
  font-size: 15.8px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 22.5px;
  background: none !important;
  text-transform: initial;
  color: var(--clr-font) !important;
}

a.nav-link.btn.sitebtn.me-2:hover {
  color: var(--clr-font) !important;
}

body.darkmode .headermenu .headbg ul li a.nav-link.btn.sitebtn.me-2:hover {
  color: #fff !important;
}

a.nav-link.btn.sitebtn {
  border-radius: 7.88px;
  background: var(--clr-font);

  color: var(--head-btn);
  font-size: 15.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.63px;
}

.container-mode {
  position: relative;
  cursor: pointer;
}

.light {
  background-color: rgb(238, 239, 243) !important;
}

.moon {
  position: absolute;
  inset: 0;
}

.moon-logo {
  opacity: 0;
  transform: translateY(10%) rotateZ(50deg);
  transition: all 1s ease-out;
}

.sun-logo {
  opacity: 1;
  transform: translateY(0) rotateZ(0deg);
  transition: all 1s ease-out;
}

.animate-sun {
  opacity: 0;
  transform: translateY(10%) rotateZ(100deg);
}

.animate-moon {
  opacity: 1;
  transform: translateY(0%) rotateZ(0deg);
}

.animate-moon path {
  fill: rgb(0, 0, 0);
}

.animate-sun path {
  fill: white;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

svg.sun {
  fill: #fff;
}

body.light .tradepage .headermenu .headbg ul li a.nav-link {
  color: #000 !important;
  background: #edeff6;
}

body.pagewrapperbox.light .dropdown-menu.show {
  background: #000 !important;
}

body.pagewrapperbox.light .innerpagecontent .h2 {
  color: #000;
}

.mainBody {
  backdrop-filter: blur(10px) !important;
  position: absolute !important;
  height: 100vh !important;
  width: 100vw !important;
  z-index: 99 !important;
  top: 10% !important;
  overflow: hidden !important;
}

.comingSoon {
  color: white !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99 !important;
  font-size: 50px !important;
  overflow: hidden !important;
}

.footerbox {
  bottom: 0px;
  position: relative;
  width: 100%;
  height: 50px;
}

.t-gray {
  color: #acacacf2;
}

body.dark .t-gray {
  color: #b4b4b4;
}

.content {
  font-size: 13px;
  line-height: 21px;
}

button:hover,
button:focus,
button:active {
  box-shadow: none;
  outline: none;
}

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

.gridparentbox,
.footerbox,
.headbg {
  /* padding-left: 80px !important; */
}

.pagewrapperbox .gridparentbox,
.pagewrapperbox .footerbox,
.pagewrapperbox .headbg {
  /* padding-left: 235px !important; */
}

.pagewrapperbox .tradepage .gridparentbox,
.pagewrapperbox .tradepage .footerbox {
  padding-left: 0px !important;
}

.pagewrapperbox .tradepage .headbg {
  padding: 12px !important;
}

.headbg {
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: transparent;
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
  /*  background: #1e1e1e; */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 0px;
  padding: 12px 10px;
  z-index: 99;
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
}

.headermenu {
  position: relative;
  width: 100%;
  z-index: 999;
}

.headbg .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  padding-left: 0px;
}

.sitecontainer {
  width: 100%;
  max-width: 96%;
  padding: 0px 8px;
}

.footerbox .container {
  width: 100%;
  max-width: 100%;
}

.logo {
  width: 100%;
  max-width: 165px;
  margin: 0px auto;
  display: block;
  padding-bottom: 10px;
}

body img.logo.light-logo {
  display: none !important;
}

body.light img.logo.light-logo {
  display: block !important;
}

body.light img.logo.dark-logo {
  display: none;
}

section.headermenu a.navbar-brand img.logo {
  max-width: 100%;
  min-height: 70px;
  max-height: 70px;
  padding-bottom: 0px;
}

.leftsidemenu .logo {
  max-width: 85px;
}

.logoicon {
  width: 100%;
  max-width: 45px;
}

.headermenu .headbg ul li a.nav-link {
  color: var(--clr-font);
  padding: 10px 15px;
  position: relative;
  background: none !important;

  font-size: 15.8px;
  font-style: normal;
  font-weight: 700;
}

.headermenu .headbg ul li a.nav-link:hover,
.headermenu .headbg ul li.nav-link.center a.nav-link:hover {
  color: #3b8ff7 !important;
}

.headermenu .headbg ul li a.nav-link:hover,
.headermenu .headbg ul li a.nav-link:focus,
.headermenu .headbg ul li a.nav-link:active {
  /* color: #fff !important; */
  background: var(--31, linear-gradient(270deg, #0dcaf0 0%, #4195fc 100%));
  background-clip: text;
  color: var(--clr-font) !important;
  /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  /* border-bottom: 2px solid #fff; */
  /* padding-bottom: 17px; */
  /* padding-top: 10px; */
}

body.darkmode .headermenu .headbg ul li a.nav-link:hover,
body.darkmode .headermenu .headbg ul li a.nav-link:focus,
body.darkmode .headermenu .headbg ul li a.nav-link:active {
  color: #3b8ff7 !important;
  /* background-color: rgb(43 43 43); */
  /* border-bottom: 2px solid #fff; */
  /* padding-bottom: 17px; */
  /* padding-top: 10px; */
}

body.light .headermenu .headbg ul li a.nav-link:hover,
body.darkmode .headermenu .headbg ul li a.nav-link:focus,
body.darkmode .headermenu .headbg ul li a.nav-link:active {
  color: #3b8ff7 !important;
}

body.light .headermenu .headbg ul li a.nav-link:hover,
body.light .headermenu .headbg ul li a.nav-link:focus,
body.light .headermenu .headbg ul li a.nav-link:active {
  /* background-color: #e9ecef; */
  color: #000 !important;
}

body.darkmode .siteformbg .form-control {
  border: 1px solid #e1e1e1 !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #000000;
}

.headermenu .headbg ul li a.dropdown-bs-toggle i {
  padding-left: 7px;
}

.headermenu .headbg ul li .dropdown-menu a.active {
  color: rgba(0, 0, 0, 0.6) !important;
  background-color: #333;
}

.headermenu .headbg ul li a.active {
  color: #ffffff !important;
  border-bottom: 3px solid #0057da !important;
}

.usermenu .dropdown-toggle::after {
  display: none;
}

.usermenu .fa-angle-right {
  padding-left: 20px;
  margin-right: 0px !important;
  position: absolute;
  right: 4px;
  top: 11px;
}

.headermenu .dropdown-menu {
  background: #fff;
  padding: 0px;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 2px 6px 0 rgb(1 34 115 / 20%);
  position: relative;
  padding-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 16px;
  overflow: hidden;
}

.headermenu .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
}

.headermenu .menuicn .dropdown-toggle::after {
  xdisplay: none;
}

.innerpagegrid .menuicn {
  display: none;
}

.headermenu .menuicn i {
  font-size: 15px;
  margin-top: 5px;
}

.dashboardicont a {
  padding-right: 2px !important;
}

.dashboardicont img {
  width: 100%;
  max-width: 18px;
}

.usermenu .dropdown-menu {
  right: 0px;
  left: inherit;
}

.dropdown-divider {
  border-top: 0px;
  margin: 0px;
}

.headermenu .headbg .dropdown-item {
  color: #d6d6d6;
  font-size: 14px !important;
  padding: 13px 16px !important;
  position: relative;
  font-weight: 400;
}

.headermenu .headbg .dropdown-item:hover,
.headermenu .headbg .dropdown-item:focus,
.headermenu .headbg .dropdown-item:active {
  background: #1e1e1e;
  color: #ccc;
}

.headermenu .headbg .dropdown-item i {
  margin-right: 8px;
}

.tradepage .headermenu .headbg ul li a.nav-link {
  color: #fff;
}

.leftsidemenu {
  background: #1e1e1e;
  position: fixed !important;
  left: 0px;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 99 !important;
  padding: 15px 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%);
}

.leftsidemenu .logo,
.leftsidemenu.active .logoicon {
  display: none;
}

.leftsidemenu.active {
  width: 235px;
}

.leftsidemenu.active .logo {
  display: block;
}

.leftsidescroll {
  height: 87%;
  margin-top: 18px;
}

.leftsidescroll .iconview {
  color: #ffffff;
  margin-right: 11px;
  background: #3e3e3e;
  padding-top: 5px;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}

.leftsidescroll i {
  font-size: 12px;
  position: relative;
}

.leftsidemenu ul {
  padding: 0px;
  margin: 0px;
}

.leftsidemenu li {
  list-style: none;
  text-align: center;
}

.leftsidemenu li a {
  padding: 14px 5px;
  color: #fbfbfb;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.leftsidemenu li a:hover {
  text-decoration: none;
}

.leftsidemenu li a.active,
.leftsidemenu li a.active:hover,
.leftsidemenu li a.active:focus,
.leftsidemenu li a.active:active,
.leftsidemenu li a:hover {
  color: #f7841e;
}

.leftsidemenu li a.active .iconview,
.leftsidemenu li a:hover .iconview {
  color: #fff;
  background: #f7841e;
}

.leftsidemenu li a img {
  width: 23px;
}

.leftsidemenu li a>div,
.pagewrapperbox .tradepage .leftsidemenu.active {
  display: none;
}

.leftsidemenu.active li a>div {
  display: inline-block;
}

.leftsidemenu {
  display: inline-block;
}

.pagewrapperbox .leftsidemenu.active {
  display: block;
}

.livepricemobile li a {
  color: #ffffff !important;
  font-size: 12px;
  line-height: 8px;
  font-weight: 400;
  text-decoration: none;
  /* line-height: 15px; */
}

.livepricemobile li a:hover,
.livepricemobile li a:focus,
.livepricemobile li a:active {
  text-decoration: none;
}

.coinlisttable img,
.coinlisttable>div {
  display: table-cell !important;
  vertical-align: top;
  line-height: 25px;
}

.coinlisttable img {
  position: relative;
  top: -1px;
  width: 26px;
}

.coinlisttable {
  display: table;
}

.livepricemobile {
  padding: 8px 8px;
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: #272a31;
  border-radius: 6px;
}

.livepricenavbg {
  padding-left: 0px;
  width: 100%;
  display: flex;
  margin-bottom: 0px;
  /* overflow-x: auto; */
  justify-content: space-between;
}

.livepricenavbg li {
  list-style: none;
  float: left;
  padding: 1px 16px;
  width: auto;
  line-height: 17px;
  border-right: 0px;
  white-space: nowrap;
}

.livepricenavbg li:hover {
  /* background: #090909; */
  /* padding: 0px 0px; */
}

.livepricenavbg li:last-child {
  border-right: 0px;
}

.livepricemobile li a:hover,
.livepricemobile li a:focus,
.livepricemobile li a:active {
  color: #fff;
}

.livepricemobile .dropdown .dropdown-menu {
  background: #1d1d1d;
  border-radius: 3px;
  margin: 0px;
  padding: 0px;
  margin-top: 11px;
  /* width: 100%; */
  /* max-width: 39px; */
}

.livepricemobile .dropdown .dropdown-menu a {
  padding: 6px 6px;
  color: #fff;
  font-size: 13px;
}

.livepricemobile .dropdown .dropdown-menu a:hover,
.livepricemobile .dropdown .dropdown-menu a:focus,
.livepricemobile .dropdown .dropdown-menu a:active {
  background-color: #535252;
}

.coinlisticon {
  width: 32px;
  margin-right: 4px;
  margin-left: -22px;
}

.livepricet span {
  display: inline-block;
  text-align: left;
  line-height: normal;
  font-size: 12px;
  color: #ffffff;
  padding-left: 0px;
  font-weight: 700;
}

.photopic img {
  width: 35px;
  height: 35px;
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  border-radius: 50px;
  position: relative;
  top: 8px;
  margin-top: -18px;
  padding: 2px;
}

.usermenu a.dropdown-toggle {
  margin-top: 1px;
}

.btn-block {
  width: 100%;
}

.chart {
  grid-area: auto;
  /* grid-area: chart; */
}

.orderbook {
  grid-area: auto;
  /* grid-area: orderbook; */
}

.orderform {
  grid-area: orderform;
}

.tradehistory {
  grid-area: tradehistory;
  overflow: hidden;
}

.marketlist {
  xgrid-area: marketlist;
  display: none;
}

.openorder {
  grid-area: openorder;
}

.livepricelist {
  grid-area: livepricelist;
  overflow: inherit !important;
  z-index: 10000;
}

.mobilegrid {
  grid-area: mobilegrid;
  display: none;
}

.walletbalance {
  grid-area: walletbalance;
}

.grid-box {
  display: grid;
  grid-template-areas:
    "livepricelist orderbook orderform"
    "chart orderbook orderform"
    "openorder tradehistory orderform";
  grid-template-columns: 1fr 350px 350px;
  grid-gap: 7px;
  margin: 15px 0px;
  border-radius: 11px;
  /* overflow: hidden; */
}

.grid-box>div,
.grid-box-new>div {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(70%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: rgb(9 9 9 / 32%);
}

.chart.active {
  display: flex;
}

.walletbalance .btn-sm {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 700;
}

.gridparentbox {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.heading-box {
  padding: 16px 16px;
  margin: 0px;
  background: #191919;
  border-bottom: 1px solid #191919;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  /* border-radius: 6px; */
  font-weight: 700;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: #272a31;
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
}

.heading-box1 {
  padding: 16px 16px;
  margin: 0px;
  background: #191919;
  border-bottom: 1px solid #191919;
  color: #ffffff;
  font-size: 13px;

  /* border-radius: 6px; */
  font-weight: 700;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: rgba(9, 9, 9, 0.93);
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
}

.footerbox {
  z-index: 9;
  padding: 0px;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: #161616; */
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.innerpagegrid .footerbox {
  /* background: none; */
}

.footetext p {
  margin-bottom: 0px;
  font-size: 12px;
}

.chart {
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}

.chart .tab-content,
.tradechartlist.active,
.tradechartlist>div,
.tradechartlist>div>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  min-height: 333px;
}

.marketchart.active,
.marketchart>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: auto;
}

.marketchart>div,
.tradechartlist>div {
  height: 333px;
  min-height: 333px;
}

.orderfrmtab {
  /* margin: 10px 0px; */
  border-bottom: 0px;
  display: flex;
  flex-wrap: inherit;
  /* padding: 6px 12px; */
}

.buyselltabbg {
  /* display: inline-block; */
  padding: 0;
  padding-bottom: 0;
  /* position: absolute; */
  top: 5px;
  padding: 6px 12px;
  right: 6px;
}

.sellorderform {
  display: none;
}

.sellorderformactive1 .sellorderform {
  display: block;
}

.buyorderformactive1 .buyorderform {
  display: block;
}

.sellorderformactive1 .buyorderform {
  display: none;
}

.buyorderformactive1 .sellorderform {
  display: none;
}

.orderform .tabrightbox {
  margin-top: 8px;
  right: 5px;
}

.orderfrmtab li {
  width: 50%;
  text-align: center;
  margin-bottom: 0px !important;
}

.orderform .orderfrmtab li a {
  border-radius: 0px;
  color: #76808f;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 19px;
  border: 0px !important;
  font-weight: 700;
}

.orderform .buyselltab li a {
  border: 1px solid #212121 !important;
  font-size: 12px;
  padding: 10px 0px;
}

.orderform .buyselltab li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 0px;
}

.orderform .buyselltab li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.orderform .buyselltab li:first-child a.active {
  border-color: #b38247 !important;
  color: #fff;
  background: linear-gradient(109.54deg, #3b8ff7 -3.62%, #0057da 93.53%);
  font-weight: 900;
}

.orderform .buyselltab li:last-child a.active {
  border-color: #b38247 !important;
  color: #fff;
  background: linear-gradient(109.54deg, #3b8ff7 -3.62%, #0057da 93.53%);
  color: #fff;
}

.sectable {
  border-bottom: 1px solid #dcdcdc;
}

.contentbox {
  padding: 18px 20px;
}

.limitabbg {
  /* margin-top: 5px; */
  padding: 6px 12px;
  /* border-bottom: 1px solid #d6d9e3; */
}

.orderform .limitabbg li {
  padding: 0px;
  width: auto;
}

.orderform .limitabbg li a {
  padding: 11px 19px;
  text-transform: capitalize;
  font-size: 13px;
  /* border-bottom: 1px solid #d6d9e3 !important; */
}

.orderform .limitabbg li a.active {
  color: #3b8ff7;
  /* backdrop-filter: blur(19px) saturate(178%); */
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-bottom: 3px solid #0057da !important;
}

.orderfrmtab .dropdown .dropdown-item {
  background-color: #fff !important;
  padding: 7px 10px;
  font-size: 13px;
}

.orderfrmtab .dropdown .dropdown-item.active {
  border-bottom: 0px !important;
  color: #b08045;
}

.siteformbg label {
  font-size: 14px;
  color: #cecece;
  font-weight: 500;
}

.siteformbg .form-control {
  font-size: 13px;
  height: 40px;
  background: #fff;
  border: 1px solid #212554 !important;
  color: #fff;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-right: 50px;
  border-radius: 10px;
  border: 1px solid #5d9621 !important;
  background: #000 !important;
}

.siteformbg .input-group-text {
  height: 40px;
  background: #fff;
  /* border: 1px solid #494949; */
  color: #000;
  font-size: 12px;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  cursor: pointer;
}

/* .siteformbg .input-group .input-group-append .input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
} */

.orderform .form-control,
.orderform .input-group-text {
  font-size: 13px;
  height: 40px;
  background: #2637399e;
  border: 1px solid #1d2728;
  color: #fff;
}

.orderform .form-control {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.siteformbg .input-group-prepend .input-group-text {
  width: 0px;
  padding: 0px;
  background: none !important;
  border: 0px !important;
  color: #6b6c74;
  font-weight: 600;
}

.orderform .form-group {
  margin-bottom: 9px;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.oredrfromtable tbody tr td {
  border: 0px;
  color: #1e2022;
  font-size: 13px !important;
  padding: 4px 0px !important;
}

.sitebtn,
.borderbtn,
.yellow-btn,
.black-btn {
  padding: 8px 28px;
  border: 0px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(109.54deg, #3b8ff7 -3.62%, #0057da 93.53%);
}

.sitebtn:hover,
.sitebtn:focus,
.sitebtn:active {
  background: #487419 !important;
  border: 0px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.login-form .btn:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.headermenu .headbg ul li a.nav-link:active {
  color: #fff !important;
  border-bottom: 3px solid #0057da !important;
}

.black-btn,
.black-btn:hover,
.black-btn:focus,
.black-btn:active,
.borderbtn,
.borderbtn:hover,
.borderbtn:active,
.borderbtn:focus {
  background: #23282e;
}

.green-btn,
.green-btn:hover,
.green-btn:focus,
.green-btn:active {
  background: #12b298 !important;
  border: 1px solid #12b298 !important;
  color: #fff !important;
}

.red-btn,
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
  background: #f95a50 !important;
  border: 1px solid #f95a50 !important;
  color: #fff !important;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: rgb(39 39 39 / 90%);
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 8px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.sitescroll {
  max-height: 772px;
}

.openorder .sitescroll,
.orderhistory .sitescroll {
  max-height: 250px;
}

.tradehistory .sitescroll {
  max-height: 245px;
  min-height: 235px;
}

.sitetable thead tr th {
  border: 0px;
  background: #1d1d1d;
  border-bottom: 1px solid #1d1d1d !important;
  color: #bcbcbc;
  font-size: 13px;
  padding: 11px 13px;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 600;
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #151515e8;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 13px;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
}

.tradecontentbox .sitetable .coinlisticon {
  width: 23px;
}

.livepricebox .div-tr>div {
  font-size: 16px !important;
}

.table {
  margin-bottom: 0px !important;
}

.tradepage thead tr th {
  font-size: 12px;
  padding: 4px 8px;
}

.tradepage tbody tr td {
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 500;
}

.tradepage thead tr th {
  font-size: 12px;
}

.livepricebox .sitetable tr th {
  background: #1d1d1d !important;
  vertical-align: middle !important;
  font-size: 15px !important;
  padding: 3px 10px !important;
  border-bottom: 0px !important;
}

.livepricebox th:first-child {
  font-size: 15px !important;
}

.t-green {
  color: #12b298 !important;
  font-weight: 700;
}

.t-red {
  color: #f95a50 !important;
  font-weight: 700;
}

.sellboxorder .active,
.sellboxorder .active:hover {
  background: rgba(208, 63, 63, 0.2509);
}

.buyboxorder .active,
.buyboxorder .active:hover {
  background: rgba(7, 188, 83, 0.19);
}

.buyboxorder .sitescroll {
  max-height: 209px;
}

.buyshow .buyboxorder .sitescroll {
  max-height: 406px;
}

.buyboxorder {
  min-height: 170px;
}

.buyshow .buyboxorder {
  min-height: 330px;
}

.sellboxorder .sitescroll {
  position: relative;
  max-height: inherit;
  height: 159px;
  overflow: auto;
}

.sellboxorder .sellboxtablebg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 144px;
}

.sellshow .sellboxorder .sellboxtablebg {
  max-height: 378px;
}

.sellshow .sellboxorder .sitescroll {
  height: 378px;
}

.sellshow .sellboxorder table {
  xposition: relative;
}

.sellboxorder table tbody td {
  vertical-align: bottom;
}

.sellboxorder .sitescroll::-webkit-scrollbar-thumb {
  background: rgba(4, 4, 4, 0.22);
  border-radius: 50px;
  visibility: hidden;
}

.sellboxorder .sitescroll::-webkit-scrollbar-track {
  background: #2d2d2d1f;
}

.sellboxorder .sitescroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.sellboxorder:hover .sitescroll::-webkit-scrollbar-thumb {
  visibility: visible;
}

.livepricebox .div-tr {
  background: #252a38;
}

.tradehistory {
  xmin-height: 223px;
}

.expandhistoryscroll .tradehistory {
  min-height: 810px;
}

.expandhistoryscroll .orderformbg1 {
  xmin-height: 444px;
}

.expandhistoryscroll .tradehistory .sitescroll {
  max-height: 810px;
}

.expandhistoryscroll .buyboxorder .sitescroll {
  max-height: 755px;
}

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

.tabbanner {
  border-bottom: 0px;
  margin: 0;
  display: flex;
  flex-wrap: inherit;
  /* overflow: scroll; */
  white-space: nowrap;
}

.exchange-part-contain.bottom .tab-content.padding-block-right-body {
  overflow: auto;
}

.tabbanner li a {
  border-radius: 0px !important;
  color: #000 !important;
  border: 1px solid #4d5465 !important;
  text-transform: capitalize;
  font-size: 14px;
  padding: 6px 16px;
  font-weight: 600;
  margin: 0px !important;
}

.tradepage .tabbanner li a {
  font-size: 13px;
}

.tabbanner li a:hover {
  color: #3b8ff7;
}

.tabbanner li a.active {
  background-color: #f7841e !important;
  color: #3b8ff7 !important;
}

.tabrightbox {
  position: absolute;
  right: 0;
  top: 0px;
  margin-top: 1px;
}

.marketlist .heading-box {}

.marketlist .tabbanner {
  flex-wrap: inherit;
  margin-bottom: 0px;
}

.marketlist .tabrightbox {
  top: 6px;
  right: 8px;
}

.marketlist .tabbanner li {
  width: 100%;
  text-align: center;
  padding: 0px;
}

.marketlist .tabbanner li a {
  background: #f8f9fa;
  color: #1e2022;
  border: 1px solid #d8d9dc !important;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 400;
}

.marketlist .tabbanner li a.active {
  background-color: #65ffdb !important;
  color: #040404 !important;
  border: 1px solid #0dd5a6 !important;
}

.latestnewlist {
  padding-left: 0px;
  margin-bottom: 0px;
}

.newscontentscroll {
  max-height: 211px;
}

.latestnewlist li {
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  border-bottom: 1px solid #373c4b;
  padding: 10px 10px;
}

.latestnewlist li:last-child {
  border-bottom: 0px;
}

.newslinkt,
.newslinkt:hover,
.newslinkt:focus,
.newslinkt:active {
  color: #ffc904;
  text-decoration: underline;
}

.newslinkt {
  font-size: 12px;
}

.tabbanner li a .chartshow {
  display: none;
}

.tabbanner li a .charthide {
  display: block;
}

.tabbanner li a.active .chartshow {
  display: block;
}

.tabbanner li a.active .charthide {
  display: none;
}

.charttabbg li a,
.charttabbg li a.active {
  border: 0px !important;
  background: none !important;
}

.charttabbg li a {
  padding: 6px 20px;
}

a,
a:focus {
  outline: none;
  box-shadow: none;
}

.buyshow .sellboxorder,
.sellshow .buyboxorder {
  display: none;
}

.buyshow .buyboxorder,
.sellshow .sellboxorder {
  display: block;
}

.buysellshow .buyboxorder,
.buysellshow .sellboxorder {
  display: block;
}

.orderchangebg li img {
  width: 100%;
  max-width: 15px;
}

.orderchangebg li a {
  cursor: pointer;
}

.orderchangebg li a {
  border: 0px !important;
  background: #1d1d1d !important;
  padding: 5px 5px;
  border-radius: 5px !important;
}

.buysellshow .orderchangebg li:first-child a,
.buyshow .orderchangebg li:nth-child(2) a,
.sellshow .orderchangebg li:last-child a {
  background-color: #1d1d1d !important;
  border: 1px solid #0057da !important;
}

.orderbookhead .table {
  margin-bottom: 0px;
}

.orderbook .tabrightbox {
  top: 2px;
  right: 7px;
  margin-top: 4px;
}

.livepricebox a {
  color: #474d57;
  margin-right: 10px;
  text-decoration: underline;
  text-transform: capitalize;
}

.livepricebox a:hover,
.livepricebox a:focus,
.livepricebox a:active {
  text-decoration: underline;
  color: #3498db;
}

.innerpagecontent {
  padding: 16px 3px;
  position: relative;
  padding-top: 9px;
}

.innerpagegrid .headbg {
  /* background: #363636; */
  position: fixed;
}

.innerpagegrid .gridparentbox .sitecontainer {
  position: relative;
}

.innerpagecontent .h2 {
  font-size: 17px;
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

.innerpagecontent .h2>span {
  font-weight: 400;
  color: #3c3c3c;
}

.panelcontentbox {
  /* background: #fff; */
  position: relative;
  border-radius: 6px;
  /* box-shadow: 0px 0px 27px 0 rgb(31 36 41 / 19%); */
  /* overflow: hidden; */
  /* backdrop-filter: blur(19px) saturate(178%); */
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: rgb(9 9 9 / 44%); */
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
  padding: 18px 20px;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  background: #000;
}

.flexbox.supportbg.pbg>.panelcontentbox {
  border: 1px solid #5d9621;
}

.panelcontentbox.proheight {
  overflow: initial;
}

.contentpanel {
  padding: 20px;
}

.innerpagegrid .gridparentbox .container {
  padding: 15px 15px;
  max-width: 96%;
}

.innerpagegrid .sidebarIconToggle {
  xright: 180px;
}

body.darkmode .form-group.kycupload {
  box-shadow: 8px 8px 8px #393838;
}

select.country-text.form-control {
  margin-bottom: 10px;
}

.innerpagegrid .heading-box {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 16px;
  backdrop-filter: blur(10px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000000;
  background: linear-gradient(214deg, #161A42 -45.77%, rgba(22, 26, 66, 0.00) 76.73%);
}

.innerpagegrid .centerbox .heading-box {
  font-size: 16px;
}

.qrcode img {
  width: 100%;
  max-width: 125px;
}

.innerpagecontent .x-line-center {
  display: none;
}

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

textarea {
  max-height: 250px;
  resize: none;
  height: auto !important;
}

.btn-sm,
.borderbtn,
.yellow-btn,
.black-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 5px;
}

.viewbtn {
  padding: 3px 10px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #0057da;
}

.viewbtn:hover,
.viewbtn:focus,
.viewbtn:active {
  background: #0057da;
}

.none-x {
  display: none;
}

.profilemdal .btn {
  -webkit-appearance: none;
}

.controls .btn {
  padding: 6px 23px;
  margin: 10px 0px;
}

.cpybtn {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 2px;
}

.notestable tbody tr td {
  border: 0px;
  color: #e3e3e3;
  font-size: 13px;
  padding: 4px 0px;
}

.custom-file-upload {
  padding: 6px 8px;
  border: 0px;
  background: #5eae0b;
  font-size: 12px !important;
  border-radius: 4px;
  cursor: pointer;
  color: #fff !important;
  margin-top: 0;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.rightboxbtn {
  position: absolute;
  top: 10px;
  right: 9px;
}

.modalbgt .modal-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.modalbgt .modal-header {
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
}

.modalbgt .modal-header .close,
.modalbgt .modal-header .close:hover,
.modalbgt .modal-header .close:focus,
.modalbgt .modal-header .close:active {
  color: #fff;
  opacity: 1;
}

.modal-backdrop {
  background-color: #000000;
}

.searchfrm {
  margin: 0px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: inherit;
  width: 100%;
  flex-direction: row;
  padding: 25px 20px;
  position: relative;
  z-index: 99;
}

.searchfrm>div {
  width: 100%;
  max-width: 100%;
  flex: 100%;
  padding: 0px 7px;
  display: inline-block;
}

.clearbtn {
  width: 100px !important;
}

.clearbtn .form-group {
  display: flex;
}

.searchfrm .form-group {
  margin-bottom: 0px;
}

.clearbtn {
  margin-top: 0px;
}

.seacrright>div>div {
  float: right;
}

.profilebannerbg>div {
  padding: 0px 5px;
}

.sidemenuscroll {
  max-height: 90%;
}

.mb-30 {
  margin-bottom: 30px;
}

.flexboxtable {
  display: flex;
  width: 100%;
}

.profilepage>div:last-child {
  height: 566px;
}

.flexboxtable>div {
  margin: 8px;
  width: 100%;
}

.flexboxtable>div:first-child {
  margin-left: 0px;
}

.flexboxtable>div:last-child {
  margin-right: 0px;
}

.walletboxt .coinlisticon {
  width: 35px;
}

.historytab .tabbanner {
  border-bottom: 0px;
  margin: 0px;
  background: #0c0c0c;
  border-radius: 0px;
  flex-wrap: inherit;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  flex-wrap: inherit;
  justify-content: center;
}

.openorder .tabbanner {
  justify-content: inherit;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: #272a318f;
  border-radius: 6px;
}

.historytab .tabbanner li a {
  border: 0px !important;
  padding: 12px 17px;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
}

.tradepage .innerpagetab .tabbanner li a {
  padding: 12px 30px;
  /* border-radius: 1px !important; */
}

.tradepage .innerpagetab .tabbanner li a.active {
  border-bottom: 3px solid #3b8ff7 !important;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: rgba(9, 9, 9, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.125);
  color: #3b8ff7 !important;
}

.innerpagetab .tabbanner li a.active {
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
  color: #ffffff !important;
  border-radius: 11px 11px 0px 0px;
  border-bottom: 2px solid #cccc;
}

.wlltdpstbox .qrcode img {
  margin-right: 5px;
}

.rightboxbutton {
  position: relative;
  float: right;
  margin-bottom: 10px;
}

.bankinfot .h5,
.bankinfot .h4 {
  color: #fff;
  font-size: 13px;
}

.bankinfot .balancetable {
  padding: 12px 10px;
  border-bottom: 1px solid #373c4b;
}

.subhead {
  font-size: 14px;
  margin: 0px;
  padding: 12px;
  background: #252a38;
  font-weight: 400;
}

.bankinfot {
  background: #252a38;
  border-top: 1px solid #373c4b;
  position: absolute;
  width: 100%;
  top: 40px;
}

.collpseformbg {
  position: relative;
}

.bankinfot>div:last-child {
  border-bottom: 0px;
}

.close,
.close:hover,
.close:focus,
.close:active {
  outline: none !important;
  box-shadow: none;
}

.supportsearch {
  padding: 10px 10px;
  padding-bottom: 0px;
}

.supportsearch .form-group {
  margin-bottom: 0px;
}

input::placeholder {
  color: rgb(139, 139, 139) !important;
}

.innerpagegrid .gridparentbox,
article.gridparentbox.tradecontentbox,
body.market-quantum.dark section.market-banner {
  padding-bottom: 3px;
  padding-top: 90px;
  /* background: #161616; */
}

.marketlist table {
  margin-bottom: 0px;
}

.marketlist .tab-content {
  min-height: 160px;
}

.supportlist {
  max-height: 750px;
}

.clearbtn .btn {
  margin-right: 3px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 9px 9px;
  margin-bottom: 5px;
  width: 100%;
  transition: auto !important;
}

.clearbtn a,
.clearbtn a:hover,
.clearbtn a:focus,
.clearbtn a:active {
  color: #ffffff;
}

.walletbalance .t-green:hover,
.walletbalance .t-green:focus,
.walletbalance .t-green:active {
  color: #00ff6b;
  text-decoration: none;
}

.walletbalance .t-red:hover,
.walletbalance .t-red:focus,
.walletbalance .t-red:active {
  color: #ff7171;
  text-decoration: none;
}

.table> :not(:first-child) {
  border-top: 0px;
}

.notesh5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

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

.subhead {
  position: relative;
  cursor: pointer;
}

.subhead:before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 6px;
}

.subhead.collapsed:before {
  content: "\f067";
}

.bankinfot .balancetable>div {
  padding: 0px 5px;
}

.orderbookscroll table {
  margin-bottom: 0px;
}

.buyboxorder thead,
.sellboxorder thead {
  visibility: hidden;
}

.buyboxorder th,
.sellboxorder th {
  padding: 0px !important;
  border: 0px !important;
  position: relative !important;
  line-height: 0px;
}

.orderform .tab-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orderform .tab-content>.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  -webkit-flex: 1;
}

.orderformbg1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  -webkit-flex: 1;
  min-height: 330px;
}

.orderformbg1>div {
  width: 100%;
  position: relative;
}

.orderformbg1>div:first-child {
  border-right: 0px;
}

.orderform .siteformbg {
  padding: 15px;
}

.orderform .h6 {
  font-size: 14px;
  font-weight: 400;
  color: #768086;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 8px;
}

.buttonloader {
  width: 100%;
  max-width: 28px;
  margin-bottom: 14px;
}

.seacrhbox {
  padding: 10px 10px;
}

.seacrhbox .form-control,
.seacrhbox .input-group-text {
  height: 30px;
  border-radius: 3px;
}

.seacrhbox .form-group {
  margin-bottom: 0px;
}

.stoplimtboxt>div:first-child {
  width: 87px;
  visibility: hidden;
  display: none;
}

.stoplimtboxt {
  display: table;
  width: 100%;
}

.stoplimtboxt>div {
  display: table-cell;
  vertical-align: top;
}

.stoplimtboxt .link-div>div {
  border: 1px solid #516566;
  text-align: center;
  padding: 10px 5px;
  background-color: #516566;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
  color: #bcbcbc;
}

.stoplimtboxt .link-div>div:hover {
  background-color: #0057da;
  color: #ffffff;
  border-color: #0057da;
}

.stoplimtboxt .link-div {
  margin: 0px !important;
  flex-wrap: inherit;
}

.stoplimtboxt .link-div>div:first-child {
  margin-left: 0px;
}

.stoplimtboxt .link-div .activelimit {
  background-color: #0057da;
  color: #ffffff;
  border-color: #0057da;
}

.walletpagebg .stoplimtboxt {
  /* max-width: 300px; */
  /* margin: 0px auto; */
}

.buyorderform,
.sellorderform {
  position: relative;
}

.balancewlt {
  position: relative;
  right: inherit;
  top: inherit;
  text-align: center;
  padding-top: 19px;
}

.balancewlt .h6 {
  margin: 0px;
  font-weight: 400;
  color: #5b5b5b;
}

.balancewlt img {
  width: 100%;
  max-width: 21px;
  margin-right: 4px;
  margin-top: -5px;
}

.limitabbg img {
  width: 100%;
  max-width: 30px;
  margin-right: 3px;
  display: none;
}

.orderform .btn {
  padding: 10px 10px;
  border-radius: 5px;
  margin-top: 8px;
}

.latestnewsbg {
  background-color: #1076ec;
  padding: 10px 10px;
  margin-top: 0;
  width: 100%;
  display: inline-block;
}

.latestnewsbg ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: inherit;
}

.latestnewsbg li {
  list-style: none;
  float: left;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}

.latestnewsbg li a {
  color: #ffffff;
  font-size: 13px;
}

.latestnewsbg li a:hover,
.latestnewsbg li a:focus,
.latestnewsbg li a:active {
  text-decoration: none;
}

.infotablet td {
  border: 0px;
  padding: 0px;
  color: #000;
  font-size: 14px;
}

.infotablet .t-yellow {
  font-weight: 400;
  color: #768086;
}

.innersecrbox {
  position: absolute;
  top: -3px;
  right: 0px;
}

.innerpagegrid .sitetable tbody tr td {
  border-top: 1px solid #171717;
  padding: 15px 12px;
  /* backdrop-filter: blur(19px) saturate(178%); */
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: rgb(9 9 9 / 63%); */
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
}

.amcharts-chart-div>a {
  display: none !important;
}

.amcharts-export-menu {
  display: none;
}

.fee-formbox input {
  border: 0px !important;
  padding: 0px;
}

.fee-formbox .feeamt {
  padding-top: 3px;
  padding: 6px 0px;
  line-height: 24px;
  color: #6b6c74;
  font-size: 12px;
}

.activerow {
  background: #333333 !important;
}

.text-danger,
p.text.text-danger {
  color: #d9304e !important;
}

.newscontentt ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.newscontentt ul li {
  list-style: none;
  float: none;
}

.newscontentt ul li a {
  color: #333;
  font-size: 14px;
  padding: 15px 10px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e0e0e0;
}

.newscontentt ul li:last-child a {
  border-bottom: 0px;
}

.newscontentt ul li a:hover,
.newscontentt ul li a:focus,
.newscontentt ul li a:active {
  text-decoration: none;
  color: #333;
}

.newscontentt ul li a p {
  margin-bottom: 0px;
  font-size: 13px;
  padding-bottom: 4px;
  color: #333;
  font-weight: 400;
}

.newscontentt h6 {
  font-size: 13px;
  color: #757575;
  margin: 0px;
}

.stepstable {
  display: table;
  width: 100%;
  position: relative;
  z-index: 9;
}

.stepstable>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.stepstable>div:first-child {
  width: 25px;
}

.stepstable>div:last-child {
  text-align: right;
}

.stepstable h6 {
  font-size: 13px;
}

.stepsbox {
  position: relative;
}

.stepsbox::after {
  content: "";
  width: 5px;
  height: 100%;
  border-left: 5px solid #dcdcdc;
  transform: translateX(-50%);
  position: absolute;
  left: 14px;
  top: 0;
  border-radius: 50px;
}

.stepsbox>div {
  padding: 24px 0px;
}

.stepsbox>div:last-child {
  padding-bottom: 0px;
}

.stepstable h4 {
  background-color: #3498db;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
}

.stepstable>div:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

.stepstable i {
  font-size: 14px;
}

.stepstable h5 {
  font-size: 14px;
  margin: 0px;
  padding-bottom: 3px;
}

.tablebox {
  margin-bottom: 10px;
}

.balancetableb {
  background: #fff;
  border-radius: 10px;
  padding: 16px 24px;
  overflow: hidden;
}

.balanceshowt {
  /* display: table; */
  width: 100%;
}

.balanceshowt>div {
  vertical-align: middle;
  float: none;
}

.walletpagebg .balanceshowt {
  /* max-width: 400px !important; */
  position: relative;
  /* z-index: 99; */
  text-align: center;
}

.tablebox>div:first-child {}

.balanceshowt>div:last-child {
  /* text-align: right; */
}

.wlletboxt .balanceshowt>div:last-child {
  /* text-align: left; */
}

.canvasjs-chart-credit {
  display: none;
}

.buyorderform h2,
.sellorderform h2 {
  font-size: 12px;
  font-weight: 600;
  border-radius: 0px !important;
  padding: 9px 10px;
}

.orderform .limitabbg li {
  position: relative;
}

.orderform .limitabbg li:last-child {
  xwidth: 320px;
}

.noteshintbox {
  background: #fff;
  box-shadow: 1px 0px 6px 3px rgba(0, 0, 0, 0.15);
  padding: 10px 10px;
  margin: -8px auto;
  width: 100%;
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 45px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.limitabbg .dropdown .dropdown-toggle {
  padding-right: 6px;
  cursor: pointer;
}

.limitabbg .dropdown>span,
.limitabbg .dropdown>a {
  float: left;
}

.none {
  display: none;
}

.orderformbg {
  xflex: 1;
  x-webkit-flex: 1;
}

.orderform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
}

.limitabbg .dropdown>span i {
  margin-top: 16px;
  font-size: 14px;
  color: #76808f;
  cursor: pointer;
}

.sellorderform .red-btn {
  background-color: #ea4545;
  border-color: #ea4545;
  padding: 8px 32px;
}

.buyorderform .green-btn {
  background-color: #02c72c;
  border-color: #02c72c;
  color: #fff;
  padding: 8px 32px;
  margin-top: 0px;
}

.ratiobtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.modeicon {
  font-size: 14px;
  color: #000000;
  border: 1px solid #d3d3d3;
  margin-left: 5px;
  padding: 6px 8px;
  margin-top: 0px;
  background: #d3d3d3;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer !important;
}

.modebg .activemode {
  color: #00496f;
  background: #d0dadf;
  /* cursor: auto; */
  display: none;
}

.modebg {
  margin-left: 0;
  padding: 0px !important;
}

.headbg ul li.modebg a {
  padding: 0px !important;
  /* padding-left: 10px !important; */
}

.errormsgbox {
  padding-bottom: 42px;
  position: relative;
  width: 100%;
  text-align: center;
}

.errormsgbox>div {
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center;
}

.errormsgbox span {
  position: absolute;
  line-height: 16px;
  font-size: 13px;
}

.fee-formbox {
  margin-bottom: 5px !important;
  margin-top: 13px;
}

.ordertable {
  display: table;
  width: 98%;
  margin: 24px auto;
}

.trrow {
  display: table-row-group;
  background: #e6e6e6;
}

.ordertable .trrow>div {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 10px 10px;
}

.accordeon-content td {
  padding: 0px !important;
  border: 0px !important;
}

.accordeon-content h5 {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px;
  padding-bottom: 0px;
  margin: 0px;
}

.accordionrow {
  cursor: pointer;
}

.orderthead>div {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.orderbody>div {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.ordertable>div:last-child>div {
  border-bottom: 0px;
}

.orderformbg1 .input-group-append .input-group-text {
  width: 54px;
  font-size: 11px;
  background: #516566;
  color: #bcbcbc;
}

.searchfrmbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: column;
  /* border-bottom: 1px solid #1d1d1d !important; */
  /* border-radius: 11px; */
  /* overflow: hidden; */
  border-bottom: none !important;
  margin-bottom: 0;
}

.orderformbg1 .siteformbg>div:last-child {
  margin-bottom: 0px;
}

.searchrightbox {
  position: absolute;
  top: -12px;
  right: 14px;
}

.searchrightbox .siteformbg {
  display: flex;
}

.searchrightbox .siteformbg>div {
  padding: 5px 5px;
}

.buysellinnerbox .sitescroll {
  max-height: inherit;
}

.searchfrmbox>form {
  width: auto;
}

.profiletablebox {
  display: table;
  width: 100%;
}

.profilebasicinfo .profiletablebox {
  width: auto;
}

.dashboardpage .profiletablebox {
  width: 100%;
}

.dashboardpage .profiletablebox h4>span,
.dashboardpage .profiletablebox h5>span {
  padding-left: 10px;
}

.dashboardpage .profiletablebox>div:last-child {
  float: right;
}

.securityinnerbox .optverify {
  text-align: center;
  padding: 10px 10px !important;
}

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

.profiletablebox>div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 15px;
}

.profiletablebox>div:first-child {
  width: 61px !important;
}

.securityinnerbox .profiletablebox>div:last-child {
  padding-right: 0px;
  width: 151px;
  text-align: right;
}

.securityinnerbox .btn {
  width: 100%;
  padding: 8px 10px;
  max-width: 100px;
}

.tableboxt>div {
  width: auto !important;
}

.btnlastbox .profiletablebox>div:last-child {
  width: 120px;
}

.profileiconpic {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #cbd1db;
  border: 2px solid #cbd1db;
  padding: 3px;
}

.profiletablebox h4 {
  padding-bottom: 4px;
}

.profiletablebox h5 {
  font-size: 13px;
  margin: 0px;
}

.profiletablebox h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  color: #000;
}

.profiletablebox h4>span a,
.profiletablebox h4>span a:hover,
.profiletablebox h4>span a:focus,
.profiletablebox h4>span a:active {
  color: #f7841e;
  text-decoration: none;
}

.profiletablebox h4>span a {
  font-size: 13px;
}

.sectrightbox .profiletablebox img {
  max-width: 26px;
}

.sectrightbox .profiletablebox>div:first-child {
  width: 41px;
}

.balanceshowt h5 {
  font-size: 14px;
  margin: 0px;
  line-height: 29px;
  color: #000;
  font-weight: 400;
}

.balanceshowt .h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  width: 100%;
  display: inline-block;
}

.balanceshowt>div:last-child h4 {
  /* font-size: 14px; */
  /* line-height: 22px; */
}

.balanceshowt .h4>span {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.balanceshowt>div:first-child {
  margin-bottom: 14px;
}

.showpassbg button,
.showpassbg a {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  margin-left: 5px;
  font-size: 12px;
  text-decoration: none;
}

.showpassbg button:hover,
.showpassbg button:focus,
.showpassbg button:active,
.showpassbg a:hover,
.showpassbg a:focus,
.showpassbg a:active {
  color: #676464;
  text-decoration: none;
}

.formrightbox {
  position: absolute;
  right: 5px;
  top: 9px;
}

.formrightbox label {
  float: left;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 7px;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}

.formrightbox .form-control {
  height: 30px;
  font-size: 12px;
  width: auto;
  padding: 0px;
  color: #333;
  border-radius: 0px;
  box-shadow: none;
}

.orderbook .heading-box {
  position: relative;
}

.formrightbox .form-group {
  margin-bottom: 0px;
}

.flexboxtable .tabrightbox {
  margin-top: 17px;
  right: 19px;
}

.flexboxtable .tabrightbox .btn {
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 13px;
}

.innerpagegrid .historytab .tabbanner li a.active {
  background: #f7841e;
  background-color: #2b2b2b !important;
  color: #fff !important;
  font-size: 14px;
  border-bottom: 3px solid #3b8ff7 !important;
}

body.darkmode .ch-mid-top,
body.darkmode .ch-mid-bottom {
  padding: 17px;
  border-radius: 0px;
  background: #2b2b2b;
}

ul.noteslist {
  padding-left: 18px;
  margin-bottom: 0px;
  padding-top: 4px;
}

.profileboxt {
  border: 0px;
  margin: 5px 8px !important;
}

.profileboxt li {
  list-style: none;
}

.profileboxt ul {
  padding-left: 0px;
}

.profileboxt h6 {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin: 0px;
}

.profileboxt i.fa-check-circle {
  font-size: 16px;
  color: #c5c5c5;
}

.verifytext,
.notverifytext {
  /* background: #1ac57f; */
  padding: 3px 1px;
  /* color: #2e6930; */
  color: #1ac57f;
  border-radius: 25px;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  text-transform: inherit;
  font-weight: 400;
}

.notverifytext {
  background: #f8dad6;
  color: #db4534;
}

.tableboxt>div:first-child {
  width: auto !important;
}

.securitylink a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

.securitylink a:hover,
.securitylink a:focus,
.securitylink a:active {
  text-decoration: underline;
  color: #333;
}

.verifyicon {
  color: #06b574;
}

.notverifyicon {
  color: #f72121;
}

.securityiconbox {
  border: 0px;
  width: 100%;
  max-width: 42px;
  height: auto;
  border-radius: 0px;
}

.securityinnerbox .profiletablebox {
  padding: 18px 10px;
  border-bottom: 1px solid #1d1d1d;
}

.optverify h4 {
  font-size: 20px;
  padding: 0px;
}

.securityinnerbox .contentbox>div:first-child {
  padding-top: 10px;
}

.securityinnerbox .contentbox>div:last-child {
  border-bottom: 0px;
  padding-bottom: 10px;
}

.profiletablebox h5 {
  padding-bottom: 0;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}

.noteslist li {
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
}

.securityinnerbox h5 a,
.securityinnerbox h5 a:hover,
.securityinnerbox h5 a:focus,
.securityinnerbox h5 a:active {
  color: #768086;
  text-decoration: none;
}

.balalnceflexbox>div:first-child {}

.balalnceflexbox>div:last-child {}

.balalnceflexbox>div {
  margin-top: 0px !important;
}

.profileboxt .borderbtn {
  margin-top: 10px;
}

.balalnceflexbox .contentbox {}

.iconbtn {
  font-size: 18px !important;
  padding: 0;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 4px;
  color: #768086;
}

.coinfrmright .form-control {
  padding: 0px 10px;
  height: 30px;
  font-size: 13px;
}

.chartbalancebox {
  width: 100%;
  height: 600px;
  outline: none;
  /* max-width: 300px; */
}

.chartbalancebox:focus,
.chartbalancebox:active,
.chartbalancebox:hover,
.chartbalancebox rect:focus,
.chartbalancebox svg:focus,
.chartbalancebox div:focus,
.chartbalancebox div div:focus {
  outline: none !important;
}

.highcharts-exporting-group {
  display: none;
}

.highcharts-credits {
  display: none;
}

.highcharts-series>path {
  stroke: none;
}

.mobiletoggle {
  display: none;
}

.tradepagebg .mobiletoggle {}

.innerpagegrid .dashboardicont {
  display: none;
}

.nosidebarmenu .dashboardicont {
  display: inline-block;
}

.nosidebarmenu .mobiletoggle,
.nosidebarmenu .leftsidemenu {
  display: none;
}

.mobiletoggle button {
  padding: 2px 10px;
  border: 0px;
  background: none;
}

.mobiletoggle button:hover,
.mobiletoggle button:focus {
  outline: none;
  border: 0px !important;
  box-shadow: none;
}

.mobiletoggle img {
  width: 18px;
  filter: grayscale(1) invert(1);
}

.profilebox {
  display: table;
  width: 100%;
  background: #0dcaf0 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%); */
  position: relative;
  z-index: 99;
  padding: 10px 19px;
  border-radius: 12px;
  overflow: hidden;
  color: #e5e5e5;
}

.darkprofile {
  /* background:#0B0E11; */
  /* border-radius: 12px; */
  /* overflow: hidden; */
}

.profilebox>div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.profilepic {
  width: 80px;
  padding-right: 10px;
}

.profilepic img {
  width: 80px;
  height: 80px;
  background: #e4e7ed;
  border-radius: 12px;
  border: 3px solid #cbd1db;
  margin-bottom: 0;
  padding: 7px;
}

.profiledatainfo {
  font-weight: 400;
  margin-top: 11px;
}

.profiledatainfo .h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}

.profiledatainfo h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  padding-top: 9px;
}

.profileuploadbtn {
  margin-bottom: 12px;
}

.profilebottombtn {
  margin-top: 12px;
}

.profiledatainfo .row {
  align-items: center;
}

.profilebottombtn .sitebtn {
  padding: 6px 22px;
}

.profilebottombtn .form-group {
  margin-bottom: 0 !important;
}

.profilebox>div:last-child {
  padding-left: 12px;
  float: right;
  margin-top: 27px;
  text-align: right;
}

.wizard-steps {
  margin-top: 10px;
}

.mlmwizardform .siteformbox {
  position: relative;
}

.mlmwizardform fieldset {
  position: relative;
  text-align: left;
  padding: 10px 15px;
}

.mlmwizardform fieldset .form-card {
  position: relative;
  text-align: left;
  padding-bottom: 8px;
}

.mlmwizardform fieldset:not(:first-of-type) {
  display: none;
}

.mlmwizardform .action-button {
  cursor: pointer;
}

.ng-wizard-btn-group .btn {
  font-weight: 500;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.mlmwizardform .action-button-previous,
.btn-gray {
  background: #cecece;
  border-color: #cecece;
  color: #565454;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid #f16f0e;
}

.mlmwizardform .card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.mlmwizardform .fs-title {
  font-size: 17px;
  color: #4a4b4c;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
}

.form-group {
  /* margin-bottom: 20px; */
  position: relative;
}

.mlmwizardform #progressbar {
  color: lightgrey;
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 0px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
  content: "";
  /* background: none; */
  width: 4px;
  height: 100%;
  position: absolute;
  left: 31px;
  bottom: 0px;
  border-radius: 0px;
  /* transform: rotate(90deg); */
  background: #d5d5d5;
}

.mlmwizardform #progressbar li:first-child::before,
.mlmwizardform #progressbar li:last-child::before {
  /* background: #ffffff; */
  /* width: 50%; */
  /* height: 5px; */
}

.mlmwizardform #progressbar li:last-child::before {
  /* left: inherit; */
  /* right: 0px; */
}

.mlmwizardform #progressbar .active {
  color: #000000;
}

.mlmwizardform #progressbar li {
  list-style-type: none;
  font-size: 16px;
  width: 100%;
  float: none;
  position: relative;
  padding: 44px 5px;
  text-align: center;
  color: #c4d2e0;
}

.mlmwizardform #progressbar li>strong {
  width: 55px;
  height: 55px;
  line-height: 46px;
  display: inline-block;
  font-size: 18px;
  color: #8c8c8c;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
  border: 2px solid #bdbdbd;
  position: relative;
  float: left;
}

.mlmwizardform #progressbar li.active>strong {
  background: #0057da;
  color: #fff;
  border-color: #0057da;
}

.mlmwizardform .radio-group {
  position: relative;
  margin-bottom: 25px;
}

.mlmwizardform .radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: #2044d8;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.mlmwizardform .radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.mlmwizardform .radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.mlmwizardform li.active .infot {
  color: #0057da;
}

.custom-checkbox label {
  line-height: 26px;
}

.successsignupbg img {
  width: 100%;
  max-width: 60px;
  padding-bottom: 45px;
}

.successsignupbg h5 {
  font-size: 15px;
  padding-bottom: 14px;
  font-weight: 400;
  color: #6f6f6f;
}

.successt {
  font-size: 24px !important;
  margin-bottom: 35px !important;
}

.mlmwizardform {
  padding: 0;
  position: relative;
}

.mlmwizardform li .infot {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: auto;
  padding-top: 19px;
  padding-left: 13px;
}

.strength-bar-class {
  border: 1px solid #cccaca;
  padding: 1px 17px;
  border-radius: 6px;
  line-height: 0px;
  height: 0px;
  margin-right: 2px;
  font-size: 5px;
}

.ruleslist {
  padding-left: 0px;
  margin-bottom: 0px;
  position: absolute;
  right: 4px;
  top: 105px;
  z-index: 9;
}

.ruleslist li {
  list-style: none;
  float: left;
  padding: 3px 2px;
  position: relative;
}

.ruleslist li a>i {
  color: #0057da;
}

.ruleslist li a {
  text-decoration: none;
  font-size: 12px;
  padding: 3px 4px;
  cursor: pointer;
  padding-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #6c6d6e !important;
}

.ruleslist table tr>td>a:nth-child(2) {
  border-left: 1px solid #1d4d73;
}

.ruleslist table tr>td>a:first-child {
  padding-left: 0px !important;
}

.viewlinkbtn {
  color: #fba810 !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  padding: 0px 5px !important;
  font-weight: 400 !important;
}

.viewlinkbtn:hover,
.viewlinkbtn:focus,
.viewlinkbtn:active {
  color: #fba810 !important;
  text-decoration: underline;
}

.ruleslist table {
  margin-bottom: 0px;
}

.ruleslist li img {
  width: 100%;
  max-width: 12px;
}

.rulesnotes {
  background: #1d1d1d;
  box-shadow: 1px 0px 6px 3px rgba(0, 0, 0, 0.15);
  padding: 4px 6px;
  margin: -8px auto;
  position: absolute;
  z-index: 9;
  right: 0px;
  top: 0;
  font-size: 12px;
  line-height: 21px;
  display: none;
  margin-top: 23px;
  cursor: auto;
}

.rulesnotes tr td {
  border-top: 0px !important;
  padding: 2px 2px !important;
}

.ruleslist li a:hover .rulesnotes {
  display: block;
}

.kycupload img {
  width: 100%;
  max-width: 100px;
  margin: 15px 0px;
}

.devicetable .table-responsive {
  max-height: 406px;
}

.innerpagegrid .stoplimtboxt>div:first-child {
  width: 100%;
  display: none;
}

.innerpagegrid .stoplimtboxt>div {
  display: block;
}

.infotablet td {
  border-top: 0px !important;
}

.kycnotes h5 {
  font-size: 15px;
  margin: 2px 0px;
  font-weight: 700;
}

.kycnotes p {
  margin: 0px;
  padding-bottom: 4px;
  line-height: 29px;
  font-size: 14px;
}

.progresscontent {
  display: table;
  width: 100%;
}

.progresscontent>div {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0px;
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  line-height: 20px;
}

.progresscontent>div:nth-child(2) {
  float: right;
  text-align: right;
}

.kycnotes {
  padding-bottom: 9px;
}

.kyctablebox {
  display: table;
  width: 100%;
}

.kyctablebox>div {
  display: table-cell;
  vertical-align: top;
  padding: 11px 0px;
}

.kyctablebox>div:first-child {
  width: 55%;
}

.kyctablebox>div:last-child {
  width: 45%;
}

.progresscntbg {
  background: #e6e6e6;
  padding: 10px 13px;
  border-radius: 5px;
}

.progresscntbg .progress {
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.profilebox .controls img {
  width: 100%;
  max-width: 112px;
  display: inline-block;
  margin-bottom: 5px;
}

.countlistright {
  position: absolute;
  font-size: 13px;
  right: 6px;
  top: 11px;
}

.phoneflexbox {
  display: flex;
}

.phoneflexbox>div {
  width: 100%;
  padding: 0px 5px;
}

.phoneflexbox>div:first-child {
  padding-left: 0px;
}

.phoneflexbox>div:last-child {
  padding-right: 0px;
}

.radiusbtn {
  border-radius: 4px !important;
}

.phonesmsbg .input-group-append {
  margin-left: 4px;
}

.modalboxbg .modal-title {
  font-weight: bold;
  font-size: 18px;
}

.modalboxbg .contenttbox h4,
.anticodebox h4 {
  font-weight: 500;
  font-size: 15px;
  margin: 0px;
  line-height: 21px;
  padding-bottom: 17px;
}

.anticodebox h4 {
  padding-bottom: 5px;
}

.anticodebox {
  padding: 13px 10px;
}

.modalboxbg .contenttbox h5 {
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  padding-bottom: 5px;
}

.modalboxbg .modal-header {
  padding: 10px 10px;
}

.modalboxbg .content,
.anticodebox p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0px;
}

.modalboxbg .modal-body {
  padding: 15px 17px;
}

.contenttbox {
  padding-bottom: 18px;
}

.contenttablebox {
  padding-top: 15px;
}

.contentboxbg>div:first-child {
  padding-top: 0px;
  border-bottom: 1px solid #0f3a51;
}

.alinkt,
.alinkt:hover,
.alinkt:focus,
.alinkt:active {
  color: #d0980b;
  text-decoration: underline;
}

.antocodeemailbg {
  text-align: center;
}

.antocodeemailbg img {
  width: 100%;
  max-width: 100px;
  margin: 25px 0px;
}

.recoverlist {
  width: 100%;
  display: inline-block;
}

.recoverlist ul {
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.recoverlist li {
  float: left;
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  padding: 3px 5px;
  width: 33.3%;
  font-weight: 500;
}

.successrecoverybox img {
  width: 100%;
  max-width: 60px;
  margin: 5px 0px;
}

.successrecoverybox .h4 {
  font-size: 18px;
  font-weight: 400;
}

.footer-gray-bg {
  padding: 0px 0px;
}

.ftext {
  color: #bbbbbb;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  padding-top: 17px;
}

.innerpagegrid .footer-gray-bg {
  background: none;
}

.innerpagegrid .ftext {
  /* color: #23282e; */
  font-weight: 600;
}

.nosidebarmenu .footer-gray-bg {
  background: #ffffff;
}

.nosidebarmenu .ftext {}

.footer-gray-bg .footlistbg {
  min-height: 122px;
}

.foot-list {
  padding-left: 0px;
}

.foot-list li {
  list-style: none;
  padding-bottom: 8px;
}

.foot-list li a {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active {
  text-decoration: none;
}

.footer-gray-bg .flogo {
  width: 100%;
  max-width: 165px;
}

.sociallist li:last-child a i {
  margin-right: 0px;
}

.sociallist li {
  list-style: none;
  float: left;
}

.sociallist li a i {
  font-size: 13px;
  color: #fafbff;
  background: #000;
  border-radius: 4px;
  width: 29px;
  height: 29px;
  text-align: center;
  padding-top: 8px;
  /* margin-right: 7px; */
  margin: 0px 3px;
}

.sociallist {
  float: none;
  margin: 4px 2px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  /* padding: 0px 12px; */
}

.footer-gray-bg .h3 {
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 2px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  line-height: 32px;
}

.social-bg {
  /* width: 100%; */
  display: inline-block;
}

.social-bg .heading-title {
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 6px;
  padding-bottom: 0px;
}

.footerbottombg .sociallist {
  /* float: left; */
}

.footerbottombg .sociallist li:first-child a {
  color: #fff;
  margin-right: 5px;
  line-height: 26px;
  font-size: 14px;
}

.footerbottombg {
  xborder-top: 1px solid #2d2d2d;
  padding: 0px 15px;
}

.footerbottombg .social-bg {
  padding-top: 6px;
}

.appicons img {
  width: 100%;
  max-width: 145px;
}

.listrightbox {
  text-align: right;
}

.progressbarsell .progress {
  border-radius: 50px;
  height: 20px;
  background: #fff;
  border: 1px solid #cecccc;
}

.progressbarsell .progress span {
  padding: 0px 4px;
  color: #000;
}

.progressbarsell>span {
  float: left;
  padding-right: 10px;
  width: 45px;
  text-align: right;
}

.progressbarsell .progress-bar {
  color: #0c0a0a;
}

.progressbarsell .bg-success {
  background-color: #40da64 !important;
}

.progressbarsell .bg-danger {
  background-color: #ff5151 !important;
}

.sidebarmarketlist {
  width: 300px;
  background: #fff;
  color: #fff;
  transition: all 0.3s;
  height: 100%;
  position: fixed !important;
  left: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 1px 1px 18px 0px rgba(4, 4, 4, 0.18);
  display: none;
}

.sidebarmarketlist.active {
  display: block;
}

.sidebarmarketlist li a>div {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.sidebarmarketlist.active li a>div {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.sidebarmarketlist ul li a {
  text-align: left;
}

.sidebarmarketlist ul.componentss {
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 260px;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.sidebarmarketlist ul li a {
  padding: 13px 20px;
  color: #353333;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e4e3e3;
}

.marketlistt ul li a i {
  margin-right: 5px;
  color: #8c8c8c;
}

.sidebarmarketlist.active ul li a {
  padding: 11px 20px;
  font-size: 16px;
}

.sidebarmarketlist ul li a:hover {
  background: #f5f5f5 !important;
  text-decoration: none;
  color: #000 !important;
}

.sidebarmarketlist ul li>a.active,
.sidebarmarketlist a[aria-expanded="true"] {
  background: #f5f5f5 !important;
  color: #212833;
}

.sidebarmarketlist ul li a.active {
  font-weight: 600;
}

.marketlistt li {
  list-style: none;
  float: left;
  display: table;
}

.marketlistt {
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  margin-bottom: 0px;
}

.marketlistt li i {
  font-size: 15px;
  margin-right: 9px;
  cursor: pointer;
  color: #0057da;
}

.closeiconlist {
  color: #171717;
  position: absolute;
  right: 13px;
  top: 9px;
  border-radius: 50px;
  padding-top: 5px;
  text-align: center;
  display: none;
  z-index: 9;
  font-size: 12px;
  cursor: pointer;
}

.orderform input.form-control::placeholder {
  color: #fff !important;
}

.orderform input.form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.orderform input.form-control:-moz-placeholder {
  color: #fff !important;
}

.orderform input.form-control::-moz-placeholder {
  color: #fff !important;
}

.orderform input.form-control:-ms-input-placeholder {
  color: #fff !important;
}

.marketlistsidemenu,
.buyselltopbox {
  display: none;
}

.closeiconlist i {
  font-size: 15px;
  color: #0057da;
}

.mlmwizardform .advancebtns {
  font-size: 13px;
  word-break: break-word;
  padding: 8px 17px;
  white-space: inherit;
}

.walletpagebg .tabrightbox {
  margin-top: 0px;
  top: 0;
  right: 0;
}

.marketlist .table-responsive {
  max-height: 21px;
  background: #fff;
}

.orderbookscroll>div:first-child .simplebar-scroll-content {
  margin-bottom: 0px !important;
  padding: 0px !important;
  overflow: inherit;
}

.orderbookscroll>div:first-child .simplebar-content {
  padding-bottom: 0px !important;
  margin: 0px !important;
  overflow: inherit !important;
}

.headbg a.navbar-brand {
  padding: 0px;
}

.navbar-brand .logo {
  /* display: none; */
}

.tradepage .navbar-brand .logo {
  display: inline-block;
}

.tradepage .tabrightbox {
  background: none;
}

.tradepage .seacrhbox {
  background: #ffffff;
}

.table tbody tr {
  cursor: pointer;
}

.table tbody tr:hover {
  background: #4f9b0024;
}

.fnt-bigsz {
  font-size: 20px;
}

.securitylink a:hover,
.securitylink a:focus,
.securitylink a:active {
  text-decoration: none;
}

.innerpagegrid .sitetable thead tr th {
  /* font-family: "Fira Sans", sans-serif !important; */
  /* background: #e4e7ed; */
}

.innerpagegrid .tabbanner li a {
  border: 0px !important;
  background: none !important;
  padding: 14px 16px;
  color: #fff !important;
}

.innerpagegrid .tabbanner li a.active {
  color: #7fd128 !important;
}

.innerpagegrid .historytab .tabbanner {
  /* width: 100%; */
  justify-content: left;
  display: flex;
  align-items: center;
  padding-top: 5px;
  /* border-bottom: 1px dashed #ccc; */
  padding-bottom: 5px;
  margin-bottom: 0;
  max-width: 100% !important;
}

.innerpagegrid .historytab .tabbanner li {
  padding: 0px 5px;
}

.innerpagegrid .historytab .tabbanner li a {
  font-size: 14px;
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 13px;
  background: transparent !important;
  border: 0px !important;
  padding: 10px 23px;
  border-radius: 4px !important;
}

.profiletablebox>div:nth-child(2) h5 a {
  color: #1076ec;
}

.wlletboxt {
  margin-bottom: 0;
  padding: 15px 0px;
  border-top: 0;
  margin-top: 0;
}

.contentboxspace {
  xpadding: 20px 15px;
  padding: 10px 15px;
}

.spotorderbox .contentboxspace {
  padding: 0px;
}

.wlletboxt h4 {
  font-size: 15px !important;
  padding-top: 7px;
  font-weight: 600;
}

.wlletboxt .h3 {
  font-size: 20px !important;
  font-weight: 700;
}

.wlletboxt .tablebox>div:nth-child(2) {
  text-align: right;
}

.wlletboxt .tablebox .btn {
  border-radius: 5px;
  padding: 9px 24px;
  text-transform: inherit;
}

.wlletboxt .balanceshowt h4>span {
  font-size: 12px;
  color: #ffffff;
}

.wlletpwdbg .showpassbg button,
.wlletpwdbg .showpassbg a {
  text-transform: inherit;
  padding: 4px 10px;
  background: #f8f9fa;
}

.securityinnerbox code {
  color: #768086;
}

.profileinfotable>div {
  vertical-align: middle;
}

.alertnotes {
  background: #56b6ef40;
  border: 0px;
  padding: 9px 14px;
  color: #fff;
}

.viewpbtn {
  padding: 6px 29px !important;
  font-size: 12px;
  text-transform: inherit;
  line-height: normal;
}

.heading-lgt {
  font-weight: 400;
}

.grdebtn {
  padding: 6px 13px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #eafcea;
  color: #34db34;
}

hr {
  border-top: 1px dashed #d1cfcf;
  opacity: 1;
  background-color: transparent;
}

.tblue,
.tblue:hover,
.tblue:focus,
.tblue:active {
  color: #0a5bde;
  text-decoration: underline;
}

.spantblack {
  padding: 20px !important;
}

.labelwidthbox {
  width: 79px;
  display: inline-block;
}

.orderbookscroll .table tr:hover .t-green,
.orderbookscroll .table tr:hover .t-red {}

.buysellinnerbox .panelcontentbox {
  padding: 14px 14px;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tradechatmsg .chat {
  max-height: 450px;
  overflow: auto;
}

.chat .chat-body p {
  word-break: break-word;
  line-height: 23px;
  font-size: 17px;
  font-weight: 400;
  background: #60cdff;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 5px;
}

.chat .primary-font {
  margin: 0px;
  font-size: 14px;
  padding-bottom: 7px;
  font-weight: 600;
  color: #fff;
}

.chat h5 {
  margin: 0px;
  font-size: 12px;
  color: #000;
}

.chatbox .img-circle {
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 50%;
  margin-top: 7px;
  background: #c9c9c9;
  padding: 6px;
}

.chat .left .img-circle {
  background: #dbdbdb;
}

.chatbox .header {
  margin: 0px 9px;
  display: inline-block;
}

.chat li {
  display: table;
  width: 100%;
  padding: 15px;
  border-bottom: 0px;
}

.chat li>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.chat li.right {
  float: right;
  text-align: right;
}

.chat li .chat-img {
  width: 43px;
}

.chat-foot {
  width: 100%;
  display: inline-block;
  margin-top: 6px;
  padding: 15px;
  border-top: 1px dashed #ccc;
  padding-top: 14px;
  /* position: fixed; */
}

.chat-foot .h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.chat-foot img {
  width: 100%;
  max-width: 75px;
}

.chat .right p {
  background: #819db8;
  color: #fff !important;
}

.ticketmsgtext {
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
}

.ticketmsgtext p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}

.chatboxscroll {
  max-height: 550px !important;
}

.chatboxtop .tabrightbox {
  right: 8px;
  top: 5px;
}

.ticketb .sitebtn {
  border-radius: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  padding-top: 5px;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.light-green {
  color: #02c076 !important;
}

.bckbtn {
  margin-top: 30px;
}

.bckbtn .btn,
.bckbtn .btn:hover,
.bckbtn .btn:focus,
.bckbtn .btn:active {
  font-size: 13px;
  text-transform: inherit;
}

.cpybtn .input-group-text {
  border: 0px solid #eaf5fc;
  background: #0a5bde;
  color: #ffffff;
  text-transform: inherit;
}

.copiedbtn .input-group-text {
  border: 1px solid #fbeaed;
  background: #fbeaed;
  color: #d9304e;
  text-transform: inherit;
}

.fntbld {
  font-weight: 700 !important;
}

.fntreg {
  font-weight: 400;
}

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

.notessub h5 {
  font-size: 14px;
  color: #333;
}

.notessub p {
  font-size: 13px;
  padding-bottom: 3px;
  margin: 0px;
  font-weight: 400;
}

.notestitle p {
  font-size: 13px;
  margin: 0px;
  padding-bottom: 2px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
}

.notestitle {
  padding: 10px 0px;
}

.notesgray {
  background: #5d96215c;
  padding: 15px;
  border-radius: 8px;
}

.notessub a {
  font-weight: 600;
}

.text-info {
  color: #02c076 !important;
  font-size: 14px;
}

.centerbox .panelcontentbox {
  border-radius: 24px;
  box-shadow: 0 2px 19px 0 rgb(1 34 115 / 14%);
}

.centerbox .contentpanel {
  padding: 30px;
}

.centerbox .stoplimtboxt .link-div>div {}

.wlletboxt h4>span.btc_value_data,
.wlletboxt h4>span.btc_star_value_data {
  font-size: 25px !important;
  padding-top: 7px;
  color: #ffffff;
}

.profileflexbox .sitebtn {
  position: absolute;
  top: 25px;
  right: 11px;
  padding: 7px 25px;
}

.profileflexbox .sitebtn {
  margin-left: 5px;
  background: #3498db;
  border: 1px solid #3498db;
  color: #fff;
  border-radius: 3px !important;
  height: 33px;
}

.profileflexbox {
  position: relative;
}

.prfbtn {
  position: relative;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table-responsive-stack th {
  border-bottom: 0px !important;
}

.centerbox {
  width: 100%;
  max-width: 705px;
  margin-top: 10px;
}

.pagination {
  padding: 10px 10px;
}

.supportflexb>div:first-child {
  width: 30%;
  margin-left: 0px;
}

.supportflexb>div:last-child {
  width: 70%;
}

.supprotbox ul {
  text-align: center;
  border-bottom: 0px;
  display: block;
  margin: 0px;
  white-space: inherit;
}

.supprotbox li {
  width: 100%;
  margin-bottom: 10px !important;
}

.supprotbox li:last-child {
  margin-bottom: 0px !important;
}

.supprotbox .h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
  color: #0a5bde;
}

.supprotbox img {
  width: 100%;
  max-width: 54px;
  margin: 35px 0px;
}

.supportflexb>div.active {
  background: #fff;
}

.modal .modal-content {
  background-color: #fff;
  border: 0px;
}

section.launchpad-banner .modal .modal-content {
  height: 80vh;
  overflow-y: scroll;
  margin-top: 70px;
}

.modal .modal-header {
  padding: 10px 14px;
  border-bottom: 1px solid #1a1a1a;
  color: #344767;
}

.modal .modal-header h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px;
  line-height: normal;
}

.modal .modal-header .close {
  opacity: 1;
  color: #fff;
  top: -3px;
  position: relative;
  background: #528919;
  border: 0px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.modal .modal-header .close:hover {
  opacity: 1;
  color: #fff;
}

.modal .modal-content .input-common-style.range-bar span {
  color: #000 !important;
  font-weight: 600;
  font-size: 16px;
}

.modal-body .input-common-style.range-bar {
  border: none;
}

.dark .modal .modal-content .input-common-style.range-bar span {
  color: #fff !important;
}

.flexb {
  display: flex;
}

.flexb>div {
  margin: 5px 5px;
  width: 100%;
}

.ticketmsgtext {
  padding: 10px 17px;
  border-bottom: 1px solid #d8dbe0;
  background: #ffffff;
  margin: 10px 0px;
  border-radius: 0px;
}

.ticketmsgtext p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
}

.supportchatbox {
  max-width: 650px;
}

.supportflexb .innerpagetab .tabbanner li a.active {
  background-color: #ffffff !important;
  color: #06adde !important;
  border-color: #10b8e8 !important;
  border-bottom: 2px solid #17b4ff;
}

.supportflexb .sitescroll {
  max-height: 533px;
}

.supportflexb .tabbanner li a {
  padding: 43px 15px;
  border-radius: 7px !important;
  border: 1px solid #d4d4d4 !important;
  background: #ffffff;
  color: #fff;
}

.supportflexb .tabbanner li a:hover {
  border: 1px solid #ffffff !important;
  background: #ffffff;
}

.supportflexb .tabbanner li a.active {
  border-bottom: 0px !important;
  background: #ffffff !important;
  border: 1px solid #37b7fb !important;
}

.supportbtn {
  top: 23px;
  right: 16px;
  z-index: 9;
}

.modal {
  top: 0;
}

.chatboxtop {
  width: 100%;
  max-width: 690px;
}

.kyctablebox .bg-warning {
  background-color: #1076ec !important;
}

.topboxparentbg {
  position: relative;
  padding: 11px 0px;
}

.mobilegrid li {
  list-style: none;
  width: auto;
  padding: 6px 4px;
}

.mobilegrid li a {
  text-align: left;
  font-size: 13px;
  color: #0057da;
  text-transform: uppercase;
  padding: 8px 17px;
  display: inline-block;
  background: #363636;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.openorder .heading-box,
.clostbuytab,
.orderform .hidettitle {
  display: none;
}

.mobilegrid li a:hover,
.mobilegrid li a:focus,
.mobilegrid li a:active {
  text-decoration: none;
}

.dropdown-large {
  position: absolute;
  min-width: 540px;
  border: 0px;
  padding: 0px;
  background: none;
}

.marketlist .seacrhbox {}

.tradepage .heading-box {
  padding: 13px 10px;
  font-size: 12px;
}

.kycupload {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border: 2px solid #212554 !important;
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%) !important;
  padding: 12px;
  text-align: center !important;
  border-radius: 5px;
}

.dropdown-large .sitetable tbody tr td {
  padding: 7px 12px;
}

.chart .contentbox {
  padding: 10px;
  backdrop-filter: blur(10px) saturate(70%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  background-color: #272a318f;
}

.headbg .navbar-nav li a {
  z-index: 999;
  position: relative;
}

.chosen-container .chosen-results {
  color: #fff !important;
}

.chosen-container-single .chosen-search input[type="text"] {
  color: #fff !important;
}

.closeiconbtn {
  text-align: left !important;
  border-bottom: 1px solid #1d6ded;
  padding-bottom: 0;
}

.closeiconbtn .btn {
  position: relative;
  color: #50fcd3;
  z-index: 9;
  border-radius: 50px;
  padding: 13px 21px;
  top: inherit;
  left: inherit;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.closeiconbtn .btn i {
  top: inherit;
  position: relative;
  right: 0;
  font-size: 14px;
  margin-right: 10px;
}

.innerpagecontent .x-line {
  margin: 10px auto;
}

.profileinfocenter {
  max-width: 630px;
}

.chart .tabrightbox {
  top: 3px;
}

.kycboxcenter {
  max-width: 560px;
  margin: 0px auto;
}

.form-group {
  /* margin-bottom: 20px; */
}

.chosen-container-single .chosen-single {
  height: 41px !important;
  border-radius: 7px !important;
}

.chosen-container .chosen-results li {
  color: #000;
}

.modebg {
  padding-right: 10px;
}

.kycboxright {
  padding-left: 20px !important;
}

.spotorderbox .sitescroll {
  max-height: 383px;
}

.walletpagebg .contentboxspace {
  padding: 22px;
}

.fullscreenicon img {
  width: 100%;
  max-width: 16px;
}

.innerpagegrid .fullscreenicon img {
  /* filter: grayscale(1) invert(1); */
}

.closescreen,
.openscreen {
  display: none;
}

.leftsidemenu .simplebar-scrollbar:before {
  background: rgb(252 246 246 / 60%);
}

.badge {
  padding: 6px 7px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.badge-success {
  background-color: #00b74a;
}

.badge-warning {
  background: #0dcaf0;
  margin: 7px;
}

.badge-info {
  background-color: #39c0ed;
}

.badge-danger {
  background-color: #fc4c4c;
  padding: 6px 7px;
  cursor: pointer;
}

thead tr {
  text-align: center !important;
}

.supportbg .tabbanner {
  display: inline-block;
  width: 100%;
  white-space: inherit;
}

.supportlist li .datetext {
  font-size: 11px;
  color: #97979e;
  position: absolute;
  top: 9px;
  right: 11px;
  font-weight: 500;
}

.supportlist li a p {
  margin-bottom: 0px;
  padding-bottom: 5px;
  white-space: inherit;
  word-break: break-word;
  color: #000;
}

.supportbg .tabbanner li a.active p {
  color: #fff;
}

.history-main-page .profilepaget a.nav-link {
  color: #000 !important;
}

body.dark .history-main-page .profilepaget a.nav-link,
body.dark .supportlist li a p {
  color: #fff !important;
}

.supportbg .tabbanner li {
  padding: 0px;
  margin-bottom: 0px;
}

.supportbg .tabbanner li a {
  border-radius: 0px !important;
  background: #ffffff;
  border: 0px !important;
  /* border-bottom: 1px solid #333 !important; */
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
  line-height: 22px;
  text-transform: inherit;
  text-align: left;
  position: relative;
  font-size: 13px;
  font-weight: 500;
}

.supportbg .tabbanner li a:hover {
  color: #ffffff;
}

.supportbg .tabbanner li a.active {
  background-color: #0dcaf0 !important;
  color: #fff !important;
  border: 0px !important;
}

.supportbg .tabbanner li a.active .datetext {
  color: #fff;
}

.ticktmenuicon i {
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  text-align: center;
  border-radius: 50px;
  background: #0057da;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  color: #fff;
}

/* .history-table-tab-block {
  height: 75vh;
  overflow-y: scroll;
} */
.history-main-page .panelcontentbox ::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.history-main-page .panelcontentbox ::-webkit-scrollbar-track {
  background: #141517;
}

/* Handle */
.history-main-page .panelcontentbox ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.history-main-page .panelcontentbox ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.supportsearch {
  padding: 10px;
}

.supportbg>div:first-child {
  width: 50%;
}

.flexbox {
  display: flex;
}

.flexbox>div {
  width: 100%;
  margin: 8px 8px;
}

.flexbox>div:first-child {
  margin-left: 0px;
}

.flexbox>div:last-child {
  margin-right: 0px;
}

.supportticketlist .tabrightbox {
  position: absolute;
  right: 25px;
  top: 25px;
}

.profilebox .desc {
  font-size: 13px;
}

.langmenu a {
  font-size: 14px;
}

.langmenu .dropdown-menu {
  background: #1a1a1a;
  padding: 0px;
  border: 0px;
  margin-top: 6px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 7px #0c171936;
  left: inherit;
  right: 0px;
  width: 100%;
  min-width: 91px;
  padding: 0;
  max-width: 43px;
  position: absolute;
}

.langmenu a.dropdown-toggle {
  background: #d3d3d3;
  padding: 2px 10px !important;
  margin-top: -2px !important;
  color: #000 !important;
  border-radius: 50px;
}

.langmenu img {
  width: 24px;
  height: 28px;
  padding: 2px;
  border-radius: 0;
}

.modal-open,
body.modal-open {
  padding-right: 0px !important;
}

.leftsidemenu hr {
  border-top: 1px dashed #1f262c;
  margin-top: 18px;
  margin-bottom: 9px;
}

.tabrightbox .subdropdown i {
  color: #344767;
  font-size: 17px;
}

.subdropdown a.dropdown-toggle {
  color: #344767;
}

.subdropdown .dropdown-menu {
  padding: 0px;
  border: 0px;
  box-shadow: 0px 0px 14px #1a1a1a47;
  border-radius: 7px;
}

.subdropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 14px;
  font-weight: 600;
  color: #344767;
}

.subdropdown .dropdown-menu a:hover {
  background: none;
  color: #dfa835;
}

.subdropdown a.dropdown-toggle::after {
  display: none;
}

.profilepage>div:first-child {
  width: 379px;
  min-height: 500px;
}

.walletpagebg .profilepage>div:first-child {
  width: 650px;
  background: #fff;
}

.leftsidetab {
  display: inline-block;
  width: 100%;
  padding: 14px;
}

.leftsidetab .tabbanner {
  border-bottom: 0px;
}

.leftsidetab li {
  width: 100%;
}

.leftsidetab .tabbanner li a {
  padding: 13px 12px;
  border-radius: 5px !important;
  margin-bottom: 3px;
}

.leftsidetab .tabbanner li a:hover {
  background: #e4e7ed !important;
  color: #252a2f;
}

.leftsidetab .tabbanner li a.active {
  background: #e4e7ed !important;
  color: #1e2228 !important;
}

.leftsidetab .tabbanner li a i {
  margin-right: 10px;
}

.faverifybox {
  padding: 13px 0px;
}

.walletpage .stoplimtboxt {
  margin-top: 37px;
}

.livepricebg {
  padding: 0px;
}

.charts-price {
  position: relative;
  height: 50px;
  overflow: hidden;
  background: #2a2d36;
  padding: 10p;
}

.live-table {
  display: table;
  float: left;
  padding: 0px 13px;
  border-right: 1px solid #3d4149;
}

.charts-price .container {
  width: 100%;
  max-width: 100%;
}

.live-table>div {
  display: table-cell;
  vertical-align: middle;
}

.live-table>div:last-child {
  text-align: right;
}

.live-table .h2 {
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  text-transform: capitalize;
  color: #fff;
}

.live-table .h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #333;
}

.live-table .vluetxt {
  padding-left: 10px;
}

.charts li {
  list-style: none;
  float: left;
}

.livecoinig {
  width: 30px;
  padding-right: 7px;
}

.live-table img {
  width: 30px;
  height: 30px;
  vertical-align: inherit;
}

.tickercontainer {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}

ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left;
  margin: 0px;
  padding: 10px 0px;
  text-align: left;
}

ul.er-controls {
  list-style: none;
  display: inline-block;
  padding: 0;
}

ul.er-controls>li {
  display: inline-block;
  padding: 5px 10px;
  margin: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
}

ul.er-controls>li:hover {
  background: none;
  cursor: pointer;
}

.vluetxt {
  padding: 0px 10px;
}

.securitylink a i {
  font-size: 17px;
  position: relative;
  top: 2px;
}

.securitylink a:hover,
.securitylink a:focus,
.securitylink a:active {
  outline: none;
  box-shadow: none;
}

.priceboxflex,
.priceboxflex .owl-stage {
  display: flex;
  width: 100%;
}

.priceboxflex .priceboxouter,
.priceboxflex .owl-stage>div {
  width: 100%;
  margin: 5px 10px;
  background: #3c3c3c;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.priceboxflex .owl-stage>div {
  margin: 5px !important;
}

.priceboxflex .owl-stage .priceboxouter {
  background: none;
  margin: 0px;
}

.priceboxflex>div:first-child {
  margin-left: 0px;
}

.priceboxflex>div:last-child {
  margin-right: 0px;
}

.priceboxflex .panelcontentbox {
  background: rgb(30 30 30 / 87%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%);
  position: relative;
  z-index: 99;
  height: 100%;
}

.livepricetable {
  display: table;
  width: 100%;
  padding: 18px 13px;
  border-bottom: 1px dashed #323030;
}

.livepricetable>div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.livepricetable>div:first-child {
  width: 57px;
}

.livepricetable>div:last-child {
  width: 55px;
  text-align: right;
}

.livepricetable .h6 {
  font-size: 14px;
}

.chartline img {
  width: 100%;
}

.livepricetable>div:first-child img {
  background: #ffffff21;
  text-align: center;
  border-radius: 7px;
  padding: 8px;
  width: 40px;
}

.livepricetable .h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #e2e8ef;
}

.livepricetable .h5 {
  font-size: 14px;
  font-weight: 700;
}

.livepricetable .h3 {
  font-size: 16px;
  font-weight: 700;
}

.livepricetable .h3 .h5 {
  font-size: 13px;
  padding-left: 10px;
}

.pricerowbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  cursor: grab;
}

.bg-none {
  background: none !important;
}

.securitylistbg {
  background: none !important;
}

.walletpagebg .coinlisticon {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}

.walletpagebg table tbody tr>td:first-child small {
  text-decoration: underline;
  color: #a5a5a5;
}

.paperproof img {
  max-width: 120px;
}

.tradepage .mobiletoggle {
  display: none !important;
}

.profilebasicinfo {
  margin-top: 0px !important;
  margin-bottom: 11px !important;
}

.kycpagebg .siteformbg {
  display: table;
  width: 75%;
}

.kycpagebg .siteformbg>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.kycpagebg .siteformbg>div:first-child {
  width: 260px;
}

.kycpagebg .mlmwizardform #progressbar {
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 21px;
}

.subheading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.kycformright hr {
  margin-bottom: 28px;
  /* width: 67%; */
  width: 40%;
}

/* .profilepaget {
    padding: 18px 20px;
  } */
.container.sitecontainer.profilepagebg .kycformright hr {
  margin-bottom: 28px;
  width: 100%;
}

.kycformright .form-group {
  margin-bottom: 23px;
}

.tradepagemenuview {
  display: none !important;
}

.tradepage .tradepagemenuview {
  display: inline-block !important;
}

.leftsidetable {
  background: rgb(56 56 56 / 75%);
  margin-top: 18px;
  padding: 17px 17px;
  border-radius: 9px;
  margin-bottom: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%);
  position: relative;
  display: table;
  width: 100%;
}

.leftsidetable>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.leftsidetable>div:first-child {
  width: 52px;
  /* text-align: center; */
}

.sideprofileicon img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #cfd3d7;
  border: 2px solid #cfd3d7;
  padding: 3px;
}

.leftsidetable h4 {
  color: #fff;
  font-size: 14px;
  margin: 0px;
}

.leftsidetable p {
  color: #d9d9d9;
  font-size: 12px;
  margin: 0px;
}

.leftsideuser,
.priceboxouter,
.tablebox,
.searchfrmbox {
  position: relative;
}

.leftsideuser::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 32px;
  width: 45px;
  height: 45px;
  background: url(../images/circle.svg);
  background-size: cover;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
}

.priceboxouter::before {
  content: "";
  position: absolute;
  left: -92px;
  top: -90px;
  width: 250px;
  height: 250px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0.7;
}

.priceboxouter::after {
  xcontent: "";
  position: absolute;
  right: -13px;
  bottom: 1px;
  width: 100px;
  height: 100px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0.5;
}

.tablebox::before {
  xcontent: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 80px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0.5;
}

.tablebox::after {
  xcontent: "";
  position: absolute;
  right: -10px;
  bottom: 1px;
  width: 150px;
  height: 100px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0.5;
}

.searchfrmbox:before {
  xcontent: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 100px;
  height: 100px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 9;
  /* opacity: 0.5; */
}

.searchfrmbox:after {
  xcontent: "";
  position: absolute;
  right: -13px;
  bottom: 1px;
  width: 100px;
  height: 100px;
  background: url(../images/circle.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 9;
  /* opacity: 0.5; */
}

owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  padding: 10px 10px;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  background: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  position: relative;
  top: -53px;
  width: 100%;
  text-align: left;
  margin: 0px auto;
  display: none;
}

button.owl-next {
  right: 0;
  float: right;
}

h1.l-f.text-uppercase.text-center {
  margin: 50px 0px;
}

.owl-nav span {
  border: 1px solid #d3d3d3;
  border-radius: 61px;
  padding: 11px 15px;
  margin-top: 0px;
  color: #d3d3d3;
}

.owl-dots {
  position: absolute;
  width: 100%;
  max-width: 1070px;
}

.owl-dots button.owl-dot.active {
  background-color: #f7931e;
}

.owl-dots {
  text-align: center;
  margin-top: -7px;
  padding: 1px 0px;
  display: none;
}

.owl-dots button.owl-dot {
  width: 36px;
  height: 2px;
  border-radius: 7%;
  display: inline-block;
  background: #aeaeb0;
  margin: 0 3px;
}

.progressprofile {
  padding: 25px;
}

.progressprofile h2 {
  font-size: 20px;
}

.progressdash .progressbar-wrapper {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.progressdash {
  margin-bottom: 8px;
}

.progressdash .progressbar-wrapper .progressbar li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  font-size: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  line-height: 29px;
  padding-right: 13px;
  font-weight: 500;
}

.progressdash .progressbar li:before {
  width: 30px;
  height: 30px;
  content: "";
  line-height: 25px;
  border: 2px solid #c9c9c9;
  display: block;
  text-align: center;
  margin: 0px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.progressdash .progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #c9c9c9;
  top: 13px;
  left: -100%;
  z-index: 0;
}

.progressdash .progressbar li:first-child:after {
  content: none;
}

.progressdash .progressbar li.active {
  color: #f7841e;
  /* font-weight: bold; */
}

.progressdash .progressbar li.active:before {
  border-color: #f7841e;
  background: #f7841e;
}

.progressdash .progressbar li.active+li:after {
  background-color: #f7841e;
}

.progressdash .progressbar li.active:before {
  background: #f7841e url(user.svg) no-repeat center center;
  background-size: 60%;
  color: #fff;
}

.progressdash .progressbar li::before {
  background: #fff url(user.svg) no-repeat center center;
  background-size: 60%;
}

.progressdash .progressbar {
  counter-reset: step;
  padding: 0px;
  margin: 0px;
}

.progressdash .progressbar li:before {
  xcontent: counter(step);
  counter-increment: step;
}

.walletpagebg .progressdash .progressbar li:before {
  content: counter(step);
}

.walletpagebg .progressprofile {
  background: #e9e9e9;
  border-radius: 10px;
  margin-bottom: 21px;
}

.progressdash .progressbar p {
  font-size: 13px;
  line-height: 21px;
  text-transform: capitalize;
  color: #838383;
  margin-bottom: 4px;
}

.innerpagegrid .toptabbg li a {
  padding: 6px 32px;
  border: 1px solid #adadad !important;
  background: #ededed !important;
  border-radius: 6px !important;
}

.innerpagegrid .toptabbg li a.active {
  background-color: #f7841e !important;
  color: #fff !important;
}

.innerpagegrid .toptabbg li {
  padding: 0px 3px;
}

.walletpagebg .tabrightbox {
  right: 7px;
}

.insidetabbox {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 23px;
}

.insidetabbox li a {
  padding: 8px 23px !important;
}

.wllttabbanner {
  border-radius: 10px;
}

.walletpagebg .sitescroll {
  height: 90vh;
}

.productdrop .dropdown-content {
  min-width: 584px;
  z-index: 1;
  width: 100%;
}

.productdrop .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.productdrop .dropdown-content a:hover {
  background-color: #1e1e1e;
}

.productdrop.dropdown .dropdown-content {
  xdisplay: flex;
}

.productdrop .dropdown-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}

.productdrop .dropdown-content .content {
  font-size: 13px;
  color: #b9b9b9;
  font-weight: 400;
  text-transform: capitalize;
}

.productdrop .dropdown-content li {
  padding: 5px 4px;
  width: 50%;
  float: left;
}

.grid-box-new {
  display: grid;
  grid-template-areas:
    "marketlist chart chatbg"
    "orderform openorder openorder";
  grid-template-columns: 350px 1fr 350px;
  grid-gap: 7px;
  margin: 11px 0px;
  border-radius: 11px;
}

.tradingcomp .marketlist .table-responsive {
  max-height: 484px;
  background: #fff;
}

.chatbg {
  grid-area: chatbg;
}

.tradingcomp .chatboxscroll {
  max-height: 414px;
}

.tradingcomp .chatbox .img-circle {
  width: 30px;
  height: 30px;
  padding: 2px;
}

.tradingcomp .chat-foot .input-group-text {
  padding: 0px;
}

.tradingcomp .chat h5 {
  font-size: 11px;
}

.tradingcomp .chat li .chat-img {
  width: 30px;
}

.tradingcomp .chat .primary-font {
  font-size: 12px;
}

.tradingcomp .chat li {
  padding: 3px 10px;
}

.tradingcomp .chat .chat-body p {
  line-height: 21px;
  font-size: 11px;
  padding: 5px 9px;
  margin-bottom: 6px;
}

.tradingcomp .walletbalance .sitescroll {
  max-height: 258px;
}

.tradingcomp .spotorderbox .sitescroll {
  max-height: 215px;
}

.walletbalance {
  grid-area: walletbalance;
}

.tradingcomp .livepricetable>div:first-child {
  width: 44px;
}

.tradingcomp .livepricetable .h4 {
  color: #252525;
}

.tradingcomp .livepricetable {
  border-bottom: 1px dashed #c0c0c0;
}

.tradingcomp .openorder .sitescroll {
  max-height: 401px;
}

.tradepage .competitionlist {
  padding-top: 25px;
}

.competition thead tr th {
  border: 1px solid #d9d9d9;
}

.competition .searchfrm {
  width: 100%;
  max-width: 700px;
}

table.eth-card-total-table {
  width: 100%;
  border: 2px solid #5d9621;
}

table.eth-card-total-table thead tr {
  /* background: linear-gradient(180deg, #0dcaf0  0%, rgba(65, 149, 252, 0) 100%); */
  position: relative;
  border: 2px solid #5d9621;
  border-radius: 15px !important;
}

table.eth-card-total-table th {
  font-size: 15px;
  text-align: left;
  padding: 15px 8px;
  color: #fff;
}

table.eth-card-total-table td h4,
table.eth-card-total-table td {
  font-size: 15px;
  margin-bottom: 0px;
  padding: 6px 8px;
  color: #fff;
}

ul.outer-staking-tab-list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 0 20px;
  /* justify-content: space-around; */
  /* background: #cccccc21; */
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.outer-staking-tab {
  text-align: center;
}

ul.outer-staking-tab-list li a {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
}

a.active-staking-tab {
  /* background: #0000008a; */
  color: #3b8ff7 !important;
  border-bottom: 3px solid #0dcaf0 !important;
}

.stacking ul.outer-staking-tab-list li a {
  color: #000 !important;
}

body.dark .cryptosaving section.saving-page .left-txt .summary-detail h4 {
  color: #000;
}

body.dark .stacking ul.outer-staking-tab-list li a,
body.dark table.eth-card-total-table th,
body.dark table.eth-card-total-table td h4,
.stacking .innerpagecontent,
body.dark .cryptosaving section.saving-page .sub-all,
body.dark .cryptosaving section.saving-page .left-txt .summary-detail h4,
body.dark .cryptosaving section.saving-page .duration,
body.dark .cryptosaving section.saving-page label.bn-input-label,
body.dark .cryptosaving section.saving-page .summary-detail p,
body.dark .cryptosaving section.saving-page .avaliable-btn span,
body.dark section.saving-page .minmum h4 span,
body.dark .cryptosaving section.saving-page .avaliable-btn h4,
body.dark section.saving-page .minmum h4,
body.dark .cryptosaving section.saving-page .enough .info h4 {
  color: #fff !important;
}

.cryptosaving section.saving-page .sub-all body.light a.active-staking-tab {
  background-color: rgb(238 239 243) !important;
  color: #000 !important;
}

ul.outer-staking-tab-list li {
  margin: 5px;
}

body.pagewrapperbox.light ul.outer-staking-tab-list li a {
  color: #000 !important;
}

/* body.pagewrapperbox.light ul.outer-staking-tab-list li a.active-staking-tab {
    color: #fff !important;
  } */

body.pagewrapperbox.light ul.outer-staking-tab-list {
  background: #cccccc38;
}

body.pagewrapperbox.light table.eth-card-total-table th {
  color: #000;
}

table.eth-card-total-table td h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.pagewrapperbox.light .walletpagebg input[type="file"] {
  color: #000;
}

body.pagewrapperbox.light article.earning ul.pagination li.page-item span,
body.pagewrapperbox.light article.earning ul.pagination li.page-item a {
  color: #000;
}

h4.checkmark.subscribe-checkbox-agreement {
  height: auto;
}

.withdraw-main-balance .icon-title p.pop-contant a {
  background: linear-gradient(109.54deg, #3b8ff7 -3.62%, #0057da 93.53%);
  font-size: 14px;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.darkmode .innerpagegrid .sitetable tbody tr:hover td,
.darkmode tbody.border-style-cls-table tr:hover {
  background: rgb(9 9 9 / 63%) !important;
}

.light .innerpagegrid .sitetable tbody tr:hover td {
  background: rgb(238 239 243) !important;
}

.light tbody.border-style-cls-table tr:hover {
  background: rgb(224 225 227) !important;
}

.earings .card-full {
  display: flex;
  align-items: center;
  justify-content: center;
}

.earings .card-full a .icon-title a {
  margin-bottom: 0px !important;
}

.upload-image-here {
  width: 120px;
  height: 120px;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: start;
}

.upload-image-here-outer {
  display: flex;
  justify-content: center;
}

.upload-image-here img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin: 0px !important;
  object-position: center;
}

.top-space.withdraw-main-balance .card-direct>a {
  pointer-events: none;
}

.form-group.g-recaptcha-whl iframe {
  width: 100% !important;
}

input#referral_code[readonly] {
  background-color: #29292a !important;
}

.login-form .form-group p {
  color: #fff !important;
}

.table-span-td {
  display: none;
}

.modal-header.CHANGE-PROFILE-PICTURE-pop-up-head {
  flex-direction: row-reverse;
}

.flexbox.supportbg.pbg .panelcontentbox.proheight {
  border: none !important;
  padding: 0px !important;
}

.flexbox.supportbg.pbg .panelcontentbox.proheight .chatbox.ticketchat {
  padding: 0px !important;
}

.withdraw-otp-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

article.gridparentbox.market-main-page .innerpagetab.historytab ul.nav.nav-tabs.tabbanner {
  background: transparent;
}

article.gridparentbox.market-main-page table.table.sitetable td label {
  display: none;
}

.orderchangebg li {
  padding: 0px 5px;
}

.selectmarket {
  padding-left: 15px !important;
}

.fee-formbox span.input-group-prepend {
  display: flex;
}

.commision {
  padding: 0px 10px;
}

/* ..//market//.. */
.marketpriceflex {
  display: flex;
}

.marketpriceflex>div {
  padding: 15px 15px;
  color: #ededed;
  margin: 13px 6px;
  width: 100%;
  border-radius: 7px;
  background: #252525;
}

.marketpriceflex>div:first-child {
  margin-left: 0px;
}

.mrkpricetable {
  display: table;
  width: 100%;
}

.mrkpricetable>div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.marketpricebox .h5 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.marketpricebox .h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 18px;
}

.marketpricebox .h4 .smllspan {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.mrkpricetable img {
  width: 100%;
  max-width: 120px;
}

.highcharts-background {
  fill: linear-gradient(229.37deg, #387bd9 0%, #00a4d8 73.09%);
}

.chartbalancebox .highcharts-legend-item text {
  color: #c9cccd !important;
  fill: #c9cccd !important;
}

.bluetrade {
  background: transparent;
  color: #3b8ff7;
}

.marketchart text {
  color: #c9cccd;
  fill: #c9cccd;
}

.orderform .form-check-input {
  background-color: #516566;
}

.supportsearch .form-control {
  font-size: 13px;
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.supportsearch .input-group-text {
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 12px;
  /* box-shadow: none; */
  outline: none;
  font-weight: 400;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profilebg {
  width: 100%;
  max-width: 135px;
  clip-path: circle(50% at 50% 50%);
}

.form-group.code-name-label label {
  color: #000 !important;
}

body.dark .form-group.code-name-label label {
  color: #fff !important;
}

.formcontentbox .form-group.code-name-label {
  margin-bottom: 0 !important;
}

.pbg .tabbanner li a {
  padding: 15px 20px !important;
}

.proheight {
  height: 100% !important;
}

h1.errotext.text-center {
  font-size: 150px;
  color: #fff;
}

.walletpagebg .profilepage>div:last-child {
  height: auto;
}

.form-control:focus {
  border-color: #0057da;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.text-blue {
  color: #eb7904;
}

.balance-t {
  margin-top: 11px;
}

section.headermenu .container {
  margin-bottom: 0px !important;
}

section.headermenu .container img.dark-logo,
section.headermenu .container img.light-logo {
  width: 100%;
}

section.headermenu .container img.light-logo,
section.headermenu .container img.dark-logo {
  max-width: 180px;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
  line-height: 2;
}

section.headermenu nav.navbar.navbar-expand-lg.navbar-dark.headbg .container {
  padding: 0 20px;
}

/* Light css */
body.darkmode .Cronos-coin-main-box-heading p {
  color: #ecf0f9;
}

body.light .livepricemobile {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  border: 1px solid rgb(242, 242, 242);
}

body.light .livepricemobile li a {
  color: #000 !important;
}

body.light .livepricenavbg li:hover {
  background: #ffffff;
}

body.light .dropdown-menu.show a.dropdown-item {
  color: #fff !important;
  background-color: #000 !important;
}

body.light .heading-box {
  color: #000;
  background: #eeeff3 !important;
}

body.light .tabbanner li a {
  border-radius: 0px !important;
  color: #000;
}

body.light .tabbanner li a.active {
  color: #0057da !important;
}

body.light .openorder .tabbanner {
  background-color: #fff;
}

body.light .innerpagetab .tabbanner li a.active {
  background-color: rgb(238 239 243) !important;
  color: #000 !important;
}

body.light .tradepage .innerpagetab .tabbanner li a.active {
  border-bottom: 3px solid #0057da !important;
  color: #0057da !important;
}

body.light .footerbox {
  /* background: linear-gradient(180deg, #161616 0%, #212121 100%); */
  border-top: 1px solid rgb(214 215 217);
  /* border-radius: 10px; */
}

body.light .ftext,
body.light .footer-gray-bg .h3 {
  color: #000;
}

body.light .sitetable thead tr th,
body.light .livepricebox .sitetable tr th {
  background: #ffffff !important;
  border-bottom: 1px solid #1d1d1d !important;
  color: rgb(5 17 38);
}

body.light .chart .contentbox {
  background: #ffffff;
}

body.light .orderform .orderfrmtab li a {
  color: #000000;
}

body.light .orderform .limitabbg li a.active {
  color: #0057da;
}

body.light .grid-box>div,
.grid-box-new>div {
  background-color: rgb(255 255 255);
}

body.light .sitetable tbody tr td {
  color: rgb(5 17 38);
  /* text-align: center; */
}

body.light .sitetable tbody tr td span {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

body.light .table tbody tr:hover {
  background: #dbdbdb !important;
}

body.light .orderform .form-group span {
  color: rgb(5 17 38);
}

body.light .buysellshow .orderchangebg li:first-child a,
body.light .buyshow .orderchangebg li:nth-child(2) a,
body.light .sellshow .orderchangebg li:last-child a {
  background-color: #fff !important;
  border: 1px solid #0057da !important;
  border-radius: 5px !important;
}

body.light .orderchangebg li a {
  background: #fff !important;
}

body.light .orderform .buyselltab li a {
  border: 1px solid #b38247 !important;
  font-size: 12px;
  padding: 10px 0px;
}

body.light .orderform .form-control,
body.light .orderform .input-group-text,
body.light .orderformbg1 .input-group-append .input-group-text {
  background: #ffffff9e;
  color: #000;
}

body.light .t-green,
body.light .t-red {
  font-weight: 500;
}

/* market light css */

body.light .marketpriceflex>div {
  color: #000;
  background: #fff;
}

body.light .historytab .tabbanner {
  background: #fff;
}

body.light .table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: white;
}

.headermenu .headbg ul li a.nav-link.btn.sitebtn.signup {
  color: var(--head-btn) !important;
  padding: 10px 15px;
  position: relative;
  font-size: 15.8px;
  font-weight: 700;
  background: var(--clr-font) !important;
  line-height: 23.63px;
  text-transform: initial;
}

body.light .headermenu .headbg ul li a.active {
  color: #0057da !important;
  border-bottom: 3px solid #0057da;
}

.bluetrade {
  background: transparent !important;
  color: #0057da !important;
  text-transform: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}

body.light .marketpricebox .h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

body.light .headermenu .headbg ul li a.nav-link:hover,
.headermenu .headbg ul li a.nav-link:focus,
.headermenu .headbg ul li a.nav-link:active {
  color: #fff !important;
  /* border-bottom: 2px solid #fff; */
  /* padding-bottom: 17px; */
  /* padding-top: 10px; */
}

body.light .headermenu .headbg ul li a.nav-link:hover {
  color: #3b8ff7 !important;
  /* color: var(--clr-font) !important;  */
}

body.light .headermenu .headbg ul li a.nav-link.btn.sitebtn.me-2:hover {
  color: var(--clr-font) !important;
}

body.light .highcharts-background {
  fill: #ffffff;
}

body.light .walletpagebg .profilepage>div:first-child {
  width: 650px;
  background: #ffffff;
}

body.light .balanceshowt h5 {
  font-size: 14px;
  margin: 0px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
}

body.light .balanceshowt .h4,
body.light .balanceshowt .h4>span {
  color: #000000;
}

body.light .panelcontentbox {
  background: #fff !important;
}

body.light .siteformbg .form-control {
  background: #fff;
}

.pagecontent.gridpagecontent.innerpagegrid.upi input.form-control {
  width: 60% !important;
}

body.light .siteformbg .input-group-text,
body.light .siteformbg .form-control {
  background: #ffffff;
  border: 1px solid #494949;
  color: #000000;
}

body.light .siteformbg select.form-control {
  border: 1px solid #494949 !important;
}

table.bank-upi-payments-table td {
  text-align: center;
}

body.light .supportsearch {
  padding: 10px;
  background: #fff;
}

.sun-moon-icon ul li {
  list-style-type: none;
  margin-bottom: 0 !important;
}

.sun-moon-icon ul {
  margin-bottom: 0 !important;
}

.modeicon {
  font-size: 20px;
  color: #ffffff !important;
  border: none !important;
  margin-left: 5px;
  padding: 6px 8px;
  margin-top: 0px;
  background: transparent !important;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer !important;
}

body.light .modeicon {
  font-size: 20px;
  color: #000 !important;
  border: none !important;
  margin-left: 5px;
  padding: 6px 8px;
  margin-top: 0px;
  background: transparent !important;
}

body.light .siteformbg label {
  color: #000;
}

body.light .t-gray {
  color: #424242;
}

body.light span#w_com,
body.light span#withdraw_total {
  color: #000;
}

body.light .form-group p {
  color: #000;
}

body.light .form-group.notestitle ul li {
  color: #5f5f5f;
}

body.light .supportbg .tabbanner li a:hover {
  color: #505050;
}

body.light .supportbg .tabbanner li a.active {
  background-color: #151515 !important;
  color: #fff !important;
  border: 0px !important;
}

body.light .profiletablebox h4 {
  color: #000;
}

body.light .kycupload {
  background: #ffffff;
  padding: 12px;
  text-align: center !important;
  border-radius: 20px;
  box-shadow: 8px 8px 8px #bdbdbd;
  /* border-radius: 37px; */
}

body.light small {
  color: #505050;
}

body.light ul.text.text-white li,
body.light ul.text.text-white,
body.light .subheading {
  color: #000 !important;
}

.pagecontent.gridpagecontent.innerpagegrid.upi .form-card .row {
  justify-content: flex-start;
  display: math;
}

.form-card .row {
  justify-content: flex-start;
}

.pagecontent.gridpagecontent.innerpagegrid.upi .col-md-12.upi-input {
  padding: 0;
}

.siteformbg .input-group-prepend .input-group-text {
  color: #fff;
}

body.light .siteformbg .input-group-prepend .input-group-text {
  color: #000;
}

.input-group-prepend {
  z-index: 1;
}

body.light .panelcontentbox .chatbox.ticketchat p {
  color: #fff !important;
  padding: 10px;
  font-weight: 600;
}

body.light .dropdown-menu.show a.nav-link.dropdown-item:hover {
  color: #0057da !important;
}

body.light .sociallist li a i {
  background: transparent;
  color: #000;
  font-size: 18px;
}

body.light .modalbgt .modal-content {
  background-color: #ffffff;
}

body.light .modal .modal-content h4.modal-title {
  color: #000;
}

body.light .modal-content form.siteformbg p {
  color: #000;
}

.copy-text span {
  background: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 10px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 13px;
}

.copy-text span strong.text-info {
  position: absolute;
  top: 45px;
  left: -20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}

body .copy-text span i {
  color: #fff;
}

body.dark .copy-text span i {
  color: #fff;
}

.copy-text .hidden {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
}

.copy-text {
  position: relative;
}

body.light .copy-text i.fa.fa-clone {
  color: #000;
}

.form-group.referl {
  display: flex;
  justify-content: space-between;
}

body.reff {
  background-color: #fff !important;
}

body.light .buyfullcontent {
  text-align: center;
  color: #000;
  padding: 20px;
  margin-top: 20px;
  background: white !important;
  max-width: 580px;
  margin: 9px auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

body.light .modal-text {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 37%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.sell-matched {
  font-size: 17px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #3b8ff7;
}

.buyfullcontent i.fa.fa-check {
  font-size: 60px;
  background: green;
  border-radius: 50%;
  padding: 10px;
}

/* dark mode  */

body .buyfullcontent {
  background: #000 !important;
  text-align: center;
  color: #000;
  padding: 20px;
  margin-top: 20px;
  max-width: 580px;
  margin: 9px auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

body .hourglass:before {
  background-color: white !important;
}

body p.completed-para {
  color: white;
}

body.light p.completed-para {
  color: black;
}

body .modal-text {
  background: gray;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 37%;
}

a {
  text-decoration: none !important;
}

.container.sitecontainer .kycformright {
  margin: auto;
}

.innerpagetab {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  /* overflow: scroll; */
  padding-left: 0px !important;
}

.pagecontent.gridpagecontent.innerpagegrid .bluetrade {
  width: 55%;
}

.exchange-part-trade-page .innerpagetab {
  overflow: auto;
}

.innerpagetab .btn-primary {
  /* line-height: 2.6; */
  color: #fff !important;
  border-color: transparent;
  height: 100%;
  margin-top: 10px;
  margin-right: 10px;
  background: #70b825;
}

.innerpagetab .btn-primary:active {
  box-shadow: none !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #0057da;
}

.input-group-append {
  display: flex;
  gap: 5px;
}

.tab-content .chatbox.ticketchat {
  padding: 12px;
  height: 420px;
  display: flex;
  flex-direction: column;
}

.tab-content .chatbox.ticketchat p {
  color: #000;
}

.panelcontentbox.proheight .tab-content .chatbox.ticketchat {
  padding: 24px;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: #0057da;
}

a.t-white {
  text-decoration: none;
  color: #fff;
}

/* width */
.exchange-part-contain .tab-content.padding-block-right-body::-webkit-scrollbar {
  width: 3px;
}

/* Track */
/* .exchange-part-contain .tab-content.padding-block-right-body::-webkit-scrollbar-track {
    background: #f1f1f1; 
  } */

/* Handle */
.exchange-part-contain .tab-content.padding-block-right-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.exchange-part-contain .tab-content.padding-block-right-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.stacking-back {
  background: url(../images/stacking-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  /* padding: 30px 30px; */
}

.container.sitecontainer.stacking {
  padding-top: 50px;
  padding-bottom: 50px;
}

.innerpagegrid .gridparentbox .container {
  padding: 15px 15px;
  max-width: 96%;
}

.innerpagegrid .gridparentbox .sitecontainer {
  position: relative;
}

section.stacking-banner .container.sitecontainer {
  max-width: 81%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

article.gridparentbox.stacking .innerpagecontent {
  width: 50%;
}

.innerpagecontent {
  padding: 16px 3px;
  position: relative;
  padding-top: 9px;
}

section.stacking-banner .innerpagecontent h4 {
  background: #70b825;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}

section.stacking-banner .innerpagecontent p {
  color: #848e9c !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

article.gridparentbox.stacking .stackingbannerright {
  width: 50%;
}

.stacking-card {
  position: relative;
}

.stacking-card .toggle-password {
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 16px;
  z-index: 1;
  color: #848e9c;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  background: none;
}

.stackingbannerright .card {
  border-radius: 8px;
  background: rgba(30, 35, 41, 0.6);
  display: flex;
  gap: 70px;
  flex-direction: row;
  padding: 50px;
}

.xchange-rate h4 {
  color: #eaecef !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.xchange-rate a {
  text-decoration: none;
}

/* section.card-stacking .container.sitecontainer.stacking {
    max-width: 75%;
  } */
.container.sitecontainer.stacking {
  padding-top: 50px;
  padding-bottom: 50px;
}

.innerpagegrid .gridparentbox .container {
  padding: 15px 10px;
  max-width: 100%;
}

.innerpagegrid .gridparentbox .sitecontainer {
  position: relative;
}

.container.sitecontainer.stacking .eth-card-total {
  margin-bottom: 0px;
}

.container.sitecontainer.stacking .eth-card-total {
  position: relative;
}

.eth-card-total {
  display: flex;
  justify-content: space-evenly;
  gap: 15px;
  margin-bottom: 20px;
}

.container.sitecontainer.stacking .eth-card-total {
  flex-wrap: wrap !important;
}

.swap-icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -30px;
}

.swap-icon img {
  width: 40px;
}

.container.sitecontainer.stacking .card.border-style-cls {
  width: 30%;
}

.border-style-cls {
  padding: 25px;
  border-radius: 15px;
  background: linear-gradient(180deg, #0dcaf0 0%, rgba(65, 149, 252, 0) 100%);
  position: relative;
  border: 1px solid #0057da;
}

.border-style-cls h4 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: flex-start;
}

.container.sitecontainer.stacking .card.border-style-cls .card-btn a {
  display: inline-block;
}

.card-btn a {
  border-radius: 4px;
  background: #70b825;
  padding: 10px;
  color: #151327;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.showtable {
  display: block !important;
}

.leftsideuser,
.priceboxouter,
.tablebox,
.searchfrmbox {
  position: relative;
}

.searchfrmbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: column;
  /* border-bottom: 1px solid #1d1d1d !important; */
  /* border-radius: 11px; */
  /* overflow: hidden; */
  margin-bottom: 0;
}

.sitescroll {
  max-height: 772px;
}

[data-simplebar="init"] {
  display: flex;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 8px;
}

.simplebar-track {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.table {
  margin-bottom: 0px;
}

thead tr {
  text-align: center !important;
}

.innerpagegrid .sitetable thead tr th {
  /* font-family: "Fira Sans", sans-serif !important; */
  /* background: #e4e7ed; */
  background: #5d9621 !important;
}

.table-responsive-stack th {
  border-bottom: 0px !important;
  text-align: left !important;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table> :not(:first-child) {
  border-top: 0px;
}

.table tbody tr {
  cursor: pointer;
}

.innerpagegrid .sitetable tbody tr td {
  border-top: 1px solid #171717;
  padding: 14px 12px;
  /* backdrop-filter: blur(19px) saturate(178%); */
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: rgb(9 9 9 / 63%); */
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #151515e8;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 13px;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.xchange-rate h3 {
  color: #f0b90b;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.4px;
  margin-top: 24px;
}

/*earnings*/

.innerpagegrid .gridparentbox .sitecontainer {
  position: relative;
}

.sitecontainer {
  width: 100%;
  max-width: 96%;
  padding: 0px 8px;
}

.innerpagecontent {
  padding: 16px 3px;
  position: relative;
  padding-top: 9px;
}

.innerpagecontent .h2 {
  font-size: 17px;
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

section.earings {
  padding-top: 30px;
}

section.earings .top-space {
  margin-bottom: 15px;
}

section.earings .card-full.active,
section.earings .card-full:hover {
  box-shadow: -4px 4px 8px #0dcaf0;
}

section.earings .row {
  justify-content: center;
}

section.earings .card-full {
  padding: 15px 0;
  /* box-shadow: -4px 4px 8px #0057DA; */
  height: 100% !important;
}

section.earings .card-full {
  border: 1px solid #0dcaf0;
  border-radius: 15px;
  /* background: linear-gradient(180deg, #0dcaf0   0%, rgba(65, 149, 252, 0.00) 100%); */
  background: linear-gradient(180deg, #0dcaf0 0%, rgba(65, 149, 252, 0) 100%);
}

body.light section.earings .card-full {
  border: 1px solid #0dcaf0;
  border-radius: 15px;
  /* background: linear-gradient(180deg, rgb(163 116 60 / 25%) 4.32%, rgb(250 197 121 / 28%) 49.27%, rgb(163 116 60 / 63%) 100%); */
  background: linear-gradient(180deg, #0dcaf0 0%, rgba(65, 149, 252, 0) 100%);
}

.sitetable tbody tr td {
  color: rgb(5 17 38);
  /* text-align: center; */
  text-align: center;
}

section.earings .card-direct {
  display: flex;
  padding: 2px 5px 10px;
  gap: 17px;
  align-items: center;
  justify-content: center;
}

section.earings a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

section.earings .card-icon img {
  width: 60px;
  height: 60px;
  border: 0px;
  border-radius: 50%;
  margin-top: 7px;
  /* background: #c9c9c9; */
  padding: 6px;
}

section.earings h4.income-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

body.light section.earings h4.income-title,
body.light section.earings p.title-rupee {
  color: #000 !important;
}

.card-direct .icon-title p.title-rupee {
  margin-bottom: 0px;
}

section.earings p.title-rupee {
  color: #fff;
  font-size: 16px;
}

article.gridparentbox.earning .showtable {
  display: block !important;
}

.searchfrmbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: column;
  /* border-bottom: 1px solid #1d1d1d !important; */
  /* border-radius: 11px; */
  /* overflow: hidden; */
  margin-bottom: 0;
}

.sitescroll {
  max-height: 772px;
}

[data-simplebar="init"] {
  display: flex;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 8px;
}

.simplebar-track {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
  padding-right: 0 !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.innerpagecontent {
  padding: 16px 3px;
  position: relative;
  padding-top: 9px;
}

article.gridparentbox.stacking input {
  width: auto;
  font-size: 13px !important;
}

.gridparentbox.earning .innerpagecontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article.earning .innerpagecontent {
  display: block !important;
}

.innerpagecontent h3 {
  font-size: 20px;
}

.form-group input {
  font-size: 13px !important;
}

.controls label.custom-file-upload {
  white-space: nowrap;
}

.form-group label {
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}

.kycformright .form-group.box label {
  color: #fff;
  margin-bottom: 15px;
}

ul.text.text-white {
  color: #fff !important;
  font-size: 12px !important;
}

.kycformright .form-group small {
  color: #fff !important;
}

body.dark ul.text.text-white,
body.dark .kycformright .form-group small {
  color: #fff !important;
}

body.dark .kycformright.box .form-group {
  color: #000;
}

.simplebar-scroll-content .innerpagecontent {
  padding: 10px 13px;
  position: relative;
  /* background: #2b2b2b; */
}

ul.nav.nav-tabs.grid-list .nav-tabs .nav-link {
  border: 0px solid transparent !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

body.light .simplebar-scroll-content .innerpagecontent {
  background: #eeeff3;
  border-top: none;
}

.innerpagecontent .h2 {
  font-size: 17px;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.table {
  margin-bottom: 0px;
}

thead tr {
  text-align: center !important;
  border-radius: 5px;
  border: 2px solid #000000;
  /* background:linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%) !important; */
}

.innerpagegrid .sitetable thead tr th {
  /* font-family: "Fira Sans", sans-serif !important; */
  background: #000;
  text-align: left !important;
}

.table-responsive-stack th {
  border-bottom: 0px !important;
  text-align: left !important;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table> :not(:first-child) {
  border-top: 0px;
  border-radius: 10px;
  border: 2px solid #000;
  background: rgb(255 255 255 / 10%);
}

.table tbody tr {
  cursor: pointer;
}

.innerpagegrid .sitetable tbody tr td {
  border-top: 1px solid #c5c5c5;
  /* padding: 15px 26px; */
  padding: 15px 19px 15px 8px !important;
  /* backdrop-filter: blur(19px) saturate(178%); */
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: rgb(9 9 9 / 63%); */
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
  text-align: left !important;
  height: 50px;
  color: #fff;
}

td.avail-balance,
body.darkmode .sitetable thead tr th.avail-balance {
  padding-left: 38px !important;
}

div#withdraw tbody tr td {
  text-align: left !important;
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #151515e8;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 13px;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #151515e8;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 13px;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table tbody tr {
  cursor: pointer;
  vertical-align: middle;
}

article.gridparentbox.earning .pagination {
  padding: 25px 10px 0;
  justify-content: center;
}

.pagination {
  padding: 10px 10px;
}

article.gridparentbox.earning .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: transparent !important;
  border: 1px solid #0057da73;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #ffffff;
  pointer-events: none;
  background-color: transparent !important;
  border-color: none !important;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-inner {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.close-btn {
  position: absolute;
  right: 70px;
  top: 12px;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  background: #0057da;
  border: 0px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  opacity: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #1a1a1a;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 50px;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  text-align: center;
  max-width: 500px;
  min-width: 500px;
  margin: 0 auto;
}

.pop-up-content-wrap {
  margin-bottom: 20px;
}

.sitebtn,
.borderbtn,
.yellow-btn,
.black-btn {
  padding: 8px 28px;
  border: 0px;
  color: #000 !important;
  font-size: 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  background: #5eae0b;
  transition: none !important;
  /* background: var(--22, linear-gradient(90deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%)); */
}

.innerpagegrid .sitetable tbody tr td a.btn.sitebtn.btn-sm {
  padding: 4px 18px !important;
  font-size: 12px !important;
  transition: auto !important;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}


.footerbox {
  z-index: 9;
  padding: 0px;
  backdrop-filter: blur(19px) saturate(178%);
  -webkit-backdrop-filter: blur(19px) saturate(178%);
  /* background-color: #161616; */
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}


.footerbox {
  bottom: 0px;
  position: relative;
  width: 100%;
  height: 50px;
}

.footer-gray-bg {
  padding: 0px 0px;
}

.footerbox .container {
  width: 100%;
  max-width: 100%;
}

.footerbottombg {
  border-top: 1px solid #2d2d2d;
  padding: 0px 15px;
}

.ftext {
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  padding-top: 17px;
}

.text-end {
  text-align: right !important;
}

.footerbottombg .social-bg {
  padding-top: 6px;
}

.social-bg {
  /* width: 100%; */
  display: inline-block;
}

.sociallist {
  float: none;
  margin: 4px 2px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  /* padding: 0px 12px; */
}

.footer-gray-bg .h3 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 2px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  line-height: 32px;
  margin-right: 10px;
  white-space: nowrap;
}

.sociallist li {
  list-style: none;
  float: left;
}

a,
a:focus {
  outline: none;
  box-shadow: none;
}

.sociallist li a i {
  font-size: 13px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  width: 29px;
  height: 29px;
  text-align: center;
  padding-top: 8px;
  /* margin-right: 7px; */
  margin: 0px 3px;
}

/*earnings*/

.history-main-page th,
.history-main-page td {
  text-align: center !important;
}

.history-main-page .profilepaget {
  padding: 0;
  padding-bottom: 50px;
}

body.darkmode .sitetable thead tr th {
  border-bottom: 1px solid #fff !important;
}

.container.sitecontainer.cryptosaving section.saving-page input[type="checkbox"] {
  position: relative;
  top: -2px;
}

body.light .container.sitecontainer.cryptosaving section.saving-page .daily h6 {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

body.light .container.sitecontainer.cryptosaving section.saving-page .css-i6m49h {
  border-right: 1px solid #000;
}

body.light .stackingbannerright .card {
  background: rgb(255 255 255 / 84%);
  box-shadow: -5px 5px 5px #ccc;
}

.stackingbannerright .stacking-card .toggle-password {
  display: none;
}

.container.sitecontainer.cryptosaving {
  max-width: 60%;
}

.container.sitecontainer.cryptosaving section.saving-page .data-cnt {
  display: flex !important;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

body.dark .cryptosaving section.saving-page .data-cnt {
  border-bottom: 1px solid #fff !important;
}

.container.sitecontainer.cryptosaving section.saving-page .sub-all {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.container.sitecontainer.cryptosaving section.saving-page .data-cnt .btn-img p {
  margin-bottom: 0px;
  margin-left: 15px;
  color: #fff;
}

.container.sitecontainer.cryptosaving section.saving-page .pop-sep {
  margin-bottom: 15px;
}

.container.sitecontainer.cryptosaving section.saving-page .duration {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.container.sitecontainer.cryptosaving .ratio-btn input[type="radio"] {
  display: none;
}

.container.sitecontainer.cryptosaving .ratio-btn label {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid grey;
  cursor: pointer;
  color: #eaecef;
  text-align: center;
  font-size: 16.378px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4.679px;
  background: #2b3139;
}

.ratio-btn input[type="radio"]:checked+label {
  background: #0dcaf0 !important;
  color: #fff;
  border: 1px solid #c4955696 !important;
}

.container.sitecontainer.cryptosaving section.saving-page .max-amt {
  margin: 40px 0px 4px;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.6;
  border: 1px solid #000;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}

body.dark .cryptosaving section.saving-page .max-amt {
  border: 1px solid #fff !important;
}

.container.sitecontainer.cryptosaving section.saving-page .input-box {
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
  border: none;
  background-color: inherit;
  opacity: 1;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
}

body.dark .container.sitecontainer.cryptosaving section.saving-page .input-box {
  color: #fff !important;
}

.container.sitecontainer.cryptosaving section.saving-page .max-amt {
  margin: 40px 0px 4px;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.6;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}

.container.sitecontainer.cryptosaving section.saving-page .pop-sep {
  margin-bottom: 15px;
}

.container.sitecontainer.cryptosaving section.saving-page .max-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
  margin-right: 10px;
}

.container.sitecontainer.cryptosaving section.saving-page .css-i6m49h {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #0dcaf0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  border-right: 1px solid #000;
}

body.dark .cryptosaving section.saving-page .max-btn input {
  border-right: 1px solid #fff !important;
}

.container.sitecontainer.cryptosaving .bn-input-suffix.pop-sep .max-btn .btn-img p {
  margin-bottom: 0px;
  padding-left: 5px;
  color: #fff;
}

.container.sitecontainer.cryptosaving section.saving-page label.bn-input-label {
  position: absolute;
  top: -24px;
  left: 0px;
  line-height: 24px;
  transition-property: top, font-size;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  z-index: 1;
  cursor: text;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.container.sitecontainer.cryptosaving section.saving-page .buybtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.sitecontainer.cryptosaving section.saving-page .avaliable-btn h4,
section.saving-page .minmum h4 {
  color: #ebebeb;
  font-size: 17px !important;
  margin-bottom: 0;
}

.container.sitecontainer.cryptosaving section.saving-page .avaliable-btn span,
section.saving-page .minmum h4 span {
  color: #707a8a;
  font-size: 14px;
  font-weight: 400;
}

.container.sitecontainer.cryptosaving section.saving-page .enough {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: rgba(254, 246, 216, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(24, 26, 32, 0.08),
    0px 7px 14px 0px rgba(71, 77, 87, 0.08),
    0px 0px 1px 0px rgba(24, 26, 32, 0.1);
  padding: 15px;
  margin-top: 17px;
}

.container.sitecontainer.cryptosaving section.saving-page .enough .info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.container.sitecontainer.cryptosaving section.saving-page .enough .info i {
  color: #e3b36f;
  font-size: 18px;
}

.container.sitecontainer.cryptosaving section.saving-page .enough .info h4 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.footer-relative section.footerbox {
  /* position: relative; */
  bottom: -50px;
}

.container.sitecontainer.cryptosaving section.saving-page .minmum {
  margin-top: 40px;
}

.container.sitecontainer.cryptosaving section.saving-page .avaliable-btn h4,
section.saving-page .minmum h4 {
  color: #fff;
  font-size: 17px !important;
  margin-bottom: 0;
}

.container.sitecontainer.cryptosaving section.saving-page .avaliable-btn span,
section.saving-page .minmum h4 span {
  color: #707a8a;
  font-size: 14px;
  font-weight: 400;
}

.container.sitecontainer.cryptosaving section.saving-page .left-txt {
  margin-top: 50px;
  color: #fff;
}

.container.sitecontainer.cryptosaving section.saving-page .realtime {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.sitecontainer.cryptosaving section.saving-page .summary-detail p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}

.container.sitecontainer.cryptosaving section.saving-page .realtime p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.container.sitecontainer.cryptosaving section.saving-page .summary-pre {
  display: flex;
  align-items: center;
  gap: 15px;
}

.container.sitecontainer.cryptosaving section.saving-page .realtime h6 {
  margin: 0;
  color: #03a66d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.container.sitecontainer.cryptosaving section.saving-page .daily {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.container.sitecontainer.cryptosaving section.saving-page .daily h6 {
  color: #969fac;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.container.sitecontainer.cryptosaving section.saving-page .daily p {
  color: #ebebeb;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 20px; */
}

.container.sitecontainer.cryptosaving section.saving-page .infohave {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.container.sitecontainer.cryptosaving section.saving-page .infohave h4 {
  color: #99a2b1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.container.sitecontainer.cryptosaving section.saving-page .checkbox {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 20px;
}

.container.sitecontainer.cryptosaving section.saving-page .checkbox h4 {
  color: #ebebeb;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.container.sitecontainer.cryptosaving section.saving-page .checkbox h4 a {
  color: var(--2, #e3b36f);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container.sitecontainer.cryptosaving section.saving-page .cnfrm-btn {
  margin-top: 20px;
  text-align: center;
}

.container.sitecontainer.cryptosaving section.saving-page .cnfrm-btn button {
  border-radius: 4px;
  background: rgba(227, 179, 111, 0.2);
  color: #fff;
  border: none;
  padding: 11px 60px;
  font-size: 16px;
  border-radius: 4px;
  background: #0dcaf0;
  padding: 10px 60px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}

/* body.light .container.sitecontainer.cryptosaving section.saving-page .cnfrm-btn button {color: #fff !important} */

.container.sitecontainer.cryptosaving .innerpagegrid .gridparentbox {
  padding-bottom: 15px;
  padding-top: 100px;
  /* background: #161616; */
}

.container.sitecontainer.cryptosaving section.saving-page .checkbox h4 {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

section.saving-page .checkbox {
  opacity: 1 !important;
  position: relative !important;
}

body.dark .container.sitecontainer.cryptosaving section.saving-page .checkbox h4 {
  color: #fff !important;
}

.container.sitecontainer.cryptosaving section.saving-page .checkbox h4 a {
  color: #0dcaf0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.container.sitecontainer.cryptosaving .checkmark {
  position: relative !important;
  top: none !important;
  left: none !important;
  height: none !important;
  width: 100% !important;
  background-color: transparent !important;
}

body.light section.saving-page .data-cnt {
  border-bottom: 1px solid #000 !important;
}

body.light p {
  color: #000 !important;
}

body.light section.saving-page .duration {
  color: #000 !important;
}

body.light section.saving-page .max-amt {
  border: 1px solid #000;
}

body.light section.saving-page .input-box {
  color: #000 !important;
}

body.light section.saving-page .css-i6m49h {
  border-right: 1px solid #000;
}

body.light section.saving-page label.bn-input-label {
  color: #000 !important;
}

body.light section.saving-page .max-amt {
  border: 1px solid #000;
}

body.light h4 {
  color: #000 !important;
}

body.light section.saving-page .sub-all,
body.light section.saving-page .duration,
body.light section.saving-page label.bn-input-label,
body.light h4,
body.light p,
body.light section.saving-page .cnfrm-btn button,
body.light section.saving-page .infohave i,
body.light section.saving-page .input-box {
  color: #000 !important;
}

body.light .development-platform-main-box1 p,
body.light .development-platform-main-box2 p {
  color: #fff !important;
}

body.light .profilebox .desc,
body.light .profiledatainfo .h4 {
  color: #fff !important;
}

body.light .chat h5 {
  color: #000;
}

body.light .supportbg .tabbanner li a.active p {
  color: #fff !important;
}

body.light section.saving-page .max-amt {
  border: 1px solid #000 !important;
}

body.light .container.sitecontainer.cryptosaving section.saving-page .summary-detail p {
  color: #000 !important;
}

body.light article.gridparentbox.stacking .card.border-style-cls h4 {
  font-size: 20px !important;
  min-height: 75px;
}

body.light .innerpagegrid .sitetable tbody tr td {
  border-top: 1px solid #171717;
  /* text-align: center !important; */
}

/* body.darkmode .innerpagegrid .sitetable tbody tr td{
    text-align: center !important;
  } */
body.light table.eth-card-total-table thead tr {
  border: none;
  background: #cccccc6b;
}

tbody.border-style-cls-table p {
  margin-bottom: 0px;
}

section.earings p.pop-contant {
  margin-bottom: 0px;
}

section.earings p.pop-contant a#withdraw {
  background: #eebe46;
  font-size: 14px;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-main.model-open .bg-overlay {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 99;
}

.custom-model-main.model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.custom-model-main.model-open .custom-model-inner h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fefeff;
  margin-bottom: 10px;
}

.custom-model-main.model-open .custom-model-inner p {
  font-size: 15px;
  font-weight: 500;
  color: #fefeff;
  margin-bottom: 10px;
}

.custom-model-main.model-open .custom-model-inner label {
  color: #fefeff;
  font-size: 14px;
  font-weight: 500;
}

.pop-up-content-wrap input.form-control {
  font-size: 13px;
  height: 35px;
  background: #0c0c0c;
  border: 1px solid #494949;
  color: #ffffff;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

body.darkmode .notesgray {
  background: #8080800f;
  padding: 15px;
  border-radius: 8px;
  box-shadow: -2px 2px 5px #414040;
}

body.light .notesgray {
  background: #f7f4f4;
  padding: 15px;
  border-radius: 8px;
  box-shadow: -2px 3px 5px #ccc;
}

body.light .custom-model-main.model-open .custom-model-inner h4,
body.light .custom-model-main.model-open .custom-model-inner p {
  color: #fff !important;
}

.resp-space {
  display: flex;
  gap: 10px;
}

img.qrcode-bg {
  margin-bottom: 20px;
}

a.nav-link.dropdown-bs-toggle.show:active {
  color: #3b8ff7 !important;
}

/* header */

/* header */
section.header-sctn {
  /* background: #0dcaf0; */
  background: #000 !important;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000 !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.60s ease-out;
  z-index: 999;
}


a.close-menu {
  display: none;
}

ul.form-btns li:nth-child(3),
.header-btn li {
  /* border: 1px solid #000; */
  border-radius: 100px;
  /* padding: 2px 16px 6px; */
}

.header-btn li.signup {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 2px 16px 6px;
  background: var(--main, linear-gradient(180deg, #387bd9 0%, #00a4d8 100%));
}

.header-btn li.signup a {
  color: #fff !important;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


ul.form-btns {
  display: flex;
  gap: 11px;
  /* margin-top: 15px; */
  align-items: center;
  padding-left: 0;
  justify-content: flex-end;
}

/* .navbar-nav li.dropdown.usermenu .show > .nav-link */
.navbar-nav li.dropdown.usermenu .nav-link.active {
  color: #000 !important;
  border-bottom: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  padding: 8px 14px !important;
  position: relative;
  color: #387bd9;
}

body.dark .dropdown-menu.show {
  background: #161616 !important;
}

.navbar-nav .nav-link.active:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 100%;
  /* border-bottom: 2px solid #387bd9; */
  left: 3px;
  top: 0;
}

.header-link.mega-menu .nav-link {
  color: #fff;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: sansation;
}

section.header-sctn div#navbarSupportedContent {
  height: 50px;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  /* width: 50px; */
  height: auto !important;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.fa-moon {
  color: #000;
  width: 40px;
}

.lan-globe {
  width: 45px;
}

.fa-sun {
  color: #000;
  width: 40px;
  /* margin-top: -12px; */
}

li.sun-moon {
  height: 45px;
}

body.dark .fa-sun {
  display: none;
}

.checkbox-label .ball {
  display: none;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}

.fa-moon {
  display: none;
}

body.dark .fa-moon {
  display: block;
  /* margin-top: -6px; */
}

body.tradepagebg .innerpagegrid .gridparentbox {
  padding-top: 0;
}

body.tradepagebg.dark section.header-sctn {
  background: #000;
}

body.dark div#navbarSupportedContent {
  background: #252930;
}

.pagecontent.gridpagecontent.innerpagegrid section.header-sctn .contain-width {
  max-width: none;
  padding: 0 10px;
}

/* market css */
section.market-banner {
  background: #eff9ff;
  padding: 0 0 30px 0;
}

section.market-banner h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

section.market-banner p {
  color: #777e90;
  font-size: 24px;
}

section.market-banner p span {
  color: #000;
}

section.market-update .coin-graph-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

section.market-update .coin-graph-bar p {
  margin-bottom: 0;
  white-space: nowrap;
}

section.market-update .coin-graph-bar h5 {
  font-size: 24px;
}

body.market-quantum section.market-update .coin-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  border-right: 1px solid #e5e5e5;
  top: 6px;
  left: 12px;
}

body.market-quantum section.market-update .coin-box.last-bar:after {
  display: none;
}

body.market-quantum section.market-update .coin-box {
  margin-top: 40px;
  position: relative;
  padding: 0 20px;
}

body.market-quantum section.market-update .wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 30px;
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

body.market-quantum section.market-update {
  margin-top: -79px;
}

body.market-quantum section.market-update .tab-head-search {
  border-bottom: 1px solid #e5e5e5;
}

section.learn-more {
  margin-top: 70px;
}

section.learn-more h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

section.learn-more p {
  font-size: 20px;
  text-align: center;
  max-width: 435px;
  margin: 10px auto;
  color: #000;
}

section.learn-more .learn-earn {
  margin-top: 30px;
}

section.learn-more .learn-earn a {
  border-radius: 4px;
  background: var(--Primary, #3772ff);
  color: #fff;
  padding: 4px 12px;
}

section.learn-more .card-cnt p {
  text-align: left !important;
  max-width: 410px !important;
  margin: 12px 0 !important;
  font-size: 26px !important;
  line-height: 1.1;
}

section.learn-more .date-earn p {
  text-align: left !important;
}

section.learn-more .date-earn {
  display: flex;
  justify-content: space-between;
}

i.fas.fa-sun {
  color: #fff;
}

span.invalid-feedback {
  display: block;
}

/* launchpad css */

section.launchpad-banner .fund-details {
  display: flex;
  gap: 20px;
  color: #000;
  margin-top: 60px;
  justify-content: end;
}

section.launchpad-banner .captial-raised p {
  margin-bottom: 0;
}

section.launchpad-banner .captial-raised {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 100px;
  height: 100%;
  background-color: #fcfdfd;
  border: 3px solid #3ea8ff;
  padding: 5px 22px;
  white-space: nowrap;
}

section.launchpad-banner .fund-details p:first-child {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
}

section.launchpad-banner h1 {
  font-size: 60px;
  color: #000;
}

section.launchpad-banner .launchpad-banner-head {
  text-align: right;
}

section.launchpad-banner .fund-details.fund-per {
  margin-top: 20px !important;
}

section.launchpad-banner .captial-raised:nth-child(2) {
  border: 3px solid rgba(0, 102, 255, 1) !important;
}

section.launchpad-banner .captial-raised:nth-child(3),
section.launchpad-banner .fund-details.fund-per .captial-raised:first-child {
  border: 3px solid rgba(251, 208, 97, 1) !important;
}

section.launchpad-banner .fund-details.fund-per .captial-raised:last-child {
  border: 3px solid rgba(142, 98, 217, 1) !important;
}

section.launchpad-banner .listing-apply {
  margin-top: 30px;
}

section.launchpad-banner .listing-apply button {
  background: rgba(0, 102, 255, 1);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
}

section.launchpad-banner .coin-tom {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 20px;
}

section.launchpad-banner .coin-tom:last-child {
  margin-left: 50px;
}

section.launchpad-banner {
  padding: 73px;
  background-image: url(../exchange/images/launchpad-img/launch-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

section.launch-history {
  margin-top: 70px;
}

section.launch-history h2 {
  font-size: 45px;
  color: #000;
}

section.launch-history table.table {
  text-align: center;
  border: 1px solid #cdcdcd;
}

section.launch-history .table-head {
  justify-content: center;
  display: flex;
  gap: 10px;
}

section.launch-history .history-table {
  margin-top: 40px;
  padding-bottom: 40px;
}

section.launch-history .history-table th {
  color: rgba(92, 90, 118, 1);
  white-space: nowrap;
}

section.launch-history .history-table td.change-value {
  color: rgba(0, 102, 255, 1);
  font-weight: 700;
}

section.query form.launchpad-form {
  background: #fff;
  border-radius: 15px;
  padding: 0 30px;
  color: #000 !important;
}

section.launchpad-banner input {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  width: 100%;
}

section.query {
  background: rgba(227, 235, 247, 1);
  padding: 40px;
}

section.query h4 {
  color: #000;
}

section.launchpad-banner .question-cnt p {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.apply-btn button {
  background: rgba(0, 102, 255, 1);
  border: none;
  color: #fff;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
}

section.query .question-cnt .checkbox {
  opacity: 1;
  position: relative;
  margin-top: 7px;
  display: flex;
  gap: 20px;
  font-size: 15px;
  align-items: baseline;
}

section.query .question-cnt .checkbox input {
  width: auto;
}

section.query .apply-btn {
  margin-top: 20px;
}

section.query .profile-expt {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

section.query .expert-msg {
  background: #fff;
  color: #000;
  margin: 0px 0px 32px;
  max-width: 510px;
  padding: 20px;
  border-radius: 15px;
}

section.query .expert-msg p {
  font-size: 16px;
}

section.query .expert-msg p:nth-child(2) {
  font-weight: 500;
}

section.query .expert-msg h6 span {
  color: rgba(0, 102, 255, 1);
}

section.query .profile-expt p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

section.faq {
  margin-top: 70px;
}

section.faq h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

section.query .tele-btn button {
  background: #0066ff;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 18px;
}

section.rate-exchange h4 {
  font-size: 46px;
  max-width: 700px;
  color: #fff;
}

section.rate-exchange .services-display {
  display: flex;
  gap: 20px;
}

section.rate-exchange .services-display {
  display: flex;
  gap: 20px;
}

section.rate-exchange .services-head h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

section.rate-exchange .services-head p {
  font-size: 15px;
  max-width: 600px;
  color: #fff;
}

section.rate-exchange .services-steps {
  margin-top: 30px;
}

section.rate-exchange {
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%);
  padding: 50px;
}

section.rate-exchange .services-steps {
  margin-top: 30px;
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%);
  padding: 20px;
  border-radius: 10px;
}

section.rate-exchange .services-head {
  border-bottom: 2px solid rgba(235, 235, 235, 1);
  margin-bottom: 10px;
  width: 100%;
}

section.rate-exchange .services-head.last-border {
  border-bottom: none;
}

section.rate-exchange .services-head:nth-child(4) {
  border-bottom: none;
}

.expert-list h6 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

body.dark section.launchpad-banner {
  background-image: url(../exchange/images/launchpad-img/dark-bg.png);
}

body.dark section.launchpad-banner .captial-raised {
  background: transparent;
}

section.market-banner {
  background: #eff9ff;
  padding: 40px 0 30px 0;
}

body.dark section.launchpad-banner .coin-logo svg path {
  fill: #fff;
}

body.dark .expert-list h6 {
  color: #fff;
}

body.ieo-launchpad {
  background: #fff;
}

/* launchpad css end */

body.dark section.profile-sctn input.form-control,
body.dark section.change-password input.form-control,
body.dark section.query form.launchpad-form,
body.dark section.query input,
body.dark section.query .expert-msg,
body.dark section.rate-exchange .services-steps,
body.dark .accordion-item,
body.dark .accordion-button {
  background: #000;
}

/* p2b-tokensale */

.tokenSale_top {
  display: flex;
  align-items: center;
  min-height: 135px;
  background: 100% / cover no-repeat url(../images/tokensale-banner-mobile.png);
  border-radius: 0 0 24px 24px;
}

.tokenSale_top .contain-width.token {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  width: auto;
  flex: 1 1;
  display: flex;
  justify-content: space-between;
}

.contain-width {
  margin-left: auto;
  margin-right: auto;
  flex: 1 1;
  box-sizing: content-box;
  width: auto;
}

.tokenSale_top h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: #151327;
  margin-bottom: 24px;
}

.tokenSale_top h4 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #151327;
  color: #1c8d57;
}

.innerpagegrid .gridparentbox.tokenSale .sitecontainer {
  padding: 0;
  max-width: 100%;
}

.innerpagegrid .gridparentbox.tokenSale {
  padding: 0;
  overflow: hidden;
}

.nav-pills .nav-link {
  /* background-color: #0000000f; */
  color: #151327;
  padding: 0 20px;
  border-radius: 48px;
  font-size: 13px;
  min-height: 36px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  min-width: 0px;
  font-weight: 600;
}

.nav-pills .nav-link:hover {
  background-color: #3333;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link.active:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(28, 141, 87);
}

/* .mui-style-grrn7l .MuiTab-textColorPrimary:hover {
  background-color: rgb(235, 235, 235);
  } */
.tokensale-tab {
  margin-top: 32px;
  /* min-height: 100vh; */
}

.tokensaleCard img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  border-radius: 12px 12px 0 0;
  /* height: 240px; */
  width: -webkit-fill-available;
  background-size: cover;
}

.tokensaleCard .photopic {
  position: absolute;
  top: 14%;
  /* left: 39%; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tokensaleCard .photopic img {
  width: 100px;
  height: 100px !important;
  /* background: #bbbbbb;
    border: 1px solid #bbbbbb; */
  border-radius: 50px !important;
  position: relative;
  padding: 2px;
}

.tokensaleCard-body {
  background: white;
  padding: 30px 30px 1px;
  border-radius: 0 0 12px 12px;
}

.token-rate svg {
  fill: #838997;
  font-size: 15px !important;
  width: 1em;
  height: 1em;
}

h2.token-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin-bottom: 15px;
  margin-top: 0;
  justify-content: space-between;
  text-transform: uppercase;
}

.token-rate span {
  margin-left: auto;
  font-size: 13px;
  font-stretch: 97%;
  color: #1c8d57;
}

.token-rate {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.token-rate {
  font-size: 13px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 530;
  margin-left: 5px;
}

.TokenSaleCard_infoValue {
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin-left: 5px;
}

.TokenSaleCard_info {
  font-size: 13px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 430;
  margin-bottom: 15px;
}

.TokenSaleCard_period {
  border-top: 1px solid;
  border-color: #ebebeb;
}

.ActivityPeriod_wrap {
  margin: 20px 0 30px;
}

.ActivityPeriod_time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ActivityPeriod_timeLeft,
.ActivityPeriod_timeRight {
  white-space: nowrap;
  font-size: 12px;
  font-stretch: 97%;
  font-weight: 430;
}

.ActivityPeriod_time .ActivityPeriod_timeIcon {
  font-size: 13px;
  margin-right: 8px;
  width: 1em;
  height: 1em;
}

.ActivityPeriod_timeLeft.start {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #1c8d57;
}

.ActivityPeriod_timeLeft.start svg {
  fill: #1c8d57;
}

.ActivityPeriod_timeLeft.end svg {
  fill: #f84343;
}

.ActivityPeriod_time .ActivityPeriod_timeLeft.end {
  color: #f84343;
}

.ActivityPeriod_timeRight {
  color: #151327;
}

.ActivityPeriod_time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ActivityPeriod_time.end {
  margin-top: 8px;
}

.unlock-card {
  width: 100%;
  border-radius: 12px;
  min-width: 340px;
  margin: 0 10px 25px;
  position: relative;
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.5s;
  background-color: #fff;
}

.tokensaleCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  border-radius: 12px 12px 0 0;
  height: 240px;
  background-size: cover;
}

.BaseTimer_wrap {
  display: flex;
  justify-content: center;
}

.BaseTimer_wrap .BaseTimer_dark .BaseTimer_item {
  border-color: #ebebeb;
}

.BaseTimer_wrap .BaseTimer_item,
.BaseTimer_wrap .BaseTimer_separator {
  color: #fff !important;
}

.TokenSaleCard_card div[class^="BaseTimer"] {
  margin-left: 0;
}

.BaseTimer_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.BaseTimer_separator {
  font-size: 16px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin: 7px 8px 0;
}

.BaseTimer_value {
  font-size: 24px;
  font-stretch: 97%;
  font-weight: 530;
}

.BaseTimer_label {
  font-size: 10px;
  font-stretch: 97%;
  font-weight: 530;
  text-transform: uppercase;
}

.BaseStatus_status {
  background-color: #28b594;
}

.TokenSaleCard_status {
  position: absolute;
  top: 20px;
  right: 20px;
}

.BaseStatus_status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-stretch: 97%;
  color: #fff;
  font-weight: 530;
}

.TokenSaleCard_card:hover {
  cursor: pointer;
  box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
}

.tokensaleCard.ons {
  background-image: url("../images/ons.svg");
}

.tokensaleCard.vct {
  background-image: url("../images/vct.svg");
}

.tokensaleCard.epn {
  background-image: url("../images/epn.png");
}

.tokensaleCard.fart {
  background-image: url("../images/4art.svg");
}

.tokensaleCard.ch4u {
  background-image: url("../images/ch4u.svg");
}

.tokensaleCard.tt {
  background-image: url("../images/t2.svg");
}

.tokensaleCard.dar {
  background-image: url("../images/dar.svg");
}

.tokensaleCard.fay {
  background-image: url("../images/fay.svg");
}

.tokensaleCard.bcc {
  background-image: url("../images/bcc.svg");
}

.tokensaleCard.vxlp {
  background-image: url("../images/vxlp.svg");
}

.tokensaleCard.aut {
  background-image: url("../images/aut.svg");
}

.tokensaleCard.kurds {
  background-image: url("../images/kurds.png");
}

.tokensale_banner {
  padding: 0;
}

.tokensale-tab .tab-content {
  padding-top: 0;
}

.specific_token_list {
  position: relative;
  bottom: 38px;
  left: 82px;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  gap: 18px;
}

.nav.Outer {
  width: fit-content;
  margin-bottom: 0 !important;

  background-color: #0000000f;
  border-radius: 48px;
}

.nav.Outer li.nav-item {
  z-index: 1;
}

.specific_token_list button.nav-link {
  width: fit-content;
  font-weight: 530;
  font-size: 13px;
  font-stretch: 97%;
  min-height: 36px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 48px;
  background: #edf6f2;
}

.specific_token_list .nav-link.active #pills-home-tab {
  background: rgb(40, 181, 148);
  color: white;
}

.activenow.active {
  background: rgb(40, 181, 148) !important;
  color: white;
}

.upcoming.active {
  background: rgb(255, 143, 12) !important;
  color: white;
}

.unlock.active {
  background: rgb(113, 53, 209) !important;
  color: white;
}

.specific_token_list p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600 !important;
  margin-right: 16px;
  color: #fff;
  margin-bottom: 0;
}

.tokenSale_projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
}

.Tops_topsFundraising {
  /* border: 1px solid #7035d1; */
  margin-top: 20px;
}

.Tops_tops {
  width: 100%;
  padding: 0 24px 20px 0;
  border-radius: 24px;
  margin-bottom: 52px;
}

.Tops_topsFundraising p {
  margin: 0px 0px 37px;
  font-stretch: 97%;
  font-family: "Noto Sans Display", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  padding: 8px 20px;
  background: rgb(112, 53, 209);
  width: fit-content;
  border-radius: 24px 0px;
}

.TokenSaleTopCard_topInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.TokenSaleTopCard_topInfoTextLeft {
  margin-right: 10px;
}

.TokenSaleTopCard_topInfo p {
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 700;
  margin: 0px;
  padding: 0 !important;
  font-stretch: 97%;
  color: rgb(112, 53, 209);
  background-color: transparent;
}

.Tops_topsRoiContainer .ActivityPeriod_timeLeft,
.Tops_topsRoiContainer .ActivityPeriod_timeRight {
  color: #838997;
}

.Tops_topsRoiContainer .ActivityPeriod_time .ActivityPeriod_timeIcon {
  fill: #838997;
}

.Tops_topsRoiContainer .ActivityPeriod_timeRight {
  color: #151327;
}

.Tops_topsRoiContainer .BaseStatus_status {
  background-color: #838997;
}

.Tops_topsRoiContainer .token-rate span {
  color: #000;
}

.Tops_topsFundraising p.popular {
  background: rgb(255, 143, 12) !important;
}

.Tops_topsFundraising.popular {
  border: 1px solid #ff8f0c;
}

.Tops_topsFundraising.popular .ActivityPeriod_timeLeft {
  color: #838997;
}

.Tops_topsFundraising.popular .TokenSaleTopCard_topInfo p {
  color: rgb(255, 143, 12);
}

.Tops_topsRoiContainer {
  margin: 0 40px;
}

.Tops_tops.other p {
  margin: 0px 0px 32px;
  color: rgb(21, 19, 39);
  font-stretch: 97%;
  font-family: "Noto Sans Display", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  width: 100%;
}

.Tops_tops.other {
  margin-bottom: 0px;
}

.tokenSale_showMore {
  padding: 18px 32px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #c6c5c5;
  cursor: pointer;
  margin-bottom: 20px;
}

.tokenSale_showMore p {
  margin: 0px;
  color: rgb(21, 19, 39);
  font-size: 16px;
  font-stretch: 97%;
  line-height: 24px;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 700;
}

.tokenSaleProject_top {
  padding: 20px 0 8px;
  margin-bottom: 20px;
  background: 50% / cover no-repeat url("../images/buytokenbanner-mobile.png");
}

.tokenSaleProject_topWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tokenSaleProject_logo img {
  /* background:url("../images/FRTC.svg"); */
  width: 71px;
  height: 71px;
  /* background-size: cover; */
  background-position: 50%;
  border-radius: 50%;
  margin-right: 25px;
}

.tokenSaleProject_name {
  font-size: 24px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 0;
}

.BaseStatus_status.BaseStatus_is-green {
  background-color: #28b594;
}

.BaseStatus_status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-stretch: 97%;
  color: #fff;
  font-weight: 530;
}

.BaseStatus_status.BaseStatus_is-green .BaseStatus_dot {
  border-color: rgba(40, 181, 148, 0.7);
}

.BaseStatus_dot {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 4px solid;
  border-radius: 50%;
  margin-right: 4px;
}

.tokenSaleProject_head {
  display: flex;
  align-items: center;
}

.tokenSaleProject_timer {
  margin-top: 24px;
}

.BaseTimer_wrap:not(.BaseTimer_isBordered__5dUoW) {
  margin-left: -6px;
}

.BaseTimer_wrap {
  display: flex;
}

.tokenSaleProject_top .BaseTimer_wrap {
  justify-content: flex-start;
}

.BaseTimer_wrap.BaseTimer_dark .BaseTimer_separator {
  color: #151327 !important;
}

.IcoTimeSteps_stepLabel .MuiStepLabel-label,
.IcoTimeSteps_stepLabel .MuiStepLabel-label.MuiStepLabel-active,
.IcoTimeSteps_stepLabel .MuiStepLabel-label.MuiStepLabel-completed {
  font-size: 16px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.IcoTimeSteps_stepContent__y0PAr.MuiStepContent-root {
  margin-top: 0;
  padding-right: 0;
  border-left-color: #151327;
  font-size: 13px;
  font-stretch: 97%;
  color: #838997;
}

.IcoTimeSteps_stepContent_info {
  margin-top: 0;
  padding-right: 0;
  border-left-color: #151327 !important;
  font-size: 12px;
  font-stretch: 97%;
  color: #838997;
  margin-left: 12px;
  padding-left: 20px;
  border-left: 1px solid #bdbdbd;
}

.IcoTimeSteps_stepIcon.IcoTimeSteps_IsActive {
  border-color: #1c8d57;
}

.IcoTimeSteps_stepIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151327;
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
}

.IcoTimeSteps_stepLabel {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.IcoTimeSteps_stepper .StepConnector-vertical .StepConnector-lineVertical {
  border-color: #151327;
  min-height: 16px;
  border-left-style: solid;
  border-left-width: 1px;
  display: block;
}

.IcoTimeSteps_stepper .StepConnector-vertical {
  padding-bottom: 0;
  margin-left: 12px;
}

span.StepLabel-label {
  font-size: 16px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.IcoTimeSteps_stepIcon.IcoTimeSteps_IsActive {
  border-color: #1c8d57;
}

.IcoTimeSteps_container {
  max-width: 325px;
  display: flex;
  padding: 18px 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(21, 19, 39, 0.1);
}

.IcoTimeSteps_stepContent_info.last {
  border: 0;
}

.tokenSaleProject_currencies {
  display: flex;
  flex-wrap: wrap;
}

.tokenSaleProject_currency {
  display: flex;
  align-items: center;
  flex: 0 1 45%;
  font-size: 16px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.tokenSaleProject_links {
  display: flex;
  margin-top: 16px;
}

.tokenSaleProject_link {
  margin-right: 40px;
  font-size: 12px;
  font-stretch: 97%;
  color: #5c5a76;
  font-weight: 430;
  text-decoration: none !important;
}

.tokenSaleProject_linkIcon {
  font-size: 16px !important;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  transform: translateY(-1px);
  fill: #5c5a76;
}

a,
a:active,
a:focus,
a:hover {
  color: #417a04;
  text-decoration: none;
}

a:hover .tokenSaleProject_linkIcon {
  fill: #387bd9;
}

/* / css / */
form.ico-form {
  color: #000;
  background: #fff;
  width: 466px;
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
  padding: 50px;
}

form.ico-form input {
  padding: 16.5px 0px 16.5px 14px;
  border-radius: 10px;
  border: 1px solid #cdcd;
  width: 100%;
  margin-bottom: 16px;
  font-size: 13px;
}

.label-name {
  position: absolute;
  top: -11px;
  left: 15px;
  background: #fff;
  padding: 5px;
  white-space: nowrap;
}

.input-label {
  position: relative;
}

form.ico-form input:hover {
  border-color: #000000;
}

.checkbox input {
  width: auto !important;
}

.form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.deposit-usd p {
  cursor: pointer;
  font-size: 13px;
  font-stretch: 97%;
  color: #1c8d57;
  font-weight: 530;
}

form.ico-form input:active,
form.ico-form input:focus-visible {
  border-color: #1c8d57 !important;
}

.deposit-usd i {
  font-size: 13px;
  font-weight: 900;
}

.ons-ustd {
  text-align: right;
}

.label-name label {
  color: rgb(131, 137, 151);
}

.ons-ustd p {
  text-align: right;
  /* transform: translateY(-10px); */
  font-size: 12px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 530;
  margin-bottom: 12px;
}

.total-box {
  border: 1px solid #ff8f0c;
  padding: 16.5px 0px 16.5px 14px;
}

.discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discount-per p {
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #ff8f0c;
  color: #fff;
}

.o-ustd p {
  font-size: 16px;
  margin-bottom: 0;
}

.checkbox label {
  font-size: 11px;
  font-stretch: 97%;
  color: #5c5a76;
  font-weight: 430;
  line-height: 24px;
}

.checkbox {
  margin-top: 7px;
  display: flex;
  gap: 20px;
  font-size: 15px;
}

.buy-ons h3 {
  font-size: 24px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin: 0;
}

.checkbox input.box {
  margin: 0 !important;
}

.checkbox label a,
a:active,
a:focus,
a:hover {
  color: #387bd9 !important;
  text-decoration: none;
}

button.buy-btn {
  background-color: rgba(28, 141, 87, 0.5);
  color: #fff;
  opacity: 0.5;
}

button.buy-btn {
  width: 100% !important;
  margin-top: 20px !important;
  height: 56px;
  padding: 0 36px;
  box-shadow: none !important;
  transition: 0.3s !important;
  border-radius: 8px;
  font-size: 13px;
  border: 0;
  outline: 0;
}

.project-intro h3 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 24px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
}

.my-deals {
  padding: 0 24px;
}

.TokenSaleInfo_description {
  margin-top: 30px;
  line-height: 24px;
  font-size: 12px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.accordion-item {
  border: 1px solid;
  border-radius: 0;
  border-color: #ebebeb;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-color: 0 !important;
}

.head-flex {
  display: flex;
  gap: 44%;
  width: 100%;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.TokenSaleHistory_label {
  font-size: 12px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 430;
}

.TokenSaleHistory_logo img {
  /* background: url(../images/FRTC.svg); */
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.TokenSaleHistory_balance {
  font-size: 20px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
}

.TokenSaleHistory_trigger {
  font-size: 12px;
  font-stretch: 97%;
  color: #1c8d57;
  font-weight: 530;
  white-space: nowrap;
  padding-right: 10px;
}

.accordion-button::after svg {
  fill: #1c8d57;
}

.BaseTableWithPagination_wrapper {
  width: 100%;
  overflow-x: auto;
}

.BaseTableWithPagination_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.BaseTableWithPagination_theadRow {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-right: 10px;
  border-color: #ebebeb;
}

.BaseTableWithPagination {
  flex: 1 1;
  font-size: 12px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 430;
}

.NoData_noData {
  margin: 85px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.NoData_noDataText {
  margin-top: 18px;
  font-size: 13px;
  font-stretch: 97%;
  color: #838997;
}

.TokenSaleHistory_parent {
  margin-top: 70px;
}

.TokenSaleDetails_parent {
  margin-top: 50px;
}

.TokenSaleDetails_title {
  font-size: 20px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin: 0;
}

.TokenSaleDetails_details {
  margin-top: 10px;
  margin-bottom: 65px;
}

.TokenSaleDetails_row:first-child {
  border-top: 1px solid;
  border-color: #d7d7d7;
}

.TokenSaleDetails_row {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  border-bottom: 1px solid;
  border-color: #d7d7d7;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
}

h3.TokenSaleDetails_title {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.project-intro h3 {
  text-align: center;
}

.TokenSaleDetails_label {
  width: 150px;
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.TokenSaleDetails_value {
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  flex-grow: 1;
  text-align: right;
}

.TokenSaleLinks_title {
  font-size: 20px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin: 0;
}

.TokenSaleLinks_docs {
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
  border-bottom-color: #d7d7d7;
}

.TokenSaleLinks_docsIcon {
  margin-right: 25px;
  color: #c2c2c2;
  transition: color 0.3s;
}

.TokenSaleLinks_docsItem {
  display: block;
  margin-bottom: 30px;
  font-size: 13px;
  font-stretch: 97%;
  color: var(--c-main-text, #151327);
  font-weight: 430;
}

.TokenSaleLinks_docsItem:hover {
  text-decoration: underline;
}

.TokenSaleLinks_docsItem:hover svg g path {
  fill: #1c8d57;
}

.TokenSaleLinks_socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-bottom-color: #d7d7d7;
}

.TokenSaleLinks_social {
  display: flex;
  align-items: center;
  flex-basis: 50%;
  margin-bottom: 25px;
}

.TokenSaleLinks_icon.TokenSaleLinks_twitter {
  background: rgba(37, 35, 58, 0.1);
  color: #25233a;
}

.TokenSaleLinks_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 18px;
  border-radius: 50%;
}

.TokenSaleLinks_name {
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
  text-transform: capitalize;
}

.TokenSaleLinks_icon.TokenSaleLinks_telegram {
  background: rgba(52, 172, 225, 0.2);
  color: #41abe1;
}

.TokenSaleLinks_telegramSvg {
  font-size: 22px;
  transform: translateX(-1px);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}

.TokenSaleTeam_title {
  font-size: 20px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 530;
  margin-bottom: 20px;
  margin-top: 0;
}

.TokenSaleTeam_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.TokenSaleTeam_member {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 30px;
}

.TokenSaleTeam_avatar {
  width: 100px;
  height: 110px;
  margin-right: 20px;
  flex-shrink: 0;
}

.TokenSaleTeam_avatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.TokenSaleTeam_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.TokenSaleTeam_name {
  font-size: 13px;
  font-stretch: 97%;
  color: #151327;
  font-weight: 430;
}

.TokenSaleTeam_position {
  font-size: 13px;
  font-stretch: 97%;
  color: #838997;
  font-weight: 430;
  margin-top: 8px;
}

.TokenSaleHistory_parent .accordion {
  box-shadow: none;
  border: 1px solid;
  border-radius: 5px;
  border-color: #e7e4e4;
  margin: 16px 0;
}

.tokenSaleProject_top .contain-width {
  padding: 0 64px;
  max-width: 1320px;
  margin-left: 30px;
  margin-right: 30px;
}

/* p2b-tokensale */

.tokensaleCard.ons-img {
  position: relative;
  /* width: 100%; */
}

.tokensaleCard {
  height: auto;
  display: inline !important;
}


.tokensaleCard.ons .BaseStatus_status {
  position: absolute;
}

.BaseTimer_wrap {
  position: absolute;
  top: 35%;
  /* left: 39%; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

body.dark .table tbody tr:hover {
  background: #131722;
}

/* launchpad drop */
section.header-sctn ul li ul.dropdown.launchpad-drop {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute !important;
  transition: all 0.5s ease;
  display: none;
  padding: 5px 15px 10px;
  border-radius: 10px;
}

section.header-sctn ul li ul.dropdown.launchpad-drop a {
  color: #000;
}

section.header-sctn ul li:hover>ul.dropdown.launchpad-drop,
section.header-sctn ul li ul.dropdown.launchpad-drop:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  color: #5d3889 !important;
  z-index: 9999;
}

section.header-sctn ul.dropdown.launchpad-drop li:first-child {
  padding-top: 16px !important;
}

section.header-sctn ul.dropdown li {
  list-style: none;
}

section.header-sctn ul.launchpad-drop li {
  padding-bottom: 20px !important;
  font-size: 16px;
}

section.header-sctn ul li ul.dropdown.launchpad-drop li {
  clear: both;
  width: 100%;
}

body.dark section.change-password input.form-control,
body.dark section.launch-history h2,
body.dark section.launch-history .history-table th,
body.dark table.table td,
body.dark section.query .expert-msg h6,
body.dark section.query .question-cnt .checkbox label,
body.dark section.rate-exchange .services-head h6,
body.dark .accordion-button {
  color: #fff !important;
}

body.dark .tabrightbox-mi100 ul.nav.nav-tabs.tabbanner.charttabbg a.nav-link {
  color: rgba(255, 255, 255, 0.30) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

body.dark section.query,
body.dark section.rate-exchange {
  background: #292c35;
}

body.dark h1,
body.dark .support a,
body.dark p,
body.dark li,
body.dark .header-link.mega-menu .nav-link body.dark .header-link.mega-menu.nav-link,
body.dark section.query .profile-expt p {
  color: #fff !important;
}

body.dark section.query .question-cnt h4,
body.dark section.query input,
body.dark section.rate-exchange h4,
body.dark section.faq h2,
body.dark section.rate-exchange .services-head p {
  color: #fff;
}

body.dark .tokensaleCard-body,
body.dark .specific_token_list button.nav-link,
body.dark form.ico-form,
body.dark .label-name {
  background: #000;
}

body.dark .modal .modal-content {
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #3f5f1d !important;
  background: #101d01;
}

body.dark h2.token-title,
body.dark span.StepLabel-label,
body.dark .tokenSaleProject_currency {
  color: #fff;
}

body.dark .Tops_tops.other p,
body.dark .buy-ons h3,
body.dark .TokenSaleDetails_title,
body.dark .form-group label {
  color: #fff !important;
}

body.dark form.ico-form input {
  background: transparent;
  color: #fff;
  border: 1px solid #cdcd;
}

body.dark .TokenSaleDetails_label,
body.dark .TokenSaleDetails_value,
body.dark .project-intro h3,
body.dark .TokenSaleLinks_title,
body.dark .TokenSaleLinks_name,
body.dark .TokenSaleLinks_docsItem,
body.dark .TokenSaleTeam_title,
body.dark .TokenSaleTeam_name,
body.dark .TokenSaleHistory_balance,
body.dark .tokenSaleProject_link {
  color: #fff;
}

section.faq .accor-faq .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px 4px 24px -12px rgba(180, 191, 208, 0.63);
  border: none !important;
  padding: 6px;
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%);
}

table.table td {
  padding: 17px;
}

section.faq .accordion-body p,
.accordion-body ol li {
  font-size: 16px;
  color: #fff;
}

.head-subpage {
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
}

ul.form-btns ul.navbar-nav {
  align-items: center;
}

li.profile {
  white-space: nowrap;
}

/* market css */
body.market-quantum section.market-banner {
  background: transparent;
  padding: 0 0 30px 0;
}

body.market-quantum section.market-banner h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
}

body.market-quantum section.market-banner p {
  color: #777e90;
  font-size: 24px;
}

body.market-quantum section.market-banner p span {
  color: #fff;
}

.table-head p,
body.market-quantum table.table td {
  color: #fff;
}

body.market-quantum section.market-update .coin-graph-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

body.market-quantum section.market-update .coin-graph-bar p {
  margin-bottom: 0;
}

body.market-quantum section.market-update .coin-graph-bar h5 {
  font-size: 24px;
}

body.market-quantum section.market-update .coin-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  border-right: 1px solid #e5e5e5;
  top: 6px;
  left: 12px;
}

body.market-quantum section.market-update .coin-box.last-bar:after {
  display: none;
}

body.market-quantum section.market-update .coin-box {
  margin-top: 40px;
  position: relative;
  padding: 0 20px;
}

body.market-quantum section.market-update .wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 30px;
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

body.market-quantum section.market-update {
  margin-top: -79px;
}

body.market-quantum section.market-update .tab-head-search {
  border-bottom: 1px solid #e5e5e5;
}

section.market-update .tab-head-search {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

body.market-quantum section.learn-more {
  margin-top: 70px;
}

body.market-quantum section.learn-more h2 {
  font-size: 48px;
  text-align: center;
  color: #fff;
}

body.market-quantum section.learn-more p {
  font-size: 20px;
  text-align: center;
  max-width: 435px;
  margin: 10px auto 45px;
  color: #fff;
}

body.market-quantum section.learn-more .learn-earn {
  margin-top: 30px;
}

body.market-quantum section.learn-more .learn-earn a {
  border-radius: 4px;
  background: var(--Primary, #3772ff);
  color: #fff;
  padding: 4px 12px;
}

body.market-quantum section.learn-more .card-cnt p {
  text-align: left !important;
  max-width: 410px !important;
  margin: 12px 0 !important;
  font-size: 26px !important;
  line-height: 1.1;
}

body.market-quantum section.learn-more .date-earn p {
  text-align: left !important;
}

body.market-quantum section.learn-more .date-earn {
  display: flex;
  justify-content: space-between;
}

body.market-quantum section.market-update .tabs {
  padding: 0;
  display: flex;
  align-items: center;
  overflow-x: auto;
  /* gap: 10px; */
}

body.market-quantum {
  /* background: #fff !important; */
  padding-bottom: 0;
  overflow-x: hidden;
}

body.market-quantum section.learn-more .load-more button {
  background: none;
  border: 4px solid #e5e5e5;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
}

body.market-quantum section.learn-more .load-more {
  text-align: center;
}

body.market-quantum section.learn-more .date-earn {
  display: flex;
  justify-content: space-between;
  margin-left: 13px;
}

body.market-quantum section.learn-more .name-file {
  position: relative;
}

body.market-quantum section.learn-more .name-file:before {
  position: absolute;
  content: "";
  width: 12%;
  height: 14%;
  background: rgba(88, 189, 125, 1);
  border-radius: 100px;
  clip-path: circle(50% at 50% 50%);
  bottom: 49px;
  left: -16px;
}

body.market-quantum section.learn-more .name-date p,
body.market-quantum section.learn-more .name-file p {
  color: rgba(119, 126, 144, 1);
  font-size: 14px;
}

body.market-quantum section.market-update .tab-link {
  list-style: none;
  color: #777e90;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  letter-spacing: 1px;
  padding: 10px 19px;
  font-family: "DM Sans";
}

body.market-quantum section.market-update .tab-link.active {
  color: #fff !important;
  border-radius: 50px;
  background: #0dcaf0;
  padding: 10px 19px;
  white-space: nowrap;
}

body.market-quantum section.market-update .tab-link.active {
  color: #333;
  border-color: #333;
}

body.market-quantum section.market-update .tab-link {
  list-style: none;
  color: #777e90;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  letter-spacing: 1px;
  padding: 10px 19px;
  font-family: "DM Sans";
  white-space: nowrap;
}

body.market-quantum .tab-content.active {
  display: block;
}

body.market-quantum .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

body.market-quantum section.market-update .coin-graph-bar h5 {
  font-size: 21px;
  text-align: left;
}

body.market-quantum section.market-update h5 {
  font-size: 48px;
  color: #000;
}

body.market-quantum.dark section.market-update h5 {
  color: #fff !important;
}

section.market-table-sctn .table-box thead {
  color: #777e90;
  font-family: "DM Sans";
  text-align: left;
  white-space: nowrap;
}

section.market-table-sctn button.trade-btn {
  background: transparent;
  border: none;
  border-radius: 5px !important;
  border: 1px solid var(--Stroke, #0dcaf0);
  padding: 5px 17px;
}

section.market-table-sctn .table-box table.table tbody tr:hover {
  border-radius: 12px;
  background: #0dcaf026;
  cursor: pointer;
}

section.market-table-sctn .table-box table.table tbody tr:hover button.trade-btn {
  background: #0dcaf0;
  color: #fff;
  border: none;
}

body.market-quantum section.market-table-sctn .tabs {
  padding: 0;
  display: flex;
  align-items: center;
}

body.market-quantum section.market-table-sctn .tab-link.active {
  color: #fff;
  background: #3772ff;
  padding: 7px 19px;
  white-space: nowrap;
}

body.market-quantum section.market-table-sctn .tab-link {
  list-style: none;
  color: #777e90;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  letter-spacing: 1px;
  padding: 10px 19px;
  font-family: "DM Sans";
  white-space: nowrap;
}

body.market-quantum section.market-table-sctn li.tab-link.third-link.active {
  border-radius: 50px;
}

body.market-quantum section.market-table-sctn li.tab-link.sec-link.active {
  background: none;
  color: #000;
  border-bottom: 2px solid #3772ff;
}

body.market-quantum section.market-table-sctn {
  margin-top: 70px;
}

body.market-quantum.dark section.market-update .wrapper {
  background: #000;
  border-radius: 10px;
  border: 2px solid #212554;
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%);
}

body.market-quantum.dark section.market-banner h1,
body.market-quantum.dark section.market-table-sctn .tab-link,
body.market-quantum.dark section.market-table-sctn li.tab-link.sec-link.active {
  color: #fff;
}

body.dark span.gray-txt,
body.market-quantum.dark section.learn-more h2,
body.market-quantum.dark section.learn-more p,
body.market-quantum.dark section.learn-more p,
body.market-quantum.dark section.learn-more .load-more button,
body.market-quantum.dark section.learn-more .load-more button,
body.dark .exchange-part-contain.bottom .tab-content.padding-block-right-body tr td {
  color: #fff;
}

body.dark .table-box table.table tbody tr:hover {
  border-radius: 12px;
  background: #747474;
  cursor: pointer;
}

body.dark .panelcontentbox,
body.dark .innerpagegrid .heading-box,
body.dark .innerpagegrid .sitetable thead tr th,
body.dark .walletpagebg .profilepage>div:first-child {
  /* background: #161616; */
  background: #000;
}

body.dark .innerpagegrid .heading-box,
body.dark .balanceshowt h5,
body.dark .balanceshowt .h4,
body.dark .footer-gray-bg .h3,
body.dark .innerpagegrid .ftext {
  color: #fff;
}

body.dark .highcharts-background {
  /* fill: #161616; */
  fill: #000000;
}

body.dark .sociallist li a i {
  color: #fff;
  background: #000;
}

body.dark section.header-sctn {
  box-shadow: 0px 4px 4px 0px rgb(10 10 10 / 20%);
}

body.dark .innerpagecontent .h2,
body.dark .modalbgt .modal-title {
  color: #fff;
}

body.dark .siteformbg .form-control,
body.dark .siteformbg .input-group-text {
  background: #000 !important;
  color: #fff;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #426123 !important;
  background: linear-gradient(214deg, #161A42 -45.77%, rgba(22, 26, 66, 0.00) 76.73%);
}

span.input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

body.dark .supportsearch .input-group-text {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

body.dark .supportsearch .form-control {
  border: 1px solid #000;
}

body.dark .profilebox,
body.dark .supportbg .tabbanner li a.active {
  background: #282d35 !important;
}

body.dark .subheading {
  color: #fff;
}

body.ieo-launchpad::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body.ieo-launchpad::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

body.ieo-launchpad::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

body.dark .navbar-expand-xl .navbar-nav .dropdown-menu {
  background: #000;
}

body.dark .navbar-nav li.dropdown.usermenu .nav-link.active {
  color: #fff !important;
}

body.dark .navbar-nav li.dropdown.usermenu .show>.nav-link {
  color: #fff !important;
}

body.dark .form-control {
  background: #000 !important;
  color: #fff !important;
  border-color: #5d9621 !important;
}

body.market-quantum.dark section.market-banner p span {
  color: #fff;
}

.form-group.from-to {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group.from-to input.form-control {
  width: 210px;
}

.arrow-mark {
  background: #17d2f2;
  border-radius: 50px;
  padding: 13px;
  clip-path: circle(50% at 50% 50%);
  margin-top: 30px;
}

.input-common-style.amnt-style {
  min-height: 42px;
}

.transfer-amt {
  display: flex;
  justify-content: space-between;
  color: #000;
}

ul.nav.nav-tabs.grid-list.margin-limit-bar {
  display: flex;
  justify-content: space-between;
}

.margin-limit {
  display: flex;
  align-items: center;
}

.tranfer-btn li {
  background: #0dcaf0;
  text-align: center;
  color: #fff;
  border-radius: 6px;
}

.tranfer-btn li a {
  margin-right: 0 !important;
  color: #fff !important;
}

.tranfer-btn {
  display: flex;
  gap: 13px;
}

.table-box thead th {
  text-align: left !important;
}

body.market-quantum.dark section.learn-more .load-more svg path {
  fill: #fff;
}

body.dark .chat h5,
body.dark .profiletablebox h4,
body.dark .profiletablebox h5 {
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: #e0e1e2 !important;
}

body.market-quantum table.table td {
  padding: 10px !important;
}

section.footer-sctn p {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

/* range */
.range-item {
  position: relative;
}

.range-item .range-input {
  margin-top: 6px;
}

.range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.range-item ul .list-inline-item span {
  position: relative;
  min-width: 32px;
  text-align: center;

  font-size: 14px;
  padding-top: 4px;
  word-break: break-word;
  color: #b1b1b1;
}

.range-item .range-line {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  height: 10px;
  width: calc(100% - -8px);
  background-color: #ddd;
  z-index: 0;
  /* margin: 0 7px; */
  border-radius: 50px;
  overflow: hidden;
  left: -11px;
}

.range-item .range-input.disable-range+ul .list-inline-item span::before {
  background-color: #b1b1b1;
}

.range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}

.range-item .range-input.disable-range+ul .list-inline-item.active span::before {
  background-color: #777777;
}

.range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 15px);
  left: -4px;
  z-index: 1;
}

.range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #ddd;
  height: 24px;
  width: 24px;
  border: 4px solid green;
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}

.range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: green;
  transition: all 0.1s ease;
}

.range-item ul .list-inline-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #696969;
}

.range-item ul .list-inline-item.active span::before {
  background-color: white;
}

.range-item .range-input input:disabled~.dot-line .active-dot {
  background-color: #d9d9d9;
  border: 4px solid #b1b1b1;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #0000;
  height: 15px;
  width: 15px;
  border: 4px solid #0000;
  z-index: 11;
  box-shadow: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  /* margin-top: -8px;  */
  background-color: #0000;
  height: 24px;
  width: 24px;
  border: 4px solid #0000;
  box-shadow: none;
  z-index: 11;
}

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #f0f0f000;
}

input[type="range"]::-moz-range-progress {
  background-color: #f0f0f000;
}

input[type="range"]::-ms-track {
  background-color: #f0f0f000;
}

input[type="range"]::-moz-range-track {
  background-color: #f0f0f000;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #f0f0f000;
}

input[type="range"]::-ms-fill-upper {
  background-color: #f0f0f000;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-ms-thumb {
  background-color: #f0f0f000;
  box-shadow: none !important;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

input[type="range"]:disabled::-moz-range-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

.modal-dialog.modal-dialog-centered.leverage {
  max-width: 800px;
}

body.dark .balanceshowt .h4>span {
  color: #fff;
}

body.dark .innerpagegrid .sitetable thead tr th {
  color: #fff;
}

body.dark p.alert.alert-warning {
  color: #000 !important;
}

/* .buy-sell-instant {
  background-image: url(../img/swap-light-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
} */
.cr-slider {
  background-color: #3fbae1 !important;
  padding: 0 !important;
}

body.ieo-launchpad select {
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 7px;
  border: 1px solid #cdcdcd;
  color: #8b8b8b;
}

.apply-for-launchpad {
  text-align: center;
}

.launchpad-header {
  text-align: end;
  margin-top: 17px;
}

body.dark section.launchpad-banner input,
body.ieo-launchpad.dark select {
  background: #282d35;
}

body.ieo-launchpad.dark select option {
  background: #000 !important;
  color: #fff;
}

body.ieo-launchpad.modal-open .checkbox {
  opacity: 1;
  position: relative;
  align-items: baseline;
}

.launchpad-header button {
  background: transparent;
  border: none;
  font-size: 17px;
  font-weight: 700;
}

body.dark .launchpad-header button {
  color: #fff;
}

body.dark section.header-sctn ul li ul.dropdown.launchpad-drop {
  background: #000;
}

body.dark section.header-sctn ul li ul.dropdown.launchpad-drop a,
body.dark .checkbox label {
  color: #fff;
}

/* width */
.modal .modal-content::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.modal .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
body.dark .modal .modal-content::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

/* Handle on hover */
.modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body.dark .modal-body .siteformbg .form-control {
  background: #282d35;
}

.stages-card-box {
  text-align: center;
}

.register-head h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  min-height: 45px;
}

.register-head p {
  font-size: 18px !important;
  max-width: 260px !important;
  line-height: 1.3;
}

.stages-card-box {
  background: #222867;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  margin-left: 36px;
  position: relative;
  color: #fff;

}

section.learn-more .row {
  max-width: 1138px;
  margin: 50px auto;
  justify-content: center;
}

.stages-card-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  font-size: 20px;
  background: url(../images/arrow-rght.png);
  background-repeat: no-repeat;
  right: 46px;
}

.stages-card-box.first:after {
  display: none;
}

body.dark .stages-card-box {
  background: #171f29;
}

body.dark .register-head h6,
body.dark .IcoTimeSteps_stepIcon {
  color: #fff;
}

.card-bottom {
  margin-bottom: 20px;
}

body.dark .IcoTimeSteps_stepIcon {
  border: 1px solid #fff;
}

body.dark .IcoTimeSteps_stepContent_info {
  border-left-color: #fff !important;
}

body.dark .IcoTimeSteps_stepper .StepConnector-vertical .StepConnector-lineVertical {
  border-color: #fff;
}

.tabrightbox-mi100 ul.nav.nav-tabs.tabbanner.charttabbg a.nav-link {
  color: #000 !important;
}

.tabrightbox-mi100 ul.nav.nav-tabs.tabbanner.charttabbg a.nav-link .active {
  color: #387bd9 !important;
}

/* header-new */
.depsite-btn a {
  border: none;
  color: #fff !important;
  background: linear-gradient(90.15deg, #27aae1 0.73%, #0974ff 100%);
  padding: 8px 17px;
  border-radius: 4px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 14px;
}

.depsite-btn a:hover {
  color: #fff !important;
}

.header-link.mega-menu .dropdown-menu a {
  text-decoration: none;
  color: #000000;
}

.header-link.mega-menu .dropdown-menu a .d-flex {
  transition: all 0.5s;
}

.header-link.mega-menu .dropdown-menu h5 {
  font-size: 15px;
}

.header-link.mega-menu .dropdown-menu ul {
  padding-left: 0;
}

body.dark button.navbar-toggler svg path {
  stroke: #fff;
  fill: #fff !important;
}

.form-group.text-center input.btn.sitebtn,
.form-group span svg {
  margin-top: 20px;
}

/* scroll style */
#scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

#scroll-style::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #f5f5f5;
}

#scroll-style::-webkit-scrollbar:hover {
  height: 4px;
}

#scroll-style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0dcaf0
}

.track::-webkit-scrollbar-track {
  background-color: #fff !important;
  -webkit-box-shadow: inset 0 0 0 #fff !important;
  border: 0 !important;
}

body.dark .track::-webkit-scrollbar-track {
  background-color: #282d35 !important;
  -webkit-box-shadow: inset 0 0 0 #fff !important;
}

/* scroll style */

.cr-slider {
  -webkit-appearance: auto !important;
}

.loginlogo.reeset {
  text-align: center;
  display: flex;
  justify-content: center;
}

tbody#openorders tr td,
tbody#orderhistory tr td,
tbody#openorders tr td {
  padding-right: 20px !important;
  text-align: center;
}

article.gridparentbox.wallet-main-page table.table.sitetable.table-responsive-stack.WALLET-BALANCE-table-block td:first-child {
  width: 827px;
}

article.gridparentbox.wallet-main-page .simplebar-track.vertical .simplebar-scrollbar:before {
  top: auto;
  bottom: auto;
}

img.img-fluid.light-logo {
  width: 200px;
}

body.dark table.table td.low-color {
  color: #f95a50 !important;
}

body.dark table.table td.high-color {
  color: #12b298 !important;
}

.table-box thead th:nth-child(4) {
  text-align: center !important;
}

body.market-quantum table.table td:nth-child(4) {
  text-align: center !important;
}

.form-group.notestitle ul {
  padding-left: 0;
}

/* update */
.mobile-view-trade {
  display: none;
}

.range-item .range-input {
  /* max-width: 320px; */
  margin: 6px auto auto;
}

.range-item ul {
  width: calc(100% + 1.4px);
  margin: 0;
}

.range-item {
  margin-bottom: 20px;
}

body.trade-full section.header-sctn {
  box-shadow: none;
}

body.dark .table tbody tr,
body.dark .table-box thead th {
  border-color: #333;
}

body.dark .table tbody tr {
  border: 2px solid #000000;
}

div#deposit p {
  margin-bottom: 2px;
  color: #acacacf2;
}

/* deposit */
.depositbg div#cryptodpst .form-group.mt-4 {
  text-align: center;
}


/* .deposit-left-side-form,  */
.depositbg .row {
  padding: 30px;
  background: rgba(246, 250, 255, 1);
  /* box-shadow: 0 2px 6px 0 rgb(1 34 115 / 56%); */
  /* border-radius: 10px; */
  border: 1px solid #000000;
  background: linear-gradient(214deg, #161A42 -45.77%, rgba(22, 26, 66, 0.00) 76.73%);
}

.deposit-right-side-qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* body.dark .deposit-left-side-form,  */
body.dark .depositbg .row {
  background: #000;
  border-color: #000;
}

body.dark .innerpagegrid .heading-box {
  border-bottom: 1px solid #333;
  border: 0;
}

/* deposit */
/* withdraw */
.withdraw-right-asset {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* withdraw */
/* support */
a.input-group-text.refresh {
  margin-left: 10px;
  border-radius: 0.375rem !important;
}

/* support */
/* market */
body.market-quantum .graph-bar {
  display: none;
}

/* market */
/* update */

/* new header */
nav {
  position: fixed;
  z-index: 99;
  width: 100%;
}

nav .navwrap {
  position: relative;
  /* max-width: 1300px; */
  /* padding: 0px 30px; */
  /* height: 70px;
  line-height: 70px; */
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  width: 100%;
}

.navwrap .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.navwrap .nav-links {
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 5px;
}

.nav-links li {
  list-style: none;
  height: fit-content;
}

.nav-links li a {
  color: var(--font-clr);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: #5d9621;
  color: #fff !important;
  border-radius: 4px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #191919;
  width: 300px;
  line-height: 45px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-left: 5px;
  padding: 10px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: flex;
  padding: 0 15px 0 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
}

.mega-box .content {
  background: var(--mail-bg);
  padding: 25px 20px;
  display: flex;
  width: 100%;
  /* width: max-content; */
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  /* border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; */
  border-radius: 10px;
}

.mega-box .content .row {
  /* width: calc(25% - 30px); */
  width: calc(57% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.content .row header {
  color: var(--font-clr);
  font-size: 12px;
  font-weight: 600;
  min-height: 37px;
}

.dark .content .row .mega-links {
  margin-left: -20px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid #ccc;
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: var(--font-clr);
  font-size: 17px;
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 261px;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.navwrap .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none !important;
  background: #5d9621;
  border-radius: 10px;
  /* padding: 14px; */
  height: 37px;
}

nav input {
  display: none;
}

.usermenu .dropdown-menu.show {
  right: 0px !important;
  left: none !important;
}

/* change */
a.nav-link.transition-effect.common-btn.desktop-item {
  display: flex;
  flex-direction: row;
  white-space: pre;
  align-items: center;
  gap: 6px;
}

.nav-links .mobile-item p {
  margin: 0;
  width: 197px;
  white-space: pre;
  font-size: 16px;
  color: #fff;
}

/* .dropdown-menu[data-bs-popper]{
  left: -25px;
} */
.row .mega-links li a div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.row .mega-links li a div svg {
  width: 30px;
  height: 50px;
}

.row .mega-links li:hover a div svg,
.nav-links .drop-menu li a>div svg path {
  fill: #fff;
}

.row .mega-links li:hover a div svg path,
.dark .row .mega-links li a div svg path,
.nav-links .drop-menu li:hover a>div svg path,
.dark .nav-links .drop-menu li a>div svg path {
  fill: #fff;
}

.content .row:first-child .mega-links {
  border-left: 0 !important;
}

.content .row .mega-links {
  width: max-content !important;
  max-width: max-content;
}

ul.drop-menu li a>div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.nav-links li a:hover div {
  color: #fff;
}

ul.drop-menu li a>div svg {
  width: 30px;
  height: 50px;
}

ul.drop-menu li a>div svg path {
  fill: #fff;
}

a.nav-link.transition-effect.common-btn.desktop-item i {
  font-size: 12px;
}

img.header-flower,
.dark img.header-flower-dark {
  display: none;
}

.dark img.header-flower {
  display: block;
}

a.nav-link.dropdown-bs-toggle {
  background: transparent !important;
}

/* change */
/* new header */

/* header */
ul.drop-down-list-exch,
ul.drop-down-list-clone,
ul.drop-down-list-crypto,
ul.drop-down-list-nft,
ul.drop-down-list-meta {
  list-style: none;
  padding-left: 0px;
  position: absolute;
  background: var(--mail-bg);
  /* z-index: 999; */
  z-index: -99999 !important;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 1px 2px 5px #ccc;
  padding: 13px;
  /* left: 0; */
  width: 24%;
}

.mega-menu {
  /* margin-right: -470px; */
  /* width:70% !important; */
  /* left: 0; */
}

li.nav-item.drop-down-menu-exch:hover ul.drop-down-list-exch,
li.nav-item.drop-down-menu-clone:hover ul.drop-down-list-clone,
li.drop-down-menu-crypto:hover ul.drop-down-list-crypto,
li.drop-down-menu-nft:hover ul.drop-down-list-nft,
li.drop-down-menu-meta:hover ul.drop-down-list-meta {
  /* transform: translateY(0); */
  z-index: 999 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

button.nav-link.transition-effect.common-btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  gap: 6px;
  outline: 0;
  border: 0;
}

button.nav-link.transition-effect.common-btn:hover i,
a.nav-link.transition-effect.common-btn:hover i {
  transform: rotate(182deg);
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

button.nav-link.transition-effect.common-btn i.fa-solid.fa-sort-down {
  margin-bottom: 6px;
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li {
  /* padding: 12px 10px !important; */
  display: flex;
  justify-content: space-between;
  /* margin-right: 20px; */
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li:hover {
  background: #0dcaf0;
  border-radius: 3px;
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a,
li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a:hover {
  color: var(--font-clr) !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 10px !important;
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a:hover {
  justify-content: space-between !important;
  width: 100%;
}

li.exch-close-menu-list,
li.clone-close-menu-list {
  display: none !important;
}

ul.drop-down-list-exch.crypto-submenu.mega-menu {
  display: flex;
  flex-wrap: wrap;
}

ul.drop-down-list-exch.crypto-submenu.mega-menu li {
  width: 47%;
  display: inline-block;
}

ul.drop-menu li i.fa-solid.fa-lock,
ul.mega-links li i.fa-solid.fa-lock {
  display: none;
  opacity: 0;
}

ul.drop-menu li:hover i.fa-solid.fa-lock,
ul.mega-links li:hover i.fa-solid.fa-lock {
  display: block;
  opacity: 1;
}

ul.drop-menu li i.fa-solid.fa-arrow-right,
ul.mega-links li i.fa-solid.fa-arrow-right {
  display: none;
}

ul.drop-menu li:hover i.fa-solid.fa-arrow-right,
ul.mega-links li:hover i.fa-solid.fa-arrow-right {
  display: block;
  /* animation-name: move-ltr;
  transform: translateX(0) translateY(-50%) rotate(-90deg); */
}

/* @keyframes move-ltr{
  0% {
      transform: translateX(-3px) translateY(-50%) rotate(-90deg);
  }
  100% {
      transform: translateX(0) translateY(-50%) rotate(-90deg);
  }
} */

ul.drop-down-list-exch.crypto-submenu.mega-menu h6 {
  padding-left: 10px;
  color: #8d93a6;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 12px;
}

ul.drop-down-list-exch.crypto-submenu.mega-menu ul {
  padding-left: 0;
}

ul.drop-down-list-exch.crypto-submenu.mega-menu ul {
  width: 33%;
}

ul.drop-down-list-exch.crypto-submenu.mega-menu ul li {
  width: 100%;
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a p {
  margin: 0;
  margin-left: 19px;
}

.card-btn a:hover {
  color: #fff !important;
}

body.trade-history .contain-width,
body.trade-history .container.sitecontainer {
  max-width: 1440px !important;
  margin: 0 auto;
}

body.support-full section.footerbox {
  position: absolute;
}

/* body.support-full .supportlist {
  height: 50vh;
  overflow-y: scroll;
} */
body.trade-history section.footerbox,
.pagecontent.gridpagecontent.innerpagegrid.referral-full section.footerbox {
  position: absolute !important;
}

.confirm-otp section.footerbox {
  position: absolute;
}

body.darkmode .confirm-otp label {
  color: #fff !important;
}

.confirm-otp button.blue-btn {
  background: #0dcaf0;
  color: #fff;
  border: none;
  padding: 8px 22px;
  font-size: 15px;
  border-radius: 6px;
}

.pagecontent.gridpagecontent.innerpagegrid.fa-verify section.footerbox {
  position: absolute;
}

.border-gradient {
  --borderWidth: 2px;
  background: #161A42;
  position: relative;
  border-radius: var(--borderWidth);
  box-shadow: 0px 13px 17px 0px rgba(99, 233, 255, 0.10);
}

.border-gradient:after {
  content: '';
  position: absolute;
  top: calc(-1* var(--borderWidth));
  left: calc(-1* var(--borderWidth));
  height: calc(100% + var(--borderWidth)* 2);
  width: calc(100% + var(--borderWidth)* 2);
  background: var(--22, linear-gradient(90deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%)) !important;
  border-radius: calc(2* var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

img.light-logo {
  display: none;
}

body {
  background: #000 !important;
}

.innerpagegrid .tabbanner li a.active {
  width: fit-content;
  position: relative;
}

.innerpagegrid .tabbanner li a.active::after {
  position: absolute;
  content: "";
  border-radius: 7px;
  background: #5eae0b;
  width: -webkit-fill-available;
  height: 3px;
  bottom: 0;
  left: 0;
  color: #5eae0b !important;
}

.accordion-button {
  background-color: transparent;
  color: #fff;
}

.accordion-button::after {
  filter: invert(1);
}

i.fa-solid.fa-sort-down {
  color: #fff;
}

body.dark.support-full .innerpagegrid .tabbanner li a.active {
  width: 100%;
  position: relative;
}

select.form-control option {
  background: #161a42;
  color: #fff;
}

select.form-control {
  border-radius: 10px;
  border: 2px solid #212554 !important;
  background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%) !important;
}

.myprofile .innerpagegrid .tabbanner li a.active {
  width: 100%;
}

div#accordionExample {
  margin-bottom: 100px;
}

.pop-comp-wrapper {
  border-radius: 10px;
  border: 2px solid #212554;
  background: #161A42 !important;
}

body.buy-sell-instant-page .footerbox,
.earning-page .footerbox {
  position: absolute !important;
}

body.buy-sell-instant-page.instant-buy-sell-page .buy-sell-instant .container.ch-block-outer.ch-block-outer-block {
  padding: 150px 0 100px !important;
}

.buy-sell-instant-page .left-ton.spend-receive-title {
  font-family: inter !important;
  font-size: 20px;
}

.buy-sell-instant-page .inner-ton-head {
  align-items: center !important;
}

.buy-sell-instant-page div#swapping {
  text-align: center !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
}

.buy-sell-instant-page div#swapping svg {
  cursor: pointer;
}


/*referral*/


/* referral */
.pagecontent.gridpagecontent.innerpagegrid.refferal-full .contain-width {
  max-width: 1440px;
  margin: 0 auto;
}

section.referall-banner {
  padding: 150px 0;
  background-image: url(../images/referral-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.refrral-img a {
  color: #000;
  font-weight: 600;
}

section.referall-banner h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 20px;
  color: #fff !important;
}

.refrral-img svg {
  width: 25px;
  height: 25px;
}

body.dark .refrral-img svg path {
  fill: #fff;
}

.referral-rules {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copy-id-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: rgb(245, 245, 245);
  padding: 14px 12px;
  border-radius: 6px;
}

body.dark .copy-id-box {
  background: rgb(43, 49, 57);
}

.copy-id-box p {
  margin-bottom: 0;
}

.invite-frnds button {
  font-weight: 500;
  padding: 6px 12px;
  min-width: 52px;
  min-height: 24px;
  border: none;
  background: linear-gradient(229.37deg, #1cdef8 0%, #00a4d8 73.09%);
  border-radius: 6px;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.copy-link-box {
  padding: 32px;
  background: rgb(255 255 255 / 28%);
  border-radius: 15px !important;
}

body.dark .copy-link-box {
  background: rgb(11, 14, 17);
}

section.tips {
  padding-top: 50px;
}

section.tips h2,
section.rewards h2,
section.referral h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

body.dark section.tips h2,
body.dark .step-one-profile h6,
body.dark section.rules h2,
body.dark .overview-head h2,
body.dark section.overview h6.counts,
body.dark section.rewards h2,
body.dark .referral-tab .nav-pills .nav-link.active,
body.dark section.referral h2 {
  color: #fff !important;
}

.tip-card {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  border-radius: 8px;
  margin-inline-end: 16px;
  padding: 24px;
  background-color: rgb(255 255 255 / 10%);
  height: 92%;
}

body.dark .tip-card,
body.dark .verfiy-kyc-box,
body.dark .rule-box,
body.dark .trading-number-box,
body.dark .referral-tab .nav-pills .nav-link {
  background: rgb(30, 35, 41) !important;
}

.step-one-profile h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 35px 0 20px;
  color: #fff;
}

.step-one-profile img {
  width: 55px;
}

.tips-card-step {
  margin-top: 25px;
}

.pagecontent.gridpagecontent.innerpagegrid.refferal-full .footerbox {
  position: relative;
}

.verfiy-kyc-box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  background-color: rgb(250, 250, 250);
  padding: 12px 24px;
}

.verfiy-kyc-box p {
  margin-bottom: 0;
}

section.rules,
section.rewards,
section.referral {
  margin-top: 35px;
}

section.rules h2 {
  font-size: 20px;
  font-weight: 600;
}

.rule-box {
  padding: 40px 48px;
  background: rgb(250, 250, 250);
  border-radius: 10px;
}

section.overview {
  padding-top: 40px;
}

.overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overview-head h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}

.trading-number-box {
  padding: 32px 48px;
  background: rgb(255 255 255 / 10%);
  border-radius: 8px;
  margin-top: 25px;
}

section.overview p {
  color: #fff;
  font-size: 18px;
}

section.overview h6.counts {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.acctn-ver {
  margin-top: 15px;
}

.rewards-table table td,
body.dark .rewards-table table th {
  color: #fff;
}

body.dark .rewards-table table td,
body.dark .rewards-table table th {
  color: #fff;
}

.rewards-table th {
  padding: 20px 10px;
  text-align: left;
  color: #fff;
}

.no-record-found {
  text-align: center;
  padding: 20px 0;
}

section.rewards button,
section.referral .invite-frnds button {
  width: 20%;
}

section.rewards .invite-frnds,
section.referral .invite-frnds {
  margin-top: 20px;
}

.referral-tab ul#pills-tab {
  margin-top: 25px;
  gap: 15px;
}

.referral-tab .nav-pills .nav-link {
  background: rgb(245, 245, 245);
  border-radius: 5px;
  font-size: 18px;
  color: rgb(112, 122, 138);
}

.referral-tab .nav-pills .nav-link.active {
  color: #000 !important;
  background: #e5e5e5;
}

section.referral p {
  margin-top: 45px;
  color: rgb(112, 122, 138);
}

.pagecontent.gridpagecontent.innerpagegrid.refferal-full {
  background: #fff;
}

body.dark .pagecontent.gridpagecontent.innerpagegrid.refferal-full {
  background: #292c35 !important;
}

.rewards-table td {
  padding: 0 !important;
}

.tip-card:hover {
  transform: translateY(-12px);
  transition: all .3s ease;
}

.rule-faq {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reward-head-img {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reward-head-img img {
  width: 35px;
}

/* styles.css */

.referral-id {
  display: flex;
  align-items: center;
}

.copy-link-box .toast {
  top: 71px !important;
  height: 55px;
  background: #fff;
  border: none;
  color: #000;
  display: flex !important;
  align-items: center;
  font-size: 18px;

}

#referral-text {
  margin: 0;
  padding-right: 10px;
}

#copy-button,
#copy-buttontwo {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #007bff;
}

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s;
}

button#copy-button i,
button#copy-buttontwo i {
  color: #000;
  font-size: 15px;
}

body.dark button#copy-button i,
body.dark .toast,
body.dark button#copy-buttontwo i {
  color: #fff;
}

body.dark .toast {
  background: rgb(43, 49, 57);
}

section.tips .row {
  justify-content: center;
}

body.dark .charts-popup-list {
  background: #000 !important;
}

body.dark .charts-popup-list .item.active {
  background: #292c35 !important;
}

.div-block-8.online-active {
  position: relative;
}

.div-block-8.online-active .active-tooltip:after {
  position: absolute;
  content: '';
  background: green;
  width: 41px;
  height: 22px;
  clip-path: circle(19% at 50% 50%);
  top: 30px;
  left: 10px;
  cursor: pointer;
}

.div-block-8.online-active .inactive-tooltip:before {
  position: absolute;
  content: '';
  background: red;
  width: 41px;
  height: 22px;
  clip-path: circle(19% at 50% 50%);
  top: 30px;
  left: -6px;
  cursor: pointer;
}

.div-block-8.online-active .oneactive-tooltip:after {
  position: absolute;
  content: '';
  background: #e9e957;
  width: 41px;
  height: 22px;
  clip-path: circle(19% at 50% 50%);
  top: 30px;
  left: 29px;
  cursor: pointer;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-target {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.tooltip,
.inactive,
.oneactive {
  position: absolute;
  bottom: -32px;
  /* Position above the target element */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(245, 245, 245);
  color: #000;
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap;
  /* Prevent text wrapping */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  /* z-index: 10; Ensure tooltip appears on top */

  display: none;
  z-index: 100;
}

.tooltip-container:hover .tooltip,
.tooltip-container:hover .inactive,
.tooltip-container:hover .oneactive {
  visibility: visible;
  opacity: 1;
}

.feeback.online-active.tooltip-container .oneactive {
  bottom: -134px;
  left: 34%;
  white-space: pre-line;
}

.feeback.online-active.tooltip-container {
  display: flex;
  align-items: baseline;
  gap: 5px;
  cursor: pointer;
}



.pagecontent.gridpagecontent.innerpagegrid.refferal-full ul.form-btns {
  align-items: baseline !important;
}

.verify-cta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: aliceblue;
  padding: 10px 22px;
  border-radius: 5px;
  cursor: pointer;
}

body.dark .verify-cta {
  background: #3c4044;
  color: #fff;
}

.rewards-table table tr th {
  background: rgb(255 255 255 / 10%);
}

.step-one-profile p {
  color: #ccc;
}

.rewards-table {
  margin-top: 25px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #7bca27;
  border-color: #7bca27;
}

.support-bg .flexbox.supportbg {
  height: 75vh;
}

.support-bg .flexbox.supportbg .supportlist ul {
  min-height: 300px;
  overflow: auto;
  height: 350px;
}

/*.simplebar-content */
.flexbox.supportbg .chatbox.ticketchat ul#chat-box .simplebar-scroll-content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 300px;
}

.flexbox.supportbg .chatbox.ticketchat ul#chat-box .simplebar-scroll-content {
  display: flex;
}

.flexbox.supportbg .chatbox.ticketchat ul#chat-box .simplebar-scroll-content .simplebar-content {
  overflow: auto !important;
}

.qrcode svg {
  border: 4px solid #fff;
}

#toast-container>.toast-success {
  border: 1px solid #80f30b !important;
  box-shadow: 0 0 12px #65ffaf !important;
}

#toast-container>.toast-error {
  border: 1px solid #f00 !important;
  box-shadow: 0 0 12px #f00 !important;
}

@media (max-width: 1400px) {
  .grid-box {
    grid-template-columns: 1fr 350px 350px;
    grid-template-rows: inherit !important;
    height: auto !important;
  }

  .sitecontainer {
    max-width: 100%;
  }

  .clearbtn .btn {
    font-size: 11px;
    padding: 10px 25px;
    margin-top: 1px;
  }

  .supportbg>div:first-child {
    width: 70%;
  }

  .grid-box-new {
    grid-template-columns: 300px 1fr 300px;
  }
}

@media (max-width: 1300px) {
  .pricerowbox>div {
    /* width: 25%; */
  }

  .supportbg>div:first-child {
    width: 70%;
  }

  .grid-box {
    grid-template-columns: 1fr 280px 280px;
  }

  .grid-box-new {
    grid-template-columns: 280px 1fr 280px;
  }
}

@media (max-width: 1200px) {
  .supportbg>div:first-child {
    width: 65%;
  }

  .searchfrm {
    display: inline-block;
    width: 100%;
  }

  .searchfrm>div {
    width: 30.3%;
    max-width: 30.3%;
    flex: 30.3%;
    display: inline-block;
    margin-bottom: 8px;
  }

  .notesgray {
    margin-top: 4px !important;
  }

  .walletpagebg #deposit .form-group.mt-4,
  .walletpagebg #withdraw .form-group.mt-4 {
    margin-top: 4px !important;
    text-align: center;
  }

  .livepricetable>div:last-child {
    width: 64px;
  }
}

@media (max-width: 1250px) {
  .livepricenavbg li {
    padding: 7px 10px;
  }

  .livepricemobile li a,
  .livepricet span {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .headermenu .headbg ul li a.nav-link {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .kycpagebg .siteformbg>div:first-child {
    display: none;
  }

  .kycpagebg .siteformbg {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .stoplimtboxt .link-div>div {
    font-size: 10px;
  }

  .grid-box {
    grid-template-columns: 1fr 280px 280px;
  }

  .headermenu .headbg ul li a.nav-link {
    padding: 3px 11px;
    font-size: 13px;
  }

  .grid-box-new {
    grid-template-areas:
      "marketlist chart"
      "orderform chatbg"
      "openorder openorder";
    grid-template-columns: 370px 1fr;
  }
}

@media (max-width: 1080px) {
  .grid-box {
    grid-template-areas: "livepricelist livepricelist livepricelist" "chart chart chart" "orderform orderform orderbook" "tradehistory tradehistory tradehistory" "openorder openorder openorder";
    grid-template-columns: 1fr 280px 380px;
  }

  .gridparentbox {
    padding-top: 0;
  }

  .innerpagegrid .gridparentbox .container {
    max-width: 100%;
  }

  .newscontentscroll {
    max-height: 272px;
  }

  .depstfrombg>div:first-child {
    width: 60% !important;
  }

  .marketlist .table-responsive {
    max-height: 387px;
  }

  .tradehistory .sitescroll,
  .expandhistoryscroll .tradehistory .sitescroll {
    max-height: 280px;
  }

  .expandhistoryscroll .tradehistory {
    min-height: inherit;
  }

  .chartbalancebox {
    height: 380px;
  }

  .expandhistoryscroll .buyboxorder .sitescroll {
    max-height: 435px;
  }

  .buyshow .buyboxorder,
  .buyboxorder {
    min-height: 183px;
  }

  .profilepagebg .flexboxtable,
  .securityboxbg .flexboxtable {
    display: block;
  }

  .profilepagebg .flexboxtable>div,
  .securityboxbg .flexboxtable>div {
    margin: 10px 0px;
  }

  .securitylink a {
    color: #333;
    font-size: 13px;
  }

  .livepricenavbg li {
    padding: 7px 10px;
  }

  .livepricemobile li a {
    font-size: 12px;
  }

  .flexboxtable {
    display: inline-block;
    width: 100%;
  }

  .flexboxtable>div {
    margin: 11px 0px;
    width: 100% !important;
  }

  .profilepage>div:first-child {
    min-height: inherit !important;
  }

  .flexbox {
    display: inline-block !important;
    width: 100%;
  }

  .flexbox>div {
    width: 100% !important;
    margin: 5px 0px;
  }

  .livepricelist {
    position: relative;
    background: #001b29;
    top: inherit;
    border-radius: 10px;
    left: inherit;
    z-index: 9;
  }
}

@media (max-width: 991.98px) {
  .custom-model-inner {
    display: flex !important;
    width: 100% !important;
    margin: 0px auto !important;
    max-width: 100% !important;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .custom-model-wrap {
    max-width: 100% !important;
    min-width: auto !important;
    margin: 0 auto !important;
    padding: 30px !important;
  }

  .custom-model-inner form {
    position: relative;
  }

  .custom-model-inner .close-btn {
    right: 10px !important;
  }

  section.earings .card-direct {
    justify-content: flex-start !important;
  }

  .eth-card-total-table-outer {
    overflow: auto;
  }

  .supportticketlist .tabrightbox {
    position: absolute;
    right: 8px;
    top: 22px;
  }

  article.gridparentbox.stacking table.eth-card-total-table thead {
    display: table-header-group !important;
  }

  article.gridparentbox.stacking table.eth-card-total-table td h4 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  tbody.border-style-cls-table p {
    margin-bottom: 0px;
  }

  .grid-box {
    grid-template-areas:
      "livepricelist livepricelist "
      "marketlist marketlist"
      "chart chart"
      "orderform orderbook"
      "tradehistory tradehistory"
      "walletbalance walletbalance"
      "openorder openorder";
    grid-template-columns: 1fr 350px;
    /* margin: 0px; */
  }

  .marketlist .table-responsive {
    max-height: 257px;
  }

  .tradechartlist>div,
  .marketchart>div {
    height: 350px;
  }

  .livepricenavbg li {
    width: 100%;
    padding: 0px 16px;
  }

  .headermenu {
    position: relative;
  }

  .headermenu i {
    font-size: 25px;
    color: #0057da;
  }

  .headbg {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    /* box-shadow: none; */
    padding: 10px 10px;
    background: #eeeff3 !important;
  }

  body.darkmode .headbg {
    background: #363636 !important;
  }

  .gridparentbox {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .securitybg>div:first-child {
    margin-top: 13px;
  }

  .securityfrontbg>div:first-child {
    margin-top: 0px !important;
  }

  .wlltdpstbox .tabbanner {
    max-width: 100%;
  }

  .tradehistory .sitescroll {
    max-height: 248px;
  }

  .headermenu .headbg ul li a.nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }

  .buyboxorder .sitescroll {
    max-height: 210px;
  }

  .buyshow .buyboxorder .sitescroll {
    max-height: 351px;
  }

  .sellboxorder .sitescroll {
    height: 178px;
  }

  .sellshow .sellboxorder .sitescroll {
    height: 323px;
  }

  .sellboxorder .sellboxtablebg {
    max-height: 199px;
  }

  .sellshow .sellboxorder .sellboxtablebg {
    max-height: 323px;
  }

  .innerpagetab .tabbanner li a {
    padding: 10px 13px;
  }

  .innerpagegrid .historytab .tabbanner li a {
    padding: 7px 10px !important;
    font-size: 12px !important;
  }

  .logo {
    max-width: 150px;
  }

  .searchfrmbox {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }

  .searchfrmbox .form-group {
    margin-bottom: 4px;
  }

  .seacrright>div>div {
    float: left;
  }

  .searchfrm1 {
    margin-top: 4px;
  }

  .profileboxt {
    margin: 10px 0px !important;
  }

  .balalnceflexbox>div:first-child {
    width: 100%;
  }

  .balalnceflexbox>div:last-child {
    width: 100%;
  }

  .sidebar ul.components {
    padding-top: 52px;
  }

  .kyctablebox {
    display: block;
  }

  .kyctablebox>div {
    display: block;
    width: 100% !important;
    padding: 0px;
  }

  .footer-gray-bg .flogo {
    max-width: 159px;
  }

  .orderformbg1 {
    min-height: inherit;
  }

  .livepricemobile {
    padding: 8px 5px;
  }

  .kycboxright {
    padding-left: 0px !important;
  }

  .innerpagegrid .heading-box {
    font-size: 13px;
  }

  .leftsidemenu {
    display: block;
    width: 250px;
    top: 76px;
    background: #262626;
  }

  .leftsidescroll {
    margin-top: 0px;
  }

  .innerpagegrid .footer-gray-bg {
    padding: 16px 10px;
  }

  .innerpagegrid .ftext {
    color: #fff;
  }

  .pagewrapperbox .leftsidemenu.active {
    display: none;
  }

  .pagewrapperbox .gridparentbox,
  .pagewrapperbox .footerbox,
  .pagewrapperbox .headbg {
    padding-left: 0px !important;
  }

  .wllttabbanner {
    margin-top: 10px;
  }

  .headbg {
    padding-left: 15px !important;
  }

  .menusideicon {
    display: inline-block;
  }

  .leftsidemenu li a {
    text-align: left;
    /* padding: 16px 17px; */
  }

  .leftsidemenu li a>div {
    display: inline-block;
    padding-left: 9px;
    font-size: 13px;
  }

  .leftsidemenu .logo,
  .leftsidemenu .logoicon {
    display: none;
  }

  .leftsidemenu hr {
    display: none;
  }

  .navbar-brand .logo {
    display: inline-block;
  }

  .mobiletoggle {
    position: absolute;
    left: 0px;
    top: 25px;
  }

  .navbar-dark .navbar-toggler {
    background: #252525;
    border-color: #000;
    padding: 3px 7px;
    box-shadow: none;
  }

  .headbg .navbar-collapse {
    border-top: 1px solid #313131;
    margin-top: 12px;
  }

  .innerpagegrid .headbg a.navbar-brand {
    padding-left: 5px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }

  .langmenu a.dropdown-toggle {
    padding: 8px 10px !important;
    font-size: 12px !important;
    margin-top: 1px !important;
    width: 100%;
    max-width: 100px;
  }

  .headbg .container {
    padding: 0px 11px;
  }

  .headermenu .dropdown-menu {
    background: #2c2c2c;
    min-width: 320px;
    width: 320px;
    border-radius: 10px;
    margin: 0px;
    box-shadow: none;
    height: 95px;
    overflow: auto;
  }

  .headermenu .dropdown-menu a.nav-link.dropdown-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .headermenu .dropdown-menu a.nav-link.dropdown-item i {
    font-size: 16px;
    width: 20px;
  }

  .headermenu .dropdown-menu.show {
    display: inline-block;
  }

  .headermenu .headbg .dropdown-item:hover,
  .headermenu .headbg .dropdown-item:focus,
  .headermenu .headbg .dropdown-item:active {
    background-color: #2c2c2c;
  }

  .headermenu .headbg li a.dropdown-item {
    margin: 0px !important;
    padding: 12px 20px !important;
  }

  .productdrop .dropdown-content li {
    width: 100%;
    padding: 0px 0px;
  }

  .grid-box-new {
    grid-template-areas:
      "marketlist marketlist"
      "chart chart"
      "orderform orderform"
      "chatbg chatbg"
      "openorder openorder";
    grid-template-columns: 1fr 350px;
  }

  .tradingcomp .marketlist .table-responsive {
    max-height: 185px;
    background: #fff;
  }

  .tradingcomp .chatboxscroll {
    max-height: 255px;
  }

  .range-item .range-input {
    max-width: none !important;
  }

  .marketpriceflex {
    display: inline-block;
    width: 100%;
  }

  .withdraw-otp-section {
    height: auto !important;
  }

  .marketpriceflex>div {
    margin: 5px 0px;
    width: 50%;
    float: left;
    background: none;
    border-radius: 0px;
    padding: 0px 5px;
  }

  .marketpricebox {
    /* background: #252525; */
    padding: 15px 15px;
    border-radius: 7px;
    background: rgb(30 30 30 / 55%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%);
  }

  .proheight {
    height: 100% !important;
    margin-top: 20px !important;
  }

  .stacking-card .toggle-password {
    right: auto !important;
  }

  .modal-text {
    width: auto !important;
  }

  section.headermenu .container img.light-logo,
  section.headermenu .container img.dark-logo {
    max-width: 100px;
  }

  body.homepage.custom-page .banner-content {
    padding-top: 90px;
  }

  .sun-moon-icon {
    text-align: left;
    margin-left: 17px;
  }

  ul.navbar-nav.info-menu.right-links.list-inline.list-unstyled li a {
    width: 100%;
  }

  ul.navbar-nav.info-menu.right-links.list-inline.list-unstyled li {
    margin: 8px 0;
  }

  table.eth-card-total-table th {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
  }

  .darkmode table.eth-card-total-table th {
    color: #fff !important;
  }

  section.stacking-banner .container.sitecontainer {
    max-width: 100%;
    flex-direction: column;
  }

  article.gridparentbox.stacking .innerpagecontent,
  article.gridparentbox.stacking .stackingbannerright {
    width: 100%;
  }

  .container.sitecontainer.stacking .eth-card-total {
    position: relative;
    flex-direction: column;
  }

  .container.sitecontainer.stacking .card.border-style-cls {
    width: 100%;
  }

  section.card-stacking .container.sitecontainer.stacking {
    max-width: 100%;
  }

  .swap-icon {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -15px;
  }

  .stackingbannerright .card {
    gap: 20px;
    padding: 20px;
    flex-direction: column;
  }

  ul.outer-staking-tab-list {
    justify-content: space-around;
  }

  .container.sitecontainer.cryptosaving {
    max-width: 100%;
  }

  table.stacking-bottom-table tbody tr td span {
    display: none;
  }

  table.stacking-bottom-table tbody tr td {
    /* justify-content: flex-start !important; */
    gap: 10px;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  table.stacking-bottom-table tbody tr td span {
    font-weight: 600;
    /* display: block !important; */
  }

  section.market-banner h1 {
    font-size: 37px !important;
  }

  body.market-quantum section.market-banner {
    padding-top: 50px !important;
  }

  body.market-quantum section.market-update .coin-graph-bar h5 {
    font-size: 17px;
    text-align: left;
  }

  .innerpagetab {
    overflow-x: scroll;
  }

  .footerbox {
    bottom: none;
    position: initial;
    width: none;
    height: auto;
  }

  .panelcontentbox {
    padding: 18px 0 !important;
  }

  section.referall-banner h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .copy-link-box {
    margin-top: 28px;
  }

  .rewards-table th {
    padding: 15px;
    white-space: nowrap;
  }

  .rewards-table {
    overflow: scroll;
  }

  section.rewards button,
  section.referral .invite-frnds button {
    width: auto;
  }

  .rewards-table td {
    padding: 0 15px !important;
  }

  div#send-msg {
    justify-content: space-between;
  }

}

@media (max-width: 800px) {
  .headermenu .headbg ul li a.nav-link {
    padding: 3px 9px;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  article.gridparentbox.market-main-page table.table.sitetable thead {
    display: none;
  }

  .table-box {
    overflow: scroll;
  }

  .panelcontentbox.chatticketlist {
    margin-bottom: 100px;
  }

  .panelcontentbox.chatticketlist .form-group {
    margin-bottom: 20px;
  }

  article.gridparentbox.market-main-page table.table.sitetable tr:nth-child(even) td {
    background: #474545;
  }

  .light article.gridparentbox.market-main-page table.table.sitetable tr:nth-child(even) td {
    background: rgb(227 227 228) !important;
  }

  article.gridparentbox.market-main-page table.table.sitetable td a.btn.sitebtn.btn-sm.bluetrade {
    text-align: left;
    padding-left: 0px !important;
  }

  article.gridparentbox.market-main-page .innerpagetab.historytab ul.nav.nav-tabs.tabbanner {
    flex-wrap: wrap;
    padding: 0px !important;
  }

  article.gridparentbox.market-main-page .innerpagetab.historytab {
    padding-top: 0px;
  }

  article.gridparentbox.market-main-page table.table.sitetable td label {
    display: block !important;
  }

  article.gridparentbox.market-main-page table.table.sitetable td {
    display: flex;
    max-width: 100%;
    gap: 10px;
  }

  article.gridparentbox.market-main-page .innerpagetab.historytab {
    padding-top: 0px;
  }

  article.gridparentbox.market-main-page .innerpagetab.historytab ul li {
    padding: 0px !important;
  }

  article.gridparentbox.market-main-page .innerpagetab.historytab .tabbanner li a {
    padding: 10px 13px !important;
  }

  article.gridparentbox.stacking .table-responsive-stack thead tr {
    display: flex;
    flex-direction: row;
  }

  article.gridparentbox.wallet-main-page table.table.sitetable.table-responsive-stack.WALLET-BALANCE-table-block td {
    align-items: center;
    display: flex;
  }

  article.gridparentbox.wallet-main-page table.table.sitetable.table-responsive-stack.WALLET-BALANCE-table-block td {
    align-items: center;
    display: flex;
    margin-right: 10px;
    border: none;
  }

  article.gridparentbox.wallet-main-page table.table.sitetable.table-responsive-stack.WALLET-BALANCE-table-block td a.btn {
    margin: 0 2px;
  }

  article.gridparentbox.wallet-main-page table.table.sitetable.table-responsive-stack.WALLET-BALANCE-table-block td span {
    white-space: nowrap;
  }

  .table-span-td {
    display: block !important;
  }

  .tabbanner li a {
    font-size: 12px;
    padding: 6px 11px;
  }

  .walletpagebg table tbody tr>td:first-child small {
    text-decoration: underline;
    color: #0b0b0b !important;
  }

  .profilepaget .panelcontentbox .innerpagetab {
    padding-top: 0px;
  }

  article.gridparentbox.stacking thead {
    display: block !important;
    white-space: nowrap;
  }

  article.gridparentbox.payment-option-page-block table.bank-upi-payments-table tr td span {
    display: block !important;
  }

  article.history-main-page table tr td {
    display: flex;
  }

  article.history-main-page table tr td span {
    white-space: nowrap;
  }

  span.table-responsive-stack-thead {
    display: none !important;
  }

  article.gridparentbox.earning span.table-responsive-stack-thead {
    display: block !important;
  }

  article.gridparentbox.payment-option-page-block table.bank-upi-payments-table tr td img {
    height: 30px;
    width: 30px;
  }

  .innerpagegrid .tabbanner li a {
    font-size: 14px;
  }

  .innerpagecontent>div {
    padding: 0px 10px;
  }

  .light .innerpagecontent>div {
    background-color: #fff;
  }

  .light .innerpagecontent>div {
    background-color: #fff;
  }

  .darkmode .innerpagecontent>div {
    background-color: rgb(20 20 20);
  }

  .innerpagegrid .footerbox {
    display: block;
  }

  .wlltdpstbox .tabbanner {
    max-width: 100%;
  }

  .latestnewsbg {
    margin-top: 0px;
  }

  .orderformbg1 {
    display: block;
  }

  .orderformbg1>div {
    margin: 0px;
  }

  .livepricenavbg li {
    line-height: 21px;
    padding: 10px 11px;
    padding-top: 3px;
    width: 33.3%;
    min-height: 50px;
  }

  .livepricemobile li a {
    font-size: 12px;
  }

  .livepricenavbg {
    padding: 0px;
    display: inline-block;
    white-space: nowrap;
    overflow-x: inherit;
  }

  .headermenu .headbg ul li a.nav-link {
    padding: 10px 6px;
    font-size: 14px;
    /* color: #344767 !important; */
  }

  .leftsidescroll {
    height: 80%;
  }

  .photopic img {
    width: 30px;
    height: 30px;
  }

  .fullscreenicon img {
    max-width: 13px !important;
    /* filter: grayscale(1) invert(1); */
  }

  .langmenu img {
    width: 20px;
    height: 20px;
  }

  .tradehistory .sitescroll {
    max-height: 342px;
  }

  .orderformbg1>div:first-child {
    border-right: 0px;
    border-bottom: 0px;
  }

  .tradepage thead tr th {
    font-size: 12px;
  }

  .buysellinnerbox .sitecontainer .row>div:last-child {
    margin-top: 10px;
  }

  .searchfrm {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    width: 100%;
  }

  .searchfrm>div {
    width: 100%;
    float: left;
  }

  .seacrright>div>div {
    float: none;
  }

  .clearbtn {
    width: 100% !important;
    margin: 11px 0px;
    text-align: center;
  }

  .countlisticon {
    right: inherit;
    left: 20px;
  }

  .sidebar {
    display: none !important;
  }

  .sidebar.active {
    display: block !important;
    box-shadow: 1px 1px 18px 0px rgba(4, 4, 4, 0.5);
    width: 240px;
  }

  .sidebar.active li.dropdown .dropdown-menu {
    width: 240px;
    min-width: 240px;
  }

  .sidebar.active ul li a {
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
  }

  .sidebar.active li a>div {
    display: inline-block;
  }

  .innerpagegrid .gridparentbox,
  .pagewrapperbox .innerpagegrid .gridparentbox,
  .headbg {
    padding-left: 0px !important;
  }

  .innerpagegrid .headbg {
    padding: 0px;
  }

  .tradepage .mobiletoggle {
    display: none;
  }

  .tradepage .logo,
  .nosidebarmenu .logo {
    margin-left: 0px;
  }

  .logo {
    margin-left: 0;
    max-width: 150px;
    margin-top: 0;
  }

  .profileboxt .text-right {
    text-align: center !important;
  }

  .profileboxt {
    text-align: center;
  }

  ul.noteslist li {
    list-style: none;
  }

  .balanceshowt>div {
    width: 100%;
    display: inline-block;
    text-align: center !important;
  }

  .tablebox>div {
    margin-top: 0;
  }

  .wlletboxt .progressbalance {
    text-align: center !important;
  }

  .balanceshowt {
    text-align: center;
  }

  ul.noteslist {
    padding-left: 0px;
  }

  .profiletablebox h4,
  .profiletablebox h5 {
    font-size: 13px;
  }

  .mlmwizardform #progressbar li>strong {
    display: block;
    margin: 0px auto;
    float: none;
    margin-bottom: 12px;
  }

  .profilebottombtn {
    margin-top: 20px;
  }

  .usermenu .fa-angle-right {
    position: relative;
    right: inherit;
    top: 0;
  }

  .footer-gray-bg .footlistbg {
    min-height: inherit;
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .footer-gray-bg .flogo {
    max-width: 140px;
  }

  .footerbox .text-right {
    text-align: left !important;
  }

  .footerbottombg {
    margin-top: 10px;
  }

  .footerbottombg>div {
    text-align: center !important;
  }

  .footerbottombg .sociallist {
    float: inherit;
    padding: 0px;
    margin: 0px auto;
  }

  .footerbottombg .text-right {
    text-align: left !important;
  }

  .ftext {
    padding-top: 0;
  }

  .walletpagebg .tabrightbox {
    position: relative;
    top: inherit;
    right: inherit;
  }

  .innerpagegrid .historytab .tabbanner {
    margin: 0px !important;
    padding: 10px !important;
  }

  .innerpagegrid .historytab .tabbanner li {
    text-align: center;
  }

  .innerpagegrid .historytab .tabbanner li a.nav-link {
    border-radius: 0px !important;
  }

  .grid-box {
    grid-template-areas: "livepricelist livepricelist" "mobilegrid mobilegrid" "marketlist marketlist" "chart chart" "orderbook orderbook" "orderform orderform" "tradehistory tradehistory" "walletbalance walletbalance" "openorder openorder";
    grid-template-columns: 1fr 1fr;
  }

  .marketlistsidemenu,
  .buyselltabbg {
    display: block;
  }

  .marketlist {
    display: none;
  }

  .tradechartlist>div,
  .marketchart>div {
    min-height: 420px;
  }

  .tradingcomp .tradechartlist>div,
  .tradingcomp .marketchart>div {
    min-height: 484px;
  }

  .tradingcomp .marketlist .table-responsive {
    max-height: 90%;
  }

  .balancewlt {
    position: absolute;
    right: 0px;
    top: -52px;
    text-align: right;
    padding: 15px 10px;
    padding-bottom: 0px;
  }

  .tradepage .heading-box {
    padding: 10px 9px;
    font-size: 13px;
  }

  .orderform .input-group .input-group-prepend {
    display: inline-block;
    width: 100%;
    display: none;
  }

  .orderform .input-group-prepend .input-group-text {
    width: 100%;
  }

  .orderform .siteformbg {
    padding: 10px;
  }

  .stoplimtboxt>div:first-child {
    display: none;
  }

  .orderformbg1 .heading-box {
    display: none;
  }

  .buyselltabbg {
    padding: 10px 12px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .limitabbg img {
    display: none;
  }

  .buyboxorder .sitescroll,
  .sellboxorder .sitescroll {
    height: 180px;
    max-height: inherit;
  }

  .orderchangebg li a {
    padding: 6px 6px;
  }

  .grid-box {
    margin: 0px;
    grid-gap: 0;
  }

  .grid-box>div {
    margin-bottom: 7px;
  }

  .orderform .siteformbg input.form-control::placeholder {
    color: #656565 !important;
  }

  .orderform input.form-control::-webkit-input-placeholder {
    color: #656565 !important;
  }

  .orderform input.form-control:-moz-placeholder {
    color: #656565 !important;
  }

  .orderform input.form-control::-moz-placeholder {
    color: #656565 !important;
  }

  .orderform input.form-control:-ms-input-placeholder {
    color: #656565 !important;
  }

  .orderform .h6 {
    font-size: 12px;
  }

  .marketlistsidemenu .table thead {
    display: none;
  }

  .marketlist.active {
    display: block;
    position: fixed;
    z-index: 999;
    width: 350px;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 0px;
    background: #090909;
    border: 0px;
    box-shadow: 1px 1px 18px 3px #0000009c;
    margin: 0px;
    padding-bottom: 30px;
  }

  .grid-box {
    position: relative;
  }

  .marketlist .table thead {
    display: none;
  }

  .marketlist .heading-box {
    padding: 15px 10px;
    background: #090909;
    display: inline-block;
    width: 100%;
  }

  .marketlist .table tbody td:nth-child(2),
  .marketlist .table tbody td:nth-child(3),
  .marketlist .table tbody td:nth-child(4) {
    display: block;
    border: 0px;
    padding: 0px 8px;
    text-align: right;
    line-height: 21px;
  }

  .marketlist .table tbody td:nth-child(2) {
    padding-top: 7px;
    margin-top: -1px;
  }

  .marketlist .table tbody td:nth-child(4) {
    padding-bottom: 6px;
  }

  .marketlist .seacrhbox {
    padding: 10px 10px;
    margin-top: 0;
  }

  .marketlist .table tbody tr td:first-child,
  .marketlist .table tbody tr td:nth-child(2) {
    border-top: 1px solid #242424;
  }

  .marketlist .table tbody tr {
    position: relative;
    background: #090909;
    border-bottom: 1px solid #090909;
  }

  .marketlist tbody tr td {
    /* border-color: #131313; */
    color: #d1d1d1;
    /* background: #131313; */
  }

  .marketlist .table tbody tr td:nth-child(3)>span {
    position: absolute;
    left: 37px;
  }

  .marketlist .table tbody tr td {
    padding: 11px 8px;
  }

  .marketlist .table tbody tr td:first-child {
    vertical-align: top;
  }

  .marketlist .table tbody tr td {
    font-size: 12px;
    color: #fff;
  }

  .marketlist .coinlisticon {
    width: 25px;
  }

  .marketlist .tabbanner {
    flex-wrap: inherit;
    margin: 0px;
  }

  .marketlist .tabbanner li {
    width: 100%;
    text-align: center;
    line-height: normal;
    min-height: inherit;
    border: 0px;
  }

  .marketlist .table-responsive {
    max-height: 90%;
    border-bottom: 0px;
    overflow: hidden;
  }

  .marketlist .tab-content {
    height: 100%;
    overflow: auto;
    padding-bottom: 85px;
  }

  .marketlist .tab-content {
    min-height: inherit;
  }

  .marketlistt li>div {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 100%;
  }

  .marketlistt li>div:first-child {
    width: 100px;
    padding: 1px 6px;
  }

  .marketlistt li .text-left {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .limitabbg {
    margin: 5px 15px;
    justify-content: inherit !important;
  }

  .chart .charttabbg li a {
    padding: 6px 11px;
  }

  .marketlist.active .closeiconlist {
    display: block;
  }

  .sellshow .sellboxorder .sitescroll,
  .buyshow .buyboxorder .sitescroll {
    height: 320px;
  }

  .ruleslist {
    top: 54px;
  }

  .orderform .limitabbg li a {
    padding: 8px 21px;
    font-size: 14px;
  }

  .headbg .navbar-nav.ml-auto {
    position: absolute;
    right: 3px;
    top: 10px;
    flex-direction: row;
  }

  .headbg ul li {
    display: inline-block;
  }

  .livepricelist {
    width: 100%;
    margin-top: 16px;
    display: none;
  }

  .supportflexb>div:first-child {
    width: 50%;
  }

  .profileflexbox .input-group .prfbtn {
    width: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .profileflexbox .sitebtn {
    margin: 10px auto;
    text-align: center;
    display: block;
  }

  .prfbtn {
    text-align: center;
  }

  .flexbox.supportbg {
    position: relative !important;
  }

  .chatbox.ticketchat ul.chat.chatboxscroll .header h5 {
    color: #fff;
  }

  .supportlistshow .chatticketlist {
    display: block;
    /* position: absolute; */
    z-index: 99;
    top: 0;
    width: 100% !important;
  }

  .supportbg {
    position: relative;
  }

  .supportlistshow .ticktmenuicon i {
    display: block;
  }

  .supportbg>div {
    border-right: 0px;
  }

  .supportlistshow .supportticketlist {
    opacity: 0.5;
  }

  .supportlist .tabbanner li a.active {
    border-bottom: 1px solid #343434 !important;
    border-top: 1px solid #343434 !important;
    background-color: #343434 !important;
  }

  .supportlist {
    max-height: 550px;
  }

  .chatboxscroll {
    max-height: 275px;
  }

  .tradingcomp .chatboxscroll {
    max-height: 446px;
  }

  .gridparentbox .innerpagecontent::before,
  .gridparentbox .innerpagecontent::after {
    display: none;
  }

  .innerpagecontent {
    padding-top: 0px;
  }

  .centerbox .contentpanel {
    padding: 25px 25px;
  }

  .table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .table-responsive-stack td,
  .table-responsive-stack th {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: inherit !important;
    font-size: 14px;
  }

  .table-responsive-stack tr {
    white-space: nowrap;
  }

  .table-responsive-stack td {
    width: 100%;
    text-align: right;
    padding: 7px 13px !important;
    border-color: #272727 !important;
    font-size: 13px !important;
  }

  .table-responsive-stack tbody>tr:nth-child(even) td {
    border-color: #474747c9 !important;
  }

  body.pagewrapperbox.darkmode .table-responsive-stack .table-responsive-stack-thead {
    float: left;
    text-align: left;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
  }

  body.light .table-responsive-stack .table-responsive-stack-thead {
    float: left;
    text-align: left;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
  }

  body.light .table-responsive-stack tbody>tr:nth-child(even) td {
    background: #e7e7e7;
  }

  .buyselltabbg {
    padding: 15px 12px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    background: #0c0909;
    left: 0px;
    /* box-shadow: 0px -6px 7px #4b3ca333; */
    top: inherit;
    right: inherit;
  }

  .chartactive .mobilegrid li:first-child a,
  .openorderactive .mobilegrid li:nth-child(2) a,
  .tradeactive .mobilegrid li:last-child a {
    color: #fff !important;
    border-bottom: 0px;
    font-weight: bold;
    background: #0057da;
  }

  .grid-box {
    position: relative;
    display: flex !important;
    flex-direction: column;
  }

  .chart .tab-content,
  .tradechartlist.active,
  .tradechartlist>div,
  .tradechartlist>div>div {
    flex-direction: row;
  }

  .livepricet span,
  .livepricenavbg>li:first-child a,
  .livepricemobile li a {
    font-size: 14px;
  }

  .mobilegrid {
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 5px;
    background-color: #090909 !important;
    border-radius: 5px;
    padding: 0px 6px;
  }

  .orderformslecttab {
    display: block;
  }

  .buyorderformbox {
    display: none;
  }

  .sellorderformbox {
    display: none;
  }

  .tradehistory {
    display: none;
  }

  .openorder {
    display: none;
  }

  .walletbalance {
    display: none;
  }

  .chartactive .chart,
  .chartactive .walletbalance {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
  }

  .openorderactive .openorder {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    background: none !important;
    border: 0px;
    /* overflow: hidden; */
  }

  .tradeactive .tradehistory {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
  }

  .openorderactive .chart,
  .openorderactive .orderbook,
  .openorderactive .tradehistory,
  .chartactive .openorder,
  .chartactive .tradehistory,
  .tradeactive .chart,
  .tradeactive .orderbook {
    display: none;
  }

  .chartactive .mobilegrid li:first-child a,
  .openorderactive .mobilegrid li:nth-child(2) a,
  .tradeactive .mobilegrid li:last-child a {
    color: #fff !important;
    border-bottom: 0px;
    font-weight: bold;
    background: #0057da;
  }

  .openorder .tabbanner {
    display: none;
  }

  .tradingcomp .openorder .heading-box {
    display: block;
  }

  .openorder .tab-content>div {
    display: block;
    margin-bottom: 10px;
    border-radius: 11px;
    padding: 0;
    opacity: 1;
  }

  .openorder .heading-box,
  .orderform .hidettitle {
    display: block;
  }

  .buyselltabbg ul {
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
  }

  .buyselltabbg li:first-child a,
  .buyselltabbg li:first-child a:hover,
  .buyselltabbg li:first-child a:active,
  .buyselltabbg li:first-child a:focus {
    background-color: #03bf73 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-color: #03bf73 !important;
  }

  .buyselltabbg li:nth-child(2) a,
  .buyselltabbg li:nth-child(2) a:hover,
  .buyselltabbg li:nth-child(2) a:focus,
  .buyselltabbg li:nth-child(2) a:focus {
    background-color: #fe0000 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-color: #fe0000 !important;
  }

  .orderform .buyselltabbg {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    max-width: 182px;
    background: none !important;
  }

  .orderform {
    position: fixed !important;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999;
  }

  .orderform,
  .orderform {
    display: none;
  }

  .sellorderformactive1 .orderform,
  .buyorderformactive1 .orderform {
    display: none;
  }

  .buyorderformactive1 .orderform {
    display: flex;
    border: 0px;
    box-shadow: 0px -9px 7px #0000001f;
  }

  .sellorderformactive1 .orderform {
    display: flex;
    border: 0px;
    box-shadow: 0px -9px 7px #0000001f;
  }

  .buyorderformactive1 .buyorderform {
    display: block;
  }

  .sellorderformactive1 .sellorderform {
    display: block;
  }

  .sellorderformactive1 .buyorderform {
    display: none;
  }

  .buyorderformactive1 .sellorderform {
    display: none;
  }

  .buyselltabbg li a {
    font-size: 14px;
    border-radius: 5px;
  }

  .orderform .buyselltabbg {
    box-shadow: none !important;
  }

  .buyselltabbg li {
    width: 50%;
    padding-right: 5px;
  }

  .buyselltab li a.active {
    cursor: not-allowed;
    opacity: 0.8;
  }

  .tradecontentbox {
    padding-bottom: 9px;
    padding-top: 71px;
  }

  .orderform .buyselltab {
    justify-content: left;
  }

  .orderform .buyselltab li {
    width: 50%;
    padding: 0px;
  }

  .clostbuytab {
    display: block;
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 25px;
    z-index: 999;
    color: #333;
  }

  .orderform {
    position: relative;
  }

  .clostbuytab a {
    color: #ffffff;
    font-size: 19px;
    background: #0057da;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding-top: 3px;
  }

  .openorder .heading-box {
    display: block;
    padding: 10px 11px;
    margin-bottom: 0;
  }

  .orderform .buyselltab li a {
    font-size: 13px;
    padding: 10px 19px;
  }

  .flexb {
    display: inline-block;
    width: 100%;
  }

  .openorder .sitescroll,
  .orderhistory .sitescroll {
    max-height: 483px;
  }

  .gridparentbox {
    padding-left: 0px;
    padding-top: 0 !important;
  }

  .innerpagegrid .gridparentbox {
    padding-left: 0px;
  }

  .searchfrm>div {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    float: none;
  }

  .clearbtn .btn {
    font-size: 14px;
  }

  .tradepage .headbg,
  .pagewrapperbox .tradepage .headbg {
    /* background: #363636; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 17px 0 rgb(26 26 26 / 18%);
    position: fixed;
    padding: 7px !important;
  }

  .spotorderbox .sitescroll {
    max-height: 560px;
  }

  .walletpagebg .coinlisticon {
    float: none;
    width: 24px;
    margin-right: 3px;
    margin-top: 0px;
  }

  .walletpagebg table tr td br {
    display: none;
  }

  .walletpagebg table tbody tr>td:first-child small {
    padding-left: 10px;
  }

  .grid-box-new {
    grid-template-areas:
      "livepricelist livepricelist"
      "mobilegrid mobilegrid"
      "marketlist marketlist"
      "chart chart"
      "chatbg chatbg"
      "orderform orderform"
      "openorder openorder";
    grid-template-columns: 1fr 1fr;
    margin: 0px;
    grid-gap: 0px;
  }

  .chatbgactive .chatbg {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
  }

  .tradingcomp .chatticketlist {
    display: block;
  }

  .openorderactive .chatbg,
  .chartactive .chatbg {
    display: none;
  }

  .kycpagebg .mlmwizardform #progressbar {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
  }

  .mlmwizardform #progressbar::before,
  .mlmwizardform #progressbar li:first-child::before,
  .mlmwizardform #progressbar li:last-child::before {
    height: 3px;
    width: 100%;
    left: 0px;
    top: 18px !important;
  }

  .mlmwizardform li .infot {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  .mlmwizardform #progressbar li {
    text-align: center;
    padding: 0px;
  }

  .kycpagebg .siteformbg {
    display: inline-block;
    width: 100%;
  }

  .kycpagebg .siteformbg>div {
    display: inline-block;
    width: 100% !important;
  }

  body.market-quantum section.learn-more h2 {
    font-size: 25px !important;
    font-weight: 500;
  }

  .form-group.from-to {
    flex-direction: column;
  }

  .arrow-mark {
    margin-top: 10px !important;
  }

  .orderform .buyselltab li:first-child a.active {
    background-color: #02c72c !important;
    border-color: #02c72c !important;
    color: #fff;
  }

  /* .panelcontentbox {
    padding: 0px !important;
  } */

  .container.sitecontainer.cryptosaving section.saving-page .cnfrm-btn {
    margin-top: 85px !important;
  }

  .container.sitecontainer.cryptosaving section.saving-page .cnfrm-btn.cnfrm-btn-Confirm {
    margin-top: 20px !important;
  }

  .container.sitecontainer.cryptosaving section.saving-page .enough .info {
    gap: 6px !important;
    margin-bottom: 6px;
  }

  .container.sitecontainer.cryptosaving section.saving-page .enough {
    flex-direction: column;
  }

  /* .tab-content.history-table-tab-block span.table-responsive-stack-thead {
    display: block !important;
  } */
  article.gridparentbox.history-main-page .innerpagetab {
    overflow: scroll;
  }

  .tab-content.history-table-tab-block table td {
    justify-content: flex-start !important;
    align-items: center;
    gap: 10px;
  }

  .walletpagebg table tbody tr>td:first-child small {
    text-decoration: underline;
    color: #ccc !important;
  }

  .contentpanel {
    padding: 20px 0;
  }

  .walletpagebg #deposit .form-group.mt-4,
  .walletpagebg #withdraw .form-group.mt-4 {
    margin-top: 19px !important;
  }

  .sell-matched {
    font-size: 15px !important;
  }

  body.light .chatbox.ticketchat {
    background: #fff;
  }

  body.light .chatbox.ticketchat .chat-body h5 {
    color: #000 !important;
  }

  .pagecontent.gridpagecontent.innerpagegrid.upi input.form-control {
    width: 100% !important;
  }

  .profilepaget .panelcontentbox .innerpagetab ul.nav.nav-tabs.tabbanner {
    width: 100%;
  }

  .stages-card-box {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .stages-card-box:after {
    display: none;
  }

  section.launchpad-banner h1 {
    font-size: 33px;
    text-align: center;
  }

  section.launchpad-banner .fund-details {
    display: block;
  }

  section.launchpad-banner .captial-raised {
    margin-bottom: 13px;
  }

  section.launchpad-banner .coin-tom {
    flex-wrap: wrap;
  }

  section.launchpad-banner .launchpad-banner-head {
    text-align: center;
  }

  section.launchpad-banner .coin-tom:last-child {
    margin-left: 0;
    margin-top: 0;
  }

  section.query form.launchpad-form {
    width: 100%;
  }

  section.query {
    padding: 20px 0;
  }

  section.query .question-cnt h4 {
    margin-top: 30px;
  }

  section.rate-exchange h4 {
    font-size: 30px;
  }

  section.rate-exchange {
    padding: 20px 0;
  }

  section.launch-history h2 {
    font-size: 35px;
  }

  section.launch-history .history-table {
    margin-top: 40px;
    overflow-x: scroll;
  }

  section.launchpad-banner {
    padding: 0;
  }

  .innerpagegrid .sitetable tbody tr td {
    padding: 15px 20px 15px 11px !important;
  }

  .innerpagegrid .sitetable tbody tr td:first-child {
    padding-left: 40px !important;
  }

  article.gridparentbox.stacking .simplebar-content tbody tr td:first-child {
    padding-left: 14px !important;
  }

  .innerpagegrid .sitetable .stacking tbody tr td:first-child {
    padding-left: 2px !important;
  }

  .stacking tr td:first-child {
    padding-left: 2px;
    padding: 6px 8px;
  }

  .innerpagegrid article.gridparentbox.history-main-page .sitetable tbody tr td:first-child {
    padding-left: 10px !important;
  }

  .walletpagebg .sitescroll {
    height: 99vh;
    overflow-y: scroll !important;
    padding-bottom: 28px;
  }

  [data-simplebar] {
    overflow-x: auto !important;
  }

  article.gridparentbox.tokenSale {
    padding-top: 0 !important;
  }

  .text-end {
    text-align: center !important;
  }

  .specific_token_list {
    position: initial;
    justify-content: flex-start;
    margin: 0 !important;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    margin: 20px 0 !important;
  }

  .Tops_topsRoiContainer {
    margin: 0;
  }

  .tokenSale_top h1 {
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 650;
    font-stretch: 97%;
    color: rgb(21, 19, 39);
  }

  .tokenSale_top h4 {
    margin: 0px;
    font-size: 13px;
    font-weight: 530;
    font-stretch: 97%;
    line-height: 24px;
    color: rgb(28, 141, 87);
  }

  .tokenSaleProject_top .contain-width {
    margin: 0;
    padding: 0;
  }

  .tokenSale_top {
    display: flex;
    align-items: center;
    min-height: 135px;
    background: 100% / cover no-repeat url(../images/banner-mobile.webp);
    border-radius: 0 0 24px 24px;
  }

  .tokenSale_top .contain-width.token {
    padding-left: 16px;
    padding-right: 16px;
  }

  .unlock-card {
    margin-left: 0 !important;
    min-width: auto !important;
  }

  form.ico-form {
    width: auto;
    margin: 10px -19px;
    padding: 20px 16px;
  }

  .Tops_tops.Tops_topsFundraising .unlock-card,
  .Tops_tops.other .unlock-card.TokenSaleCard_card {
    margin-left: 10px !important;
  }

  .tokenSaleProject_top {
    padding: 20px 20px 0 !important;
  }

  .TokenSaleHistory_parent {
    margin-top: 27px;
  }

  .my-deals {
    padding: 0 15px;
  }

  .TokenSaleHistory_trigger {
    display: none;
  }

  .head-flex {
    gap: 14%;
  }

  .TokenSaleHistory_label,
  .BaseTableWithPagination {
    font-weight: 380;
  }

  /* update */
  article.gridparentbox.trade-side-space,
  article.gridparentbox.tradecontentbox,
  body.market-quantum.dark section.market-banner {
    padding-top: 64px !important;
  }

  body.market-quantum.dark section.market-banner {
    padding-top: 90px !important;
  }

  /* update */

  .overview-head {
    display: none;

  }

  .copy-id-box {
    gap: 15px;
    flex-direction: column;
  }

  .copy-link-box {
    padding: 19px;
  }

  #referral-text {
    word-break: break-all;
  }

  article.gridparentbox.stacking {
    padding-top: 90px !important;
  }

}

@media (max-width: 600px) {
  .progressdash .progressbar-wrapper .progressbar li {
    width: 100%;
    padding: 10px 0px;
  }

  .progressdash .progressbar li:after {
    width: 3px;
    height: 100%;
    top: -53px;
    left: 13px;
  }

  .progressdash .progressbar li:before {
    float: left;
    margin-right: 7px;
  }

  .progressdash .progressbar p {
    padding-left: 37px;
    font-size: 12px;
    line-height: 19px;
  }

  .progressdash .progressbar-wrapper .progressbar li {
    font-size: 12px;
    line-height: 21px;
  }

  .progressprofile {
    padding: 18px;
  }

  .progressprofile h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .progressdash .progressbar .btn {
    margin-left: 38px;
  }
}

@media (max-width: 550px) {
  .innerpagegrid .tabbanner li {
    width: auto;
  }

  .clearbtn {
    margin-top: 3px;
    text-align: center;
  }

  .searchfrm>div {
    width: 100%;
  }

  .tablebox,
  .tablebox>div {
    display: block;
    width: 100%;
  }

  .wlltdpstbox .qrcode img {
    margin-bottom: 10px;
  }

  .innerpagetab .tabbanner li a {
    /* border-bottom: 1px solid #e0e0e0 !important; */
    margin-bottom: 1px;
    text-align: center;
  }

  .historytab .tabbanner li a {
    text-align: center;
    border-bottom: 0px !important;
    font-size: 11px;
    padding: 10px 8px;
  }

  .latestnewsbg ul {
    display: block;
  }

  .stepstable {
    display: block;
  }

  .stepstable>div {
    display: block;
  }

  .stepstable>div:last-child,
  .stepstable>div:nth-child(2) {
    text-align: left;
    padding-left: 30px;
  }

  .stepstable>div:first-child {
    position: absolute;
  }

  .stepsbox>div {
    padding: 13px 0px;
  }

  .limitabbg .dropdown-menu {
    min-width: inherit;
    width: 100%;
  }

  .orderform .limitabbg li a {
    padding: 8px 19px;
    font-size: 14px;
  }

  .limitabbg .dropdown>span i {
    margin-top: 10px;
    font-size: 13px;
  }

  .limitabbg img {
    max-width: 24px;
  }

  .livepricenavbg li {
    width: 100%;
    text-align: center;
    min-height: inherit;
  }

  .livepricenavbg li:nth-child(even) {
    border-right: 0px !important;
  }

  .innerpagetab .tabbanner {
    /* flex-wrap: wrap; */
    /* overflow: scroll; */
    white-space: nowrap;
  }

  .innersecrbox {
    position: relative;
    top: 0px;
    right: inherit;
  }

  .searchrightbox {
    position: relative;
    right: inherit;
  }

  .buysellinnerbox .innerpagecontent {
    padding-bottom: 0px;
  }

  .flexboxtable .tabrightbox {
    position: relative;
    top: 0px;
    right: inherit;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 6px;
  }

  .profiletablebox {
    display: block;
  }

  .profiletablebox>div {
    display: block;
  }

  .profiletablebox {
    text-align: center !important;
  }

  .profiletablebox>div,
  .profiletablebox .text-right,
  .profiletablebox .text-left {
    text-align: center !important;
    width: 100% !important;
    float: none !important;
  }

  .dashboardpage .profiletablebox>div:last-child .btn {
    margin-top: 20px;
  }

  .securityinnerbox .btn,
  .profileboxt .btn {
    margin-top: 10px;
  }

  .profiletablebox>div:first-child {
    width: 100% !important;
  }

  .profileiconpic {
    margin-bottom: 10px;
  }

  .mlmwizardform #progressbar li>strong {
    font-size: 12px;
    line-height: 29px;
    width: 40px;
    height: 40px;
  }

  .mlmwizardform #progressbar::before {
    top: 18px;
  }

  .mlmwizardform {
    padding: 0px;
  }

  .securityiconbox {
    margin-bottom: 10px;
  }

  .spotorderbox .tabrightbox {
    position: absolute;
    right: 9px;
    top: 0px;
    margin-top: 12px;
  }

  .coinfrmright {
    padding: 10px 10px;
  }

  .profilebox {
    display: block;
  }

  .profilebox>div {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }

  .profilebox>div:last-child {
    margin-top: 10px !important;
  }

  .infotablet td {
    display: block;
    text-align: center !important;
  }

  .progresscontent {
    display: block;
  }

  .progresscontent>div {
    display: block;
    float: none !important;
    text-align: center !important;
  }

  .recoverlist li {
    width: 50%;
  }

  .walletpagebg .tabrightbox {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .dropdown-large {
    min-width: 400px;
  }

  .wlletboxt .h3 {
    font-size: 17px !important;
  }
}

@media (max-width: 500px) {
  .mobilegrid li a {
    padding: 5px 12px;
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .ruleslist li {
    float: none;
    padding-top: 15px;
  }
}

@media (max-width: 450px) {
  .dropdown-large {
    min-width: 300px;
  }
}

@media (max-width: 400px) {
  .coinlisttable {
    display: -ms-flexbox !important;
    -ms-flex-pack: center !important;
  }

  .ftext {
    font-size: 14px;
  }

  .marketlist.active {
    width: 305px;
  }

  .historytab .tabbanner li a {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .historytab .tabbanner li a {
    padding: 10px 4px;
  }
}

@media (max-width: 600px) {
  .marketpriceflex>div {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1920px) {
  .innerpagegrid .sitetable tbody tr td:nth-child(1) {
    padding-left: 26px !important;
    text-align: left !important;
    color: #fff;
  }

  article.gridparentbox.stacking .simplebar-content tbody tr td:first-child {
    padding-left: 14px !important;
    text-align: left !important;
  }

  .panelcontentbox.chatticketlist,
  .panelcontentbox.supportticketlist {
    margin-bottom: 50px;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  section.launchpad-banner h1 {
    font-size: 44px;
    text-align: center;
  }

  section.launchpad-banner .fund-details {
    gap: 8px;
    justify-content: center;
  }

  section.query .question-cnt h4 {
    margin-top: 30px;
  }

  section.rate-exchange .exchange-left {
    margin-top: 30px;
  }

  section.launchpad-banner .banner-img {
    text-align: center;
  }

  section.launchpad-banner .banner-img img {
    width: 60%;
  }

  section.launch-history .history-table {
    margin-top: 40px;
    overflow-x: scroll;
  }

  section.launchpad-banner .listing-apply {
    text-align: center;
  }

  .walletpagebg .sitescroll {
    height: 99vh;
    overflow-y: scroll !important;
    padding-bottom: 28px;
  }

  /* update */
  body.trade-full article.gridparentbox.trade-side-space,
  article.gridparentbox.tradecontentbox,
  body.market-quantum.dark section.market-banner {
    padding-top: 64px !important;
  }

  /* update */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container.sitecontainer.stacking .card.border-style-cls {
    width: 47% !important;
  }

  .innerpagegrid .sitetable tbody tr td:nth-child(1) {
    padding-left: 26px !important;
    text-align: center !important;
  }

  section.query form.launchpad-form {
    width: 100%;
  }

  .walletpagebg .sitescroll {
    height: 99vh;
    overflow-y: scroll !important;
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1999.98px) {
  table.table td {
    padding: 6px !important;
  }

  body.trade-full table.table td {
    padding: 4px !important;
  }

  .coin-right-blck span {
    font-size: 11px;
  }

  .mid-part-top {
    gap: 20px !important;
  }
}

@media (min-width: 1440px) {
  .tokenSaleProject_topWrapper {
    width: 100% !important;
  }

  .tokenSaleProject_top .contain-width {
    margin: auto;
  }
}

@media (min-width: 768px) {
  .tokenSaleProject_topWrapper {
    align-items: center;
    gap: 30px;
  }

  .TokenSaleLinks_social {
    flex-basis: 20%;
  }

  .TokenSaleTeam_member {
    flex-basis: 33.333%;
    margin-bottom: 50px;
    padding-right: 15px;
  }

  .TokenSaleLinks_socials {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .TokenSaleTeam_title {
    margin-bottom: 40px;
  }

  .TokenSaleLinks_docsItem {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 50px;
  }

  .TokenSaleLinks_docs {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .TokenSaleDetails_value {
    text-align: left;
  }

  .TokenSaleDetails_label {
    width: 400px;
  }

  .TokenSaleDetails_parent {
    margin-top: 70px;
  }

  .project-intro h3 {
    font-size: 30px;
    font-stretch: 97%;
  }

  .TokenSaleInfo_description {
    font-size: 13px;
    font-stretch: 97%;
  }

  .tokenSaleProject_currency {
    flex: unset;
  }
}

@media (min-width: 905px) {
  .tokenSaleProject_top {
    padding: 40px 0;
    margin-bottom: 0;
    background-image: url("../images/buytokenbanner-desktop.png");
  }

  .tokenSaleProject_topWrapper {
    /* width: 90%; */
    margin: 0 auto;
    flex-direction: row;
  }

  .tokenSaleProject_name {
    font-size: 30px;
  }
}

@media (min-width: 1240px) {
  .tokenSale_top {
    background-image: url(../images/tokensale-banner-desktop.png) !important;
    background-position-x: center;
  }

  .contain-width.token,
  .contain-width {
    padding: 0 64px;
    /* max-width: 1320px; */
  }

  .contain-width {
    padding: 0 15px;
    /* max-width: 1850px; */
  }
}

@media (min-width: 600px) {
  .tokenSale_top {
    background-image: url(../images/tokensale-banner-tablet.png);
    border-radius: 0 0 48px 48px;
    min-height: 238px;
  }

  .BaseTableWithPagination_theadRow {
    padding-bottom: 20px;
  }

  .tokenSaleProject_links {
    margin-top: 32px;
  }

  .BaseTimer_wrap__yakRZ:not(.BaseTimer_isBordered__5dUoW) {
    margin-left: -10px;
  }

  .BaseTimer_item {
    padding: 6px 10px;
  }

  .BaseTimer_separator {
    font-size: 24px;
  }
}

@media (max-width: 599px) {
  .tokenSale_titleBlock {
    max-width: 197px;
    margin-left: 0;
  }

  form.ico-form {
    width: auto;
    margin: 10px -19px;
  }

  .tokenSaleProject_top {
    padding: 20px 20px 8px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .specific_token_list {
    position: relative;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    margin: 18px !important;
    gap: 18px;
  }

  .tokenSale_top h1 {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 657;
    font-stretch: 97%;
    color: rgb(21, 19, 39);
    margin-bottom: 16px;
  }

  .tokenSale_top h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 530;
    font-stretch: 97%;
    line-height: 24px;
    color: rgb(28, 141, 87);
  }

  .tokenSale_top .contain-width.token {
    padding: 0 32px;
  }

  .unlock-card {
    width: auto;
  }

  .Tops_topsRoiContainer {
    margin: 0px 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .unlock-card {
    width: auto !important;
    min-width: auto !important;
  }

  .specific_token_list {
    left: 0;
  }

  .tokenSaleProject_top .contain-width {
    margin: 0 !important;
  }

  .TokenSaleCard_period {
    padding: 0;
    margin: -16px;
  }

  /* update */
  .innerpagegrid .gridparentbox,
  article.gridparentbox.tradecontentbox,
  body.market-quantum.dark section.market-banner {
    padding-top: 64px !important;
  }

  /* update */

}

@media screen and (max-width: 1199.98px) {
  .navwrap .btn {
    display: flex !important;
  }

  .navwrap .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    /* max-width: 350px; */
    max-width: 312px;
    top: 0;
    left: -100%;
    background: #191919;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ul.nav-links::-webkit-scrollbar {
    width: 3px;
  }

  ul.nav-links::-webkit-scrollbar-track {
    background: #242526;
  }

  ul.nav-links::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 0 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #dd1:checked~.drop-menu,
  #dd1:checked~.mega-box,
  #dd2:checked~.drop-menu,
  #dd2:checked~.mega-box,
  #dd3:checked~.drop-menu,
  #dd3:checked~.mega-box,
  #dd4:checked~.drop-menu,
  #dd4:checked~.mega-box,
  #dd5:checked~.drop-menu,
  #dd5:checked~.mega-box,
  #dd6:checked~.drop-menu,
  #dd6:checked~.mega-box,
  #dd7:checked~.drop-menu,
  #dd7:checked~.mega-box,
  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .nav-links .desktop-item {
    display: none !important;
  }

  .nav-links .mobile-item {
    /* display: block !important; */
    color: var(--font-clr);
    font-size: 20px;
    font-weight: 500;
    padding: 0 35px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }

  .nav-links .mobile-item:hover {
    background: #5d9621;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
    display: flex;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    /* padding: 0 20px; */
    padding-right: 0 !important;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }

  ul.form-btns {
    margin: 0;
  }

  div#hide-bottom-head {
    justify-content: left !important;
    display: flex;
  }

  .nav-links li a:hover {
    border-radius: 0;
  }

  .mega-box .content {
    width: 100% !important;
  }

  .content .row header {
    color: #0dcaf0;
  }

  section.header-sctn a.nav-link.menu-last.sec.position-relative {
    padding: 0px 37px;
  }

  ul.form-btns li:first-child a.nav-link.menu-last.sec.position-relative span {
    color: var(--font-clr);
  }

  .nav-links .mobile-item div {
    display: flex;
    align-items: center;
    right: 22px;
  }

  .nav-links .mobile-item div {
    width: 195px;
  }

  li.nav-item.drop-down-menu-exch:first-child .nav-links .mobile-item {
    padding: 20px;
  }

  li.nav-item.drop-down-menu-exch:first-child label.mobile-item {
    padding: 14px 20px;
    margin-bottom: 13px;
    padding-left: 35px;
  }

  .navwrap .btn.close-btn {
    display: flex !important;
    align-items: center;
    padding: 19px;
    right: 10px;
  }

  .dropdown-menu[data-bs-popper] {
    left: 19px !important;
    width: 223px !important;
  }

  .navwrap .btn.close-btn i.fas.fa-times {
    font-size: 18px;
  }

  .dropdown-menu.show a.nav-link.dropdown-item {
    height: 46px !important;
  }

  ul.form-btns {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    gap: 9px;
    align-items: center;
    z-index: 1;
    position: relative;
    height: 70px;
    justify-content: center;
  }
}