html {
  width: 100%;
  height: 100%;
  position: absolute;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #f2f2ff;
  color: #1e2022;
  font-size: 13px;
  font-family: "Ubuntu", sans-serif !important;
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 213px;
  font-weight: 400;
}

body.tradepagebg {
  background: #ebebfc !important;
}

.tradepagebg .sidebar {
  display: none;
}

.footerbox {
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 213px;
  background: #11118b;
  padding: 0;
  left: 0px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.svg) 50% 50% no-repeat rgb(13 16 22 / 77%);
  opacity: 1;
  background-size: 87px;
}

.loader1 {
  background: url(../images/loader1.svg) 50% 50% no-repeat #fff;
  width: 100%;
  height: 100%;
  background-size: 50px;
  position: absolute;
  z-index: 9;
}

.t-gray {
  color: #8b8b8b;
}

button:hover,
button:focus,
button:active {
  box-shadow: none;
  outline: none;
}

.headbg {
  background: #030356;
  border-radius: 0px;
  padding: 11px 10px;
  z-index: 99;
}

.darkHeader {
  background: #11118b;
}

.headermenu {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.headbg .container {
  width: 100%;
  max-width: 100%;
  padding: 0px 4px;
}

.tradepage .sitecontainer {
  width: 100%;
  max-width: 100%;
  padding: 0px 15px;
}

.logo {
  width: 100%;
  max-width: 129px;
}

.headermenu .headbg ul li a.nav-link {
  color: #ffffff;
  padding: 10px 19px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.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: #43c3fe;
}

.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: #43c3fe;
}

.headermenu .headbg ul li .dropdown-menu a.active {
  color: #08f3ff !important;
  background-color: #ffffff;
}

.headermenu .headbg ul li a.active {
  color: #08f3ff !important;
}

.usermenu .fa-angle-right {
  padding-left: 20px;
  margin-right: 0px !important;
  position: absolute;
  right: 4px;
  top: 11px;
}

.usermenu .fa-sign-out {
  padding-left: 20px;
  margin-right: 0px !important;
  position: absolute;
  right: 4px;
  top: 11px;
}

.headermenu .dropdown-menu {
  background: #11118b;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px;
  position: relative;
  padding-top: 7px;
}

.headermenu .dropdown-menu::before {
  xcontent: "";
  position: absolute;
  top: 0px;
  xbackground: #08f3ff;
  width: 100%;
  height: 2px;
}

.headermenu .dropdown-toggle::after {
  xdisplay: none;
}

.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: #ffffff;
  font-size: 14px;
  padding: 10px 24px;
  position: relative;
  font-weight: 500;
}

.headermenu .headbg .dropdown-item:hover,
.headermenu .headbg .dropdown-item:focus,
.headermenu .headbg .dropdown-item:active {
  background: #2020a1;
  color: #43c3fe;
}

.headermenu .headbg .dropdown-item i {
  margin-right: 8px;
}

.soonbg {
  background-color: #09bcc5;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  position: relative;
}

.soonbg::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: -3px;
  top: 2px;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  border-color: transparent #09bcc5 transparent transparent;
}

.menuicont {
}

.countlisticon {
  background-color: #00affe;
  color: #fff;
  padding-top: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  margin-top: -4px;
  position: absolute;
  top: 6px;
  right: -4px;
  width: 20px;
  height: 20px;
  font-size: 9px;
}

.countlisticon {
  -webkit-animation: flash linear 1.9s infinite;
  animation: flash linear 1.9s infinite;
}

.tooltip-inner {
  font-size: 12px;
  padding: 5px 7px;
  background: #333;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #333;
}

.sidebar {
  width: 220px;
  background: #17181d;
  color: #fff;
  transition: all 0.3s;
  height: 100%;
  position: fixed !important;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-shadow: 0 2px 2px 0 rgba(155, 155, 155, 0.16);
}

.sidebar.active {
  width: 80px;
  text-align: center;
}

.sidebar li a > div {
  text-align: left;
  display: inline-block;
}

.sidebar.active li a > div {
  display: none;
  font-size: 14px;
}

.sidebar ul li a {
  text-align: left;
}

.sidebar-header .logo {
  width: 100%;
  max-width: 39px;
}

.sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

.sidebar ul.components {
  padding: 0px;
  padding-top: 54px;
  padding-bottom: 60px;
  background: #17181d;
  display: inline-block;
  width: 100%;
}

.sidebar ul li a {
  padding: 13px 20px;
  color: #ececec;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 0px;
  font-weight: 400;
}

.sidebar ul li a i {
  margin-right: 5px;
  color: #e8e8e8;
}

.sidebar.active ul li a {
  padding: 11px 20px;
  text-align: center;
  font-size: 16px;
}

.sidebar .dropdown-menu a {
  color: #8c8c8c;
}

.sidebar ul li a:hover {
  background: #1b335a !important;
  text-decoration: none;
  color: #f8fafd !important;
}

.sidebar ul li a i {
  margin-right: 10px;
}

.sidebar ul li > a.active,
.sidebar a[aria-expanded="true"],
.sidebar .dropdown-menu a.active,
.sidebar .dropdown-menu a:active {
  background: #2e2f38 !important;
  color: #ffffff;
  font-weight: 500;
}

.sidebar ul li > a.active i,
.sidebar ul li.dropdown.show a.active i,
.sidebar ul li.dropdown.show a.dropdown-toggle i {
  color: #e6e6e6;
}

.sidebar ul li > a.active::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffb11a;
  width: 5px;
  height: 100%;
}

.sidebar li.dropdown .dropdown-menu {
  background: #213d6b;
  border: 0px;
  margin: 0px;
  width: 220px;
  box-shadow: none;
  padding-top: 0px;
  border-top: 1px solid #4370b9;
}

.sidebar.active li.dropdown .dropdown-menu {
  width: 80px;
  min-width: 80px;
}

.sidebar .dropdown-menu a {
  color: #e8e6e6;
  padding: 11px 20px !important;
}

.sidebar li a.active:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #09bcc5;
  width: 5px;
  height: 100%;
}

.sidebar .dropdown-toggle::after {
  display: none;
}

.sidebar .dropdown a.dropdown-toggle:before {
  content: "\f0dd";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 9px !important;
  right: 4px !important;
}

.sidebar .dropdown.show a.dropdown-toggle:before {
  content: "\f0de";
  top: 15px !important;
}

.sidebar li.dropdown .dropdown-menu {
  transform: inherit !important;
  position: relative !important;
}

.pagewrapperbox .innerpagegrid .gridparentbox {
  padding-left: 80px;
}

.nosidebarmenu .gridparentbox {
  padding-left: 0px !important;
}

.livepricemobile li a {
  color: #76808f !important;
  font-size: 13px;
  margin: 0px 0px;
}

.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;
}

.coinlisttable {
  display: table;
}

.livepricemobile {
  padding: 10px 5px;
  background: #ffffff;
  margin-top: 0;
  border-bottom: 2px solid #e3e3f2;
}

.livepricenavbg {
  padding-left: 0px;
  width: 100%;
  display: flex;
  margin-bottom: 0px;
}

.livepricenavbg li {
  list-style: none;
  float: left;
  padding: 0px 23px;
  line-height: 24px;
}

.livepricenavbg .coinlisticon {
  float: left;
}

.livepricenavbg li:first-child span {
  display: inline-block;
}

.livepricenavbg li:last-child {
  border-right: 0px;
}

.livepricenavbg li:last-child a {
  text-align: right;
}

.livepricenavbg li:first-child span .h5 {
  font-size: 15px;
  padding-top: 2px;
}

.livepricemobile li a:hover,
.livepricemobile li a:focus,
.livepricemobile li a:active {
  color: #fff;
}

.livepricemobile .dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 3px;
  margin: 0px;
  padding: 0px;
  margin-top: 11px;
}

.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: #393d44;
}

.coinlisticon {
  width: 33px;
  margin-right: 4px;
}

.livepricet span {
  display: block;
  text-align: left;
  line-height: 18px;
  font-size: 12px;
  color: #49494b;
  padding-left: 0px;
  font-weight: 600;
}

.photopic img {
  width: 40px;
  height: 40px;
  background: #00affe;
  border-radius: 50px;
  position: relative;
  top: 9px;
  margin-top: -18px;
  padding: 3px;
}

.usermenu a.dropdown-toggle {
  xmargin-top: -3px;
}

.chart {
  grid-area: chart;
}

.orderbook {
  grid-area: orderbook;
}

.orderform {
  grid-area: orderform;
}

.tradehistory {
  grid-area: tradehistory;
  overflow: hidden;
  min-height: 879px;
}

.marketlist {
  grid-area: marketlist;
  min-height: 231px;
  margin-top: 0;
}

.openorder {
  grid-area: openorder;
  min-height: 254px;
}

.livepricelist {
  grid-area: livepricelist;
}

.marketdepth {
  grid-area: marketdepth;
}

.grid-box {
  display: grid;
  grid-template-areas: "tradehistory livepricelist marketlist" "tradehistory chart marketlist" "tradehistory chart orderbook" "tradehistory orderform orderbook" "tradehistory openorder openorder";
  grid-template-columns: 350px 1fr 350px;
  grid-gap: 6px;
  margin: 0px 0px;
  border-radius: 0px;
}

.grid-box > div {
  background: #fff;
  position: relative;
  border-radius: 0;
  box-shadow: 0px 0px 12px #07070d24;
}

.chart.active {
  display: flex;
}

.gridparentbox {
  padding-top: 74px;
  padding-bottom: 20px;
}

.heading-box {
  padding: 13px 12px;
  margin: 0px;
  background: #ffffff;
  border-bottom: 1px solid #e7eaf3;
  color: #11118b;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.footerbox {
}

.footetext p {
  margin-bottom: 0px;
  font-size: 12px;
}

.chart {
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}

.chart,
.tradechartlist,
.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: 400px;
}

.marketchart,
.marketchart > div,
.marketchart,
.marketchart > div > 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: 380px;
  min-height: 380px;
}

.buyselltabbg {
  width: 100%;
  padding: 0;
  display: none;
}

.buyorderformactive .buyorderform {
  display: block;
}

.sellorderformactive .sellorderform {
  display: block;
}

.sellorderformactive .buyorderform {
  display: none;
}

.buyorderformactive .sellorderform {
  display: block;
}

.orderfrmtab {
  display: flex;
  flex-wrap: inherit;
  border-bottom: 0px;
}

.orderform .tabrightbox {
  margin-top: 8px;
  right: 5px;
}

.orderfrmtab li {
}

.orderform .orderfrmtab li a {
  border-radius: 0px !important;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 19px;
  border: 0px !important;
}

.orderform .buyselltab li a {
  border: 0px;
  padding: 12px 13px;
  background: #fff;
  border-bottom: 1px solid #ccc !important;
  font-size: 15px;
  margin-bottom: -1px;
}

.orderform .buyselltab li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.orderform .buyselltab li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.orderform .buyselltab li:first-child a.active {
  background-color: #07bc53 !important;
  color: #11118b;
}

.orderform .buyselltab li:last-child a.active {
  background-color: #ea4545 !important;
  color: #11118b;
}

.sectable {
  border-bottom: 1px solid #dcdcdc;
}

.contentbox {
  padding: 20px;
}

.tradepage .contentbox {
  padding: 10px 10px;
}

.limitabbg {
  width: 100%;
  background: #e3e3f2;
}

.orderform .limitabbg li a {
  text-transform: capitalize;
  background: none;
  padding: 8px 41px;
  text-transform: capitalize;
  font-size: 15px;
  color: #6262a1 !important;
  border-bottom: 0px;
}

.orderform .limitabbg li a.active {
  color: #11118b !important;
  background-color: #ffffff;
  border-top: 2px solid #11118b !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: #3498db;
}

.siteformbg label,
.mui-form label,
.msgform label {
  font-size: 15px;
  color: #11118b;
  font-weight: 400;
  text-transform: capitalize;
}

.siteformbg .form-control,
.mui-form .form-control,
.msgform .form-control {
  font-size: 14px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #d6d8dc;
  color: #0e0e51;
  border-radius: 5px !important;
  box-shadow: none;
  outline: none;
  font-weight: 400;
}

