@charset "UTF-8";
small {
  opacity: 0.5;
}

.group {
  padding: 2px;
  border-radius: 5px;
  background-color: black;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 30px;
  font-size: 20px;
}
.group img.gicon {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
.group .label {
  vertical-align: top;
  display: inline-block;
  width: 220px;
}
@media only screen and (max-width: 700px) {
  .group .label {
    display: block;
    background-color: rgb(21.44, 19.52, 28.48);
    width: 100%;
  }
}
.group .groupstreamers {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: calc(100% - 230px);
  font-size: 0;
}
@media only screen and (max-width: 700px) {
  .group .groupstreamers {
    width: 100%;
  }
}
.group a {
  color: inherit;
  text-decoration: none;
}
.group .tag {
  display: inline-block;
  background-color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 2px;
}
.group .tag img.userprofile {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 5px;
}
.group .tag img.twitchtype {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-top: 5px;
}
.group .tag .name {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.group .tag.partner .name {
  margin-right: 10px;
}
.group .tag.partner .name:after {
  display: inline-block;
  position: absolute;
  margin-left: -2px;
  margin-top: -7px;
  font-size: 10px;
  vertical-align: super;
  content: "👑";
}
.group .tag.live {
  border: 1px solid white;
}
.group .count {
  font-size: 70%;
  color: rgba(255, 255, 255, 0.3);
}

.toggler {
  background-color: #924399;
  color: #FFF;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
  text-decoration: none;
}
.toggler:hover {
  background-color: rgb(174.6090909091, 88.7863636364, 182.2136363636);
}

.chart {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: white;
  width: 400px;
  height: 400px;
  text-align: center;
}
.chart canvas {
  display: inline-block !important;
}

@media only screen and (max-width: 700px) {
  .largescreen {
    display: none;
  }
}
@media only screen and (min-width: 701px) {
  .smallscreen {
    display: none;
  }
}
table.statable {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
}
table.statable.smallscreen {
  font-size: 80%;
}
table.statable th.groupstat {
  text-align: center;
  background-color: rgb(44.22, 40.26, 58.74);
  text-transform: uppercase;
}
table.statable th.groupstat.mean {
  border-top-left-radius: 20px;
}
table.statable th.groupstat.max {
  border-top-right-radius: 20px;
}
table.statable th.mean {
  background-color: #000033;
}
table.statable th.max {
  background-color: #222211;
}
table.statable th, table.statable td {
  text-align: left;
  padding: 3px;
  padding-right: 10px;
  padding-left: 10px;
}
table.statable th {
  background-color: transparent;
  font-weight: bolder;
}
table.statable th.ord {
  background-color: rgb(37.386, 34.038, 49.662);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: bolder;
  text-align: left;
  width: 120px;
}
table.statable td {
  background-color: rgb(53.332, 48.556, 70.844);
}
table.statable td.max {
  background-color: #36362e;
}
table.statable tr:first-child th:first-child {
  font-size: 20px;
}
table.statable tr:nth-child(even) td.mean {
  background-color: rgb(41.942, 38.186, 55.714);
}
table.statable tr:nth-child(even) td.max {
  background-color: #2c2c1f;
}
table.statable tr:nth-child(even) th.ord {
  background-color: rgb(30.552, 27.816, 40.584);
}
table.statable tr.current th {
  color: orange;
}
table.statable tr.current td {
  border-top: 1px dashed orange;
  border-bottom: 1px dashed orange;
}
table.statable td.num {
  text-align: right;
  font-family: "Courier New", Courier, monospace;
}
table.statable th.right, table.statable td.right {
  text-align: right;
}

table.visits {
  width: 100%;
  max-width: 480px;
  border: 2px solid white;
  border-collapse: collapse;
}
table.visits th, table.visits td {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
table.visits th {
  background-color: #924399;
}

.stat.p {
  color: rgb(228, 101, 101);
}
.stat.v {
  color: rgb(116, 184, 116);
}
.stat.s {
  color: rgb(162, 129, 204);
}

.statstreamer h1 {
  margin-bottom: 0;
}
.statstreamer h2 {
  text-align: center;
  text-indent: 10px;
  border-radius: 7px;
  line-height: 46px;
  height: 50px;
  margin-bottom: 0;
  background-color: rgb(44.22, 40.26, 58.74);
  background: linear-gradient(0deg, rgb(44.22, 40.26, 58.74) 0%, rgb(21.44, 19.52, 28.48) 10%, rgb(48.776, 44.408, 64.792) 46%, rgb(44.22, 40.26, 58.74) 76%);
}
.statstreamer .note {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
.statstreamer h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.statstreamer h3 small {
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}
.statstreamer h3:first-child {
  margin-top: 0;
}
.statstreamer .subcontent {
  margin-left: 19px;
  margin-right: 19px;
  padding: 10px;
  border: 1px solid rgba(146, 67, 153, 0.25);
  border-top: none;
  background-color: rgb(44.22, 40.26, 58.74);
}
.statstreamer .subtitle {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: white;
  background-color: #000;
  margin: 0;
  padding: 3px;
  font-weight: normal;
  opacity: 0.5;
}
.statstreamer .streamer, .statstreamer .creator {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #666;
  color: #EEE;
  border-radius: 4px;
  padding: 3px;
  margin: 2px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  color: rgb(226.0727272727, 195.1909090909, 228.8090909091);
  color: white;
}
.statstreamer .streamer img.pp, .statstreamer .creator img.pp {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.statstreamer .streamer .name, .statstreamer .creator .name {
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  background-color: rgb(0, 0, 0);
}
.statstreamer .streamer .value, .statstreamer .creator .value {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.statstreamer .streamer .medal, .statstreamer .creator .medal {
  z-index: 10;
  position: absolute;
  left: 3px;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: bolder;
}
.statstreamer .streamer.rank-0 .medal, .statstreamer .creator.rank-0 .medal {
  left: 0;
  top: 5px;
  font-size: 0;
  background-image: url("../img/stat/medal-gold.svg");
}
.statstreamer .streamer.rank-1 .medal, .statstreamer .creator.rank-1 .medal {
  left: 0;
  top: 5px;
  font-size: 0;
  background-image: url("../img/stat/medal-silver.svg");
}
.statstreamer .streamer.rank-2 .medal, .statstreamer .creator.rank-2 .medal {
  left: 0;
  top: 5px;
  font-size: 0;
  background-image: url("../img/stat/medal-bronze.svg");
}
.statstreamer .streamer:hover .value {
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 30px;
  height: 30px;
  vertical-align: bottom;
  bottom: 25px;
}
.statstreamer .creator {
  background-color: #433d59;
}
.statstreamer.top3 .streamer:nth-of-type(n+4) {
  display: none;
}
.statstreamer.top3 .streamer:nth-of-type(-n+3) {
  display: inline-block;
}
.statstreamer.top3 .creator:nth-of-type(n+4) {
  display: none;
}
.statstreamer.top3 .creator:nth-of-type(-n+3) {
  display: inline-block;
}
.statstreamer.top5 .streamer:nth-of-type(n+6) {
  display: none;
}
.statstreamer.top5 .streamer:nth-of-type(-n+5) {
  display: inline-block;
}
.statstreamer.top5 .creator:nth-of-type(n+6) {
  display: none;
}
.statstreamer.top5 .creator:nth-of-type(-n+5) {
  display: inline-block;
}
.statstreamer.top10 .streamer:nth-of-type(n+11) {
  display: none;
}
.statstreamer.top10 .streamer:nth-of-type(-n+10) {
  display: inline-block;
}
.statstreamer.top10 .creator:nth-of-type(n+11) {
  display: none;
}
.statstreamer.top10 .creator:nth-of-type(-n+10) {
  display: inline-block;
}
.statstreamer.top20 .streamer:nth-of-type(n+21) {
  display: none;
}
.statstreamer.top20 .streamer:nth-of-type(-n+20) {
  display: inline-block;
}
.statstreamer.top20 .creator:nth-of-type(n+21) {
  display: none;
}
.statstreamer.top20 .creator:nth-of-type(-n+20) {
  display: inline-block;
}
.statstreamer.top50 .streamer:nth-of-type(n+51) {
  display: none;
}
.statstreamer.top50 .streamer:nth-of-type(-n+50) {
  display: inline-block;
}
.statstreamer.top50 .creator:nth-of-type(n+51) {
  display: none;
}
.statstreamer.top50 .creator:nth-of-type(-n+50) {
  display: inline-block;
}
.statstreamer.topall .streamer {
  display: inline-block;
}
.statstreamer.topall .creator {
  display: inline-block;
}/*# sourceMappingURL=stat.css.map */