@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  background-color: #010101;
  font-family: "Montserrat", sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #555; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #777; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

.form-control::placeholder {
  color: #ffffffb7;
}
textarea.form-control {
  min-height: 120px;
}
label{
  color:#fff;
}
table .btn {
    border: 2px solid #ffffff29;
}
.btn.btn-primary {
  background-color: green;
}
.btn.btn-success {
  background-color: green;
}
p {
  margin-bottom: 10px;
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  transition: 0.3s;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  transition: 0.3s;
}
a {
  transition: 0.3s;
}
img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn {
  padding: 8px 27px;
  border: 2px solid #0000;
  /* background-color: transparent; */
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  z-index: 0;
}
.btn:hover {
  color: #fff;
}
.btn.dark_btn {
  border: 1px solid #0000;
}
.btn.dark_btn:hover {
  color: #0094FF;
  border: 1px solid #0000;
}
.btn.bg_btn {
  background-color: #0094FF;
  border: 1px solid #0094FF;
  box-shadow: 0 5px 8px #0094FF5E;
}
.btn.border_btn {
  /* background-color: #010101; */
  border: 1px solid #0094FF;
  box-shadow: 0 0 14px inset #0094FFC9;
}
.btn.border_btn:hover {
  background-color: #0094FF;
  color: #fff;
}
.btn.bg_btn:hover {
  color: #0094FF;
  background-color: transparent;
}
.form-check-input {
  background-color: #646A6C;
}
.form-check-input:checked {
  background-color: #fff;
}



.check-input-div {
  position: absolute;
  width: 36px;
  height: 20px;
  top: 2px;
  right: 16px;
}
.form-check-input[type="checkbox"]{
  position: relative;
  width: 36px;
  background: gainsboro;
  -webkit-appearance: none;
  height: 20px;
  background: #646A6C;
  outline: none;
  border-radius: 30px;
  transition: 0.3s;
}
.form-check-input[type="checkbox"]:checked{
  background:#fff;
}
.form-check-input[type="checkbox"]:before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  background: #000;
  border-radius: 50%;
  top: 4px;
  transform: scale(1.1);transition: 0.3s;
}
.form-check-input[type="checkbox"]:checked:before{
  left:20px;
}



/*-----header css start-------*/
.user-dashboard-header {
  padding: 10px 0;
  background-color: #151515;
  border-bottom: 1px solid #2C2C2C;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}.user-dashboard-header .site_logo img {
  height: 38px;
  width: auto;
  object-fit: contain;
  object-position: left;
}

/*-----header css start-------*/
.tradeseting button img {
  width: 20px;
  height: 20px;
}
.tradeseting button {
  background-color: #1F1F1F;
  border-radius: 2px;
  height: 30px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.tradeseting {
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.tradesetingSec {
  padding: 15px 0 10px 75px;
  margin-top: 69px;
}
.favorite_star img {
  width: 24px;
  height: 24px;
}
.favorite_star a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #010101;
  border-radius: 50px;
  position: relative;
}
.favorite_star button span, .favorite_star a span {
  width: 7px;
  height: 7px;
  display: block;
  background-color: red;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1;
}
.favorite_star .btnProfile {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #010101;
  border-radius: 50px;
  position: relative;
  border: 1px solid #2C2C2C;
}
.favorite_star .btnProfile svg {
  width: 22px;
  height: 22px;
}
.favorite_star .btnProfile img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
/*.favorite_star .btnProfile span {*/
/*  width: 7px;*/
/*  height: 7px;*/
/*  display: block;*/
/*  background-color: red;*/
/*  border-radius: 10px;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 12px;*/
/*  z-index: 1;*/
/*}*/
.favorite_star .btnProfile span {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ff0000;
    border-radius: 10px;
    position: absolute;
    top: 1px;
    right: -1px;
    z-index: 1;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}
.favorite_star {
  padding-left: 28px;
}
.itemList img {
  width: 24px;
  height: 24px;
}
.itemList h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #ffff;
  margin: 0;
}
.right-header-row .itemList a h5 {
  font-size: 18px;
}
.itemList a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
}
.itemList h5 small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff96;
}
.left-header-row {
  display: flex;
  align-items: center;
}
.itemListing {
  display: flex;
  column-gap: 10px;
  margin-left: 25px;
}
.itemList {
  border: 1px solid #2C2C2C;
  background-color: #151515;
  padding: 4px 11px;
  border-radius: 8px;
  position: relative;
}
.itemList .closeBtn svg {
  width: 18px;
  height: 18px;
}
.itemList .closeBtn {
  border: none;
  padding: 0px;
  position: absolute;
  top: -13px;
  right: -8px;
  background-color: transparent;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  opacity: 0;
  visibility: hidden;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.itemList:hover .closeBtn {
  opacity: 1;
  visibility: visible;
}
.itemTradesbody .itemList {
  background-color: #646A6C;
}
.itemTradesbody {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
}
.itemList a i {
  color: #fff;
  font-size: 18px;
}
.user-dashboard-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
}
.admin-dashboard-header-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
}
.right-header-row {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.tradingview-widget-container div {
  width: 100% !important;
}
.navmenu .menu-link a img, .navmenu .menu-link a svg {
  width: 22px;
  height: 22px;
}
.navmenu .menu-link button svg, .navmenu .menu-link button img {
  width: 22px;
  height: 22px;
}
.navmenu .menu-link a, .navmenu .menu-link button {
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  padding: 6px 4px;
  row-gap: 2px;
  width: 100px;
  white-space: wrap;
  word-wrap: break-word;
  text-align: center;
  line-height: 16px;
  border: none;
}
.navmenu .menu-link a i, .navmenu .menu-link button i {
  font-size: 18px;
  margin-bottom: 1px;
}
.navmenu .menu-link.active button, .navmenu .menu-link:hover button, .navmenu .menu-link button[aria-expanded="true"], .navmenu .menu-link button[aria-expanded="true"] {
  background-color: #010101;
  opacity: 1;
}
.navmenu .menu-link.active a, .navmenu .menu-link:hover a {
  background-color: #010101;
  opacity: 1;
}
.navmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.form-check.form-switch .form-check-input:focus {
  box-shadow: 0 0 15px #ffffff5c;
  border: none;
  outline: none;
}
.navmenu .menu-link[aria-expanded="true"] a {
  background-color: #010101;
  opacity: 1;
}
.form-check.form-switch .form-check-input {
  border: none;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 15px #ffffff5c;
}
.leftnavmenu {
  /* padding: 28px 10px; */
  padding: 0px 0 28px;
  position: fixed;
  top: 63px;
  height: calc(100vh - 63px);
  left: 0;
  z-index: 99;
  background-color: #151515f7;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0;
  /* row-gap: 30px; */
  border-right: 1px solid #2C2C2C;
  width: 100px;
  overflow-x: hidden;
}
.menu-link.thememode a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
/*  background-color: #010101;*/
  padding: 14px 8px;
}
.rightnavmenu {
  padding: 0px 0 28px;
  position: relative;
  top: 63px;
  height: calc(100vh - 63px);
  right: 0;
  z-index: 99;
  background-color: #313536f5;
/*  background-color: #151515f7;*/
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-sidebar_fix {
  background-color: #151515d4;
  padding: 20px 16px;
  position: relative;
  right: 0;
  top: 63px;
  height: calc(100vh - 63px);
  z-index: 99;
  width: 182px;
}
.main-dashboard {
  display: flex;
  justify-content: space-between;
}
.right_sidebarcol {
  display: flex;
}
.center_part {
  width: 100%;
}
.sidebar_btn {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sidebar_btn .btn.bg_btn {
  border-radius: 10px;
  background-color: #fff;
  border-color: #fff;
  color: #010101;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  box-shadow: none;
  box-shadow: 0 0 12px #ffffff9e;
  padding: 8px 20px;
}
.sidebar_btn .btn.bg_btn:hover {
  color: #fff;
}
.sidebar_btn .btn img {
  /*filter: brightness(0) invert(1);
  opacity: 0.6;*/
}
.sidebar_btn .btn:hover img {
/*  opacity: 1;*/
  filter: brightness(0) invert(1);
}
.sidebar_btn .btn.butBtn {
  /*background-color: #32ac41;
  border-color: #32ac41;*/
}
.sidebar_btn .btn.butBtn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .1))), #32ac41;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #32ac41;
  -webkit-box-shadow: 0 0 10px #40cb53;
  box-shadow: 0 0 10px #40cb53;
  border-color: #32ac41;
}
.sidebar_btn .btn.sellBtn {
  /*background-color: #f3382c;
  border-color: #f3382c;*/
}
.sidebar_btn .btn.sellBtn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .1))), #f3382c;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)), #f3382c;
  -webkit-box-shadow: 0 0 10px 0 #f44c41;
  box-shadow: 0 0 10px 0 #f44c41;
  border-color: #f3382c;
}
.sidebar_btn .btn.bg_btn img {
  width: 22px;
  height: 22px;
  transition: 0.4s;
}
.sidebar_btn .btn.bg_btn.butBtn:hover img {
  transform: rotate(-45deg);
}
.sidebar_btn .btn.sellBtn:hover img {
  transform: rotate(45deg);
}
.tableSpan {
  font-weight: 600;
  display: block;
}
td, th {
  vertical-align: middle;
}
.priceUp {
  color: #32ac41;
  font-weight: 600;
}
.priceDown {
  color: #f3382c;
  font-weight: 600;
}
.tradeResult_pop {
  cursor: pointer;
}
.right-sidebar_fix .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 20px 0 16px;
  text-align: center;
}
.right-sidebar_fix .title span {
  font-weight: 600;
  color: #6ADB6A;
  margin-left: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.incBottom {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.incTop .form-control:focus {
  box-shadow: none;
  outline: none;
}
.incTop .form-control {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
.incTop .form-control::placeholder {
  color: #fff;
}
.incTop {
  border-radius: 5px;
  border: 1px solid #FFFFFF29;
  padding: 10px 10px;
}
.incTop h5 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  color: #FFFFFF99;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}
.incTop h5 img {
  width: 14px;
  height: 14px;
}
.incBottom .btn {
  flex: 1;
  border-radius: 5px;
  border: 1px solid #FFFFFF29;
  padding: 0px 10px;
}
.incBottom .btn img {
  height: 24px;
  width: 24px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.incBottom .btn img:hover {
  filter: brightness(0) invert(0.7);
}
.collapsePop {
  position: absolute;
  left: 0;
  top: 55px;
  border: 1px solid #2C2C2C;
  background-color: #151515;
  border-radius: 10px;
  width: auto;
  z-index: 99;
  transition: 0.4s ease-in-out;
}
#selecttradeCollapse {
  top: 55px;
  width: 385px;
}
.searchoption {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 15px;
  border-bottom: 1px solid #2C2C2C;
  padding: 16px 15px 16px;
  margin-bottom: 16px;
}
.searchoption .btn.grayBtn {
  border: 1px solid #2C2C2C;
  background-color: #272727;
  border-radius: 8px;
  max-width: 61px;
  padding: 4px 10px;
  width: 100%;
}
.searchoption .btn.grayBtn img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.searchoption .btn.grayBtn.searchbar {
  max-width: 206px;
  cursor: default;
  padding: 0px 10px;
}
.searchoption .btn.grayBtn.searchbar img {
  width: 20px;
  height: 20px;
}
.searchoption .btn.grayBtn.searchbar .searchinput {
  background-color: transparent;
  border: none;
  color: #fff;
  height: 100%;
  width: 100%;
}
.searchoption .btn.grayBtn.searchbar .searchinput:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.selectFavorite {
  list-style: none;
  padding: 0 15px 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.selectFavorite li {
  display: flex;
  column-gap: 12px;
  justify-content: space-between;
}
.selectFavorite li.titleline .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #FFFFFF9E;
  margin: 0;
}
.currenciesOption {
  display: flex;
  width: 70%;
  align-items: center;
  padding-left: 22px;
  position: relative;
}
.currenciesOption .starSelect {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
}
.currenciesOption img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.currenciesOption .title {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.currenciesOption .title small {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #A1A1A1;
  line-height: 16px;
}
.payoutOption .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.modal-content.darkBackground {
  border: 1px solid #2C2C2C;
  background-color: #151515;
  border-radius: 10px;
}
#stocktrade .modal-body {
  padding: 0;
}
#stocktrade .modal-body .nav-tabs {
  padding: 24px 16px;
  border-bottom: 1px solid #2C2C2C;
  column-gap: 15px;
}
#stocktrade .modal-body .nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  color: #ffffffd6;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
#stocktrade .modal-body .nav-tabs .nav-link.active, #stocktrade .modal-body .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #646A6C;
  border-color: #FFFFFF33;
}
#stocktrade .modal-body #myTabContent {
  padding: 24px 16px;
}
.right-header-row .itemList {
  border: none;
  background-color: transparent;
  padding: 0;
}
.btn.depositBtn {
  border: 1px solid #2C2C2C;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #010101;
  color: #fff;
}
#stocktrade .modal-dialog {
  max-width: 375px;
}
.form-check.form-switch {
  padding-left: 0;
  padding-right: 2.5px;
  position: relative;
}
/*.form-check.form-switch .form-check-input {
  left: unset;
  position: absolute;
  right: 0;
  top: 0;
}*/
.form-check.form-switch .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.form-check.form-switch {
  padding-bottom: 15px;
  border-bottom: 1px solid #2C2C2C;
  margin-bottom: 15px;
}
.form-check.form-switch:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.right-header-row #accounttradeCollapse {
  position: absolute;
  left: 0;
  top: 50px;
  border: 1px solid #2C2C2C;
  background-color: #151515;
  border-radius: 10px;
  width: 279px;
  z-index: 99;
}
.accounttradeCollapse_body .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 16px 16px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #2C2C2C;
}
.accountOption {
  margin-bottom: 20px;
/*  padding: 0px 16px 0;*/
/*  border-bottom: 1px solid #2C2C2C;*/
}