.siteformbg .input-group .form-control {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.siteformbg .input-group-text {
  height: 44px;
  background: #ffffff;
  border: 1px solid #d6d8dc;
  color: #1e2022;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}

.orderform .form-control,
.orderform .input-group-text {
  font-size: 14px;
  height: 34px;
}

.orderform .input-group-prepend .input-group-text {
}

.siteformbg .input-group-prepend .input-group-text {
  width: 98px;
  padding: 0px;
  background: none;
  border: 0px !important;
  color: #232323;
  font-weight: 400;
}

.orderform .form-group {
  margin-bottom: 15px !important;
}

.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,
.grad-btn,
.site-btn {
  padding: 8px 28px;
  background: #00affe;
  border: 1px solid #00affe;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}

.sitebtn:hover,
.sitebtn:focus,
.sitebtn:active,
.grad-btn:hover,
.grad-btn:focus,
.grad-btn:active {
  background: #0bbdc7;
  border: 1px solid #0bbdc7;
  color: #fff;
}

.borderbtn,
.borderbtn:hover,
.borderbtn:focus,
.borderbtn:active {
  border: 1px solid #00affe !important;
  background: #00affe !important;
  color: #ffffff !important;
}

.borderbtn {
  padding: 6px 13px;
  font-size: 12px;
  text-transform: inherit;
}

.yellow-btn,
.yellow-btn:hover,
.yellow-btn:focus,
.yellow-btn:active {
  background: #0bbdc7;
  border: 1px solid #0bbdc7;
  color: #fff;
}

.modebg {
  margin-left: 15px;
}

.black-btn,
.black-btn:hover,
.black-btn:focus,
.black-btn:active {
  background-color: #08264a;
  border-color: #08264a;
  color: #ffffff;
}

.green-btn,
.green-btn:hover,
.green-btn:focus,
.green-btn:active {
  background: #07bc53;
  border: 1px solid #07bc53;
  color: #fff;
}

.red-btn,
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
  background: #fd5959;
  border: 1px solid #fd5959;
  color: #fff;
}

[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: 42px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: rgb(8 38 74 / 43%);
  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: 561px;
}

.openorder .sitescroll,
.orderhistory .sitescroll {
  max-height: 231px;
  min-height: 237px;
}

.sitetable thead tr th {
  border: 0px;
  background: #ffffff;
  border-bottom: 0px;
  color: #11118b;
  font-size: 14px;
  padding: 10px 8px;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0px;
  box-shadow: none;
  font-weight: 600;
}

.sitetable tbody tr td {
  border: 0px;
  border-top: 1px solid #ffffff;
  color: #0e0e51;
  font-size: 14px;
  padding: 7px 8px;
  white-space: nowrap;
  font-weight: 400;
  vertical-align: middle;
}

.sitetable .coinlisticon {
  width: 20px;
}

.livepricebox .div-tr > div {
  font-size: 16px !important;
}

.tradecontentbox thead tr th {
  font-size: 12px;
  padding: 4px 8px;
}

.tradecontentbox tbody tr td {
  font-size: 12px;
  padding: 4px 8px;
}

.tradecontentbox thead tr th {
  font-size: 12px;
}

.livepricebox th {
  background: #e3e3f2 !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  padding: 3px 8px !important;
}

.livepricebox th:first-child {
}

.t-green {
  color: #0f8f62 !important;
}

.t-red {
  color: #cf4f50 !important;
}

.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: 275px;
}

.buyshow .buyboxorder .sitescroll {
  max-height: 520px;
}

.buyboxorder {
  min-height: 243px;
}

.buyshow .buyboxorder {
  min-height: 483px;
}

.sellboxorder .sitescroll {
  position: relative;
  height: 240px;
  overflow: auto;
  max-height: inherit;
}

.sellboxorder .sellboxtablebg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 333px;
}

.sellshow .sellboxorder .sellboxtablebg {
  max-height: 488px;
}

.sellshow .sellboxorder .sitescroll {
  height: 488px;
}

.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: visible;
}

.sellboxorder .sitescroll::-webkit-scrollbar-track {
  background: #ffffff;
}

.sellboxorder .sitescroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.sellboxorder:hover .sitescroll::-webkit-scrollbar-thumb {
  xvisibility: visible;
}

.livepricebox .div-tr {
  background: #252a38;
}

.expandhistoryscroll .tradehistory {
  min-height: 810px;
}

.expandhistoryscroll .orderformbg1 {
  xmin-height: 444px;
}

.tradehistory .sitescroll {
  max-height: 1144px;
}

.expandhistoryscroll .tradehistory .sitescroll {
  max-height: 810px;
}

.expandhistoryscroll .buyboxorder .sitescroll {
  max-height: 755px;
}

.mb-0 {
  margin-bottom: 0px;
}

.tabbanner {
  border: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: inherit;
  background: #e3e3f2;
}

.tabbanner li a {
  border-radius: 0px !important;
  color: #6262a3;
  border: 0px !important;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 37px;
  font-weight: 500;
}

.tradecontentbox .tabbanner li a {
}

.tabbanner li a.active {
  background-color: #ffffff !important;
  color: #11118b !important;
  border-top: 2px solid #11118b !important;
}

.tabrightbox {
  position: absolute;
  right: 0px;
  top: -1px;
  margin-top: 1px;
}

.marketlist .heading-box {
  padding: 0px;
}

.marketlist .tabbanner {
  flex-wrap: inherit;
  margin: 0px;
}

.marketlist .tabrightbox {
  position: relative;
  top: inherit;
  right: -6px;
}

.marketlist .tabbanner li,
.tradetab li {
  width: 100%;
  text-align: center;
}

.marketlist .tabbanner li a,
.tradetab li a {
  background: #f8f9fa;
  color: #1e2022;
  border: 1px solid #d8d9dc !important;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 500;
  border-left: 0px !important;
}

.marketlist .tabbanner li a.active,
.tradetab li a.active {
  background-color: transparent !important;
  color: #525252 !important;
  border: none !important;
  font-size: 22px;
}

.latestnewlist {
  padding-left: 0px;
  margin-bottom: 0px;
}

.newscontentscroll {
  max-height: 211px;
}

.latestnewlist li {
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  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 {
}

.charttabbg li a {
}

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: 14px;
}

.orderchangebg li a {
  cursor: pointer;
}

.orderchangebg li a {
  border: 0px;
  background: #fff !important;
  padding: 4px 6px;
  border-radius: 5px !important;
}

.buysellshow .orderchangebg li:first-child a,
.buyshow .orderchangebg li:nth-child(2) a,
.sellshow .orderchangebg li:last-child a {
  border: 2px solid #11118b !important;
  border-radius: 5px !important;
  color: #11118b !important;
  font-weight: 700;
  background: #e2e5ea !important;
}

.orderbookhead .table {
  margin-bottom: 0px;
}

.orderbook .tabrightbox {
  top: 5px;
  right: 8px;
}

.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 {
  position: relative;
  margin-bottom: 0;
  background: url(../images/topbanner.png);
  background-size: cover;
  text-align: center;
  padding: 32px 0px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 99px;
}

.innerpagecontent .h2 {
  font-size: 20px;
  text-align: center !important;
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.innerpagecontent .h2 > span {
  font-weight: 400;
  color: #3c3c3c;
}

.panelcontentbox {
  background: #fff;
  position: relative;
  border-radius: 11px;
  box-shadow: 0px 0px 11px 0px #08264a1c;
  overflow: hidden;
}

.contentpanel {
  padding: 15px 15px;
}

.innerpagegrid .sitecontainer,
.innerpagegrid footer .container {
  width: 100%;
  max-width: 85%;
}

.x-line {
  background: #3498db;
  margin: 0px;
  width: 100%;
  max-width: 98px;
  height: 2px;
  position: relative;
  margin-top: -2px;
}

.innerpagegrid .heading-box {
  font-size: 15px;
  background: #ffffff;
  padding: 20px 20px;
}

.walletpagesect .heading-box {
}

.qrcode img {
  width: 100%;
  max-width: 125px;
}

.x-line-center {
  background: #f29420;
  margin: 0px auto;
  width: 100%;
  max-width: 98px;
  height: 3px;
  position: relative;
  margin-top: -2px;
}

.mt-20 {
  margin-top: 20px;
}

textarea {
  max-height: 250px;
  resize: none;
  height: auto !important;
}

.btn-sm {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}

.viewbtn {
  padding: 3px 10px;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 3px;
}

.none-x {
  display: none;
}

.profilemdal .btn {
  -webkit-appearance: none;
}

.cpybtn {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 2px;
}

.notestable tbody tr td {
  border: 0px;
  color: #e3e3e3;
  font-size: 13px;
  padding: 4px 0px;
}

.rightboxbtn {
  position: absolute;
  top: 10px;
  right: 9px;
}

.modalbgt .modal-content {
  background-color: #ffffff;
}

.modalbgt .modal-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #1e2022;
  font-weight: 500;
}

.modalbgt .modal-header {
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}

.modalbgt .modal-header .close,
.modalbgt .modal-header .close:hover,
.modalbgt .modal-header .close:focus,
.modalbgt .modal-header .close:active {
  color: #1e2022;
  opacity: 1;
}

.modal-backdrop {
  background-color: #000000;
}

.searchfrm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.searchfrm1 {
  float: right;
  text-align: right;
  width: 100%;
}

.searchfrm > div {
  width: 100%;
  max-width: 100%;
  flex: 100%;
  padding: 0px 8px;
  white-space: nowrap;
}

.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%;
  margin: 0px auto;
}

.flexboxtable > div {
  margin: 15px 5px;
  width: 100%;
}

.flexboxtable > div:first-child {
  margin-left: 0px;
}

.flexboxtable > div:last-child {
  margin-right: 0px;
}

.walletboxt .coinlisticon {
  width: 35px;
}

.innerpagetab .tabbanner {
}

.innerpagetab .tabbanner li a {
  border-radius: 0px !important;
  padding: 11px 31px;
  font-weight: 600;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}

.innerpagetab .tabbanner li a.active {
  color: #11118b !important;
  border-radius: 0px;
}

.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: #333 !important;
  font-size: 14px !important;
}

.innerpagegrid .gridparentbox {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.marketlist table {
  margin-top: 6px;
}

.marketlist .tab-content {
  min-height: 160px;
}

.supportlist {
  max-height: 750px;
}

.clearbtn .btn {
  margin-right: 5px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 14px;
  color: #fff !important;
}

.notesh5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.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;
}

.orderformbg1 {
  position: relative;
  display: flex;
  min-height: 298px;
  width: 100%;
}

.orderformbg1 .tab-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.orderformbg1 > div:first-child {
  border-right: 1px solid #e7eaf3;
}

.orderform .siteformbg {
  padding: 0;
}

.orderform .h6 {
  font-size: 12px;
  font-weight: 500;
  color: #768086;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 5px;
}

.buttonloader {
  width: 100%;
  max-width: 28px;
  margin-bottom: 14px;
}

.seacrhbox {
  padding: 8px 10px;
}

.seacrhbox .form-control,
.seacrhbox .input-group-text {
  height: 40px;
}

.seacrhbox .form-group {
  margin-bottom: 0px !important;
}

.stoplimtboxt > div:first-child {
  width: 87px;
  visibility: hidden;
  display: none;
}

.stoplimtboxt {
  display: table;
  width: 100%;
  margin-top: 4px;
}

.stoplimtboxt > div {
  display: table-cell;
  vertical-align: top;
}

.stoplimtboxt .link-div > div {
  border: 1px solid #ccc;
  text-align: center;
  padding: 2px 4px;
  background-color: #f1f2f4;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
}

.stoplimtboxt .link-div > div:hover {
  background-color: #e1e1ff;
  border-color: #1c1c91;
}

.stoplimtboxt .link-div {
  margin: 0px !important;
  flex-wrap: inherit;
}

.stoplimtboxt .link-div > div:first-child {
  margin-left: 0px;
}

.stoplimtboxt .link-div .activelimit {
  background-color: #e1e1ff;
  color: #1e2022;
  border-color: #11118b;
}

.buyorderform,
.sellorderform {
  position: relative;
  padding: 14px 18px;
  /* padding-bottom: 0px; */
}

.balancewlt {
  position: absolute;
  right: 9px;
  top: 19px;
}

.balancewlt .h6 {
  margin: 0px;
  font-weight: 400;
  color: #323333;
}

.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: 20px !important;
  margin: 0px auto;
}

