body {font-size: 16px;}
.jackimg {height: 300px;}
#jack{width:48px;position: absolute;top: 2px;left: 14px;}
.frog {
    position: absolute;
    font-size: 30px;
    transform: translateX(-50%);
    z-index: 999999;
}
.bigfrog {width: 200px;image-rendering: pixelated;}
.yugefrog {width: 600px;image-rendering: pixelated;}
@keyframes floatUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50vh);
        opacity: 0;
    }
}
h1 {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --mixer: rgb(20, 135, 43);
    filter: drop-shadow(0 0 calc((var(--exp, 1) * pow(2, 2)) * 1px) color-mix(in oklch, currentColor, var(--mixer) 30%)) drop-shadow(0 0 calc((var(--exp, 1) * pow(2, 3)) * 1px) color-mix(in oklch, currentColor, var(--mixer) 60%)) drop-shadow(0 0 calc((var(--exp, 1) * pow(2, 4)) * 1px) color-mix(in oklch, currentColor, var(--mixer) 90%));
    color: #5cff1f !important;
}
.fade-pulse {
  opacity: 0.7;
  animation: pulseOpacity 2s infinite 0.3s alternate;
}

@keyframes pulseOpacity {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
#logger{height: 250px !important;overflow: auto;color: #fff;}
#logresults{max-height: 250px;overflow: scroll;font-size: .65rem !important;position: relative;color: #fff;}
.scrollbar{scrollbar-color: #00d1b2 transparent;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: #00d1b2;}
::-webkit-scrollbar {background: transparent;width:8px;}
.log-entry {height: 20px;position: absolute;font-variant-numeric: tabular-nums;}
.log-entry:hover {
    background-color: #28282d;
}
.logger {
    height: 420px;
    overflow-y: scroll;
    position: relative;
}

.loading-animation {
  color: #00d1b2;
  animation: pulse 1.5s infinite ease-in-out;
}
.mt-2 {margin-top: 10px;}
.mt-3 {margin-top: 15px;}
.mt-5 {margin-top: 25px;}
.mb-2 {margin-bottom: 10px;}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}
.leaderboard {
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #323639;
  border-radius: 10px;
}
.holder-item {
    padding: 5px;
    margin: 5px 0;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.holder-rank {
    font-size: 16px;
    font-weight: bold;
    font-variant: tabular-nums;
    display: inline-block;
    width: 40px;
    text-align: right;
}

.holder-address {
    flex: 1;
    font-family: monospace;
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
}

.holder-balance {
    font-size: 14px;
    font-weight: bold;
    font-variant: tabular-nums;
}
.holder-class {
    font-size: 14px;
  flex: 2;
  text-align: left;
  margin-left: 20px;
}
.noshow{visibility: hidden;}
.number-flip {
    font-size: 2rem;
    font-weight: 800;
    color: hsl(221deg, 14%, 93%);
}
.jackg1 {color: #e8fdea;}
.jackg2 {color: #b9f8c0;}
.jackg3 {color: #8bf495;}
.jackg4 {color: #5cf06b;}
.jackg5 {color: #2deb41;}
.jackg6 {color: #14d227;}
.jackg7 {color: #0fa31e;}
.jackg8 {color: #0b7416;}
.jackg9 {color: #07460d;}
sub {color: #fff;}
sup, #currentprice, .green {color: #5bfd1e;}
#jacklp {color: #3f6eff;}
#xntlp {color: #d7925f;}
#mcap {color: #fff;}

/*@media screen and (max-width: 740px) {*/
  .level {
    flex-wrap: wrap;
  }
/*}*/
.level-item {
    border: solid 1px #323639;
    border-radius: 0.75rem;
    padding-top: 16px;
    padding-bottom: 8px;
}

@media(max-width: 767px) {
  .reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .columns {
    display: flex;
    flex-direction: column;
  }
  .stats-column {
    order: -1;
  }
}

.heading {
  font-weight: 500;
}

h2 { margin-top: 0; font-weight: 300; color: #d1d4dc; }

#loadingtxs {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background-color: #2f2929;
  z-index: 9999;
  display: inline-block;
  padding: 0 10px 3px 10px;
  border-radius: 10px;
}

.transaction-wrapper{
  /*height: 300px;*/
}
#tbl-transaction {
  /*overflow-y: scroll;*/
  font-weight: 700
}
#log-transactions .log-entry {
    width: 100%;
}
#tbl-transaction span:nth-child(1), #log-transactions span:nth-child(1) {
    width: 20%;
    display: inline-block;
}
#tbl-transaction span:nth-child(2), #log-transactions span:nth-child(2) {
    width: 10%;
    display: inline-block;
}
#tbl-transaction span:nth-child(3), #log-transactions span:nth-child(3) {
    width: 10%;
    display: inline-block;
}
#tbl-transaction span:nth-child(4), #log-transactions span:nth-child(4) {
    width: 20%;
    display: inline-block;
}
#tbl-transaction span:nth-child(5), #log-transactions span:nth-child(5) {
    width: 10%;
    display: inline-block;
}
#tbl-transaction span:nth-child(6), #log-transactions span:nth-child(6) {
    width: 20%;
    display: inline-block;
}
#tbl-transaction span:nth-child(7), #log-transactions span:nth-child(7) {
    width: 5%;
    display: inline-block;
}
.txred {color: #f56565;}
.txgreen {color: #48bb78;}
#tbl-transaction span:nth-child(3),#tbl-transaction span:nth-child(4),#tbl-transaction span:nth-child(5) {
  text-align: right;
}
#tbl-transaction span:nth-child(6) {
    text-align: center;
}
#log-transactions span:nth-child(3),#log-transactions span:nth-child(4),#log-transactions span:nth-child(5) {
    text-align: right;
}
#log-transactions span:nth-child(6) {
    text-align: left;
}
article .content {
  border: solid 1px #323639;
}

#main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
}

