.component.wrap.halftop {
  height: 50%;
}

.component.wrap.halftop .halftop {
  height: 200%;
}

.component.wrap.halfbottom {
  height: 50%;
  top: 50%;
}

.component.wrap.halfbottom .halfbottom {
  height: 200%;
  top: -100%;
}

.component.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.component.contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.component.contain-top-left {
  background-size: contain;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.sc-feed {
  color: white;
  background-color: #000000;
}

.sc-feed .gh {
  height: 1px;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
}

.sc-feed .gv {
  width: 1px;
  background-color: red;
  position: absolute;
  top: 0;
  bottom: 0;
}

.sc-feed .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sc-feed .gradient {
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
}

/*
.sc-feed .gradient-price-up {
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(13,13,13,0) 50%, rgba(0,224,142,0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(13,13,13,0) 50%, rgba(0,224,142,0.2) 100%);
  background: linear-gradient(to bottom, rgba(13,13,13,0) 50%, rgba(0,224,142,0.2) 100%);
}
*/

/*.sc-feed .gradient-price-up {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #0D0D0D 40%, #0b3526 100%);
  background: -webkit-linear-gradient(top, #0D0D0D 40%, #0b3526 100%);
  background: linear-gradient(to bottom, #0D0D0D 40%, #0b3526 100%);
}*/

/*
.sc-feed .gradient-price-down {
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(13,13,13,0) 50%, rgba(255,0,0,0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(13,13,13,0) 50%, rgba(255,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(13,13,13,0) 50%, rgba(255,0,0,0.2) 100%);
}
*/

/*.sc-feed .gradient-price-down {
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(13,13,13,1) 40%, rgba(61,11,11,1) 100%);
  background: -webkit-linear-gradient(top, rgba(13,13,13,1) 40%, rgba(61,11,11,1) 100%);
  background: linear-gradient(to bottom, rgba(13,13,13,1) 40%, rgba(61,11,11,1) 100%);
}*/

.sc-feed .frame {
  background-color: #000000;
}

.sc-feed .bg {
  background-color: #0d0d0d;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 3px;
}

.sc-feed .frame-bg {
  background: linear-gradient(180deg, #0d0d0d, #000000);
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 3px;
}

.sc-feed .content-bg {
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.sc-feed .content-progress {
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 3px;
  background-color: #ffffff;
}

.sc-feed .dots {
  background-image: url(../cc/pattern.png);
  background-repeat: round;
  background-size: auto 3vh;
  background-position: 1.5vh 1.5vh;
  opacity: 0.2;
}

.sc-feed .text {
  bottom: 0;
  padding: 0 1.77vw 12.34vh 1.77vw;
}

.sc-feed .text .message {
  line-height: 1.2;
}

.sc-feed.portrait .text {
  padding: 0 3.5vw 6.3vh 3.5vw;
}

.sc-feed .text .labels {
  padding: 0 0 2.5vh 0;
}

.sc-feed.portrait .text .labels {
  padding: 0 0 1.55vh 0;
}

.sc-feed .text .labels span {
  padding: 0.55vh 0.55vh 0.45vh;
  font-size: 1.4vh;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #FFFFFF;
  color: #000000;
}
.sc-feed.portrait .text .labels span {
  padding: 0.32vh 0.32vh 0.25vh;
  font-size: 0.8vh;
}
.sc-feed .text .labels span.negative {
  background-color: #FF0000;
}
.sc-feed .text .labels span.negative::after {
  content: "BEARISH";
}
.sc-feed .text .labels span.positive {
  background-color: #00E08E;
}
.sc-feed .text .labels span.positive::after {
  content: "BULLISH";
}
.sc-feed .text .labels span.neutral {
  background-color: #88b2ff;
}
.sc-feed .text .labels span.neutral::after {
  content: "TRENDING";
}
.sc-feed .text .labels span.hot {
  background-color: #FE8F26;
}
.sc-feed .text .labels span.hot::after {
  content: "HOT";
}

.sc-feed .sponsored {
  padding: 0 0 3.5vh 0;
  color: #00E08E;
  font-size: 1.85vh;
}

.sc-feed .time {
  padding: 0 1.77vw 6.95vh 1.77vw;
  font-size: 1.85vh;
  text-transform: uppercase;
  opacity: 0.7;
  bottom: 0;
}

.sc-feed.portrait .time {
  padding: 0 3.5vw 3.65vh 3.5vw;
  font-size: 1.1vh;
}

.sc-feed .time span {
  padding: 0 10px;
}

.sc-feed .logo {
  left: 1.75vw;
  top: 3.55vh;
  width: 11vw;
  height: 7.5vh;
}

.sc-feed .name {
  left: 1.75vw;
  top: 3.55vh;
  font-size: 3.24vh;
  line-height: 1;
}

.sc-feed .name .rank {
  position: absolute;
  display: inline;
  font-size: 1.95vh;
  line-height: 0.8;
  padding: 0.5vh 0.5vh 0.3vh 0.5vh;
  border-radius: 5px;
  top: 0.25vh;
  margin-left: 1vh;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 500;
}

.sc-feed .name .rank > span {
  font-weight: 700;
  display: inline;
}

.sc-feed.portrait .name .rank {
  font-size: 1.1vh;
  padding: 0.3vh 0.2vh 0.15vh 0.2vh;
  top: 0.15vh;
}

.sc-feed.portrait .name {
  left: 3.5vw;
  top: 1.55vh;
  font-size: 1.88vh;
  line-height: 1;
}

.sc-feed .coin-wrap {
  height: 8vh;
  top: 9.9vh;
  left: 1.9vw;
}

.sc-feed.portrait .coin-wrap {
  height: 4.5vh;
  top: 5vh;
  left: 3.5vw;
}

.sc-feed .coin-logo {
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  background-size: auto 105%;
  background-position: center center;
  background-color: white;
}

.sc-feed.double .coin-logo {
  width: 12vh;
  height: 12vh;
}

.sc-feed.portrait .coin-logo {
  width: 4.5vh;
  height: 4.5vh;
}

.sc-feed .coin-icon {
  display: inline;
  margin-right: 1vh;
}

.sc-feed .coin-icon img {
  height: 2.4vh;
}

.sc-feed .dominance-wrap {
  top: 17.1vh;
  height: 12vh;
  width: 100%;
}

.sc-feed.portrait .dominance-wrap {
  top: 8vh;
  height: 7vh;
}

.sc-feed .dominance-value {
  font-size: 12vh;
  height: 11vh;
  line-height: 1.05;
  text-align: center;
  width: 100%;
}

.sc-feed.portrait .dominance-value {
  font-size: 7vh;
  height: 7vh;
  line-height: 1.05;
}

.sc-feed .dominance-ticker {
  bottom: 12.4vh;
  text-align: center;
  font-size: 1.85vh;
  line-height: 1.06;
  opacity: 0.7;
  width: 100%;
}

.sc-feed.portrait .dominance-ticker {
  bottom: 7.4vh;
  font-size: 1.1vh;
}

.sc-feed .dominance-change-wrap {
  top: 12vh;
  text-align: center;
  font-size: 1.85vh;
  padding: 0.55vh 0.55vh 0.50vh 2.5vh;
  border-radius: 5px;
  line-height: 1.06;
  left: 50%;
  transform: translateX(-50%);
}

.sc-feed.portrait .dominance-change-wrap {
  top: 7.4vh;
  font-size: 1.1vh;
  padding: 0.312vh 0.312vh 0.3vh 1.4vh;
}

.sc-feed .dominance-change-wrap.price-up {
  background-color: rgba(0,224,142,0.1);
}
.sc-feed .dominance-change-wrap.price-down {
  background-color: rgba(255,0,0,0.1);
}

.sc-feed .index-wrap {
  bottom: 16vh;
  color: #ffffff;
  left: 5vw;
  right: 5vw;
}

.sc-feed.portrait .index-wrap {
  width: auto;
  height: 5vh;
  color: #FFFFFF;
  border-radius: 100%;
  bottom: 8vh;
}

.sc-feed .index-value {
  font-size: 9.3vh;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 1;
}

.sc-feed .index-ticker {
  bottom: 8vh;
  font-size: 1.85vh;
  line-height: 1.06;
  opacity: 0.7;
  text-align: center;
  width: 100%;
}

.sc-feed .index-type {
  font-size: 4.7vh;
  text-align: center;
  width: 100%;
  height: auto;
  bottom: 3.1vh;
  line-height: 1;
}

.sc-feed.portrait .index-ticker {
  bottom: 4.5vh;
  font-size: 1.1vh;
}

.sc-feed.portrait .index-type {
  bottom: 1.55vh;
  font-size: 2.85vh;
}

.sc-feed.portrait .index-value {
  font-size: 5.25vh;
  height: 5vh;
}

.sc-feed .donut {
  height: 18vh;
  left: 2.3vw;
  right: 2.3vw;
  bottom: 18vh;
  background-position: 50% 100%;
}

.sc-feed.portrait .donut {
  height: 10vh;
  left: 4.5vw;
  right: 4.5vw;
  top: 6vh;
  background-position: 50% 100%;
}

.sc-feed .pointer-wrap {
  left: 4vw;
  right: 4vw;
  bottom: 19vh;
  height: 36vh;
  max-height: 16vw;
}

.sc-feed.portrait .pointer-wrap {
  left: 10vw;
  right: 10vw;
  bottom: 9.5vh;
  height: 20vh;
  max-height: 30vw;
}

.sc-feed .pointer {
  width: 100%;
  height: 100%;
  top: 50%;
}

.sc-feed .currency {
  left: 8vh;
  right: 0;
  height: 7.7vh;
  top: -0.1vh;
  padding: 0 0 0 1.7vw;
}

.sc-feed.double .currency {
  left: 12vh;
  right: 0;
  height: 11.55vh;
  top: -0.15vh;
  padding: 0 0 0 2.55vw;
}

.sc-feed.portrait .currency {
  left: 4.5vh;
  right: 0;
  height: 4.5vh;
  padding: 0 0 0 3.5vw;
}

.sc-feed .ticker {
  font-size: 1.85vh;
  padding: 0.5vh 0 0.7vh 0;
  line-height: 1.06;
  white-space: pre;
  opacity: 0.7;
}

.sc-feed.double .ticker {
  font-size: 2.775vh;
  padding: 0.75vh 0 1.05vh 0;
}

.sc-feed.portrait .ticker {
  font-size: 1.1vh;
  padding: 0.3vh 0 0.03vh;
}

.sc-feed .value {
  position: relative;
  width: 18vw;
  font-size: 5.55vh;
  line-height: 0.96;
}

.sc-feed.double .value {
  width: 27vw;
  font-size: 8.325vh;
}

.sc-feed.portrait .value {
  font-size: 3.12vh;
}

.sc-feed .change-wrap {
  top: 9vh;
  font-size: 1.85vh;
  padding: 0.65vh 0.55vh 0.50vh 2.5vh;
  border-radius: 5px;
  line-height: 1.06;
}

.sc-feed.double .change-wrap {
  top: 13.5vh;
  font-size: 2.775vh;
  padding: 0.975vh 0.825vh 0.75vh 3.75vh;
}

.sc-feed.portrait .change-wrap {
  top: 4.6vh;
  font-size: 1.1vh;
  padding: 0.312vh 0.312vh 0.3vh 1.4vh;
}

.sc-feed .change-wrap.price-up {
  background-color: rgba(0,224,142,0.1);
}
.sc-feed .change-wrap.price-down {
  background-color: rgba(255,0,0,0.1);
}

.sc-feed .triangle {
  width: 2.5vh;
  height: 2.5vh;
  vertical-align: middle;
  font-size: 3vh;
  top: 0.3vh;
  left: 0;
  transform: scale(0.6, 0.4);
}

.sc-feed.double .triangle {
  width: 3.75vh;
  height: 3.75vh;
  font-size: 4.5vh;
  top: 0.45vh;
}

.sc-feed.portrait .triangle {
  width: 1.4vh;
  height: 1.4vh;
  vertical-align: middle;
  font-size: 1.6vh;
  top: 0.2vh;
  left: 0;
  transform: scale(0.6, 0.4);
}

.sc-feed .change {
  height: 2vh;
  top: 0;
  left: 2vh;
}

.sc-feed .left-metric-label {
  left: 0;
  bottom: 0;
  padding: 0 0 3.95vh;
  font-size: 1.85vh;
  width: 10vw;
  text-align: left;
  opacity: 0.7;
}

.sc-feed.portrait .left-metric-label {
  padding: 0 0 2.1vh;
  font-size: 1.1vh;
  width: 20vw;
}

.sc-feed .right-metric-label {
  right: 0;
  bottom: 0;
  padding: 0 0 3.95vh;
  font-size: 1.85vh;
  width: 10vw;
  text-align: right;
  opacity: 0.7;
}

.sc-feed.portrait .right-metric-label {
  padding: 0 0 2.1vh;
  font-size: 1.1vh;
  width: 20vw;
}

.sc-feed .centered {
  left: 1.75vw;
  right: 1.75vw;
  text-align: center;
}

.sc-feed .centered .left-metric-label {
  width: 100%;
  text-align: center;
}

.sc-feed .market-cap-wrap {
  top: 17.1vh;
  height: 12vh;
  width: 100%;
}

.sc-feed.portrait .market-cap-wrap {
  top: 8vh;
  height: 7vh;
}

.sc-feed .market-cap-label {
  bottom: 12.4vh;
  text-align: center;
  font-size: 1.85vh;
  line-height: 1.06;
  opacity: 0.7;
  width: 100%;
}

.sc-feed.portrait .market-cap-label {
  bottom: 7.4vh;
  font-size: 1.1vh;
}

.sc-feed .market-cap-value {
  font-size: 9vh;
  height: 8.5vh;
  line-height: 1.05;
  text-align: center;
  padding: 1.5vh 0;
}

.sc-feed.portrait .market-cap-value {
  font-size: 6vh;
  height: 7vh;
  line-height: 1.05;
  padding: 0.5vh 0;
}

.sc-feed .market-cap-change-wrap {
  top: 12vh;
  text-align: center;
  font-size: 1.85vh;
  padding: 0.55vh 0.55vh 0.50vh 2.5vh;
  border-radius: 5px;
  line-height: 1.06;
  left: 50%;
  transform: translateX(-50%);
}

.sc-feed.portrait .market-cap-change-wrap {
  top: 7.4vh;
  font-size: 1.1vh;
  padding: 0.312vh 0.312vh 0.3vh 1.4vh;
}

.sc-feed .market-cap-change-wrap.price-up {
  background-color: rgba(0,224,142,0.1);
}
.sc-feed .market-cap-change-wrap.price-down {
  background-color: rgba(255,0,0,0.1);
}

.sc-feed .metric-wrap {
  left: 1.8vw;
  right: 1.8vw;
  bottom: 3vh;
  font-size: 3.25vh;
  height: 3.25vh;
  line-height: 1;
}

.sc-feed.portrait .metric-wrap {
  left: 3.5vw;
  right: 3.5vw;
  bottom: 1.55vh;
  font-size: 1.88vh;
  height: 2vh;
  line-height: 1;
}

.sc-feed .labels-wrap {
  left: 0.7vw;
  right: 0.7vw;
  top: 41.2vh;
  font-size: 1.85vh;
}

.sc-feed.portrait .labels-wrap {
  left: 10vw;
  right: 10vw;
  top: 20.5vh;
  font-size: 1vh;
}

.sc-feed .label1 {
  left: 0;
  text-align:center;
  line-height: 1.34;
  width: 7vw;
}

.sc-feed.portrait .label1 {
  width: 12vw;
}

.sc-feed .label2 {
  right: 0;
  text-align:center;
  line-height: 1.34;
  width: 7vw;
}

.sc-feed.portrait .label2 {
  width: 12vw;
}

.sc-feed .right-metric {
  right: 0;
}

.sc-feed .arrow {
  width: 3vh;
  top: 15%;
  height: 70%;
  right: 100%;
}

.sc-feed .graph {
  bottom: 2vh;
  left: 1.77vw;
  right: 1.77vw;
  height: 22vh;
}

.sc-feed.double .graph {
  bottom: 10vh;
  left: 1.77vw;
  right: 1.77vw;
  height: 50vh;
}

.sc-feed.portrait .graph {
  bottom: 1vh;
  left: 3.5vw;
  right: 3.5vw;
  height: 11vh;
}

/* .stage {
  background-image: url(../../static/common/bg.png);
  background-size: contain;
} */
 
.heatmap-header {
  display: inline-block;
  font-size: 3.34vh;
  color: #ffffff;
}
.heatmap-header .title {
  display: inline-block;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.65vh 1.35vw 0.6vh 0;
  border-right: 1px solid #ffffff;
}
.heatmap-header .label {
  display: inline-block;
  font-family: 'Indivisible-Regular', sans-serif;
  font-weight: normal;
  padding: 0.65vh 0.35vw 0.6vh 1.35vw;
  opacity: 0.7;
}
.heatmap-header .value {
  display: inline-block;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.65vh 0 0.6vh 0;
}
.heatmap-timer {
  font-size: 3.34vh;
  color: #ffffff;
}
.heatmap-timer .icon {
  height: 2.6vh;
  width: 2.6vh;
  left: -3.5vh;
  top: 1.1vh;
  position: absolute;
  background-image: url('../cc/crypto/timer.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.heatmap-timer .time {
  display: inline-block;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.65vh 0 0.6vh 0;
}
.heatmap-timer .date {
  display: inline-block;
  font-family: 'Indivisible-Regular', sans-serif;
  font-weight: normal;
  padding: 0.65vh 0 0.6vh 0;
}

.heatmap-footer {
  display: inline-block;
  padding: 0 0 0 1.35vw;
  font-size: 3.34vh;
  color: #ffffff;
}
.heatmap-footer span:nth-child(1) {
  display: inline-block;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.65vh 1.35vw 0.6vh 0;
  border-right: 1px solid #ffffff;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.heatmap-trending {
  overflow: hidden;
}
.heatmap-trending .overlay {
  border-left: 3px solid black;
  border-right: 3px solid black;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, #000000 100%);
}
.heatmap-trending-coins {
  width: max-content !important; 
  animation: slide 100s linear infinite;
}
.heatmap-trending-coin {
  display: inline-block;
  color: #ffffff; 
}
.heatmap-trending-coin img {
  display: inline-block;
  width: 4.6vh;
  height: 4.6vh;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  background-color: #ffffff
}
.heatmap-trending-coin .symbol {
  display: inline-block;
  font-size: 3.34vh;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.65vh 0.34vw 0.6vh 0.34vw;
  vertical-align: top;
}
.heatmap-trending-coin .change {
  display: inline-block;
  font-size: 3.34vh;
  font-family: 'Indivisible-SemiBold', sans-serif;
  font-weight: 500;
  padding: 0.65vh 1.35vw 0.6vh 0;
  vertical-align: top;
}
.heatmap-trending-coin .change.positive {
  color: #21ce99;
}
.heatmap-trending-coin .change.negative {
  color: #ea394e;
}

.heatmap-news {
  overflow: hidden;
}
.heatmap-news .overlay {
  border-left: 3px solid black;
  border-right: 3px solid black;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, #000000 100%);
}
.heatmap-news .bg {
  border-bottom: 10px dotted white;
}
.heatmap-news-items {
  width: max-content !important; 
  animation: slide 100s linear infinite;
}
.heatmap-news-item {
  display: inline-block;
  color: #ffffff;
  margin: 0 3vw;
}
.heatmap-news-item .label {
  display: inline-block;
  font-size: 1.8vh;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  padding: 0.3vh 0.34vw 0.15vh 0.34vw;
  margin: 1vh 1vh 0 0;
  color: black;
  background: white;
  border-radius: 5px;
  vertical-align: top;
}
.heatmap-news-item .label.negative {
  background-color: #ea394e;
}
.heatmap-news-item .label.negative::after {
  content: "BEARISH";
}
.heatmap-news-item .label.positive {
  background-color: #21ce99;
}
.heatmap-news-item .label.positive::after {
  content: "BULLISH";
}
.heatmap-news-item .text {
  display: inline-block;
  font-size: 3.34vh;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  margin: 0 0 0 0.5vh;
  padding: 0.65vh 1.35vw 0.6vh 0;
}
.heatmap-news-item .time {
  display: inline-block;
  font-size: 3.34vh;
  font-family: 'Indivisible-Regular', sans-serif;
  font-weight: normal;
  margin: 0 0 0 0.5vh;
  padding: 0.65vh 0 0.6vh 0;
  vertical-align: top;
  opacity: 0.7;
}

.heatmap.label {
  position: absolute;
  color: white;
  line-height: 1.08;
}

@keyframes arrowdown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50%);
  }
}

@keyframes arrowup {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}

.heatmap.label .arrow-wrap {
  position: absolute;
  transform: scaleY(0.7);
  opacity: 0;
  left: 50%;
  top: 50%;
  color: white;
}
.heatmap.label .arrow-wrap .arrow {
  position: absolute;
  font-size: 30px;
  top: -15px;
  left: -15px;
}
.heatmap.label .arrow-wrap.positive .arrow {
  animation: arrowup 1s infinite ease-in;
}
.heatmap.label .arrow-wrap.negative .arrow {
  animation: arrowdown 1s infinite ease-in;
}
.heatmap.label .arrow-wrap .arrow:nth-child(1) {
  animation-delay: 0s;
}
.heatmap.label .arrow-wrap .arrow:nth-child(1) {
  animation-delay: 0.33s;
}
.heatmap.label .arrow-wrap .arrow:nth-child(1) {
  animation-delay: 0.66s;
}
.heatmap.label .symbol {
  font-family: 'Indivisible-Bold', sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.08;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
}
.heatmap.label.small .symbol {
  font-size: 1.72vh;
  margin: 1vh 0.5vh 0 1vh;
  display: block;
}
.heatmap.label.big .symbol {
  font-size: 2.58vh;
  margin: 1.5vh 1vh 0 1.5vh;
  display: block;
}
.heatmap.label.large .symbol {
  font-size: 3.02vh;
  margin: 1.75vh 1.25vh 0 1.75vh;
  display: block;
}
.heatmap.label.larger .symbol {
  font-size: 3.44vh;
  margin: 2vh 1.5vh 0 2vh;
  display: block;
}
.heatmap.label.biggest .symbol {
  font-size: 4.3vh;
  margin: 2.5vh 2vh 0 2.5vh;
  display: block;
}

.heatmap.label .price {
  font-family: 'Indivisible-SemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  display: none;
}
.heatmap.label.small .price {
  font-size: 1.02vh;
  margin: 0 0 0 1vh;
  display: block;
}
.heatmap.label.big .price {
  font-size: 1.53vh;
  margin: 0 0 0 1.5vh;
  display: block;
}
.heatmap.label.large .price {
  font-size: 1.75vh;
  margin: 0 0 0 1.75vh;
  display: block;
}
.heatmap.label.larger .price {
  font-size: 2.04vh;
  margin: 0 0 0 2vh;
  display: block;
}
.heatmap.label.biggest .price {
  font-size: 2.55vh;
  margin: 0 0 0 2.5vh;
  display: block;
}

.heatmap.label .change {
  font-family: 'Indivisible-SemiBold', sans-serif;
  font-weight: normal;
  line-height: 1.08;
  text-align: right;
  bottom: 0;
  right: 0;
  position: absolute;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  display: none;
}
.heatmap.label.small .change {
  font-size: 1.02vh;
  margin: 0 1vh 1vh 0;
  display: block;
}
.heatmap.label.big .change {
  font-size: 1.53vh;
  margin: 0 1.5vh 1.5vh 0;
  display: block;
}
.heatmap.label.large .change {
  font-size: 1.75vh;
  margin: 0 1.75vh 1.75vh 0;
  display: block;
}
.heatmap.label.larger .change {
  font-size: 2.04vh;
  margin: 0 2vh 2vh 0;
  display: block;
}
.heatmap.label.biggest .change {
  font-size: 2.55vh;
  margin: 0 2.5vh 2.5vh 0;
  display: block;
}

#heatmap #indicators .indicators {
  float: left;
}
#heatmap #indicators .indicators:nth-child(1) {
  width: 26%; 
}
#heatmap #indicators .indicators:nth-child(2) {
  width: 24%; 
}
#heatmap #indicators .indicators:nth-child(3) {
  width: 24%;
}
#heatmap #indicators .indicators:nth-child(4) {
  width: 26%; 
}