.latestnewsbg {
  background-color: #08264a;
  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: #97b6da;
  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 #ffffff;
  padding: 11px 20px;
}

.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;
  line-height: 24px;
}

.activerow {
  background: #e4e4ff;
}

.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 {
  display: table;
  width: 100%;
}

.tablebox > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
}

.tablebox > div:first-child {
  width: 40%;
}

.tablebox > div:last-child {
  width: 60%;
}

.canvasjs-chart-credit {
  display: none;
}

.buyorderform h2,
.sellorderform h2 {
  font-size: 13px;
  color: #292929;
  font-weight: 400;
  border-radius: 0px !important;
  padding-top: 3px;
  padding-bottom: 7px;
}

.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;
  position: relative;
}

.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;
}

.orderformbg1 .red-btn {
  background-color: #ea4545 !important;
  border-color: #ea4545 !important;
}

.orderformbg1 .green-btn {
  background-color: #07bc53 !important;
  border-color: #07bc53 !important;
  color: #fff;
}

.walletpagebg .green-btn,
.walletpagebg .red-btn {
  background: none !important;
  border: 0px !important;
  color: #0bbdc7;
  padding-left: 0px;
  text-transform: inherit;
  font-size: 14px;
  font-weight: 700;
}

.walletpagebg .green-btn:hover,
.walletpagebg .green-btn:focus,
.walletpagebg .green-btn:active,
.walletpagebg .red-btn:hover,
.walletpagebg .red-btn:focus,
.walletpagebg .red-btn:active {
  background: none !important;
  border: 0px !important;
  color: #f19520;
  outline: none;
  box-shadow: none;
}

.centerbox {
  width: 100%;
  max-width: 562px;
}

.errormsgbox {
  padding-bottom: 0;
  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;
}

.ordertable {
  display: table;
  width: 98%;
  margin: 24px auto;
}

.trrow {
  display: table-row-group;
  background: #e9e9fe;
}

.ordertable .trrow > div {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 13px 15px;
}

.accordeon-content td {
  padding: 0px !important;
  border: 0px !important;
}

.accordeon-content h5 {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  padding-bottom: 0px;
  margin: 0px;
}

.accordionrow {
  cursor: pointer;
}

.orderthead > div {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4f6;
}

.orderbody > div {
  font-size: 14px;
  border-bottom: 0px;
}

.ordertable > div:last-child > div {
  border-bottom: 0px;
}

.orderformbg1 .input-group-append .input-group-text {
  width: 54px;
  color: #08264a;
  font-size: 11px;
}

.searchfrmbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 15px;
  width: 100%;
}

.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: 100%;
}
.searchfrmbox > form:last-child {
  width: 65%;
}
.profiletablebox {
  display: table;
  width: 100%;
}

.profilebasicinfo .profiletablebox {
  width: auto;
}

.mt-10 {
  margin-top: 10px;
}

.profiletablebox > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-right: 15px;
}

.profiletablebox > div:first-child {
  width: 79px !important;
  text-align: center;
}

.profiletablebox > div:last-child {
  padding-right: 0px;
  width: 179px;
}

.btnlastbox .profiletablebox > div:last-child {
  width: 120px;
}

.profileiconpic {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background-color: #11118b;
  border: 2px solid #83addf;
  padding: 10px;
}

.profiletablebox h4 {
  padding-bottom: 7px;
}

.profiletablebox h5 {
  font-size: 15px;
  margin: 0px;
}

.profiletablebox h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}

.profiletablebox h4 > span a,
.profiletablebox h4 > span a:hover,
.profiletablebox h4 > span a:focus,
.profiletablebox h4 > span a:active {
  color: #0bbdc7;
  text-decoration: none;
}

.profiletablebox h4 > span a {
  font-size: 13px;
}

.sectrightbox .profiletablebox img {
  max-width: 30px;
}

.sectrightbox .profiletablebox > div:first-child {
  width: 41px;
}

.balanceshowt h5 {
  font-size: 15px;
  margin: 0px;
  line-height: 24px;
  padding-bottom: 5px;
}

.balanceshowt h4 {
  font-size: 22px;
  font-weight: 400;
}

.balanceshowt > div:last-child h4 {
  font-size: 22px;
  line-height: 22px;
}

.balanceshowt h4 > span {
  font-size: 12px;
}

.balanceshowt > div:first-child {
  margin-bottom: 14px;
}

.showpassbg button,
.showpassbg a {
  background: #eaeaea;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  color: #000000;
  padding: 2px 8px;
  margin-left: 5px;
  font-size: 12px;
}

.showpassbg button:hover,
.showpassbg button:focus,
.showpassbg button:active,
.showpassbg a:hover,
.showpassbg a:focus,
.showpassbg a:active {
  color: #fff;
  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;
  font-weight: 400;
  text-transform: capitalize;
}

.formrightbox .form-control {
  height: 30px !important;
  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: 7px;
  right: 8px;
}

.flexboxtable .tabrightbox .btn {
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 13px;
}

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: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin: 0px;
}

.profileboxt i.fa-check-circle {
  font-size: 16px;
  color: #c5c5c5;
}

.verifytext,
.notverifytext {
  background: #059b5d;
  padding: 5px 10px;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  text-transform: inherit;
  font-weight: 400;
}

.notverifytext {
  background: #fb5353;
  color: #fff;
}

.tableboxt > div:first-child {
  width: auto !important;
}

.securitylink a {
  color: #333;
  font-size: 14px;
}

.securitylink a:hover,
.securitylink a:focus,
.securitylink a:active {
  text-decoration: underline;
  color: #333;
}

.verifyicon {
  color: #06b574;
}

.notverifyicon {
  color: #f72121;
}

.securityiconbox {
  xbackground-color: #fff;
  border: 0px;
  width: 100%;
  max-width: 38px;
  height: auto;
  border-radius: 0px;
}

.securityinnerbox .profiletablebox {
  padding: 22px 10px;
  border-bottom: 1px solid #e7eaf3;
}

.securityinnerbox .contentbox > div:first-child {
  padding-top: 10px;
}

.securityinnerbox .contentbox > div:last-child {
  border-bottom: 0px;
  padding-bottom: 6px;
}

.profiletablebox h5 {
  padding-bottom: 5px;
  line-height: 26px;
}

.noteslist li {
  line-height: 22px;
  font-weight: 400;
}

.securityinnerbox h5 a,
.securityinnerbox h5 a:hover,
.securityinnerbox h5 a:focus,
.securityinnerbox h5 a:active {
  color: #768086;
  text-decoration: none;
}

.balalnceflexbox > div:first-child {
  width: 59%;
}

.balalnceflexbox > div:last-child {
  width: 40%;
}

.profileboxt .borderbtn {
  margin-top: 10px;
}

.balalnceflexbox .contentbox {
  padding: 10px 20px;
}

.iconbtn {
  font-size: 18px !important;
  padding: 0;
  margin-top: -3px;
  padding-left: 10px;
  padding-right: 4px;
  color: #768086;
}

.coinfrmright .form-control {
  padding: 0px 10px;
  height: 30px;
  font-size: 13px;
}

.chartbalancebox {
  width: 100%;
  height: 250px;
  outline: none;
}

.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;
}

.chartbalancebox > path {
  stroke: none;
}

.mobiletoggle {
  display: inline-block;
}

.tradepagebg .mobiletoggle {
  display: none;
}

.innerpagegrid .dashboardicont {
  display: none;
}

.nosidebarmenu .dashboardicont {
  display: inline-block;
}

.nosidebarmenu .mobiletoggle,
.nosidebarmenu .leftsidemenu {
  display: none;
}

.mobiletoggle button {
  padding: 8px 10px;
  border: 0px;
  background: none;
}

.mobiletoggle button:hover,
.mobiletoggle button:focus {
  outline: none;
  border: 0px !important;
  box-shadow: none;
}

.mobiletoggle img {
  width: 100%;
  max-width: 18px;
}

.profilebox {
  display: table;
  width: 100%;
}

.profilebox > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.profilepic {
  width: 100px;
}

.profilepic img {
  width: 100px;
  height: 100px;
  background: #11118b;
  border-radius: 50px;
  border: 3px solid #83addf;
  margin-bottom: 11px;
  padding: 16px;
}

.profiledatainfo {
  font-weight: 400;
  margin-top: 11px;
}

.profiledatainfo .h4 {
  font-size: 13px;
  font-weight: 400;
}

.profileuploadbtn {
  margin-bottom: 12px;
}

.profilebottombtn {
  margin-top: 25px;
}

.profilebottombtn .sitebtn {
  padding: 6px 22px;
}

.profilebox > div:last-child {
  padding-left: 12px;
}

.mlmwizardform .siteformbox {
  position: relative;
}

.mlmwizardform fieldset {
  position: relative;
  text-align: center;
  margin-top: 29px;
}

.mlmwizardform fieldset .form-card {
  position: relative;
  text-align: left;
  padding-bottom: 20px;
}

.mlmwizardform fieldset:not(:first-of-type) {
  display: none;
}

.mlmwizardform .action-button {
  cursor: pointer;
}

.mlmwizardform .action-button-previous {
  background: #ffffff;
  border-color: #c6c8cc;
  color: #fff;
}

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: #11118b;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.mlmwizardform #progressbar {
  color: lightgrey;
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 0px;
}

.mlmwizardform #progressbar::before {
  content: "";
  background: #e7eaf3;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90%;
}

.mlmwizardform #progressbar .active {
  color: #000000;
}

.mlmwizardform #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 7px;
}

.mlmwizardform #progressbar li:first-child {
  padding-left: 0px;
}

.mlmwizardform #progressbar li:last-child {
  padding-right: 0px;
}

.mlmwizardform #progressbar li > strong {
  width: 100%;
  height: 100%;
  line-height: 25px;
  display: block;
  font-size: 14px;
  color: #000;
  background: #dadaff;
  margin: 0px;
  padding: 13px 15px;
  text-align: left;
  clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
  font-weight: 500;
  text-transform: uppercase;
}

.mlmwizardform #progressbar li.active > strong {
  background: #11118b;
  color: #fff;
}

.mlmwizardform #progressbar li > strong:before {
  xclip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
}

.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);
}

.custom-checkbox label {
  line-height: 26px;
}

.successsignupbg img {
  width: 100%;
  max-width: 81px;
  padding: 30px 0px;
  padding-top: 16px;
}

.successsignupbg h5 {
  font-size: 15px;
  margin-bottom: 0px;
}

.mlmwizardform {
  padding: 0px;
}

.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: 6px;
  z-index: 9;
}

.ruleslist li {
  list-style: none;
  float: left;
  padding: 3px 2px;
  position: relative;
}

.ruleslist li a > i {
  color: #768086;
}

.ruleslist li a {
  text-decoration: none;
  font-size: 13px;
  padding: 3px 4px;
  cursor: pointer;
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #768086 !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: 500 !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: #ffffff;
  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: 82px;
  margin: 14px 0px;
}

.devicetable .table-responsive {
  max-height: 436px;
}

.innerpagegrid .stoplimtboxt > div:first-child {
  width: 100%;
  display: none;
}

.innerpagegrid .stoplimtboxt > div {
  display: block;
}

.infotablet td {
  border-top: 0px !important;
}

.kycnotes h5 {
  font-size: 14px;
  margin: 2px 0px;
  font-weight: 500;
}

.kycnotes p {
  margin: 0px;
  padding-bottom: 4px;
  line-height: 23px;
}

.progresscontent {
  display: table;
  width: 100%;
}

.progresscontent > div {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0px;
  font-size: 13px;
  font-weight: 500;
  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 15px;
}

.kyctablebox > div:first-child {
  width: 55%;
}

.kyctablebox > div:last-child {
  width: 45%;
}

.progresscntbg {
  background: #efefef;
  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;
  color: #484848;
}

.modalboxbg .contenttbox h4,
.anticodebox h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  line-height: 21px;
  padding-bottom: 17px;
  color: #484848;
}

.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: 13px;
  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 #ccc;
}

.alinkt,
.alinkt:hover,
.alinkt:focus,
.alinkt:active {
  color: #d0980b;
  text-decoration: underline;
}

.antocodeemailbg {
  text-align: center;
}

.antocodeemailbg img {
  width: 100%;
  max-width: 412px;
  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%;
}

.successrecoverybox img {
  width: 100%;
  max-width: 60px;
  margin: 5px 0px;
}