.accountOption .form-check {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
/*  padding-right: 30px;*/
  align-items: center;
  position: relative;
}
.accountOption .form-check {
  padding: 0px 46px 16px 16px;
  border-bottom: 1px solid #2C2C2C;
}
.accountOption .form-check .form-check-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}
.accountOption .form-check .form-check-label small {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFFCF;
  display: block;
  padding-bottom: 5px;
}
.accountOption .form-check-input {
  position: absolute;
  right: 20px;
  top: 8px;
}
.accountOption .form-check .menuicon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 8px;
}
.accountOption .twoBtn {
  padding: 0 16px;
}
.twoBtn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}
.twoBtn .btn {
  border: 1px solid #646A6C;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #646A6C;
  color: #fff;
}
.twoBtn .btn.themeBtn {
  background-color: #0094FF;
  border: 1px solid #0094FF;
}
.addAccount a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.addAccount {
  padding: 0px 16px 16px;
}
.searchoption .btn.grayBtn.active, .searchoption .btn.grayBtn:hover {
  background-color: #646A6C;
  border-color: #FFFFFF33;
}
#stocktrade .modal-body .nav-tabs .nav-link {
  color: #ffffffd6;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  border: 1px solid #2C2C2C;
  background-color: #272727;
  border-radius: 8px;
  max-width: 61px;
  padding: 8px 10px;
  width: 61px;
}
#stocktrade .modal-body .nav-tabs .nav-link img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.tradeView iframe {
  height: 70vh !important;
}
.tradeViewSec .tradeView .tradingview-widget-container {
  margin: -2px -2px -10px;
}
.tradeViewSec .tradeView {
  overflow: hidden;
  position: relative;
}
.dashboard-contentbody {
  margin: 83px 0 0 108px;
  position: relative;
}
.DepositSec .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #646A6C;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 16px;
}
.pagination .page-item .page-link {
  background-color: transparent !important;
  border-color: #272727;
  font-size: 14px;
  color: #ccc;
}
.pagination .page-item.active .page-link {
  color: #0094ff;
  font-weight: 600;
}
.DepositSec .nav-tabs {
  display: flex;
  column-gap: 46px;
  flex-wrap: wrap;
  row-gap: 0;
  border-bottom: 1px solid #2C2C2C;
}
.DepositSec .nav-tabs .nav-item .nav-link svg path {
  stroke: #646A6C;
}
.DepositSec .nav-tabs .nav-item .nav-link.active svg path {
  stroke: #0094FF;
}
.DepositSec .nav-tabs .nav-item .nav-link.active  {
  color: #0094FF;
  border-bottom-color: #0094FF;
}
.DepositSec .tab-content {
  margin-top: 40px;
}
.cardBox {
  background-color: #151515;
  padding: 24px;
  border-radius: 20px;
}
.card_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 20px;
}
.deposit_box.cardBox .card_title {
  margin-bottom: 24px;
}
.sub_deposit_box {
  border: 1px solid #2C2C2C;
  border-radius: 10px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  text-align: center;
  height: 100%;
}
.sub_deposit_box .sub_card_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin: 12px 0 0;
}
.sub_deposit_box p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #9D9D9D;
  margin-bottom: 20px;
}
.sub_deposit_box img {
  height: 32px;
  width: 100%;
  object-fit: contain;
}
.sub_deposit_box a {
  font-weight: 600;
  color: #0094FF;
  font-size: 18px;
  line-height: 24px;
}
.deposit_box.cardBox {
  padding-bottom: 0;
}
.fillterOption {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: end;
  position: relative;
}
.fillterOption .searchbar {
  display: flex;
  align-items: center;
  max-width: 206px;
  background-color: #272727;
  border: 1px solid #2C2C2C;
  border-radius: 8px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.fillterOption .searchbar .form-control {
  color: #fff;
  background-color: transparent;
  border: none;
}
.fillterOption .searchbar button {
  background-color: transparent;
  padding: 5px 10px;
  border: none;
  line-height: 10px;
  height: 40px;
}
.fillterOption .fillterBtn {
  padding: 0px 0px;
  border-radius: 6px;
  background-color: #272727;
  border: none;
}
.fillterOption .fillterBtn img {
    height: 40px;
    width: 40px;
    padding: 6px 8px;
}
.table.table-dark thead th {
  color: #9D9D9D;
  background-color: transparent;
  border-bottom: 1px solid #2C2C2C;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 24px;
  white-space: nowrap;
  border-top: 1px solid #2C2C2C;
}
.table.table-dark tbody td {
  background-color: transparent;
  border: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 24px;
  white-space: nowrap;
}
.table.table-dark tbody tr:nth-child(2n+1) td {
  background: #2C2C2C !important;
}
/*.cardBox .table-responsive {*/
/*  margin: 0 -24px;*/
/*}*/
.sub_deposit_box a {
  font-weight: 600;
  color: #151515;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  background-color: #fff;
  padding: 8px 32px;
  border-radius: 50px;
}
.sub_deposit_box a:hover {
  color: #fff;
  background-color: #0000;
}
.icon_topborder {
  text-align: center;
  border-top: 1px solid #FFFFFF29;
  padding-top: 5px;
  margin: 10px -10px -10px;
  padding-bottom: 8px;
}
.icon_topborder svg {
  width: 20px;
  height: 20px;
}
#stocktradeCollapse {
  width: 362px;
  top: 40px;
}
.tab-content .form-check.form-switch.form-switch-left {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 58px;
  padding-right: 16px;
}
.form-check.form-switch.form-switch-left {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 58px;
  padding-right: 16px;
}
.collapsePop .nav-tabs {
  border: none;
  column-gap: 12px;
}
.collapsePop .nav-tabs .nav-item .nav-link {
  background-color: #272727;
  min-width: 62px;
  border-radius: 8px;
  border: 1px solid #2C2C2C;
  min-height: 30px;
}
.tab-content .form-check.form-switch {
  padding: 0 50px 16px 16px;
}
/*.tab-content .form-check.form-switch .form-check-input {
  right: 16px;
}*/
.tab-content .smalltitle {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #646A6C;
  padding: 16px 16px 16px;
  margin: 0;
}
.collapsePop .nav-tabs .nav-item .nav-link.active {
  background-color: #646A6C;
  border-color: #646A6C;
}
button[aria-expanded="true"] {
  background-color: #646A6C;
}
.fillterOption .collapsePop{
  left: auto;
  right: 0;
}
.filterCollapse_body {
  padding: 20px 20px;
}
.chartbtn {
  padding: 0 16px 16px;
}
.chartbtn .btn.bg_btn {
  width: 100%;
  box-shadow: none;
  background-color: #272727;
  border: 1px solid #272727;
  border-radius: 8px;
  height: 40px;
}
.timeframes {
  display: flex;
  list-style: none;
  padding: 16px 16px 0 16px;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.timeframes li .btn {
  background-color: #272727;
  min-width: 62px;
  border-radius: 8px;
  border: 1px solid #2C2C2C;
  min-height: 40px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  min-height: 32px;
  min-width: 40px;
  line-height: 16px;
  color: #fff;
}
.timeframes li .btn:hover, .timeframes li .btn.active {
  background-color: #646A6C;
}
.leftviewtabs {
  display: flex;
/*  column-gap: 16px;*/
}
.leftviewtabs .nav-tabs {
  min-width: 150px;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  border-right: 1px solid #2C2C2C;
  margin: 0;
}
.leftviewtabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  padding: 0 16px;
  height: auto;
  min-height: unset;
  background-color: transparent;
  border: none;
  border-radius: 0;
  justify-content: flex-start;
  color: #646A6C;
}
.leftviewtabs .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #eee !important;
}
.leftviewtabs .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #eee !important;
  stroke: #eee !important;
}
.DepositSec .leftviewtabs .nav-tabs .nav-item .nav-link.active svg path {
  background-color: transparent;
  color: #eee !important;
  stroke: #eee !important;
}
.cardBox .leftviewtabs .tab-content .btn.btn-dark {
  border-color: #4d5154;
}
.leftviewtabs .tab-content {
  padding: 0;
  width: 100%;
}
.leftviewtabs .tab-content .tab-pane {
  width: 100%;
}
.leftviewtabs .tab-content .form-check.form-switch {
  padding: 0 50px 16px 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.leftviewtabs .boxbg .form-check.form-switch .form-check-label {
  margin-bottom: 0;
}
#stocktradeCollapse .maintabs.nav-tabs {
  padding: 16px 16px 0;
  /* border-bottom: 1px solid #2C2C2C; */
}
.leftviewtabs .tab-content .smalltitle {
  padding: 16px 16px 16px;
}
.form-check .form-check-label {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
}
.colorOption {
  display: flex;
/*  justify-content: space-between;*/
  column-gap: 56px;
  flex-wrap: wrap;
  row-gap: 16px;
/*  padding-bottom: 16px;*/
}
.colorOption label {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.colorOption .inpuBox {
  display: flex;
  column-gap: 8px;
}
.colorOption .inpuBox input {
  width: 36px;
  height: 36px;
  padding: 3px;
  border: 1px solid #646A6C;
  border-radius: 4px;
  background-color: transparent;
  min-width: 32px;
}
.tab-content .smallsubtitle {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #646A6C;
  margin: 0 0 8px;
}
#chartThemeColor .modal-dialog {
  max-width: 390px;
}
.colorOption .form-select {
  max-width: 94px;
  background-color: transparent;
  border: 1px solid #646A6C;
  height: 36px;
  line-height: 18px;
  color: #ffffffbd;
  font-size: 14px;
  min-width: 94px;
}
.mboderbottom {
  border-bottom: 1px solid #2C2C2C; 
}
.selectinputOption {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
/*  padding-bottom: 16px;*/
}
.selectinputOption .selectOption {
  flex: 1;
}
.selectinputOption .selectOption .form-select {
  background-color: transparent;
  border: 1px solid #646A6C;
  height: 36px;
  line-height: 18px;
  color: #ffffffbd;
  font-size: 14px;
  padding-right: 24px;
  background-position: 97% 10px;
  border-radius: 8px;
}
.selectinputOption label {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.selectinputOption .inputOption {
  min-width: 101px;
  max-width: 101px;
  width: 100%;
}
.selectinputOption .inputOption .input-group {
  background-color: transparent;
  border: 1px solid #646A6C;
  height: 32px;
  line-height: 18px;
  color: #ffffffbd;
  font-size: 14px;
  border-radius: 8px;
}
.selectinputOption .inputOption .input-group .form-control {
  background-color: transparent;
  height: 31px;
  border: none;
  line-height: 18px;
  color: #ffffffbd;
  font-size: 14px;
}
.selectinputOption .inputOption .input-group .form-control::placeholder {
  color: #ffffffbd;
}
.selectinputOption .inputOption .input-group .input-group-text {
  background-color: transparent;
  height: 31px;
  border: none;
  color: #fff;
}
.btngroup {
  display: flex;
  column-gap: 16px;
}
.btngroup .btn {
  font-size: 14px;
  border-radius: 8px;
  flex: 1;
}
.btngroup .btn.grayBtn:hover {
  background-color: #fff;
  color: #1F1F1F;
}
.borderlines {
  width: 257px;
  border-radius: 10px;
  overflow: hidden;
}
.borderlines button {
  border-bottom: 1px solid #2C2C2C;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  column-gap: 10px;
  padding: 6px 6px !important;
  height: auto;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.tab-content.horizTabcontent .tab-pane .btngroup .btn {
  height: 32px;
  padding: 2px 10px;
  justify-content: center;
  border-radius: 8px;
}
.tab-content.horizTabcontent .tab-pane .btngroup .btn.grayBtn {
  background-color: #646A6C;
}
.tab-content.horizTabcontent .tab-pane .btngroup .btn.bgBtn {
  background-color: #0094FF;
}
.tab-content.horizTabcontent .tab-pane .btngroup .btn.grayBtn:hover, .tab-content.horizTabcontent .tab-pane .btngroup .btn.bgBtn:hover {
  background-color: #fff;
}
.borderlines button svg {
  background-color: #272727;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  /* border: 1px solid #2C2C2C; */
  transition: 0.3s;
}
#stocklinesCollapse {
  top: 40px;
}
#stockotherCollapse {
  top: 40px;
}
.borderlines button.active svg, .borderlines button:hover svg {
  background-color: #646A6C;
}
.otherOption {
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.otherOption button {
  border-radius: 8px;
  border: 1px solid #2C2C2C;
}
.collapsePop.sub-collapsePop {
  top: 0;
  left: 60px;
}
#stockelementCollapse {
  width: 268px;
}
.elementCollapsebox button svg {
  width: 20px;
  height: 20px;
}
.elementCollapsebox button {
  padding: 5px !important;
  width: auto;
  height: 32px;
  min-width: 32px;
}
.elementCollapsebox .p-3 {
  padding: 8px 10px !important;
}
.elementCollapsebox .p-3 {
  display: flex;
  column-gap: 6px;
}
.form-check.form-switch.form-switch-left .check-input-div {
  right: unset;
  left: 16px;
}
#stocksettingCollapse {
  width: 599px;
  top: 40px;
}
#stocksettingCollapse .leftviewtabs .nav-tabs {
  min-width: 200px;
  max-width: 200px;
  padding: 24px 0;
  row-gap: 12px;
}
#stocksettingCollapse .leftviewtabs .tab-content .tab-pane {
  padding: 24px 16px;
}
.smallwhitetitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.boxbg {
  padding: 16px;
  background-color: #313536f2;
  border-radius: 10px;
}
.boxbg label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.boxbg .form-select {
  border-radius: 8px;
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #FFFFFFC4;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  min-height: 40px;
  padding: 10px 16px;
}
.tablinkcol .link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #0094FF;
  text-align: center;
  display: block;
  padding: 16px;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.leftviewtabs .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.leftviewtabs .nav-tabs .nav-item .nav-link svg, .leftviewtabs .nav-tabs .nav-item .nav-link img {
  background-color: #272727;
  min-width: 40px;
  border-radius: 8px;
  border: 1px solid #2C2C2C;
  min-height: 30px;
  padding: 6px;
  width: 40px;
  height: 30px;
}
.leftviewtabs .nav-tabs .nav-item .nav-link.active svg, .leftviewtabs .nav-tabs .nav-item .nav-link.active img {
  background-color: #646A6C;
  border-color: #888888;
  box-shadow: 0 0 10px #888888;
}
.trading_mode_body.boxbg {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.trading_mode_body.boxbg .pop_btn {
  width: 50%;
}
.trading_mode_body.boxbg .content-col {
  width: 60%;
}
.trading_mode_body.boxbg .pop_btn {
  padding: 24px 16px;
  background-color: #27272799;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.trading_mode_body.boxbg .pop_btn .btn img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
.trading_mode_body.boxbg .pop_btn .btn {
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px #ffffff9e;
  opacity: 0.5;
  padding: 8px 10px;
  font-size: 14px;
}
.trading_mode_body.boxbg .pop_btn .btn.bg_btn.butBtn {
  background-color: #32ac41;
  border-color: #32ac41;
}
.trading_mode_body.boxbg .pop_btn .btn.bg_btn.sellBtn {
  background-color: #f3382c;
  border-color: #f3382c;
}
.trading_mode_body.boxbg .defaultmode_btn.pop_btn .btn.bg_btn img {
  filter: unset;
}
.trading_mode_body.boxbg .defaultmode_btn.pop_btn .btn.bg_btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.trading_mode_body.boxbg label {
  margin-bottom: 5px;
}
.trading_mode_body.boxbg p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.trading_mode_body.boxbg p span {
  display: block;
}
.tradeseting .btn-group .btn {
  width: 50%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #646A6C;
  min-height: 44px;
}
.tradeseting .btn-group .btn.active {
  background-color: #424649;
  border-color: #424649;
  color: #fff;
}
.tradeseting .btn-group {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.smallwhitetitle span {
  color: #646A6C;
  display: block;
}
#stocksettingCollapse .leftviewtabs .nav-tabs.horizTab {
  min-width: unset;
  max-width: 100%;
  padding: 24px 0 0;
  row-gap: unset;
  display: flex;
  flex-direction: unset;
  border-right: none;
  border-bottom: 1px solid#646A6C;
  margin-bottom: 24px;
  column-gap: 12px;
}
#stocksettingCollapse .leftviewtabs .nav-tabs.horizTab .nav-link {
  padding: 0 0 12px;
  color: #646A6C;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #0000;
  background-color: transparent;
}
#stocksettingCollapse .leftviewtabs .nav-tabs.horizTab .nav-link.active {
  font-weight: 500;
  color: #0094FF;
  border-color: #fff;
}
#stocksettingCollapse .leftviewtabs .tab-content.horizTabcontent .tab-pane {
  padding: 0;
}
.modal-body .btn-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 18px;
  height: 18px;
  background-color: #ffff;
  border-radius: 50px;
  padding: 4px;
  background-size: 12px;
}
.nav-tabs.horizTab {
  min-width: unset;
  max-width: 100%;
  padding: 24px 0 0;
  row-gap: unset;
  display: flex;
  flex-direction: unset;
  border-right: none;
  border-bottom: 1px solid#646A6C;
  margin-bottom: 24px;
  column-gap: 12px;
}
.nav-tabs.horizTab .nav-link {
  padding: 0 0 12px;
  color: #646A6C;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #0000;
  background-color: transparent;
}
.nav-tabs.horizTab .nav-link.active {
  font-weight: 500;
  color: #0094FF;
  border-color: #fff;
}
.tab-content.horizTabcontent .tab-pane {
  padding: 0;
}
.form-check.d-flex {
  column-gap: 10px;
  align-items: flex-start;
}
.form-check.d-flex .check-form-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #ffff;
  padding-top: 2px;
}

