.cursor-pointer {
  cursor: pointer;
}

.btn-gradient {
  color: #fff;
  border-color: #708cc7;
  background: #708cc7;
}

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

.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: #708cc7;
}

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

#dark .settings-profile input[type="submit"] {
  border: 1px solid #708cc7;
}
.settings-profile input[type="submit"] {
  background: #708cc7;
  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: calc(100% - 34.33px);
}

/* Split view: dua tbody bersamaan */
.order-book tbody.body-buy.split_view,
.order-book tbody.body-sell.split_view {
  height: calc(51% - 34.33px);
}

/* Khusus untuk Firefox */
@-moz-document url-prefix() {
  /* semua order-book tbody */
  .order-book tbody {
    display: block;
    overflow-y: auto;
    height: 780.67px;
  }
  
  /* Split view: dua tbody bersamaan */
  .order-book tbody.body-buy.split_view,
  .order-book tbody.body-sell.split_view {
    height: 381.32px;
  }
}

@media only screen and (max-width: 767px) {
  .order-book tbody {
    height: 366px;
  }
  .order-book tbody.body-buy.split_view,
  .order-book tbody.body-sell.split_view {
    height: 183px;
  }
}

/* bagian tbody history saja */
.order-book tbody.history-ob-tbody {
  height: 831px;
}

@media only screen and (max-width: 767px) {
  .order-book tbody.history-ob-tbody {
    height: 475px;
  }
}

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