#heatmap #indicators.small .indicators:nth-child(1) {
  width: 31%; 
}
#heatmap #indicators.small .indicators:nth-child(2) {
  width: 23%; 
}
#heatmap #indicators.small .indicators:nth-child(3) {
  width: 23%; 
}
#heatmap #indicators.small .indicators:nth-child(4) {
  width: 23%; 
}

#heatmap #indicators .label {
  font-size: 3.34vh;
  font-family: 'Indivisible-Regular', sans-serif;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.75;
}
#heatmap #indicators .value {
  font-size: 3.34vh;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  color: #ffffff;
}
#heatmap #indicators .change {
  font-size: 3.34vh;
  font-family: 'Indivisible-Bold', sans-serif;
  font-weight: bold;
  color: #ffffff;
}
#heatmap #indicators.small .label {
  font-size: 3vh;
}
#heatmap #indicators.small .change {
  font-size: 3vh;
}
#heatmap #indicators.small .value {
  font-size: 3vh;
}
#heatmap #indicators .change.positive {
  color: #21ce99;
}
#heatmap #indicators .change.negative {
  color: #ea394e;
}

#heatmap #indicators .indicators:nth-child(1) {
  text-align: left;
}
#heatmap #indicators .indicators:nth-child(1) .label {
  padding: 0.65vh 0.35vw 0.6vh 1.35vw;
}
#heatmap #indicators .indicators:nth-child(1) .value {
  padding: 0.65vh 0 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(2) {
  text-align: center;
}
#heatmap #indicators .indicators:nth-child(2) .label {
  padding: 0.65vh 0.35vw 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(2) .value {
  padding: 0.65vh 0 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(2) .change {
  padding: 0.65vh 0 0.6vh 0.35vw;
}
#heatmap #indicators .indicators:nth-child(3) {
  text-align: center;
}
#heatmap #indicators .indicators:nth-child(3) .label {
  padding: 0.65vh 0.35vw 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(3) .value {
  padding: 0.65vh 0 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(3) .change {
  padding: 0.65vh 0 0.6vh 0.35vw;
}
#heatmap #indicators .indicators:nth-child(4) {
  text-align: right;
}
#heatmap #indicators .indicators:nth-child(4) .label {
  padding: 0.65vh 0.35vw 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(4) .value {
  padding: 0.65vh 0 0.6vh 0;
}
#heatmap #indicators .indicators:nth-child(4) .change {
  padding: 0.65vh 1.35vw 0.6vh 0.35vw;
}

#socket-state, #network-state, #last-updated {
  border: 1px solid #a1a1a1;
  background-color: #e1e1e1;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 2px 5px;
}