.form-check.d-flex input.check-form-input[type=checkbox] {
  position: relative;
  border: 2px solid #646A6C;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
}
/*.form-check.d-flex input.check-form-input[type=checkbox]:hover {
  opacity: 1;
}
.form-check.d-flex input.check-form-input[type=checkbox]:checked {
  background-color: #0000;
  opacity: 1;
}*/
.form-check.d-flex input.check-form-input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.form-check.d-flex input.check-form-input[type=checkbox]:checked::before {
  opacity: 1;
} 
#leaderBoardCollapse.collapsePop {
  position: fixed;
  bottom: 0;
  top: unset;
  right: 80px;
  left: unset;
  width: 380px;
  height: 80vh !important;
  z-index: 9999;
  overflow: hidden;
}
#leaderBoardCollapse.collapsePop .btn.closebtn {
  background-color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.collapseTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 16px;
  text-align: center;
}
.topranking {
  position: relative;
  display: flex;
  column-gap: 40px;
  padding: 40px;
}
.toprankUser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.toprankUser img {
  width: 78px;
  height: 70px;
  margin: 0 auto 15px;
}
.toprankUser h5 {
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.toprankUser h5 span {
  display: flex;
  align-items: center;
  font-size: 9px;
  line-height: 13px;
  justify-content: center;
}
.toprankUser h5 span img {
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 5px;
}
.toprankUser.topPos {
  position: relative;
  top: -70px;
}
.topranking {
  position: relative;
  display: flex;
  column-gap: 10px;
  padding: 80px 40px 70px;
  justify-content: space-between;
  z-index: 2;
}
.toprankUser::before {
  content: '';
  position: absolute;
  height: 270px;
  width: 270px;
  top: -70px;
  left: -90px;
  z-index: -1;
  opacity: 0.1;
}
.toprankUser.rank02::before {
  background: radial-gradient(50% 50% at 50% 50%, #8685EFED 0%, rgba(25, 25, 25, 0) 100%);
}
.toprankUser.rank01::before {
  background: radial-gradient(50% 50% at 50% 50%, #54ECC4 0%, rgba(25, 25, 25, 0) 100%);
}
.toprankUser.rank03::before {
  background: radial-gradient(50% 50% at 50% 50%, #F9F871 0%, rgba(25, 25, 25, 0) 100%);
}
.topranking::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #191919;
  width: 631px;
  height: 500px;
  top: -220px;
  border-radius: 100%;
  border: 1px solid #2C2C2C;
  left: -128px;
}
.popheader {
  position: relative;
  z-index: 4;
}
.topranking_list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 0 24px;
  margin-top: 33px;
  margin-bottom: 16px;
  overflow: auto;
  height: calc(100vh - 65vh);
}
.topranking_item img {
  border-radius: 100px;
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.topranking_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  border-radius: 10px;
  padding: 6px 8px;
  background: linear-gradient(90deg, #646A6C 0%, #272727 100%);
}
.topranking_item div {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.topranking_item span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
.topranking_item span.textgreen {
  color: #0FAF59;
  /* font-size: 16px; */
  /* line-height: 22px; */
}
.icontext img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.icontext li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.icontext {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.icontext li strong {
  font-size: 18px;
  line-height: 22px;
}
.deposit_secure {
  background-color: #151515;
/*  border: 1px solid #2C2C2C;*/
  padding: 24px;
  border-radius: 10px;
  margin: 0 0 24px;
}
.depositlogos {
  display: flex;
  align-items: center;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 25px;
}
.depositlogos img {
  height: 40px;
  object-fit: contain;
  width: 120px;
  padding: 5px;
  border: 1px solid #313536;
  border-radius: 10px;
}
.sub_deposit_box div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sub_deposit_box div h3.sub_card_title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.cardBox .sub_deposit_box {
  background-color: #313536;
  border: none;
}
.w_form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.w_form .form-control {
  border: 1px solid #646A6C;
  border-radius: 8px;
  height: 40px;
  background-color: #151515;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.w_form .form-select{
  border: 1px solid #646A6C;
  border-radius: 8px;
  height: 40px;
  background-color: #151515;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.w_form .form-control::placeholder {
  color: #ffffffb7;
}
.w_form .btn.bg-white {
  margin: 24px 0;
  min-width: 200px;
  color: #010101;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.w_form .btn.bg-white:hover {
  color: #0094FF;
  border-color: #0094FF;
  background-color: transparent !important;
}
.deposit_box .cardBox .sub_deposit_box {
  background-color: transparent;
  border: 1px solid #2C2C2C;
}
.stepprocess {
  display: flex;
  column-gap: 36px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 24px;
}
.stepprocess .nav-link {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #646A6C;
  display: flex;
  column-gap: 12px;
  align-items: center;
  padding: 0 110px 0 0;
  position: relative;
}
.stepprocess .nav-link.active {
  background-color: transparent;
}
.stepprocess .nav-link span {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50px;
  color: #fff;
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.stepprocess .nav-link.active span {
  background-color: #0094FF;
}
.stepprocess .nav-link.active {
  color: #ffff;
}
.stepprocess .nav-link::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  right: 0;
  background-color: #2C2C2C;
  top: 16px;
}
.nav.nav-pills.stepprocess .nav-item:last-child .nav-link {
  padding-right: 0;
}
.nav.nav-pills.stepprocess .nav-item:last-child .nav-link::after {
  display: none;
}
.profileCollapse #profileCollapse {
  left: unset;
  right: 0;
  width: 400px;
  padding: 16px;
}
.profileCollapsepop {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.profileCollapsepop .profilepopPic {
  min-width: 100px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100px;
  border: 5px solid #2c3034;
}
.profileDtls p {
  display: flex;
  margin: 0;
  align-items: center;
  column-gap: 10px;
  font-size: 12px;
  white-space: wrap;
  line-height: 20px;
  color: #eee;
  font-weight: 500;
}
.profileDtls p i {
  opacity: 0.5;
}
.list-group .list-group-item {
  background-color: transparent;
  font-size: 13px;
  border: none;
  padding: 2px 0;
  white-space: wrap;
  line-height: 17px;
  color: #eeec;
  font-weight: 500;
}
.list-group .list-group-item div strong {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.profileCollapse #profileCollapse .list-group {
  margin: 16px 0;
  padding: 16px;
  background-color: #222;
  border-radius: 10px;
}
.profileCollapse #profileCollapse .nav-links {
  padding: 12px 0;
  margin: 0;
  list-style: none;
}
.profileCollapse #profileCollapse .nav-links li a {
  width: 100%;
  justify-content: center;
  column-gap: 10px;
  padding: 10px 16px;
  border: none;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  font-weight: 500;
  height: unset;
  align-items: flex-start;
}
.profileDtls {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.profileCollapse #profileCollapse .nav-links li a i {
  position: relative;
  top: 1px;
}
.profileCollapse #profileCollapse {
  left: unset;
  right: 0;
  width: 400px;
}
.btnsGroup {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.btnsGroup .btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 50px;
}
.modal-content {
  background-color: #151515;
  border: 1px solid #2C2C2C;
}
.modal-title {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
#joinUsModal .modal-content p {
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
  font-weight: 300;
}

#joinUsModal .btnsGroup .btn.dark_btn {
  padding: 4px 10px 4px 4px;
  font-weight: 500;
  font-size: 14px;
}
.hot-keys-img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.hotkeys_option {
  display: flex;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  /* border-top: 1px solid #2C2C2C; */
  /* border-left: 1px solid #2C2C2C; */
  padding: 0;
  row-gap: 4px;
  column-gap: 4px;
}
nav .pagination {
  margin-bottom: 0;
}
.country_mg img {
  width: 22px;
  height: 22px;
}
.hotkeys_option li {
  /* border-bottom: 1px solid #2C2C2C; */
  /* border-right: 1px solid #2C2C2C; */
  flex: auto;
  padding: 10px 15px;
  box-shadow: 0 0 8px inset #0094FF;
  border-radius: 10px;
}
/*.hotkeys_option li:last-child {
  width: 100%;
}*/
.hotkeys_option li h4 {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
}
.hotkeys_option li p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  font-weight: 400;
}
.timezonejs-Selector.form-select {
  border-radius: 8px;
  background-color: #272727;
  border: none;
  color: #FFFFFFF5;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  padding: 2px 5px;
  width: 152px;
  min-width: unset;
  position: absolute;
  left: 75px;
  top: 2px;
  z-index: 2;
  background-image: none;
}
.timezonejs-Selector.form-select:focus {
  box-shadow: none;
  outline: none;
}
.rightnavmenu_collapse {
  display: flex;
  flex-direction: row-reverse;
}
.rightnavmenu_collapse .collapsePop {
  position: relative;
  width: 0px;
  height: calc(100vh - 63px) !important;
  top: 63px;
  border-radius: 0;
  transition: 0.1s ease-in-out;
  overflow: hidden;
}
.rightnavmenu_collapse .collapsePop.show {
  width: 350px;
}
.rightsidebar_title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
}
.rightsidebar_subtitle {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
}
.socialTrading_topbar {
  padding: 0px 10px;
}
.socialTrading_topbar .rightsidebar_title {
  text-align: center;
  padding: 13px 0;
  margin-bottom: 0;
}
.socialTrading_topbar .rightsidebar_subtitle {
  text-align: center;
  padding: 13px 0;
  margin-bottom: 0;
}
.socialTrading_topbar .form-select {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
}
.socialTradingList .topranking_list {
  margin: 0;
  padding: 0;
  row-gap: 1px;
  height: calc(100vh - 191px);
}
.socialTradingList .topranking_list .topranking_item {
  border-radius: 0;
  padding: 7px 10px;
  background: linear-gradient(90deg, #2f3233 0%, #272727 100%);
  margin-bottom: 1px;
}
.socialTradingList .topranking_list .topranking_item span small {
  display: block;
  color: #ffffffba;
}
.socialTradingList .topranking_list .topranking_item span.textgreen {
  text-align: right;
}
.socialTradingList .topranking_list .topranking_item span small span {
  font-size: 0.775rem;
}
.modal-body .btnsGroup .title {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.modal-body .btnsGroup div {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
}
.btn.dark_btn.facebookbtn {
  border: 1px solid #1976d2;
  color: #1976d2;
}
.btn.dark_btn.instagrambtn {
  border: 1px solid #eb4f69;
  color: #eb4f69;
}
.btn.dark_btn.telegrambtn {
  border: 1px solid #1c8adb;
  color: #1c8adb;
}
.btn.dark_btn.facebookbtn:hover {
  background-color: #1976d2;
  color: #fff;
}
.btn.dark_btn.instagrambtn:hover {
  background-color: #eb4f69;
  color: #fff;
}
.btn.dark_btn.telegrambtn:hover {
  background-color: #1c8adb;
  color: #fff;
}
.btnsGroup.hotkeysactive .btn.border_btn {
  border: 1px solid #0094FF;
  box-shadow: 0 0 14px inset #0094FFC9;
  color: #fff;
  font-weight: 400;
  width: fit-content;
}
.btn.green_btn {
  border: 1px solid #085408;
  color: #259e22;
  font-weight: 400;
  width: fit-content;
  box-shadow: 0 0 14px inset #085408;
}
.searchsocialTrading .form-control {
  background-color: transparent;
  margin-bottom: 15px;
  border: 1px solid #2C2C2C;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
}
.searchsocialTrading form {
  padding: 0 10px;
}
.emptyinfo {
  padding: 0 10px;
}
.alert.alert-primary {
  padding: 10px 10px;
  font-size: 14px;
  background-color: #272727;
  border: none;
  color: #fff;
  border-radius: 8px;
  column-gap: 8px;
}
.socialTradingSeting {
  padding: 0 10px;
}
.socialTradingList {
  height: calc(100vh - 191px);
  overflow: auto;
}
.socialTradingSeting .form-check.form-switch {
  padding-right: 58px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.socialTradingSeting .form-check.form-switch .form-check-label {
  font-size: 13px;
  font-weight: 400;
}
.pendingTrades_body .nav-tabs .nav-item {
  flex: auto;
}
.pendingTrades_body .nav-tabs .nav-link {
  padding: 0 5px;
  background-color: #272727;
  border: none !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #FFFFFF9E;
  margin: 0;
  width: 100%;
  border-radius: 0 !important;
}
.pendingTrades_topbar .rightsidebar_title {
  text-align: center;
  padding: 13px 0;
  margin-bottom: 0;
  position: relative;
}
.pendingTrades_body .nav-tabs {
  column-gap: 0;
}
.pendingTrades_body {
  padding: 0 10px;
}
.pendingTrades_body p {
  font-size: 14px;
  line-height: 18px;
  color: #ffff;
  font-weight: 400;
  margin: 12px 0;
}
.pendingTrades_body form label {
  font-size: 14px;
  color: #ffffffd1;
  line-height: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}
.pendingTrades_body form .form-select, .pendingTrades_body form .form-control {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
}
.pendingTrades_body form .input-group .input-group-text {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
}
.input-group.timeframeInput .incdicbutton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-group.timeframeInput .incdicbutton .btn {
  padding: 5px;
  border: none !important;
  width: 100%;
  justify-content: center;
}
.input-group.timeframeInput .incdicbutton .btn img {
  width: 20px;
  height: 20px;
}
.input-group.timeframeInput .incdicbutton .form-control {
  text-align: center;
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
}
.input-group.timeframeInput {
  flex-wrap: nowrap;
  column-gap: 10px;
}
.buysellBtn {
  display: flex;
  column-gap: 10px;
  padding: 12px 0;
}
.buysellBtn .btn {
  border-radius: 10px;
  background-color: #151515;
  border-color: #151515;
  color: #fff;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 0 12px #ffffff9e;
  padding: 8px 20px;
  flex: 1;
}
.buysellBtn .btn:hover {
  color: #fff;
}
.buysellBtn .btn.bg_btn img {
  width: 15px;
  height: 15px;
  transition: 0.4s;
  filter: brightness(0) invert(1);
}
.buysellBtn .btn.bg_btn.buyBtn {
  background-color: #151515;
  border-color: #32ac41;
  box-shadow: 0 0 12px #32ac41;
}
.buysellBtn .btn.bg_btn.buyBtn:hover {
  background-color: #32ac41;
}
.buysellBtn .btn.bg_btn.sellBtn {
  background-color: #151515;
  border-color: #f3382c;
  box-shadow: 0 0 12px #f3382c;
}
.buysellBtn .btn.bg_btn.sellBtn:hover {
  background-color: #f3382c;
}
.buysellBtn .btn.bg_btn.buyBtn:hover img {
  transform: rotate(-45deg);
}
.buysellBtn .btn.bg_btn.sellBtn:hover img {
  transform: rotate(45deg);
}
.timezonejs-Selector {
  position: absolute;
  left: 78px;
  top: 2px;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #646A6C;
  column-gap: 5px;
}
.timezonejs-Selector button {
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 0.7;
}
.timezonejs-Selector button svg {
  width: 14px;
  height: 14px;
}
.menu-link .settingsOPtion01 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0;
  list-style: none;
  row-gap: 6px;
  justify-content: center;
}
.menu-link .settingsOPtion01 .menu-link {
  width: 50%;
}
.menu-link .settingsOPtion01 .menu-link a, .menu-link .settingsOPtion01 .menu-link button {
  width: auto;
  padding: 4px;
  background-color: transparent !important;
  opacity: 1;
}
.menu-link .settingsOPtion01 .menu-link a i, .menu-link .settingsOPtion01 .menu-link a svg, .menu-link .settingsOPtion01 .menu-link a img {
  width: 16px;
  height: 16px;
  font-size: 14px;
}
.menu-link .settingsOPtion01 .menu-link button i, .menu-link .settingsOPtion01 .menu-link button svg, .menu-link .settingsOPtion01 .menu-link button img {
  width: 16px;
  height: 16px;
  font-size: 14px;
}
.search_options_Enable .form-check.form-switch.form-switch-left .check-input-div {
  left: 0;
}
.search_options_Enable .form-check.form-switch.form-switch-left {
  padding-left: 42px;
}
.symbolSearchModal .searchbtnpop {
  position: absolute;
  top: 73px;
  left: 46.5%;
  z-index: 99;
}
.symbolSearchModal .searchoption.symbolsinput {
  flex-direction: column;
  row-gap: 0;
}
.symbolSearchModal #symbolSearchCollapse {
  border: none;
  background-color: transparent;
  border-radius: 0;
  position: fixed;
  max-width: 650px;
  width: 0;
  left: 5%;
  top: 118px;
  transform: translate(-50%, 0%);
  z-index: 99;
}
/*.symbolSearchModal #symbolSearchCollapse.collapsing:not(.show) {
  width: 0%;
  left: 5%;
}*/
.symbolSearchModal #symbolSearchCollapse.show {
  width: 100%;
  left: 50%;
}
.symbolSearchModal #symbolSearchCollapse .searchoption_body {
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.symbolSearchModal #symbolSearchCollapse.show .searchoption_body {
/*  height: calc(80vh - 150px);*/
  height: 320px;
}
.symbolSearchModal #symbolSearchCollapse .searchoption_body {
  border: 1px solid #2C2C2C;
  background-color: #151515;
  border-radius: 10px;
  padding: 16px 0 0;
}
.symbolSearchModal .searchoption .btn.grayBtn.searchbar {
  width: 100%;
  max-width: 100%;
  background-color: #272727;
}
.symbolSearchModal #symbolSearchCollapse .searchoption.symbolsinput {
  border-bottom: none;
  padding: 0;
}
.symbolSearchModal .searchoption .btn.grayBtn.searchbar .searchinput {
  min-height: 38px;
}
.collapse-title {
  color: #ffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.symbolSearchModal .searchbtnpop {
  margin: 16px auto 0;
  display: block;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  background-color: #646a6c;
}
.searchoption.searchoptionlist .btn.grayBtn {
  font-size: 12px;
  line-height: 18px;
  width: fit-content;
  max-width: unset;
}
.searchoption.searchoptionlist {
  padding: 0 16px;
  margin-bottom: 16px;
  border-bottom: none;
}
.leader-board-l .stag.section .topranking::before {
  border: none;
  background-color: transparent;
}
.leader-board-l .stag.section .topranking {
  padding-bottom: 40px;
  padding: 120px 40px 40px;
}
.timezonejs-Selector #timezonejsCollapse {
  top: 40px;
  left: 115px;
}
#leaderBoardCollapse.collapsePop .ranking-table {
  padding: 0px 10px 16px;
  overflow: auto;
  height: calc(100vh - 60vh);
}
#leaderBoardCollapse.collapsePop .ranking-table .table.table-borderless {
  margin-bottom: 0;
}
.topranking + .collapseTitle {
  position: relative;
  z-index: 3;
  top: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: -70px;
  padding-bottom: 40px;
}
.topranking + .collapseTitle label {
  font-size: 16px;
  margin-bottom: 5px;
}
.topranking + .collapseTitle span {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.filter-form {
  /* display: flex; */
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.filter-form .form-group.dateSelect {
  /* max-width: 170px; */
  width: 100%;
}
.filter-form .form-group.HistorySelect {
  max-width: 250px;
  width: 100%;
}
.filter-form label {
  font-size: 14px;
  color: #ffffffd1;
  line-height: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}
.filter-form .form-control {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
  width: 100%;
}
.filter-form .btn.bg_btn {
  border-radius: 8px;
  height: 40px;
  font-size: 14px;
}
.filter-form .form-select{
background-color: #272727;
border: 1px solid #2C2C2C;
color: #fff;
font-size: 14px;
border-radius: 8px;
line-height: 22px;
font-weight: 500;
padding: 8px 10px;
width: 100%;
}
.cardBox .leftviewtabs .tab-content {
  margin: 0;
  padding: 16px 0px 16px 16px;
}
.cardBox .leftviewtabs .nav-tabs {
  min-width: 210px;
  border-bottom: none;
}
.cardBox .leftviewtabs .nav-tabs .nav-item .nav-link {
  text-align: left;
}
.cardBox .leftviewtabs .tab-content .nav-tabs {
  border-bottom: 1px solid #646A6C;
}
.cardBox .leftviewtabs .tab-content .nav-tabs .nav-item .nav-link {
  padding: 0 8px 14px;
}
.cardBox .leftviewtabs .tab-content .nav-tabs .nav-item .nav-link.active {
  color: #0094FF !important;
  border-bottom: 2px solid #0094FF;
}
.nav-tabs .nav-item .nav-link svg, .nav-tabs .nav-item .nav-link i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.tooltip01 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 3px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2c3034;
  border-radius: 50px;
}
.pendingTrades_body form label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-header-row #notificationsCollapse {
  width: 320px;
}
#notificationsCollapse .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 16px 16px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #2C2C2C;
}
.notificationsList.list-group {
    padding: 0 0px 0;
    max-height: 320px;
    overflow: auto;
}
.notificationsList.list-group .list-group-item {
    padding: 0 16px 10px;
    border-bottom: 1px solid #2C2C2C;
    margin-bottom: 10px;
}
.notificationsList.list-group .list-group-item:last-child {
  border-bottom: 0px solid #2C2C2C;
}
.riskfreeTable .badge {
  border: none;
}
.card_title .tooltip01 {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2c3034;
  border-radius: 50px;
}
.notificationsList.list-group .list-group-item  lable {
  display: block;
  font-size: 12px;
  color: #868686;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.notificationsList.list-group .list-group-item .me-auto {
  font-weight: 600;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 4px;
}
.accountOption p span img {
  height: 27px;
  width: auto;
  margin-right: 4px;
}
/*.paymentGatewayopt .sub_deposit_box a {
  background-color: transparent;
  padding: 20px 32px;
  border: 1px solid #2C2C2C;
  width: 100%;
  border-radius: 10px;
}*/
.deposit_box .cardBox .sub_deposit_box:hover {
  border-color: #0094FF;
}
.paymentGatewayopt .sub_deposit_box img {
  border-radius: 10px;
  height: 32px;
  width: fit-content;
  object-fit: contain;
  margin: 0 auto;
}
.topranking_item .popsocialbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  border: none;
  background-color: transparent;
  text-align: left;
}
.popup_profile_view .profilepopPic {
  width: 150px;
  height: 150px;
  border: 5px solid #272727;
  border-radius: 12px;
  object-fit: cover;
  background-color: #eceff1;
  min-width: 150px;
  max-width: 150px;
}
.popup_profile_view {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin: 24px 0;
}
.popup_profile_view .profile_dt01 {
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 0 0 8px inset #FFFFFF42; */
  border-radius: 12px;
  align-items: flex-start;
  height: fit-content;
  row-gap: 16px;
  padding: 16px;
  background-color: #272727;
}
.popup_profile_view .profile_dt01 .view_dt {
/*  padding: 0 15px;*/
  width: 33.333%;
}
.popup_profile_view .profile_dt01 .view_dt label {
  font-size: 13px;
  font-weight: 500;
  color: #8fa5bf;
  line-height: 16px;
}
.popup_profile_view .profile_dt01 .view_dt label span {
  font-size: 15px;
  display: block;
  color: #eee;
}
.btnsGroupPop {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.btnsGroupPop .btn.btnBorder {
  display: block;
  border: 1px solid #272727;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  background-color: transparent;
  height: 40px;
  flex: 1;
}
.btnsGroupPop .btn.btnBorder:hover {
  background-color: #272727;
}
.btnsGroupPop .btn.btnBorder.btnGreen {
  border-color: #025b44;
  background-color: #025b4412;
}
.btnsGroupPop .btn.btnBorder.btnGreen:hover {
  background-color: #025b44;
}
.cardBox.trading_profileView .leftviewtabs .nav-tabs {
  row-gap: 24px;
  min-width: 165px;
}
.trading_profileView .leftviewtabs .tab-content .form-control {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
}
.trading_profileView .leftviewtabs .tab-content .form-group label {
  font-size: 14px;
  color: #ffffffd1;
  line-height: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}
.trades-list_group .trades-list_item-short .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trades-list_group .trades-list_item-short .item-row div {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ccc;
}
.trades-list_group .trades-list_item-short .item-row .favorites a {
  color: #b3790c;
}
.trades-list_group .trades-list_item-short .item-row .favorites + a {
  opacity: 0.6;
}
.trades-list_group .price-up {
  color: #0FAF59 !important;
  font-weight: 500;
}
.trades-list_group .price-down {
  color: #f3382c !important;
  font-weight: 500;
}
.trades-list_group .trades-list_item:nth-child(2n) {
  background-color: #272727;
}
.trades-list_group .trades-list_item {
/*  border-radius: 8px;*/
}
.trades-list_group .trades-list_item .trades-list_item-short {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  cursor: pointer;
}
.trades-list_group .trades-list_item-short .item-row .leftuparrow i {
  margin-right: 8px;
  font-weight: bold;
}
.trades-list_item .accordion-body {
  padding: 0;
  box-shadow: 0 0 10px #10a0553b;
  margin: 6px 12px 0px;
  border: 1px solid #10a0553b;
}
.trades-list_group .trades-list_item .accordion-collapse {
  padding-bottom: 12px;
}
.timeprogress .progress {
  height: 4px;
}
.timeprogress p {
  text-align: center;
  margin: 8px 0 0;
}
.timeprogress {
  padding: 0 12px 10px;
}
.trades-list_item .accordion-body .trades-listbox {
  color: #ffffff82;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  padding: 0;
}
.trades-list_group .trades-list_item-short .item-row .leftuparrow img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.trades-list_group .trades-list_item-short .item-row .leftuparrow {
  display: flex;
  align-items: center;
}
.trades-list_group .trades-list_item-short .item-row .trades_rgltcrncy {
  border: 1px solid #262626;
  padding: 4px 8px;
  background-color: #000;
  border-radius: 5px;
}
.trades-list_item .accordion-body .trades-listbox .tooltip01 {
  font-size: 12px;
  width: 16px;
  height: 16px;
  background-color: #666;
}
.trades-list_group.accordion {
  height: calc(100vh - 190px);
  overflow-x: hidden;
  overflow-y: auto;
}
#pendingTradesCollapse .pendingTrades_body .tab-content {
  height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
}
.cardBox.trading_profileView .leftviewtabs .nav-tabs {
  border: none;
  row-gap: 10px;
  padding: 0 16px 0 0;
}
.cardBox.trading_profileView .leftviewtabs .tab-content {
  padding: 0;
}
.cardBox.trading_profileView .leftviewtabs .nav-tabs .nav-item .nav-link {
  border: 1px solid #4d4d4d;
  background-color: #272727;
  padding: 10px;
  color: #fff;
  justify-content: center;
  border-radius: 8px;
}
.darkInput .form-control {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
}
.darkInput .form-label {
  font-size: 14px;
  color: #ffffffd1;
  line-height: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}
