.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.coin-column {
  width: 280px;
}
@media (min-width: 1342px) {
  .coin-column {
    width: 240px;
  }
}
.quick-buy-column {
  width: 110px;
}
@media (min-width: 1406px) {
  .quick-buy-column {
    width: 92px;
  }
}
.sticky-quick-buy-header {
  pointer-events: none;
  z-index: 50;
  background-color: #1b1d28;
  width: 126px;
  height: 20px;
  margin-top: -24px;
  margin-left: calc(100% - 106px);
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  right: 0;
}
@media (max-width: 400px) {
  .hide-below-400 {
    display: none;
  }
}
.sticky-newly-created-header:before {
  content: "";
  z-index: -1;
  background-color: #1b1d28;
  height: 8px;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}
.advanced-list [data-testid] > tr {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
}