.successrecoverybox .h4 {
  font-size: 18px;
  font-weight: 400;
}

.footer-gray-bg {
  background: url(../images/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}

.ftext {
  color: #ffffff;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  padding-top: 0;
  word-break: break-word;
}

.innerpagegrid .footer-gray-bg {
}

.innerpagegrid .ftext {
  color: #fff;
}

.nosidebarmenu .footer-gray-bg {
  background: #091933;
}

.nosidebarmenu .ftext {
  color: #fff;
}

.footer-gray-bg .footlistbg {
  min-height: 122px;
}

.foot-list {
  padding-left: 0px;
}

.foot-list li {
  list-style: none;
  padding-bottom: 8px;
}

.footer-gray-bg .footlistbg:last-child {
  float: right;
  text-align: right;
}

.foot-list li a {
  color: #bebed3;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.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: 187px;
  margin-bottom: 29px;
}

.sociallist li:last-child a i {
  margin-right: 0px;
}

.sociallist li {
  list-style: none;
  float: left;
}

.sociallist li a i {
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 9px;
  margin: 2px 4px;
  background: #00affe;
  display: block;
}
.sociallist img {
  width: 100%;
  max-width: 15px !important;
  position: relative;
  top: -6px;
}
.sociallist {
  padding: 0px;
  float: right;
  margin: 4px 0px;
  margin-bottom: 0px;
}

.footer-gray-bg .h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.footer-gray-bg .container {
  width: 100%;
  max-width: 100%;
}

.social-bg {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.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-top: 10px;
}

.footerbottombg .social-bg {
  padding-top: 6px;
}

.appicons img {
  width: 100%;
  max-width: 145px;
}

.listrightbox {
  text-align: left;
}

.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: 9px 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.marketlistt li i {
  font-size: 15px;
  margin-right: 9px;
  cursor: pointer;
}

.closeiconlist {
  color: #eae6e6;
  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: #333 !important;
}

.orderform input.form-control::-webkit-input-placeholder {
  color: #333 !important;
}

.orderform input.form-control:-moz-placeholder {
  color: #333 !important;
}

.orderform input.form-control::-moz-placeholder {
  color: #333 !important;
}

.orderform input.form-control:-ms-input-placeholder {
  color: #333 !important;
}

.marketlistsidemenu {
  display: none;
}

.closeiconlist i {
  font-size: 15px;
  color: #333;
}

.mlmwizardform .advancebtns {
  font-size: 13px;
  word-break: break-word;
  padding: 8px 17px;
  white-space: inherit;
}

.walletpagebg .tabrightbox {
  margin-top: 0px;
}

.marketlist .table-responsive {
  min-height: 212px;
  max-height: 261px;
}

.form-group.kycupload {
  background: #ececff;
  height: 100%;
  padding: 10px;
  margin-bottom: 9px;
  text-align: center;
}

.custom-file-upload {
  padding: 5px 15px;
  border: 1px solid #afafdf;
  background: #cecef4;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}

.form-card .col-md-6 {
  margin-bottom: 15px;
}
#tidio-chat-iframe {
  bottom: 0px !important;
}
@media (max-width: 1600px) {
  .sitecontainer {
    xmax-width: 95%;
  }
}

@media (max-width: 1400px) {
  .grid-box {
    grid-template-columns: 300px 1fr 300px;
  }

  .balanceboxbg {
    padding: 14px;
  }

  .mlmwizardform #progressbar li > strong {
    font-size: 13px;
    padding: 13px 14px;
  }

  .sitecontainer {
    xmax-width: 100%;
  }

  .headbg .container,
  .sitecontainer,
  .footerbox .container {
    max-width: 100%;
  }

  .livepricenavbg li {
    padding: 0px 14px;
  }
}

@media (max-width: 1250px) {
  .headbg .container,
  .sitecontainer,
  .footerbox .container,
  .innerpagegrid .sitecontainer,
  .innerpagegrid footer .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
  }

  .balanceshowt h4 {
    font-size: 15px !important;
  }

  .balancewlt {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    padding-bottom: 10px;
  }

  .grid-box {
    grid-template-columns: 280px 1fr 280px;
  }
}

@media (max-width: 1100px) {
  .supportflexb > div {
    max-width: 90% !important;
  }

  .tablebox > div:first-child {
    width: 50%;
  }

  .tablebox > div:last-child {
    width: 50%;
  }

  .stoplimtboxt .link-div > div {
    font-size: 10px;
  }

  .grid-box {
    grid-template-columns: 250px 1fr 250px;
  }
}

@media (max-width: 1050px) {
  .grid-box {
    grid-template-areas: "livepricelist livepricelist livepricelist" "marketlist marketlist marketlist" "chart chart chart" "orderform orderform orderbook" "tradehistory tradehistory orderbook" "openorder openorder openorder";
    grid-template-columns: 350px 1fr 400px;
  }

  .sellboxorder .sitescroll {
    height: 240px !important;
  }

  .sellboxorder .sellboxtablebg {
    max-height: 240px !important;
  }

  .sellshow .sellboxorder .sellboxtablebg {
    max-height: 488px !important;
  }

  .sellshow .sellboxorder .sitescroll {
    height: 488px !important;
  }

  .orderformbg1 {
    min-height: inherit;
  }

  .tradehistory {
    min-height: inherit;
  }

  .innerpagegrid .gridparentbox .container {
    max-width: 100%;
  }

  .newscontentscroll {
    max-height: 272px;
  }

  .depstfrombg > div:first-child {
    width: 60% !important;
  }

  .tradehistory .sitescroll,
  .expandhistoryscroll .tradehistory .sitescroll {
    max-height: 285px;
    min-height: inherit;
  }

  .expandhistoryscroll .tradehistory {
    min-height: inherit;
  }

  .buyboxorder .sitescroll {
    max-height: 275px !important;
  }

  .buyshow .buyboxorder .sitescroll {
    max-height: 520px !important;
  }

  .profiletablebox h4,
  .profiletablebox h5 {
    font-size: 14px;
  }

  .openorder .sitescroll {
    max-height: 268px;
  }

  .expandhistoryscroll .buyboxorder .sitescroll {
    max-height: 435px;
  }

  .buyshow .buyboxorder,
  .buyboxorder {
    min-height: inherit;
  }

  .profilepagebg .flexboxtable,
  .securityboxbg .flexboxtable {
    display: block;
  }

  .profilepagebg .flexboxtable > div,
  .securityboxbg .flexboxtable > div {
    margin: 10px 0px;
  }

  .securitylink a {
    color: #333;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .grid-box {
    grid-template-areas: "livepricelist livepricelist" "marketlist marketlist" "chart chart" "marketdepth marketdepth" "orderform orderform" "tradehistory orderbook" "openorder openorder";
    grid-template-columns: 1fr 1fr;
  }

  .tradechartlist > div,
  .marketchart > div {
    xheight: 252px;
    xmin-height: inherit;
  }

  .livepricenavbg li {
  }

  .headermenu {
    position: relative;
  }

  .headbg {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
  }

  .gridparentbox {
    padding-top: 78px;
  }

  .securitybg > div:first-child {
    margin-top: 13px;
  }

  .securityfrontbg > div:first-child {
    margin-top: 0px !important;
  }

  .wlltdpstbox .tabbanner {
    max-width: 100%;
  }

  .flexboxtable {
    display: block;
  }

  .flexboxtable > div {
    margin: 11px 0px;
  }

  .tradehistory .sitescroll {
    max-height: 557px;
  }

  .headermenu .headbg ul li a.nav-link {
    padding: 11px 9px;
    font-size: 13px;
  }

  .buyboxorder .sitescroll {
    max-height: 249px !important;
  }

  .buyshow .buyboxorder .sitescroll {
    max-height: 472px !important;
  }

  .sellboxorder .sitescroll {
    height: 249px !important;
  }

  .sellshow .sellboxorder .sitescroll {
    height: 441px !important;
  }

  .sellboxorder .sellboxtablebg {
    max-height: 249px !important;
  }

  .sellshow .sellboxorder .sellboxtablebg {
    max-height: 441px !important;
  }

  .innerpagetab .tabbanner li a {
    padding: 10px 13px;
  }

  .logo {
    max-width: 119px;
    margin-top: -5px;
  }

  .searchfrmbox {
    display: block;
    margin-bottom: 0px;
  }

  .searchfrmbox .searchfrm .form-group {
    margin-bottom: 10px !important;
  }

  .seacrright > div > div {
    float: left;
  }

  .searchfrm1 {
    margin-top: 4px;
    float: left;
    text-align: left;
    margin-bottom: 13px;
  }

  .profileboxt {
    margin: 10px 0px !important;
  }

  .balalnceflexbox > div:first-child {
    width: 100%;
  }

  .balalnceflexbox > div:last-child {
    width: 100%;
  }

  .mlmwizardform #progressbar li > strong {
    font-size: 13px;
    padding: 13px 10px;
  }

  .sidebar ul.components {
    padding-top: 52px;
  }

  .kyctablebox {
    display: block;
  }

  .kyctablebox > div {
    display: block;
    width: 100% !important;
  }

  .footer-gray-bg .flogo {
    max-width: 159px;
  }

  .orderformbg1 {
    min-height: inherit;
  }
  .headermenu {
    z-index: 9999999999;
  }
}