.darkInput .form-label.checkbox-input {
  position: relative;
  padding-left: 25px;
}
.darkInput .form-label.checkbox-input input {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.darkInput .input-group-text {
  background-color: #272727;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 15px;
}
.paymentinfo03 img {
  height: 42px;
  object-fit: contain;
  object-position: center;
}
.paymentinfo03 .sub_card_title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.paymentinfo03 p {
  line-height: 18px;
  font-size: 12px;
  margin: 0;
}
.price-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}
.price-title strong {
  color: #0FAF59;
}
.cardBox.paymentdetailsbox {
  max-width: 480px;
  margin: 0 auto;
}
.chooseyourGift {
  display: flex;
  column-gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.chooseyourGift li {
  cursor: pointer;
}
.chooseyourGift li img {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.qroption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.qroption .qrcodeimg {
  background-color: #fff;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.qroption .payment-logo-icons {
  height: 50px;
  object-fit: contain;
}
.qroption p {
  margin: 12px 0;
}
.cardBox.paymentexecutionbox {
  padding: 52px 15px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentexecutionbox .spinner-border {
  border-right-color: transparent !important;
  border-color: #0094ff;
  width: 42px;
  height: 42px;
}
.paymentexecutionbox .payment-success {
  font-size: 82px;
  line-height: 82px;
  margin-bottom: 4px;
  color: #32ac41;
}
.paymentexecutionbox p {
  margin-bottom: 0;
}
.gem-shards-box {
  text-align: center;
  padding: 24px 15px;
  border: 1px solid #555;
  border-radius: 12px;
  background: linear-gradient(45deg, #646a6c 0%, #282828 100%);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.gem-shards-box .gem-shards-img {
  width: 50px;
  height: 50px;
}
.gem-shards-box .gem-shards-title small {
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}
.gem-shards-box .gem-shards-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.gem-shards-box .progress {
  width: 100%;
  height: 5px;
}
.gem-shards-icons_x {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  column-gap: 10px;
}
.gem-shards-icons_x li .gem-shards-icon {
  width: 24px;
  height: 24px;
}
.gem-shards-icons_x li {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 18px;
}
.gem-shards-box .btnsGroupPop {
  width: 100%;
}
.gem-shards-box .btnsGroupPop .btn.btnBorder.btnGreen {
  background-color: #025b4436;
}
.gem-shards-box .btnsGroupPop .btn.btnBorder.btnGreen:hover {
  background-color: #025b44;
}
#indicatorsCollapse.collapsePop {
  width: 590px;
}
.all.indicators-list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 16px 16px;
}
.indicators-list .list-item {
  max-width: 33.33%;
  width: 100%;
  padding: 0 16px 0 20px;
  position: relative;
}
.all.indicators-list .list-item-block {
  color: #fff;
  text-decoration: none;
  font-size: 0.825rem;
  line-height: 12px;
  display: inline-block;
}
.indicators-list .list-item a {
  cursor: pointer;
}
.indicators-list .list-item .fav {
  color: #ff9706;
  font-size: 0.725rem;
  position: absolute;
  left: 0;
  top: 5px;
}
.collapsePop .favoritesTablist.nav-tabs {
  padding: 16px 16px 0;
}
.collapsePop .favoritesTablist.nav-tabs .nav-item {
  flex: 1;
}
.collapsePop .favoritesTablist.nav-tabs .nav-item .nav-link i {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.collapsePop .favoritesTablist.nav-tabs .nav-item .nav-link {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  column-gap: 5px;
}
#timeClockCollapse.collapsePop {
  left: -240px;
  right: unset;
  width: 210px;
  top: 0;
}
.timeClockOption {
  padding: 12px 16px;
}
.timeClockOption .timeframes {
  background-color: #ffffff0a;
  padding: 12px 16px;
  margin: -6px -16px -12px;
  justify-content: space-between;
}
.timeClockOption .timeframes .btn {
  justify-content: center;
  width: 42px;
}
.timeClockOption .timeframes li {
  width: 53px;
}
.timeClockOption .timeframes li .btn {
  width: 100%;
}
.timeview {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.trade-result-img {
/*  padding: 12px 0 0;*/
}
.trade-result-img img {
  height: auto;
}
.rightsidebar_title .icon_link {
  color: #000;
  background-color: #fff;
  width: 20px;
  height: 21px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 40px;
  opacity: 0.7;
  position: absolute;
  right: 12px;
  top: 14px;
}
.rightsidebar_title .icon_link:hover {
  opacity: 1;
}
.tradeseting button .alertShow {
  background-color: #646a6c;
  border-radius: 8px;
  border: 1px solid #646a6c;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 18px;
  right: -8px;
  padding: 0 3px;
}
.timeClockOption .input-group.timeframeInput {
  column-gap: 0;
}
.timeClockOption .input-group.timeframeInput .form-control {
  border-radius: 0;
  border: none;
}
.timeClockOption .input-group.timeframeInput .incdicbutton {
  position: relative;
}
.timeClockOption .input-group.timeframeInput .incdicbutton::after {
  content: ":";
  position: absolute;
  top: 36px;
  right: -1px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
}
.timeClockOption .input-group.timeframeInput .incdicbutton:last-child::after {
  display: none;
}
.timeClockOption .input-group.timeframeInput .incdicbutton .btn {
  border-right: 1px solid #2f3233 !important;
  border-radius: 0;
}
.timeClockOption .input-group.timeframeInput .incdicbutton:last-child .btn {
  border-right: none !important;
}
#pendingTradesCollapse .pendingTrades_body .nav-tabs + .tab-content {
  margin: 0;
}
.percentage_payout .title {
  margin: 0;
  padding: 12px 0;
}
.percentage_payout {
  background-color: #ffffff0d;
  margin: 16px 0;
  padding: 8px;
  border-radius: 12px;
  text-align: center;
  border: 2px dashed #ffffff0d;
}
.percentage_payout div.price-up {
  font-weight: 600;
  color: #6ADB6A;
  margin-left: 5px;
  font-size: 28px;
  line-height: 32px;
}










/*----------trade-result-start-02-----------*/
.payout-profit {
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px;
  column-gap: 5px;
  border-top: 1px solid #ffffff12;
}
.payout-profit div {
  /* background-color: #111; */
  /* padding: 3px 8px; */
  /* border-radius: 20px; */
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.trades-list_item .accordion-body .trades-listbox .tooltip01 {
  font-size: 8px;
  width: 10px;
  height: 10px;
  position: relative;
  top: -6px;
}
.trades-list_group .trades-list_item-short .item-row div .opcty05 {
  opacity: 0.6;
}
.payout-profit div img {
  height: 15px;
  width: 15px;
}
.pendingTrades_body .nav-tabs + .tab-content {
  margin: 0 -12px;
}
.trades-list_group.accordion .trades-list_item .trades-list_item-short.collapsed {
  opacity: 0.4;
}
.trades-list_group.accordion .trades-list_item .trades-list_item-short[aria-expanded="true"] {
  opacity: 1;
}
/*----------trade-result-end-02-----------*/
















#timezonejsCollapse {
  width: 599px;
  top: 70px;
}
#timezonejsCollapse .leftviewtabs .nav-tabs {
  min-width: 200px;
  max-width: 200px;
  padding: 24px 0;
  row-gap: 12px;
}
#timezonejsCollapse .leftviewtabs .tab-content .tab-pane {
  padding: 24px 16px;
}
.itemTradesbody .collapsePop {
  filter: blur(2px);
   transform: scale(0); 
  transform-origin: top left !important;
}
.itemTradesbody .collapsePop.show {
  filter: blur(0px);
   transform: scale(1); 
}
/*--------*/
.symbolSearchModal .collapsePop {
  filter: blur(4px);
  transform: scale(0);
  transform-origin: top left !important;
}
.symbolSearchModal .collapsePop.show {
  filter: blur(0px);
  transform: scale(1);
}
/*------------------*/
.timezonejs-Selector .collapsePop {
  filter: blur(4px);
  transform: scale(0);
  transform-origin: top !important;
}
.timezonejs-Selector .collapsePop.show {
  filter: blur(0px);
  transform: scale(1);
}
/*----------------*/
#leaderBoardCollapse.collapsePop {
  filter: blur(10px);
  transform: scale(0);
  transform-origin: bottom right !important;
}
#leaderBoardCollapse.collapsePop.show {
  filter: blur(0px);
  transform: scale(1);
}
/*----------------*/
.right-header-row #profileCollapse.collapsePop {
  filter: blur(4px);
  transform: scale(0);
  transform-origin: top right !important;
}
.right-header-row #profileCollapse.collapsePop.show {
  filter: blur(0px);
  transform: scale(1);
}
.right-header-row .collapsePop {
  filter: blur(4px);
  transform: scale(0);
  transform-origin: top left !important;
}
.right-header-row .collapsePop.show {
  filter: blur(0px);
  transform: scale(1);
}
/*----------------*/
.collapsePop.collapsing {
  transition: all 0.1s ease-out !important;

}



