.cursor-pointer {
  cursor: pointer;
}

.btn-gradient {
  color: #fff;
  border-color: #40bab0;
  background: #40bab0;
}

.btn-gradient:hover {
  color: #fff;
  background: #ba5d0c;
}

.primary-link {
  color: #708cc7;
}

.btn-outline-orange {
  color: #708cc7;
  border-color: #708cc7;
  /* margin-bottom: 15px; */
}

/* .btn-outline-orange:hover {
  color: #fff;
  border-color: #fff;
} */

.btn-outline-yellow {
  color: #ffc070;
  border-color: #ffc070;
}

.settings .wallet .nav-pills a.active {
  background: #40bab0;
}

.settings .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #40bab0;
}

#dark .settings-profile input[type="submit"] {
  border: 1px solid #40bab0;
}
.settings-profile input[type="submit"] {
  background: #40bab0;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  height: inherit;
  font-size: 16px;
  margin-top: 10px;
}

/* bagian yang ada ditengah-tengah orderbook */
.order-book tbody.ob-heading {
  height: 58px;
}
/* semua order-book tbody */
.order-book tbody {
  display: block;
  overflow-y: auto;
  height: 352px;
}
@media only screen and (max-width: 767px) {
  .order-book tbody {
    height: 208px;
  }
}
/* bagian tbody history saja */
.order-book tbody.history-ob-tbody {
  height: 754px;
}
@media only screen and (max-width: 767px) {
  .order-book tbody.history-ob-tbody {
    height: 300px;
  }
}

.market-pairs tbody {
  height: 816px;
  overflow-y: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .market-pairs tbody {
    height: 220px;
  }
}