@media (max-width: 800px) {
  .headermenu .headbg ul li a.nav-link {
    padding: 11px 9px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tabbanner li a {
    font-size: 12px;
  }

  .innerpagecontent > div {
    padding: 0px 10px;
  }

  .innerpagegrid .footerbox {
    /* display: block; */
  }

  .wlltdpstbox .tabbanner {
    max-width: 100%;
  }

  .innerpagegrid .container {
    padding: 0px 19px;
  }

  .footer-gray-bg .container {
  }

  .headbg .container {
    padding: 0px;
  }

  .latestnewsbg {
    margin-top: 0px;
  }

  .securityinnerbox .profiletablebox {
    padding: 10px;
  }

  .orderformbg1 {
    display: block;
  }

  .orderformbg1 > div {
    margin: 0px;
    padding: 10px 9px;
  }

  .livepricenavbg li {
    width: 33.3%;
    min-height: 53px;
    border-right: 1px solid #e0e0e0;
    padding: 4px 8px;
    min-height: 56px;
  }

  .livepricenavbg li:nth-child(3),
  .livepricenavbg li:nth-child(6) {
    border-right: 0px;
  }

  .livepricemobile li a {
    font-size: 14px;
  }

  .livepricenavbg {
    padding: 0px;
    display: inline-block;
  }

  .livepricenavbg li:last-child a {
    float: left;
    text-align: left;
  }

  .tablebox,
  .tablebox > div {
    display: block;
    width: 100%;
  }

  .headbg .navbar-collapse {
    border-top: 1px solid #ffffff1a;
    margin-top: 0;
  }

  .headermenu .headbg ul li a.nav-link {
    padding: 13px 20px;
    font-size: 13px;
  }

  .headbg .usermenu .dropdown-toggle {
    /* padding-left: 0px !important; */
  }

  .tradehistory .sitescroll {
    max-height: 369px;
  }

  .orderformbg1 > div:first-child {
    border-right: 0px;
    border-bottom: 0px;
  }

  .tradecontentbox thead tr th {
    font-size: 12px;
  }

  .buysellinnerbox .sitecontainer .row > div:last-child {
    margin-top: 10px;
  }

  .searchfrm {
    width: 100%;
    display: block;
  }

  .searchfrm > div {
  }

  .searchfrmbox > form {
    width: 100%;
  }

  .seacrright > div > div {
    float: left;
  }

  .clearbtn {
    width: 100% !important;
    margin: 11px 0px;
  }

  .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: 13px 20px;
    font-size: 14px;
  }

  .sidebar.active li a > div {
    display: inline-block;
  }

  .innerpagegrid .gridparentbox,
  .pagewrapperbox .innerpagegrid .gridparentbox {
    padding-left: 0px;
  }

  .innerpagegrid .gridparentbox{
    padding-bottom: 40px;
  }

  .mobiletoggle {
    position: absolute;
    left: 3px;
    top: 4px;
    display: block;
  }

  .tradepagebg .mobiletoggle {
    display: none;
  }

  .tradepagebg .logo,
  .nosidebarmenu .logo {
    margin-left: 0px;
  }

  .logo {
    margin-top: 2px;
  }

  .profileboxt .text-right {
    text-align: center !important;
  }

  .profileboxt {
    text-align: center;
  }

  ul.noteslist li {
    list-style: none;
  }

  .profiletablebox h4 {
    font-size: 17px;
  }

  .tablebox > div:first-child {
    width: 100%;
  }

  .tablebox > div:last-child {
    width: 100%;
  }

  .tablebox > div {
    margin-top: 19px;
  }

  .wlletboxt .progressbalance {
    text-align: center !important;
  }

  .balanceshowt {
    text-align: center;
  }

  ul.noteslist {
    padding-left: 0px;
  }

  .profiletablebox h5 {
    font-size: 13px;
    line-height: 22px;
  }

  .profiletablebox h4 {
    font-size: 14px;
  }

  .mlmwizardform #progressbar li > strong {
    font-size: 12px;
  }

  .profilebottombtn {
    margin-top: 0px;
  }

  .usermenu .fa-angle-right {
    position: relative;
    right: inherit;
    top: 0;
  }

  .footer-gray-bg .footlistbg {
    min-height: inherit;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 14px;
  }

  .footer-gray-bg .footlistbg:last-child,
  .sociallist {
    float: left;
    text-align: left;
  }

  .footer-gray-bg .flogo {
    max-width: 140px;
  }

  .footerbox .text-right {
    text-align: left !important;
  }

  .footerbottombg {
    margin-top: 10px;
  }

  .footerbottombg .sociallist {
    float: left !important;
  }

  .footerbottombg .text-right {
    text-align: left !important;
  }

  .ftext {
    padding-top: 0;
  }
  #tidio-chat-iframe {
    bottom: 50px !important;
  }
  .orderform .form-group {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .livepricelist {
    padding: 10px;
    padding-top: 0px;
  }

  .headermenu .dropdown-menu {
    background: #3030b0;
  }

  .innerpagegrid .sitescroll {
    max-height: 921px;
  }

  .grid-box {
    grid-template-areas: "livepricelist livepricelist" "marketlist marketlist" "chart chart" "marketdepth marketdepth" "orderform orderform" "orderbook orderbook" "tradehistory tradehistory" "openorder openorder";
    grid-template-columns: 1fr 1fr;
  }

  .marketlistsidemenu,
  .buyselltabbg {
    display: block;
  }

  .latestnewsbg,
  .livepricelist,
  .tradehistory,
  .marketlist {
    xdisplay: none;
  }

  .marketlist {
    display: none;
  }

  .tradechartlist > div,
  .marketchart > div {
    height: 234px;
  }

  .balancewlt {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    padding: 15px 10px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .tradecontentbox .heading-box {
  }

  .orderform .input-group .input-group-prepend {
  }

  .orderform .input-group-prepend .input-group-text {
    width: 79px;
  }

  .orderform .siteformbg {
    padding: 10px;
  }

  .stoplimtboxt > div:first-child {
    display: none;
  }

  .orderformbg1 .heading-box {
    color: #11118b;
    text-align: center;
    padding: 7px 0px !important;
    font-size: 14px;
    font-weight: 700;
  }
  .fee-formbox {
    text-align: center;
  }
  .fee-formbox > div {
    width: 100% !important;
    text-align: center;
  }
  .feeamt {
    width: 100% !important;
    text-align: center;
    padding-bottom: 8px;
  }
  .fee-formbox .input-group-prepend {
    width: 100% !important;
    text-align: center;
  }

  .orderbook .heading-box {
  }

  .orderformbg1 {
    min-height: inherit;
  }

  .limitabbg img {
    display: none;
  }

  .buyboxorder .sitescroll,
  .sellboxorder .sitescroll {
    height: 270px;
    max-height: inherit;
  }

  .orderchangebg li a {
  }

  .grid-box {
    margin: 0px;
    grid-gap: 0;
  }

  .grid-box > div {
    margin-bottom: 10px;
    border: 0px;
  }

  .orderform .siteformbg input.form-control::placeholder {
    color: #333 !important;
  }

  .orderform input.form-control::-webkit-input-placeholder {
    color: #333 !important;
  }

  .orderform input.form-control:-moz-placeholder {
    color: #333 !important;
  }

  .orderform input.form-control::-moz-placeholder {
    color: #333 !important;
  }

  .orderform input.form-control:-ms-input-placeholder {
    color: #333 !important;
  }

  .orderform .h6 {
    font-size: 12px;
  }

  .marketlistsidemenu .table thead {
    display: none;
  }

  .marketlist.active {
    display: block;
    position: fixed;
    z-index: 9999999999;
    width: 350px;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 0px;
    background: #fff;
    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 !important;
    background: #fff;
    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: 18px;
  }
  .marketlist .table tbody td:nth-child(4) {
    padding-right: 10px;
  }
  .marketlist .table tbody td:nth-child(2) {
    padding-top: 13px;
    padding-right: 15px;
  }

  .marketlist .table tbody td:nth-child(4) {
    padding-bottom: 6px;
  }

  .marketlist .seacrhbox {
    padding: 0px 10px;
    margin-top: 14px;
  }

  .marketlist .tabrightbox {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 0;
  }

  .marketlist .tabrightbox .tabbanner li a {
    border: 0px !important;
    border-bottom: 1px solid #d8d9dc !important;
    font-size: 13px;
  }

  .marketlist .table tbody tr td:first-child,
  .marketlist .table tbody tr td:nth-child(2) {
    border-top: 1px solid #dcdcdc;
  }

  .marketlist .table tbody tr {
    position: relative;
    border-bottom: 1px solid #dcdcef;
  }

  .marketlist .table tbody tr td:nth-child(3) > span {
    position: absolute;
    left: 38px;
  }

  .marketlist .table tbody tr td {
    padding: 2px 8px;
  }

  .marketlist .table tbody tr td:first-child {
  }

  .marketlist .table tbody tr td {
    font-weight: 400;
    font-size: 13px;
    border-top: 0px !important;
    white-space: inherit;
    line-height: 16px;
  }

  .marketlist .coinlisticon {
    width: 26px !important;
    float: left;
  }

  .marketlist .tabbanner {
    flex-wrap: inherit;
    margin: 0px;
  }

  .marketlist .tabbanner li {
    width: 100%;
    text-align: center;
  }

  .marketlist .tabbanner li a.active {
    background-color: #f8f9fa !important;
    color: #3498db !important;
    border-bottom: 2px solid #3498db !important;
  }

  .marketlist .table-responsive {
    max-height: 90%;
    overflow: hidden;
    padding-bottom: 60px;
  }

  .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: 3px 6px;
  }

  .marketlistt li .text-center {
    font-size: 14px;
    padding-top: 3px;
  }

  .marketlist .simplebar-scrollbar:before {
    opacity: 1;
    background: rgb(9 10 11 / 28%);
  }
  .chart .charttabbg li a {
  }

  .marketlist.active .closeiconlist {
    display: block;
  }

  .sellshow .sellboxorder .sitescroll,
  .buyshow .buyboxorder .sitescroll {
    height: 320px !important;
  }

  .ruleslist {
    top: 61px;
  }

  .navbar-dark .navbar-toggler {
    background: none;
    border: 0px;
  }

  .footer-gray-bg .footlistbg:last-child,
  .sociallist {
    float: none;
    text-align: left;
  }
  .tradepagebg #tidio-chat-iframe {
    bottom: 113px !important;
  }
}

@media (max-width: 550px) {
  .innerpagegrid .tabbanner li {
    width: 100%;
  }

  .innerpagegrid .charttabbg li {
    width: auto !important;
  }

  .clearbtn {
    margin-top: 3px;
  }

  .searchfrm > div {
    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 {
  }

  .limitabbg .dropdown > span i {
    margin-top: 10px;
    font-size: 13px;
  }

  .limitabbg img {
    max-width: 24px;
  }

  .livepricenavbg li {
    width: 50%;
    border: 0px !important;
    text-align: left;
  }

  .livepricenavbg > li:first-child {
    width: 100%;
  }

  .coinlisticon {
  }

  .livepricet span {
  }

  .livepricenavbg li:last-child a {
    float: none;
  }

  .livepricenavbg li:nth-child(3),
  .livepricenavbg li:nth-child(6) {
    border-right: 1px solid #e0e0e0;
  }

  .livepricenavbg li:nth-child(even) {
    border-right: 0px !important;
  }

  .innerpagetab .tabbanner {
    flex-wrap: wrap;
  }

  .innerpagecontent .innerpagetab .tabbanner {
    background: #11118b !important;
  }

  .innerpagecontent .innerpagetab ul.tabbanner li a.active {
    border-bottom: 2px solid #00affe !important;
  }

  .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;
  }

  .securityinnerbox .btn,
  .profileboxt .btn {
    margin-top: 10px;
  }

  .profiletablebox > div:first-child {
    width: 100% !important;
  }

  .innerpagecontent .profiletablebox > div:last-child,
  .innerpagecontent .profiletablebox {
    display: inline-block !important;
    width: 100%;
  }

  .profileiconpic {
    margin-bottom: 10px;
  }

  .mlmwizardform #progressbar li > strong {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 11px;
  }

  .mlmwizardform #progressbar::before {
    top: 17px;
  }

  .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;
  }

  .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%;
  }

  .orderform .buyselltab li a {
    font-size: 13px;
    padding: 6px 19px;
  }

  .walletpagebg .tabrightbox {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .ruleslist {
    top: 51px;
  }
  
}

@media (max-width: 430px) {
  .orderform .limitabbg li a {
  }

  .ruleslist {
    top: 0;
    position: relative;
    text-align: center;
    right: inherit;
  }

  .ruleslist li {
    float: none;
    padding-top: 15px;
  }

  .orderform .limitabbg li {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .livepricenavbg li {
    width: 50%;
    text-align: left !important;
    padding: 4px 0px;
    min-height: inherit;
  }

  .livepricenavbg > li:first-child {
    width: 100%;
  }

  .livepricet span {
    text-align: left;
  }

  .livepricenavbg .coinlisticon {
    float: none;
    position: relative;
    top: -15px;
  }

  .coinlisttable {
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .ftext {
    font-size: 14px;
  }

  .marketlist.active {
    width: 280px;
  }

  .historytab .tabbanner li a {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .historytab .tabbanner li a {
    padding: 10px 4px;
  }
}

.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;
}

.tradecontentbox .tabrightbox {
  background: #ffffff;
}

.tradecontentbox .seacrhbox {
  background: #ffffff;
}

.table tbody tr {
  cursor: pointer;
}

.table tbody tr:hover {
  background: #e9e9fe;
}

.fnt-bigsz {
  font-size: 20px;
}

.securitylink a:hover,
.securitylink a:focus,
.securitylink a:active {
  text-decoration: none;
}

.innerpagegrid .sitetable thead tr th {
  font-weight: 500;
  padding: 10px 20px;
  background: #e9e9fe;
}

.innerpagegrid .innerpagetab .tabbanner li a {
  text-transform: inherit;
  font-size: 14px;
}

.profiletablebox > div:nth-child(2) h5 a {
  color: #3498db;
}

.wlletboxt {
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.contentboxspace {
  padding: 0;
}

.wlletboxt h4 {
  font-size: 31px !important;
  padding-top: 7px;
  margin: 0px;
}

.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: #76808f;
}

.wlletpwdbg .showpassbg button,
.wlletpwdbg .showpassbg a {
  text-transform: inherit;
  padding: 4px 10px;
  background: #091933;
  color: #fff;
}

.securityinnerbox code {
  color: #768086;
}

.profileinfotable > div {
  vertical-align: middle;
}

.alertnotes {
  background: #f8f9fa;
  border: 0px;
  padding: 9px 14px;
  color: #768086;
}

.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 solid #e7eaf3;
}

.tblue,
.tblue:hover,
.tblue:focus,
.tblue:active {
  color: #f19520;
  text-decoration: underline;
}

.spantblack {
  color: #1e2026;
  padding: 20px !important;
}

.labelwidthbox {
  width: 79px;
  display: inline-block;
}

.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: 26px;
  font-size: 14px;
  font-weight: 400;
  background: #eceeef;
  padding: 21px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.chat .primary-font {
  margin: 0px;
  font-size: 15px;
  padding-bottom: 7px;
  font-weight: 400;
}

.chat h5 {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #768086;
}

.chatbox .img-circle {
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 50%;
  margin-top: 7px;
}

.chatbox .header {
  margin: 0px 9px;
  display: inline-block;
}

.chat li {
  display: table;
  width: 100%;
  padding: 11px 10px;
}

.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: 15px;
  padding: 6px 15px;
  border-top: 1px dashed #dedede;
}