#header-overlay {
    padding: 12px 15px;
    background-color: #131722;
    border-bottom: 1px solid #2a2e39;
    z-index: 10;
}

.chartrow { display: flex; align-items: center; justify-content: space-between; }

#chart-title {
    color: #d1d4dc;
    font-size: 14px;
    font-weight: bold;
}

#chart-title a {
    color: #0b77ea;
    text-decoration: none;
}
.tokenimg {
  vertical-align: middle;
}
#ohlc-display {
    color: #d1d4dc;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 4px;
}

#interval-switcher {
    /*display: flex;*/
    /*gap: 5px;*/
    margin-top: 8px;
}

.interval-btn, .tool-btn {
    background: transparent;
    border: 1px solid #2a2e39;
    color: #d1d4dc;
    padding: 4px 10px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}

.interval-btn:hover, .tool-btn:hover {
    background-color: #2a2e39;
}

.interval-btn.active, .tool-btn.active {
    background-color: #2962ff;
    border-color: #2962ff;
    color: white;
}

.tool-separator {
  border-left: solid 1px #6a6a6a;
}

.tool-btn img {
  width: 16px;
  vertical-align: middle;
}

.log-on, .pct-on {
  color: #2962ff;
}
.scaletools {
    position: absolute;
    bottom: 0;
    right: 0;
}
.stickytop {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #000;
    display: block;
}
.val { margin-right: 12px; }
.up { color: #26a69a; font-weight: bold;}
.down { color: #ef5350; }
.price-gap { margin-left: 10px; }

#chart-container {
    flex: 1;
    min-height: 0;
    width: 100%;
    position: relative;
}
.table-container-wrapper {
  height: 500px;
  overflow: auto;
  border: 1px solid #323639;
  border-radius: 10px;
  position: relative;
}

.virtual-table {
  width: 100%;
  position: relative;
  min-width: 740px;
}

.virtual-rows-wrapper {
  position: relative;
}

.virtual-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.virtual-cell {
  padding: 0.5em 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.virtual-cell:last-child {
  border-right: none;
}

.virtual-header {
  display: flex;
  background-color: #000;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}

.col-timestamp {width: 150px;}
.col-type {width: 100px;}
.col-xnt {width: 90px; text-align: right;font-variant-numeric: tabular-nums;}
.col-jack {width: 120px; text-align: right;font-variant-numeric: tabular-nums;}
.col-price {width: 100px; text-align: right;font-variant-numeric: tabular-nums;}
.col-maker {width: 160px; text-align: left;}
.col-maker a {font-family: "Courier New", "Courier", "Monospace" !important;font-size: 14px;}
.col-txn {width: 70px;}
.type-buy {color: #48c774; font-weight: 600;}
.type-sell {color: #f14668; font-weight: 600;}
.filter-btn {
  margin-left: 0.25rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.filter-btn:hover {
  opacity: 1;
}

.filter-btn.active {
  opacity: 1;
  color: #3273dc;
}
.filter-btn img {
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}
.active-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
