
#market-data {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.category-btn {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: #18c88c;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 177px;
    height: 150px;
}
.category-btn.active {
  background: #04200a;
}
.market-item {
  padding: 25px 15px;
  border: 1px solid #ccc;
  background: gray;
  margin: 3px 0;
  border-radius: 15px;
  background: rgb(247, 247, 247);
  background: linear-gradient(
    5deg,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.change.text-danger {
  color: red;
}
.change.text-success {
  color: green;
}
.ticker-left-col {
  display: flex;
  align-items: center;
}
.icon-box {
  margin-right: 10px;
}
.ticker-right-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-trade a {
  text-decoration: none;
  padding: 10px 20px;
  background: #fff;
  color: black;
  font-weight: 700;
  border-radius: 25px;
  border: 1px solid #18c88c;
}
.loading {
  background: #fdfffead;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18c88c;
  font-size: 50px;
}
.page-link {
  background: #18c88c;
  z-index: 3;
  color: #fff;
  border-radius: 20px !important;
}
.pagination li{margin-right:0px}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #04200a;
  border: 0;
}
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