.chat-foot .h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.chat-foot img {
  width: 100%;
  max-width: 75px;
}

.chat .right p {
  background: #ebebfe;
}

.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: 700px;
}

.chatboxtop .tabrightbox {
  right: 8px;
  top: 12px;
}

.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 {
  background: #12bdc6;
  color: #fff;
  border-radius: 0px;
  border-color: #12bdc6;
  font-size: 12px;
  text-transform: inherit;
}

.cpybtn .input-group-text,
.copiedbtn .input-group-text {
  border: 1px solid #00affe;
  background: #00affe;
  color: #ffffff;
  text-transform: inherit;
}

.fntbld {
  font-weight: 700 !important;
}

.fntreg {
  font-weight: 400;
}

.mt-40 {
  margin-top: 40px;
}

.notessub h5 {
  font-size: 12px;
}

.notessub p {
  font-size: 12px;
  padding-bottom: 3px;
  margin: 0px;
  font-weight: 400;
}

.notestitle p {
  font-size: 14px;
  margin: 0px;
  padding-bottom: 9px;
  font-weight: 400;
}

.notestitle {
  padding: 10px 0px;
}

.notessub a {
  font-weight: 600;
}

.text-info {
  color: #02c076 !important;
  font-size: 14px;
}

.centerbox .panelcontentbox {
}

.centerbox .contentpanel {
  padding: 25px 25px;
}

.centerbox .stoplimtboxt .link-div > div {
  border-color: #f1f2f3;
  background-color: #f1f2f3;
  color: #768086;
}

@media (max-width: 767px) {
  .centerbox .contentpanel {
    padding: 25px 25px;
  }
}

.wlletboxt h4 > span.btc_value_data,
.wlletboxt h4 > span.btc_star_value_data {
  font-size: 31px !important;
  padding-top: 7px;
  color: #1e2022;
}

.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;
}

@media (max-width: 767px) {
  .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;
  }
}

.optionttitle .h1 {
  font-size: 13px;
  margin: 0px;
  width: 50px;
  height: 50px;
  margin: 0px auto;
  background: #e6e6ff;
  color: #11118b;
  border-radius: 50px;
  padding-top: 15px;
  border: 1px solid #11118b;
}

.optionttitle {
  padding: 15px 10px !important;
}

.kyccenterbox {
  width: 100%;
  max-width: 975px;
  margin: 0px auto;
}

.kyccenterbox .contentbox {
  padding: 20px 20px;
}

.kyccenterbox .panelcontentbox {
  border-radius: 7px;
}

textarea.form-control {
  height: auto !important;
}

.hide {
  display: none;
}

.spotorderbox .form-control {
  height: 32px !important;
  padding: 2px;
}

.spotorderbox .tabrightbox {
  margin-top: 5px;
}

.innerpagegrid .footerbox {
}

.nosidebarmenu .footerbox {
  padding-left: 0px;
  background: #091933;
}

.nosidebarmenu .footer-gray-bg {
  xpadding-top: 11px;
}

.alert-dismissible .close {
  padding: 8px;
}

@media (max-width: 767px) {
  .innerpagegrid .footerbox {
    padding-left: 0px;
  }

  .footerbox {
  }
}

.orderbookscroll table td:nth-child(2) {
}

.orderbookscroll table td {
  width: 100px;
}

.tradechartlist iframe {
  height: 100% !important;
}

.navbar-nav .fa-bell {
  padding-top: 0;
  position: relative;
  top: 5px;
}

.headbg ul li.modebg a {
  padding: 0px !important;
}

.banknotes p {
  background: #ffffff;
  border: 1px solid #d6d8dc;
  color: #1e2022;
  padding: 12px;
  line-height: 24px;
  font-weight: 400;
  margin: 0px;
}

.close {
  opacity: 1;
}

.searchfrm select {
  height: 40px !important;
}

.flagicont img {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: #fff;
  margin-right: 5px;
  border: 0px;
}

.flagicont .nav-link {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.flagicont .highlight img {
  border: 2px solid #60f7ff;
}

.sidebar .dropdown-menu a:focus {
  background-color: #1b335a;
}

.sidebar .dropdown.active .dropdown-menu {
  xdisplay: block;
}

.sidebar .dropdown.active .dropdown-toggle {
  xbackground: #385e9c !important;
}

.kyclevelboxbg .kycupload {
  background: none !important;
  padding: 0px;
  margin: 0px;
}

.kyclevelboxbg .panelcontentbox {
  max-width: 450px;
  margin: 0px auto;
  margin-top: 20px;
}

.kyclevelboxbg .h4 {
  font-size: 18px;
}

.uploadproofbox {
  margin-top: 20px;
  margin-bottom: 5px;
}

.interbox img {
  max-width: 102px;
  filter: grayscale(1);
}

.proofuploadimg img {
  filter: inherit;
}

.kyclevelboxbg .customupload {
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
  margin-bottom: 13px;
  line-height: 20px;
}

.interbox .customupload {
  margin: 0px;
  margin-bottom: 12px;
}

.kyclevelboxbg p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.modalbgt .mdlpara {
  font-size: 14px;
}

.kyclevelboxbg .customupload {
  line-height: 20px;
}

.kyclevelboxbg .sitebtn {
  line-height: 20px;
}

.interbox img {
  padding: 10px 9px;
  border-radius: 5px;
  margin-top: 8px;
  background: rgb(0 0 0 / 23%);
}

.alert .close {
  line-height: 15px;
}

.supportboxt .tabrightbox {
  right: 8px;
  top: 5px;
}

.chatboxtop {
  width: 100%;
  max-width: 916px;
}

.usermenu .dropdown-toggle {
}

.affiliateinfo .tokenflexb > div {
  margin: 10px 5px;
  width: 100%;
  margin-top: 0px;
}

.affiliateinfo .tokenflexb > div:first-child {
  margin-left: 0px;
}

.affiliateinfo .tokenflexb > div:last-child {
  margin-right: 0px;
}

.refert {
  margin-bottom: 10px;
}

.viewbtn {
  background: #00affe;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 500;
}

.viewbtn:hover,
.viewbtn:focus,
.viewbtn:active {
  background: #0bbdc7;
  color: #fff;
}

.tokenflexb {
  display: flex;
}

.tokenamountbox {
  background: #ffffff;
  padding: 17px 16px;
  width: 33.3%;
  border-radius: 5px;
  margin: 0px 5px;
}

.tokentablet {
  display: table;
  width: 100%;
}

.tokentablet > div {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.tokenflexb > div:first-child {
  margin-left: 0px !important;
}

.tokenflexb > div:last-child {
  margin-right: 0px !important;
}

.tokenamountbox .h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 4px;
  text-transform: uppercase;
  line-height: 21px;
  color: #000;
}

.tokenamountbox .h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.tokenicon {
  width: 40px;
  text-align: right;
}

.tradecontentbox .tabbanner li {
  text-align: center;
  margin-bottom: 0px !important;
}

.wlletboxt .contentboxspace {
  padding: 10px 20px;
}

.innerpagecontent .x-line-center {
  display: none;
}

.showpassbg {
  display: none;
}

.tradetab {
  top: 5px;
  right: 5px;
  position: absolute;
}

.tradetab li a {
  font-size: 12px !important;
}

.orderform .limitabbg li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.orderform .limitabbg li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.siteformbg textarea.form-control {
  border-radius: 8px !important;
}

.siteformbg .form-group {
  margin-bottom: 15px;
}

.searchfrm .form-group {
  margin-bottom: 0px !important;
}

.fee-formbox > div {
  width: 50%;
  float: left;
}

.createb {
  width: 100%;
  max-width: 550px;
  margin: 0px auto;
  text-align: center;
}

.livepricenavbg > li:first-child > a > div {
  top: -4px;
  position: relative;
}

@media (max-width: 500px) {
  .coinlisticon {
    width: 30px !important;
  }
}

.marketside.active {
  display: block;
  position: fixed;
  z-index: 999;
  width: 350px;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 1px 1px 18px 3px #0000009c;
  margin: 0px;
  padding-bottom: 30px;
}

.marketside {
  display: none;
}

.marketside.active .closeiconlist {
  display: block;
}

.marketside .heading-box {
  padding: 15px 10px;
  background: #111217;
  display: inline-block;
  width: 100%;
}

.marketside .tabrightbox {
  position: relative;
  right: inherit;
  top: inherit;
  margin-top: 0;
}

.marketside .tab-content {
  height: 100%;
  overflow: auto;
  padding-bottom: 85px;
}

.marketside .tab-content {
  min-height: inherit;
}

.marketside .tabbanner li {
  width: 100%;
  text-align: center;
}

.marketside .tabbanner {
  flex-wrap: inherit;
  margin: 0px;
}

.marketside .table thead {
  display: none;
}

.marketside .heading-box {
  padding: 15px 10px;
  background: #111217;
  display: inline-block;
  width: 100%;
}

.marketside .table tbody td:nth-child(2),
.marketside .table tbody td:nth-child(3),
.marketside .table tbody td:nth-child(4) {
  display: block;
  border: 0px;
  padding: 1px 21px;
  text-align: right;
  line-height: 14px;
}

.marketside .table tbody td:nth-child(2) {
  padding-top: 12px;
}

.marketside .table tbody td:nth-child(4) {
  padding-bottom: 6px;
}

.marketside .seacrhbox {
  padding: 10px 10px;
  margin-top: 5px;
}

.marketside .tabrightbox {
  position: relative;
  right: inherit;
  top: inherit;
  margin-top: 0;
}

.marketside .tabrightbox .tabbanner li a {
  border: 0px !important;
  border-bottom: 1px solid #111217 !important;
  font-size: 13px;
}

.marketside .table tbody tr {
  position: relative;
  border-bottom: 1px solid #23252d;
}

.marketside .table tbody tr td:nth-child(3) > span {
  position: absolute;
  left: 36px;
  top: 33px;
}

.marketside .table tbody tr td {
  padding: 11px 8px;
  margin-bottom: 0px;
}

.marketside .table tbody tr td:first-child {
  vertical-align: top;
}

.marketside .table tbody tr td {
  font-weight: 400;
  font-size: 13px;
  border-top: 0px !important;
  padding: 9px 10px;
  padding-bottom: 20px;
  line-height: 21px;
}

.marketside .coinlisticon {
  width: 25px;
}

.marketside .tabbanner {
  flex-wrap: inherit;
  margin: 0px;
}

.marketside .tabbanner li {
  width: 100%;
  text-align: center;
}

.marketside .tabbanner li a.active {
  background-color: #f8f9fa !important;
  color: #3498db !important;
}

.marketside .table-responsive {
  max-height: inherit;
  overflow: hidden;
}

.marketside .tab-content {
  height: 100%;
  overflow: auto;
  padding-bottom: 85px;
}

.marketside .tab-content {
  min-height: inherit;
}

@media (max-width: 767px) {
  .marketside.active {
    display: none;
  }
}

.redbg {
  background: rgb(15 99 198 / 34%);
}

.greenbg {
  background: rgb(207 79 80 / 32%);
}

.ordervolumebg {
  position: absolute;
  display: inline-block;
  height: 23px;
  z-index: 9;
  right: 0px;
  top: 0px;
}

.table tbody tr {
  position: relative;
}

.coinlisttable {
  cursor: pointer;
}

.t-yellow {
  color: #ffb11a;
}

.overlay {
  display: none;
}

.overlay.active,
.overlay.activemob {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #10162161;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .overlay.active {
    display: none;
  }
}

.livepricelist .dropdown-toggle {
  color: #333;
  text-transform: capitalize;
  font-size: 17px;
}

.livepricelist .dropdown-toggle > span {
  font-size: 12px;
  font-weight: 400;
}

.livepricelist .dropdown-toggle:hover {
  text-decoration: none;
}

.livepricelist .heading-box {
  padding: 6px 10px;
}

.livepricemobile li a.h5 {
  font-size: 19px !important;
  font-weight: 600;
  padding-top: 16px;
}

.titledata {
  padding-left: 0px !important;
  width: 112px;
  font-weight: 400 !important;
}

