body {
  padding-bottom: 74px;
}
#head .crowd {
  margin-top: 0px;
  height: 13vw;
  max-height: calc( 56vh * 1/9);
}
#lines .line {
  /* height: 45px; */
  height: calc( 56vh * 1/9);
}
.num-box {
  padding: 0;
}
.num-box .icon {
  width: 35px;
  height: 35px;
}
#content #tokens {
  padding: 0.5rem;
  justify-content: unset;
  gap: 10px;
}
#content #tokens > div {
  margin-bottom: 0px;
}
#content #tokens .token-item {
  min-width: 100px;
}
#content #tokens .token-item .token-name {
  margin-bottom: 0px;
}
#content #tokens .token-item .wrapper .token-img {
  width: 40px;
}
#action-bar {
  padding: 0.5rem;
}
#action-bar > .betting-blocked-box {
  margin-bottom: 0.5rem;
}
#lines .line .icon-badge {
  width: 40px;
  height: 45px;
}
#lines .line .icon-badge strong {
  font-size: 8px;
}

#content .total-prize .title {
  padding: 5px 0;
  font-size: 12px;
}
#action-bar .bet-bt img {
  height: 34px;
}