input[type="time"]::-webkit-calendar-picker-indicator {
  display: none; 
}
.modal-backdrop {
  background-color: #000000c7 !important;
  opacity: 1 !important;
 /* -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);*/
}
@media screen and (min-width: 1199px){
  
}

button.btn.btn-warning.btn-sm.edit-btn {
  background: #646A6C;
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
button.btn.btn-warning.btn-sm.edit-btn:hover {
color: #fff;
background-color: #000;
}
button.btn.btn-danger.btn-sm {
  background: #dc3545;
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
button.btn.btn-danger.btn-sm:hover {
  color: #fff;
  background-color: #000;
}
.modal-header {
  border-bottom: 1px solid #646A6C;
}
.modal-footer {
  border-top: 1px solid #646A6C;
}
h5.admin-title {
  color: #fff;
  margin-left: 27px;
  font-size: 12px;
  margin-top: 9px;
  opacity: 0.6;
}
.right-header-row #accountSummaryCollapse {
  position: absolute;
  left: 0;
  top: 50px;
  border: 1px solid #2C2C2C;
  background-color: #151515;
  border-radius: 10px;
  width: 250px;
  z-index: 99;
}
.accountOption p {
  padding: 0px 46px 16px 16px;
  border-bottom: 1px solid #2C2C2C;
}
.accountOption p:last-child {
  padding-bottom: 0;
  border-bottom: 0px solid #2C2C2C;
}
.accountOption p span {
  color: #fff;
  display: block;
  font-size: 21px;
  margin-top: 4px;
}
.btn-close {
  filter: invert(1);
  font-size: 13px;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  height: 22px;
  width: fit-content;
}





.card-title {
  color: #fff;
}

.card-header {
  color: #7a7a7a;
  margin-bottom: 15px;
}
span.user-count {
  border-radius: 3px;
  background: #2a2a2a;
  padding: 4px 10px;
  margin-left: 4px;
}



.crd .card {
  background-color: #151515;
  padding: 24px;
  border-radius: 20px;
}
.crd .card-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 20px;
}
.crd .card-body h5 {
  color: #fff;
}