.orderformbg1 .heading-box {
  padding: 0;
  border: 0px;
  padding-bottom: 20px;
}

.total-n > div {
  padding: 0px 10px;
  position: relative;
  top: 9px;
}

.orderchangebg {
  margin: 0px;
  background: none;
}

.table tbody > tr:nth-child(odd) {
}

.table tbody > tr:nth-child(even) {
}

.table tbody > tr:hover {
  border-left-color: #00affe;
}

.orderbookscroll tr > th:last-child,
.orderbookscroll tr > td:last-child {
  text-align: right;
}

.supportflexb > div:first-child {
  width: 100%;
  margin: 0px auto;
  max-width: 70%;
}

.supportflexb > div:last-child {
  width: 100%;
  margin: 0px auto;
  max-width: 70%;
}

.supprotbox ul {
  text-align: center;
  border-bottom: 0px;
  margin: 0px;
}

.supprotbox li {
  width: 33.3%;
  margin-bottom: 10px !important;
  padding: 0px 5px;
}

.supprotbox li:first-child {
  padding-left: 0px;
}

.supprotbox li:last-child {
  margin-bottom: 0px !important;
  padding-right: 0px;
}

.supprotbox .h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}

.supprotbox img {
  width: 100%;
  max-width: 69px;
  margin: 19px 0px;
  margin-bottom: 0px;
}

.supportflexb > div.active {
  background: #1f2535;
}

.supprotbox .tabbanner li a {
  padding: 27px 17px;
  background: #fff;
  border-color: #fff !important;
  border-radius: 0px !important;
  margin: 0px;
  box-shadow: 0px 0px 12px 7px #08264a1c;
}

.supprotbox .tabbanner li a.active {
  border-color: #08264a !important;
}

.flexbox {
  display: flex;
}

.flexbox > div {
  margin: 8px 5px;
  width: 100%;
}

.wallettab.tabbanner li {
  float: none;
  width: 100%;
  padding: 3px 10px;
}

.wallettab.tabbanner li a {
  border-radius: 7px !important;
  position: relative;
}

.wallettab.tabbanner li a.active {
  background-color: #08264a;
  border: 1px solid #144f6e !important;
  color: #fff !important;
}

.wallettab.tabbanner li a.active:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  padding-right: 0;
  position: absolute;
  top: -15px;
  right: -8px;
  background: #07bc53;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  padding-top: 8px;
  border: 2px solid #fff;
}

.wallettab {
  display: inline-block;
  width: 100%;
  flex-wrap: inherit;
  margin: 0px;
  border-bottom: 0px;
  padding: 16px 14px;
}

.wallettab.tabbanner li a > div {
  display: table-cell;
  width: 100%;
  text-align: left;
}

.balancetable {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.balancetable > div {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: left !important;
  font-size: 14px;
  line-height: 22px;
}

.balancetable .h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.balancetable .h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #86888a;
}

.wlltdpstbox .tabbanner {
  margin: 0px auto;
  margin-bottom: 8px;
  width: 100%;
  max-width: 298px;
  border-bottom: 0px !important;
  padding: 1px 7px;
  margin-top: 16px;
  flex-wrap: inherit;
}

.wlltdpstbox .tabbanner li {
  text-align: center;
  width: 100%;
}

.wlltdpstbox .tabbanner li a {
  padding: 12px 11px !important;
  font-size: 14px !important;
  border-radius: 0px !important;
}

.tabbanner li a:hover {
  background-color: #dbdfe5 !important;
}

.wlltdpstbox .tabbanner li a:hover {
  background-color: #eef5fe !important;
}

.wlltdpstbox .tabbanner li:first-child a.active {
  background-color: #07bc53 !important;
  color: #fff !important;
  border-color: #07bc53 !important;
}

.wlltdpstbox .tab-content {
  padding: 14px 21px;
}

.wlltdpstbox .tabbanner li:last-child a.active {
  background-color: #fd5959 !important;
  color: #fff !important;
  border-color: #fd5959;
}

.walletboxt {
  width: 100%;
  max-width: 1027px;
  margin: 0px auto;
  display: flex;
}

.walletboxbg .tabbanner li a {
  padding: 18px 14px !important;
  font-size: 15px !important;
  background: #f0f2f4;
  color: #08264a;
  border: 1px solid #cacaca !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
}

.walletboxbg .tabbanner li a:hover {
  background-color: #08264a !important;
}

.walletboxt > div:first-child {
  width: 60%;
}

.walletboxbg .tabbanner li a > div:nth-child(2) {
  font-size: 16px;
}

.wlltdpstbox .tabbanner li a {
  background: #ffffff;
  border-color: #ccc !important;
}

.wlltdpstbox .tabbanner li:first-child a {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.wlltdpstbox .tabbanner li:last-child a {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.walletboxbg .tabbanner > li:last-child a {
  margin-bottom: 0px;
}

.orderdata {
  display: flex;
}

.orderdata > h5 {
  width: 100%;
}

.orderdata > h5:last-child {
  text-align: right;
}

.footer-gray-bg h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.walletboxbg .tabbanner li a:hover {
  color: #fff;
}

.innerpagetab li a:hover {
  background-color: #fff !important;
}

.balanceboxbg {
  background-color: rgb(8 38 74 / 9%);
  text-align: center;
  border-radius: 10px;
  padding: 22px;
}

.balanceboxbg > div:first-child {
  border-bottom: 2px dashed #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.profiletablebox .btn {
  width: 114px;
  font-size: 15px;
  padding: 8px 9px;
}

.supprotbox .tabbanner li a:hover h4,
.supprotbox .tabbanner li a.active h4 {
  color: #fff;
}

.walletboxbg {
  max-height: 600px;
}

.transactchart .contentbox {
  padding: 10px 0px;
}

.spotorderbox .table-responsive {
  max-height: 417px;
}

.spotorderbox .sitetable tbody tr td,
.spotorderbox .sitetable thead tr th {
  font-size: 13px;
}

.table-responsive-stack td,
.table-responsive-stack th {
  white-space: nowrap;
}

.table-responsive-stack th {
  border-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
    display: block;
  }

  .table-responsive-stack td {
    width: 100%;
    text-align: right;
    padding: 8px 10px !important;
    border-color: #dcdcff !important;
    color: #000000 !important;
    font-size: 13px !important;
  }

  .table-responsive-stack tbody > tr:nth-child(even) td {
    border-color: #ffffff !important;
  }

  .table-responsive-stack .table-responsive-stack-thead {
    float: left;
    text-align: left;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #030356;
  }

  .table-responsive-stack tbody > tr:nth-child(odd) {
    background: #dcdcff;
  }

  .table-responsive-stack tbody > tr:nth-child(even) {
    background: #ffffff;
  }

  .table tbody tr {
    border-left: 0px !important;
  }
}

.orderchangebg li a:hover {
  background-color: #fff !important;
}

.mobilegrid li {
  list-style: none;
  width: auto;
  padding: 6px 4px;
}

.mobilegrid li a {
  text-align: left;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 17px;
  display: inline-block;
  background: #11118b;
  border-radius: 5px;
}

.openorder .heading-box,
.clostbuytab,
.orderform .hidettitle {
  display: none;
}

.mobilegrid li a:hover,
.mobilegrid li a:focus,
.mobilegrid li a:active {
  text-decoration: none;
}

.openorder .heading-box,
.marketlist .heading-box {
  display: none;
}

.mobilegrid {
  grid-area: mobilegrid;
  display: none;
}

.buyselltopbox {
  display: none;
}

.livepricelist .dropdown a {
  font-size: 14px;
  padding: 8px 12px;
}

@media (max-width: 767px) {
  .buyselltabbg {
    padding: 15px 12px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    display: block;
    position: fixed;
    bottom: 61px;
    z-index: 9;
    background: #17178b;
    left: 0px;
    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: #4b3ca3;
  }

  .grid-box {
    position: relative;
  }

  .livepricet span,
  .livepricenavbg > li:first-child a,
  .livepricemobile li a {
    font-size: 11px;
    width: auto;
  }

  .livepricemobile li a.h5 {
    font-size: 16px !important;
  }

  .mobilegrid {
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 0px;
    padding: 0px 6px;
  }

  .orderformslecttab {
    display: block;
  }

  .buyorderformbox {
    display: none;
  }

  .sellorderformbox {
    display: none;
  }

  .tradehistory {
    display: none;
  }

  .openorder {
    display: none;
  }

  .marketdepth {
    display: none;
  }

  .chartactive .chart,
  .chartactive .marketdepth {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
  }

  .openorderactive .openorder {
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
  }

  .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: #00affe;
  }

  .openorder .tabbanner {
    display: none;
  }

  .openorder .tab-content > div {
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
  }

  .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: 63px;
    width: 100%;
    left: 0px;
    z-index: 9999999999;
  }

  .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: 53px;
  }

  .orderform .buyselltab {
    justify-content: left;
  }

  .orderform .buyselltab li {
    width: 50%;
    padding: 0px;
  }

  .clostbuytab {
    display: block;
    position: absolute !important;
    right: 12px;
    top: 10px;
    font-size: 25px;
    z-index: 999;
    color: #333;
    width: auto !important;
  }

  .orderform {
    position: relative;
    margin: 0px !important;
  }

  .clostbuytab a {
    color: #ffffff;
    font-size: 15px;
    background: #00affe;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    padding-top: 4px;
  }

  .openorder .heading-box,
  .marketlist .heading-box {
    display: block;
    padding: 15px 0px;
    margin-bottom: 0;
  }

  .orderform .buyselltab li a {
    font-size: 13px;
    padding: 6px 19px;
  }

  .openorder .tab-pane,
  .tradehistory {
    padding: 5px 14px;
  }

  .supportflexb > div {
    max-width: 100% !important;
  }

  .supprotbox img {
    max-width: 39px;
  }

  .supprotbox .h4 {
    font-size: 13px;
  }

  .supprotbox .tabbanner li a {
    padding: 16px 12px;
  }
}

@media (max-width: 500px) {
  .mobilegrid li a {
    padding: 8px 9px;
    font-size: 10px;
  }
}

.orderformbg1 > div {
  width: 100%;
  position: relative;
}

.innerpagegrid .innerpagetab .tabbanner {
  background: none;
  border-bottom: 1px solid #dee2e6;
}

.innerpagegrid .innerpagetab .tabbanner li a.active {
  border-top: 0px !important;
  border-bottom: 2px solid #11118b !important;
}

.innerpagecontent .profiletablebox {
  color: #fff;
  text-align: left;
  display: table;
}

.innerpagecontent .profiletablebox > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  white-space: inherit;
  word-break: break-word;
}

.innerpagecontent .profiletablebox .btn-sm {
  padding: 4px 31px;
  border: 1px solid #43f42e;
  border-radius: 50px;
  color: #43f42e;
  width: auto;
  font-size: 14px;
}

.innerpagecontent .profiletablebox > div:first-child {
  width: 50px !important;
}

.innerpagecontent .profiletablebox > div:last-child {
  width: auto;
}

.innerpagecontent .tabbanner {
  background: none;
  border-bottom: 0px !important;
}

.innerpagecontent .innerpagetab .tabbanner li a {
  color: #fff;
  font-size: 16px;
}

.innerpagecontent .innerpagetab .tabbanner li a.active {
  background-color: transparent !important;
  border-bottom: 4px solid #00affe !important;
  border-top: 0px !important;
  color: #fff !important;
}

.innerpagecontent .innerpagetab .tabbanner li a:hover {
  background-color: transparent !important;
}

.searchfrm1 h6 {
  margin: 0px;
  font-size: 14px;
  padding-top: 10px;
}

.walletpagesect .heading-box {
  padding: 0px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #dee2e6;
  margin-bottom: 19px;
}

.walletpagesect .tabrightbox {
  right: 15px;
  top: -6px;
}

.walletpagesect .sitescroll {
  max-height: 440px;
  border: 1px solid #dee2e6;
}

.chatmodal .modal-dialog {
  max-width: 720px;
}

.chatmodal .modal-body {
  padding: 0px;
}

.innerpagecontent .profiletablebox > div:last-child {
  text-align: right !important;
}

.modal-open,
.modal-open .modal {
  padding-right: 0px !important;
}
@media (max-width: 550px) {
  .innerpagecontent .profiletablebox > div:last-child {
    text-align: left !important;
  }

  .innerpagecontent {
    padding: 25px 0px;
    padding-top: 81px;
  }
}
.networklist {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
}
.networklist li {
  list-style: none;
  background: #e9e9fe;
  padding: 8px 18px;
  border: 1px solid #dadaf7;
  float: left;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  color: #11118b;
}
.networklist li.active {
  background: #00affe;
  border-color: #00affe;
  color: #fff;
}
.networklist > li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.networklist > li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*mobile app code css start*/
.webhide {
  display: none;
}
.mobilecodeview,
.bottomheader-menu {
  display: none;
}

.mobileviewtab {
  display: none;
}
@media (max-width: 767px) {
  .walletmainpage {
    background-color: #f6f6ff;
  }
  .headbg .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 23px;
    width: 270px;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
  }

  .headbg .navbar-collapse.collapsing {
    left: -340px;
    transition: height 0s ease;
  }

  .headbg .navbar-collapse.show {
    left: 0;
    transition: left 270ms ease-in-out;
  }

  .headbg .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 300ms ease-in-out;
  }

  .headbg .navbar-collapse {
    background: #11118b;
    border-top: 0px;
    padding-top: 0;
  }
  .headbg a.navbar-brand {
    text-align: center;
    width: 100%;
  }
  .navbar-dark .navbar-toggler {
    position: absolute;
  }
  .footerbox {
    display: none;
  }
  .mobilecodeview {
    display: inline-block;
    text-align: center;
    background: #3030b0;
    width: 100%;
    padding: 26px 15px;
    position: relative;
    color: #fff;
    margin-bottom: 12px;
  }
  .profileicon img {
    width: 50px;
    height: 50px;
    background: #00affe;
    border-radius: 50px;
    padding: 3px;
    margin-bottom: 11px;
  }
  .closeiconbtn {
    position: absolute;
    right: 7px;
    top: 2px;
    padding: 10px 13px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
  }
  .mobilecodeview h4 {
    font-size: 16px;
    margin: 0px;
  }
  .overlay.activeoverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #0d0d1e;
    opacity: 0.8;
  }
  .webhide {
    display: inline-block;
    width: 100%;
  }
  .headbg .nav-link i.fa {
    width: 30px;
    height: 30px;
    background: #2a2abd;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    margin-right: 10px;
    font-size: 12px;
  }
  .photopic {
    display: none;
  }
  .walletpagemobile .historytab {
    display: none;
  }
  .balanceboxm {
    text-align: center;
  }
  .balanceboxm h6 {
    font-size: 17px;
    line-height: 34px;
    color: #cbcbed;
    margin: 0px;
  }
  .balanceboxm .h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .walletpagemobile .innerpagecontent {
    padding-bottom: 23px !important;
    color: #fff;
    padding-top: 64px;
  }
  .mobilecode {
    display: none;
  }
  .bottomheader-menu {
    display: block;
    position: fixed;
    background: #030356;
    bottom: 0px;
    width: 100%;
    left: 0px;
  }
  .bottommenulist {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px;
  }
  .bottommenulist li {
    float: left;
    list-style: none;
    width: 100%;
    display: inline-block;
  }
  .bottommenulist li a {
    color: #b2b2e1;
    padding: 12px 8px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #13137a;
    height: 100%;
  }
  .bottommenulist li a:hover,
  .bottommenulist li a:focus,
  .bottommenulist li a:active {
    color: #fff;
  }
  .menuttitle {
    width: 100%;
    display: block;
  }
  .bottommenulist li a.active {
    color: #4ec8ff;
  }
  .activeshow {
    display: none;
  }
  .bottommenulist li.active .activeshow {
    display: block;
  }
  .bottommenulist li.active .normalshow {
    display: none;
  }
  .walletpagemobile .sitescroll {
    max-height: 585px;
  }
  .walletpagemobile .gridparentbox {
    padding-bottom: 92px;
    padding-top: 23px;
  }
  .innerpagecontent .mobileviewtab .tabbanner {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    margin-top: 11px;
    background: none !important;
  }
  .mobileviewtab .tabbanner li {
    width: 100%;
    padding: 0px 5px;
  }
  .mobileviewtab .tabbanner li a {
    background: #161674;
    border-radius: 7px !important;
    color: #fff !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
    border: 1px solid #6363cd !important;
  }
  .innerpagecontent .mobileviewtab .tabbanner li a.active,
  .innerpagecontent .mobileviewtab .tabbanner li a:hover {
    background-color: #00affe !important;
    border: 1px solid #5fc6f5 !important;
  }
  .walletpagemobile .sitetable .coinlisticon {
    width: 26px !important;
  }
  .mobilehide {
    display: none !important;
  }
  .walletpagemobile table tr .buttondrop .dropdown-menu {
    right: 0px;
    width: 100px;
    box-shadow: 0px 0px 16px rgb(3 3 86 / 22%);
    border: 1px solid #bdbded;
    border-radius: 10px;
  }
  .walletpagemobile tr td .buttondrop .dropdown-toggle {
    color: #000;
  }
  .walletpagemobile table tr .buttondrop {
    float: right;
  }
  .walletpagemobile .webhide {
    display: inline-block !important;
    width: 100%;
  }
  .walletpagemobile table tr .buttondrop .dropdown-item {
    font-size: 15px;
    padding: 7px 14px;
  }
  .walletpagemobile .contentbox {
    padding: 15px;
  }
  .clearbtn .btn {
    width: 50%;
    display: inline-block;
    margin: 0px;
  }
  .trantable {
    padding: 10px;
  }
  .walletpagemobile .searchfrmbox {
    padding: 3px;
  }
  .transactionpage .searchfrmbox {
    display: none;
  }
  .mobileviewtab {
    display: inline-block;
    width: 100%;
  }
  .walletmainpage {
    padding-bottom: 0px;
  }
}
@media (max-width: 350px) {
  .table-responsive-stack .table-responsive-stack-thead {
    font-size: 11px;
  }
}
/*mobile app code css end*/

/* //owl carouse// */
.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;
  -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;
}
.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: -58px;
  width: 94%;
  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 {
  text-align: center;
}

.addbanner img {
  width: 100%;
  max-width: 380px;
  margin: 0px auto;
  border-radius: 24px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #aeaeb0;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #030356;
}
.owl-carousel .owl-item {
  padding: 10px 10px;
}
.addbanner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.marketpriceflex {
  display: flex;
  justify-content: center;
}
.marketpriceflex > div {
  padding: 15px 15px;
  color: #545454;
  margin: 13px 6px;
  width: 100%;
  max-width: 361px;
  border-radius: 7px;
  background: #fff;
}
.marketpriceflex > div:first-child {
  /* margin-left: 0px; */
}
.mrkpricetable {
  display: table;
  width: 100%;
}
.mrkpricetable > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.mrkpricetable > div:last-child {
  width: 100px;
  text-align: center;
}
.marketpricebox .h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 21px;
  margin-top: 0px;
  text-align: center;
}
.marketpricebox .h5 {
  font-size: 15px;
  font-weight: 600;
  color: #11118b;
}
.marketpricebox .h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 18px;
}
.coinimg img {
  width: 100%;
  max-width: 39px;
}
.dashboardpage {
  max-width: 95% !important;
}
.walletamt h5 {
  line-height: 30px;
  font-size: 15px;
}
.walletamt h5 strong {
  font-size: 24px;
  color: #11118b;
}
.walletpagesect .centerbox {
  max-width: 650px;
}
.walletpagesect .centerbox .contentbox {
  padding: 30px 30px;
}
.successtable table tr:hover {
  background: none;
}
.successtable {
  border: 1px dashed #9e9eed;
  background: #eaeaf9;
  border-radius: 10px;
  margin-top: 21px;
}
.successtable tr td {
  border: 0px !important;
  color: #11118b !important;
}
.successtable tr > td:last-child {
  text-align: right;
  color: #3e3ee7 !important;
  font-weight: 600;
}
.successtable .fa-copy {
  margin-left: 8px;
}
@media (max-width: 991px) {
  .marketpriceflex {
    display: block;
    justify-content: center;
  }
  .marketpriceflex > div {
    width: 32%;
    float: left;
    margin: 13px 3px;
  }
}
.marketpriceflex1 .owl-carousel.owl-two {
  display: none;
}
@media (max-width: 1050px) {
  .addbanner img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .marketfunction {
    display: none;
  }
  .marketpriceflex1 .owl-carousel.owl-two {
    display: block;
  }

  .marketpriceflex1 .coinimg img {
    width: 100%;
    max-width: 39px;
    display: inherit !important;
  }
  .marketpriceflex1 .panelcontentbox {
    width: 100%;
    margin: 0px auto;
    padding: 15px 15px;
  }
  .marketpriceflex1 {
    padding: 15px 0px;
  }
  body {
    padding-bottom: 0px;
  }
  .gridparentbox {
  }
  .tradepagebg {
    padding-bottom: 112px;
  }
  .tradepage .sitecontainer {
    padding: 0px 10px;
  }
  .walletpagesect .centerbox .contentbox {
    padding: 15px 5px;
  }

  .walletamt h5 strong {
    font-size: 15px;
  }
  .walletamt h5 {
    line-height: 26px;
  }

  .kyccenterbox{
    margin-bottom: 60px;
  }

  .mlmwizardform .action-button{
    position: relative;
    bottom: 15px;
  }

  .kycboxleft .mlmwizardform form fieldset:last-child input.sitebtn{
    position: relative;
    top: -10px;
  }

  .gridparentbox .securityinnerbox .panelcontentbox:nth-child(2){
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .addbanner img {
    max-width: 400px;
    margin: 0px auto;
  }
  .bottommenulist li a {
    padding: 14px 6px;
    font-size: 11px;
  }
  .successtable table tr td {
    padding: 5px 6px !important;
    font-size: 12px !important;
    white-space: inherit !important;
    word-break: break-word;
  }

  .topboxparentbg .centerbox .panelcontentbox{
    margin-bottom: 65px;
  }
}
@media (max-width: 420px) {
  .successtable tr > td:last-child {
    width: 139px;
    word-break: break-all;
  }
}
@media (max-width: 320px) {
  .orderform {
    xbottom: -3px;
    xz-index: 99999999999;
  }
}
.historytab .form-group {
  position: relative;
}
.historytab span.btn.max-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.w-text {
  padding-top: 10px;
  display: table;
  width: 100%;
}
.w-text > span {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.lightblue {
  padding: 3px 11px;
  background: #e7e7ff;
  color: #11118b;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
.w-text > span:last-child {
  text-align: right;
}
.w-text .h6 {
  font-size: 14px;
  margin: 0px;
  color: #8b8b8b;
  cursor: pointer;
}
@media (max-width: 400px) {
  .marketlist .table tbody tr td {
    font-size: 12px;
  }
}
.tradepagebg .modal {
  top: 13px;
}
.tradepagebg .modal .left-align {
  padding: 3px 10px;
}
.tradepagebg .modal h5 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 18px !important;
}
.tradepagebg .modal .sitebtn {
  border-radius: 5px !important;
}
@media (max-width: 991px) {
  .tradepagebg .modal {
    z-index: 99999999999;
    margin-top: 0;
  }
  .tradepagebg .modal .left-align > div {
    width: 50%;
    float: left;
    font-size: 12px;
    padding: 0px 15px;
  }
  .tradepagebg .modal h5 {
    font-size: 15px;
    padding-bottom: 15px !important;
  }
}



.gridparentbox .profilepagebg .panelcontentbox:nth-child(2) .profiletablebox:last-child>div:last-child a:last-child{
  padding-top: 8px;
  display: block;
  text-decoration: underline;
}

.webhide .balanceboxm .form-control{
  text-transform: uppercase;
  height: 25px;
  font-size: 11px;
  padding: 2px 4px;
  width: auto;
  margin-left: 8px;
  background: #161674;
  border: 1px solid #6363cd !important;
  color: #fff;
}

.webhide .balanceboxm .form-group{
  margin-bottom: 0px;
}

.webhide .balanceboxm>div{
  width: 100%;
}

.webhide .balanceboxm .h6{
  display: inline-flex;
  align-items: center;
}

.webhide .balanceboxm .h5{
  color: #fff;
  font-size: 22px;
}

@media (max-width:650px)
{
  .chatboxtop .contentpanel
  {
    padding:10px 0px;
  }
  .chat .chat-body p
  {
    padding:15px;
  }
}