.itemList.tw a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
  /* justify-content: end; */
  padding: 7px 10px;
}
.req .table-responsive {
  max-height: 335px;
  overflow-y: auto;
}
canvas#tradingVolumeChart {
  height: 335px !important;
  max-height: 335px !important;
}




.w_formf label {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: #ffffffbd;
  margin-bottom: 10px;
}
.w_formf .form-select {
  border: 1px solid #646A6C;
  border-radius: 8px;
  height: 36px;
  background-color: #151515;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.w_formf .form-control {
  border: 1px solid #646A6C;
  border-radius: 8px;
  height: 40px;
  background-color: #151515;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.w_formf .btn {
  font-size: 14px;
  padding: 5px 20px;
}
.itemList.tw {
  width: 100%;
}
.itemList.tw .fillterBtn {
  margin-left: auto;
  /* margin-right: 0; */
  display: block;
}
.cardBoxx {
  background-color: #151515;
  padding: 10px 24px;
  border-radius: 20px;
}

.card-body.dc h5 {
  font-size: 24px;
  /* margin-bottom: 17px; */
  width: 45%;
  /* border: 1px solid gray; */
  padding: 23px 20px;
  background-color: #282828;
  border-radius: 10px;
  margin-bottom: 0;
  color: #fff;
}
.card-body.dc {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.card-body.dc h5 span {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  color: #999999;
}
.card-body.dc ul {
  padding-left: 15px;
}
.card-body.dc ul li {
  font-size: 12px;
  margin-bottom: 8px;
}
/* .filterCollapse_body.w_formf {
  max-height: 400px;
  overflow-y: auto;
} */
canvas#mixedChart {
  max-height: 335px !important;
  min-height: 335px !important;
}
button.btn.btn-success.btn-sm.approve-btn {
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
button.btn.btn-primary.btn-sm.resolve-btn {
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
button.btn.btn-secondary.btn-sm.refund-btn {
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
button.btn.btn-success.btn-sm.resolve-btn {
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
ul.uli li {
  color: #fff;
  margin-bottom: 20px;
}
.progress-bar {
  background-color: #41a1a1;
}
.row.crd .cardBox {
  height: 100%;
  margin-bottom: 0 !important;
}
.row.crd {
margin-bottom: 1.5rem !important;
}

.frw ul.list-group li {
  border-bottom: 1px solid #ffffff12 !important;
  padding-bottom: 14px !important;
  margin-bottom: 10px !important;
}
button.btn.btn-sm.btn-primary {
  padding: 0px 14px;
  font-size: 13px;
  font-weight: normal;
}
h4.title.notification-title01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
h4.title.notification-title01 a {
    width: auto;
    height: auto;
    background-color: transparent;
}
h4.title.notification-title01 a svg {
    width: 20px;
    height: 20px;
}
a.notification-all-btn {
    width: 100%;
    color: #a1a1a1;
    text-decoration: none;
    font-weight: 600;
    height: 42px;
    margin-top: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
}
a.notification-all-btn:hover {
    color: #fff;
}


li.breadcrumb-item.active {
    color: #fff;
    text-decoration: none;
}
li.breadcrumb-item a {
    color: #ffffffbd;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    text-decoration: none;.cardBox .table-responsive
}
input[type="search"] {
    display: flex;
    align-items: center;
    max-width: 206px;
    background-color: #272727;
    border: 1px solid #2C2C2C !important;
    border-radius: 8px;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: #2e2e2e !important;
    color: #606060 !important;
    cursor: default;
}
.table-dark {
    border: 1px solid #9999993d !important;
}

div#couponTable_info {
    color: #ffffffad;
}
.form-control {
   
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #646A6C;
    border-radius: 8px;
    height: 40px;
    background-color: #151515;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.card {
    background-color: #151515;
}
.card-header {
    border-color: #ffffff21;
}
.d-flq {
    display: flex;
    gap: 30px;
}
.form-control:focus {
    color: #ffffff;
    background-color: #151515;
    border-color: #a5a5a5;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
button.btn.btn-primary {
    margin-top: 10px;
}

.eye-icon {
    position: absolute;
    top: 71%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #a5a5a5;
}
.menu-link .settingsOPtion01 .menu-link.active a{
    background: #000 !important;
}

.dataTables_info {
    color: #fff;
}

input[type="file"].form-control {
    line-height: 28px;
}
.form-control:disabled {
    background-color: transparent !important;
}
/* 🎨 Make the calendar icon gray */
    input[type="date"]::-webkit-calendar-picker-indicator {
      -webkit-filter: grayscale(1) invert(1);
      filter: grayscale(1) invert(1);
    }

.table.custom-table td {
  border-color: #444;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
}
.table.custom-table thead th {
	font-size: 16px;
	font-weight: 500;
  padding: 10px 15px;
}



div#filterCollapseTrading {
    width: 100%;
    max-width: 320px;
}
.filterCollapse_body.w_formf {
    min-width: 250px;
    max-width: 320px;
    width: 100%;
}
.filterCollapse_body.w_formf .ts-wrapper.form-select {
    padding: 0;
}
.filterCollapse_body.w_formf .ts-wrapper.form-select .ts-control {
    background-color: transparent;
    border: none;
    white-space: nowrap;
    height: 36px;
    padding: 0 35px 0 12px !important;
    overflow: hidden;
    cursor: pointer;
}
.filterCollapse_body.w_formf .ts-wrapper.form-select .ts-control .item {
    line-height: 34px;
    min-height: 36px;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
.dataTables_info {
  color: #fff !important;
}
select:focus, .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
select {
  cursor: pointer;
}
.dataTables_filter select {
    padding: 6px 12px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: none;
    background-color: #efefef !important;
    color: #000 !important;
    height: 35px;
}
.dataTables_filter {
    margin-left: auto;
    width: fit-content;
    margin-bottom: -37px;
}

.dropdorn-list-dg {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 24px 16px;
}
.dropdorn-list-dg .form-select.form-control {
  max-width: 320px;

}
.list-dg {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.list-dg li {
  background-color: #ffffff0d;
  border-radius: 10px;
  padding: 15px 16px;
  min-width: 160px;
}
.list-dg li p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.list-dg li div {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.list-dg li div.visitors01 {
  color: #028df2;
}
.list-dg li div.registrations01 {
  color: #3bd594;
}
.list-dg li div.ftd01 {
  color: #02baf2;
}
.list-dg li div.deposits01 {
  color: #2fb463;
}
.list-dg li div.withdrawals01 {
  color: #f36;
}
.list-dg li div.commission01 {
  color: #2fb488;
}
.list-dg li div.balance01 {
  color: #0e9361;
}