@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700,900";

/* src/styles.scss */
body {
  overflow: hidden;
  background: transparent;
}
@font-face {
  font-family: "BlizQuadrataWeb";
  src: url(/assets/fonts/BlizQuadrataWeb.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrizQuadrata";
  src: url("/assets/fonts/Friz Quadrata Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FrizQuadrata";
  src: url("/assets/fonts/Friz Quadrata Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrizQuadrata";
  src: url("/assets/fonts/Friz Quadrata Std Medium.otf");
  font-weight: 500;
  font-style: normal;
}
.w3-classic {
}
@keyframes fadeOutSymetric {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.w3-classic .flag {
  max-height: 11px;
}
.w3-classic .App {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #e5e3e8;
  height: 100%;
}
.w3-classic .App .wc3-ui-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1440px;
}
.w3-classic .App .wc3-ui-area .wc3-ui-area-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.w3-classic .hero-avatar {
  width: 69px;
  height: 69px;
  margin-top: 1px;
  margin-left: 0px;
  background-size: 100%;
}
.w3-classic .hero-avatar.hero-avatar-cover {
  background: url(/assets/img/avatar-cover.jpg);
  background-size: 100%;
  height: 87px;
  width: 73px;
  margin-left: -2px;
  margin-top: -2px;
}
.w3-classic .grayscaled-filter {
  filter: grayscale(100%);
}
.w3-classic .hero-area.hero-area-opponent {
  left: auto;
  right: 0.45%;
  direction: rtl;
}
.w3-classic .hero-area.hero-area-opponent .hero-exp-bar-wrapper {
  margin-right: -8px;
}
.w3-classic .hero-area.hero-area-opponent .ability-icon-wrapper:nth-child(3),
.w3-classic .hero-area.hero-area-opponent .ability-icon-wrapper:nth-child(4) {
  position: absolute;
  left: auto;
  right: 2.3%;
}
.w3-classic .hero-area.hero-area-opponent.inventory {
  margin-right: 74px !important;
  direction: ltr;
}
.w3-classic .ctrlgroup-wrapper {
  position: absolute;
  bottom: 256px;
  left: 386px;
  z-index: 99999999999999;
  display: flex;
  flex-direction: row;
}
.w3-classic .ctrlgroup-wrapper .ctrlgroup {
  width: 66px;
  height: 30px;
  background: url(/assets/img/controlgroup.png);
  border-spacing: 4px;
  display: inline-block;
  display: flex;
  flex-direction: row;
  line-height: 30px;
  zoom: 1;
}
.w3-classic .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-index {
  vertical-align: middle;
  width: 14px;
  padding-left: 1px;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  text-align: center;
  flex: 0 0 auto;
  text-align: center;
  color: #191620;
}
.w3-classic .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-icon {
  margin-top: 2px;
  width: 23px;
  height: 23px;
  background-size: 120%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.w3-classic .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-text {
  vertical-align: middle;
  height: 30px;
  text-align: center;
  flex: 1 1 auto;
  padding-right: 5px;
}
.w3-classic .hero-level {
  margin-left: 38px;
  color: #ccc;
  margin-top: 44px;
  width: 28px;
  padding: 2px 0px 1px 0px;
  font-size: 15px;
  text-align: center;
  background-color: #000;
  border: 1px solid #735007;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}
.w3-classic .hero-exp-area {
  margin-left: -9px;
}
.w3-classic .hero-hp-bar-wrapper,
.w3-classic .hero-mana-bar-wrapper {
  height: 6px;
  width: 71px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.w3-classic .hero-hp-bar-wrapper {
  margin-top: 69px;
}
.w3-classic .hero-mana-bar-wrapper {
  margin-top: 77px;
}
.w3-classic .hero-hp-bar,
.w3-classic .hero-mana-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  transition: width 0.3s ease;
  opacity: 1;
}
.w3-classic .hero-hp-bar {
  background: #00ff00;
}
.w3-classic .hero-mana-bar {
  background: #00aafd;
}
.w3-classic .hero-bar-gradient {
  background:
    linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0px;
  opacity: 0.5;
}
.w3-classic .hero-hp-bar-background,
.w3-classic .hero-mana-bar-background,
.w3-classic .hero-exp-bar-background {
  border: 2px solid #000;
  border-radius: 1px;
  position: relative;
  height: 100%;
  background: #000;
}
.w3-classic .hero-exp-bar-wrapper {
  margin-top: 1px;
  height: 67px;
  width: 9px;
  position: relative;
}
.w3-classic .hero-exp-bar {
  background: rgb(135, 0, 127);
  background:
    linear-gradient(
      90deg,
      rgb(135, 0, 127) 0%,
      rgb(149, 8, 141) 74%,
      rgb(185, 27, 176) 76%,
      rgb(185, 27, 176) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 1s ease;
  opacity: 0.8;
}
.w3-classic .hero-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 4.3%;
  left: 0.45%;
}
.w3-classic .hero-area:nth-child(2) {
  top: 12.9%;
}
.w3-classic .hero-area:nth-child(3) {
  top: 21.55%;
}
.w3-classic .inventory {
  margin-left: 74px;
  margin-top: 2px;
  width: 58px;
  height: 89px;
  background: url(/assets/img/inventory.png) no-repeat;
  background-size: 100% !important;
  opacity: 1;
  z-index: -99999;
}
.w3-classic .item-icon-wrapper {
  margin-top: 0;
  width: 23px;
  height: 23px;
  position: relative;
  animation: slide-up 0.4s ease;
  border: 3px solid transparent;
  position: absolute;
}
.w3-classic .item-icon-wrapper:nth-child(2),
.w3-classic .item-icon-wrapper:nth-child(4),
.w3-classic .item-icon-wrapper:nth-child(6) {
  margin-left: 29px;
}
.w3-classic .item-icon-wrapper:nth-child(1),
.w3-classic .item-icon-wrapper:nth-child(2) {
  top: 0px;
}
.w3-classic .item-icon-wrapper:nth-child(3),
.w3-classic .item-icon-wrapper:nth-child(4) {
  top: 29px;
}
.w3-classic .item-icon-wrapper:nth-child(5),
.w3-classic .item-icon-wrapper:nth-child(6) {
  top: 58px;
}
.w3-classic .item-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 50% 50%;
}
.w3-classic .ability-icon-wrapper.inventory-spacer {
  margin-left: 138px;
  margin-right: 138px !important;
}
.w3-classic .ability-icon-wrapper {
  margin-top: 2px;
  width: 42px;
  height: 42px;
  position: relative;
  animation: slide-up 0.4s ease;
}
.w3-classic .ability-icon-wrapper:nth-child(3),
.w3-classic .ability-icon-wrapper:nth-child(4) {
  position: absolute;
  left: 45px;
}
.w3-classic .ability-icon-wrapper:nth-child(3) {
  top: 0%;
}
.w3-classic .ability-icon-wrapper:nth-child(4) {
  top: 3.9333%;
}
.w3-classic .ability-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: 50% 50%;
}
.w3-classic .ability-icon.ulti .cooldown,
.w3-classic .ability-icon.ulti .cooldown-animation {
  right: 0px !important;
}
.w3-classic .ability-icon .cooldown-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.w3-classic .ability-icon .cooldown-wrapper .cooldown {
  height: 100%;
  position: absolute;
  right: 8px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-shadow: 1px 1px 4px #000000;
  color: #fff;
  font-weight: bold;
}
.w3-classic .ability-icon .cooldown-wrapper .cooldown-animation {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0px;
  right: 8px;
  position: absolute;
  bottom: 0;
  transition: height 1s linear;
  z-index: 0;
}
.w3-classic .upgrade-box {
  position: absolute;
  left: 0px;
  top: 60px;
  margin-bottom: 90px;
  animation: slide-up 0.4s ease;
  transition: width 0.4s;
}
.w3-classic .upgrade-box.opponent {
  left: auto;
  right: 0px;
}
.w3-classic .upgrade-icon .upgrade-icon-label {
  margin-top: 31px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 3px;
}
.w3-classic .upgrade-icon {
  width: 30px;
  height: 30px;
  position: relative;
  animation: slide-up 0.4s ease;
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: 50% 50%;
  float: left;
  margin: 0 12px 0 2px;
}
.w3-classic .research-spacer {
  margin: 0px 8px 0px 6px;
  height: 30px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.w3-classic .upgrade-icon-progress-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.w3-classic .level-indicator {
  position: absolute;
  top: 0;
  left: 100%;
  width: 8px;
  margin-left: -9px;
  min-width: 4px;
  height: 100%;
}
.w3-classic .level-indicator > div {
  width: 100%;
  height: 33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.7;
  border: 1px solid #000;
}
.w3-classic .gametime {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
@keyframes blink {
  0% {
    background-color: #6f6f6f;
  }
  15% {
    background-color: #3399ff;
  }
  30% {
    background-color: #fff;
  }
  45% {
    background-color: #3399ff;
  }
  60% {
    background-color: #fff;
  }
  75% {
    background-color: #3399ff;
  }
  90% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.w3-classic .level-indicator > div.level-1,
.w3-classic .level-indicator.current-level-2 > div.level-2,
.w3-classic .level-indicator.current-level-3 > div {
  border: 1px solid #000;
  opacity: 0.8;
  background-color: #fff;
  animation: blink 0.8s ease;
}
.w3-classic .level-indicator.current-level-0 {
  display: none;
}
.w3-classic .MatchupBarIsBottomCenter .ctrlgroup-wrapper {
  margin-bottom: 44px;
}
.w3-classic body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.w3-classic .circular-chart {
  display: block;
  margin: 2px auto;
  max-width: 90%;
  max-height: 250px;
}
.w3-classic .circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 3.8;
}
.w3-classic .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.w3-classic .circular-chart .circle {
  stroke: rgba(255, 255, 255, 0.8);
}
.w3-classic .percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-anchor: middle;
}
.w3-reforged {
}
@keyframes fadeOutSymetric {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.w3-reforged .flag {
  max-height: 11px;
}
.w3-reforged .App {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #e5e3e8;
  height: 100%;
}
.w3-reforged .App .wc3-ui-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1440px;
}
.w3-reforged .App .wc3-ui-area .wc3-ui-area-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.w3-reforged .hero-avatar {
  width: 69px;
  height: 69px;
  margin-top: 1px;
  margin-left: 0px;
  background-size: 100%;
}
.w3-reforged .hero-avatar.hero-avatar-cover {
  background: url(/assets/img/avatar-cover.jpg);
  background-size: 100%;
  height: 87px;
  width: 73px;
  margin-left: -2px;
  margin-top: -2px;
}
.w3-reforged .grayscaled-filter {
  filter: grayscale(100%);
}
.w3-reforged .hero-area.hero-area-opponent {
  left: auto;
  right: 0.45%;
  direction: rtl;
}
.w3-reforged .hero-area.hero-area-opponent .hero-exp-bar-wrapper {
  margin-right: -8px;
}
.w3-reforged .hero-area.hero-area-opponent .ability-icon-wrapper:nth-child(3),
.w3-reforged .hero-area.hero-area-opponent .ability-icon-wrapper:nth-child(4) {
  position: absolute;
  left: auto;
  right: 2.3%;
}
.w3-reforged .hero-area.hero-area-opponent.inventory {
  margin-right: 74px !important;
  direction: ltr;
}
.w3-reforged .ctrlgroup-wrapper {
  position: absolute;
  bottom: 256px;
  left: 386px;
  z-index: 99999999999999;
  display: flex;
  flex-direction: row;
}
.w3-reforged .ctrlgroup-wrapper .ctrlgroup {
  width: 66px;
  height: 30px;
  background: url(/assets/img/controlgroup.png);
  border-spacing: 4px;
  display: inline-block;
  display: flex;
  flex-direction: row;
  line-height: 30px;
  zoom: 1;
}
.w3-reforged .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-index {
  vertical-align: middle;
  width: 14px;
  padding-left: 1px;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  text-align: center;
  flex: 0 0 auto;
  text-align: center;
  color: #191620;
}
.w3-reforged .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-icon {
  margin-top: 2px;
  width: 23px;
  height: 23px;
  background-size: 120%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.w3-reforged .ctrlgroup-wrapper .ctrlgroup .ctrlgroup-text {
  vertical-align: middle;
  height: 30px;
  text-align: center;
  flex: 1 1 auto;
  padding-right: 5px;
}
.w3-reforged .hero-level {
  margin-left: 38px;
  color: #ccc;
  margin-top: 44px;
  width: 28px;
  padding: 2px 0px 1px 0px;
  font-size: 15px;
  text-align: center;
  background-color: #000;
  border: 1px solid #735007;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}
.w3-reforged .hero-exp-area {
  margin-left: -9px;
}
.w3-reforged .hero-hp-bar-wrapper,
.w3-reforged .hero-mana-bar-wrapper {
  height: 6px;
  width: 71px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.w3-reforged .hero-hp-bar-wrapper {
  margin-top: 69px;
}
.w3-reforged .hero-mana-bar-wrapper {
  margin-top: 77px;
}
.w3-reforged .hero-hp-bar,
.w3-reforged .hero-mana-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  transition: width 1s ease;
  opacity: 1;
}
.w3-reforged .hero-hp-bar {
  background: #00ff00;
}
.w3-reforged .hero-mana-bar {
  background: #00aafd;
}
.w3-reforged .hero-bar-gradient {
  background:
    linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0px;
  opacity: 0.5;
}
.w3-reforged .hero-hp-bar-background,
.w3-reforged .hero-mana-bar-background,
.w3-reforged .hero-exp-bar-background {
  border: 2px solid #000;
  border-radius: 1px;
  position: relative;
  height: 100%;
  background: #000;
}
.w3-reforged .hero-exp-bar-wrapper {
  margin-top: 1px;
  height: 67px;
  width: 9px;
  position: relative;
}
.w3-reforged .hero-exp-bar {
  background: rgb(135, 0, 127);
  background:
    linear-gradient(
      90deg,
      rgb(135, 0, 127) 0%,
      rgb(149, 8, 141) 74%,
      rgb(185, 27, 176) 76%,
      rgb(185, 27, 176) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 1s ease;
  opacity: 0.8;
}
.w3-reforged .hero-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 4.3%;
  left: 0.45%;
}
.w3-reforged .hero-area:nth-child(2) {
  top: 12.9%;
}
.w3-reforged .hero-area:nth-child(3) {
  top: 21.55%;
}
.w3-reforged .inventory {
  margin-left: 74px;
  margin-top: 2px;
  width: 58px;
  height: 89px;
  background: url(/assets/img/inventory.png) no-repeat;
  background-size: 100% !important;
  opacity: 1;
  z-index: -99999;
}
.w3-reforged .item-icon-wrapper {
  margin-top: 0;
  width: 23px;
  height: 23px;
  position: relative;
  animation: slide-up 0.4s ease;
  border: 3px solid transparent;
  position: absolute;
}
.w3-reforged .item-icon-wrapper:nth-child(2),
.w3-reforged .item-icon-wrapper:nth-child(4),
.w3-reforged .item-icon-wrapper:nth-child(6) {
  margin-left: 29px;
}
.w3-reforged .item-icon-wrapper:nth-child(1),
.w3-reforged .item-icon-wrapper:nth-child(2) {
  top: 0px;
}
.w3-reforged .item-icon-wrapper:nth-child(3),
.w3-reforged .item-icon-wrapper:nth-child(4) {
  top: 29px;
}
.w3-reforged .item-icon-wrapper:nth-child(5),
.w3-reforged .item-icon-wrapper:nth-child(6) {
  top: 58px;
}
.w3-reforged .item-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 50% 50%;
}
.w3-reforged .ability-icon-wrapper.inventory-spacer {
  margin-left: 138px;
  margin-right: 138px !important;
}
.w3-reforged .ability-icon-wrapper {
  margin-top: 2px;
  width: 42px;
  height: 42px;
  position: relative;
  animation: slide-up 0.4s ease;
}
.w3-reforged .ability-icon-wrapper:nth-child(3),
.w3-reforged .ability-icon-wrapper:nth-child(4) {
  position: absolute;
  left: 45px;
}
.w3-reforged .ability-icon-wrapper:nth-child(3) {
  top: 0%;
}
.w3-reforged .ability-icon-wrapper:nth-child(4) {
  top: 3.9333%;
}
.w3-reforged .ability-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: 50% 50%;
}
.w3-reforged .ability-icon.ulti .cooldown,
.w3-reforged .ability-icon.ulti .cooldown-animation {
  right: 0px !important;
}
.w3-reforged .ability-icon .cooldown-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.w3-reforged .ability-icon .cooldown-wrapper .cooldown {
  height: 100%;
  position: absolute;
  right: 8px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-shadow: 1px 1px 4px #000000;
  color: #fff;
  font-weight: bold;
}
.w3-reforged .ability-icon .cooldown-wrapper .cooldown-animation {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0px;
  right: 8px;
  position: absolute;
  bottom: 0;
  transition: height 1s linear;
  z-index: 0;
}
.w3-reforged .upgrade-box {
  position: absolute;
  left: 0px;
  top: 60px;
  margin-bottom: 90px;
  animation: slide-up 0.4s ease;
  transition: width 0.4s;
}
.w3-reforged .upgrade-box.opponent {
  left: auto;
  right: 0px;
}
.w3-reforged .upgrade-icon .upgrade-icon-label {
  margin-top: 31px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 3px;
}
.w3-reforged .upgrade-icon {
  width: 30px;
  height: 30px;
  position: relative;
  animation: slide-up 0.4s ease;
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: 50% 50%;
  float: left;
  margin: 0 12px 0 2px;
}
.w3-reforged .research-spacer {
  margin: 0px 8px 0px 6px;
  height: 30px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.w3-reforged .upgrade-icon-progress-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.w3-reforged .level-indicator {
  position: absolute;
  top: 0;
  left: 100%;
  width: 8px;
  margin-left: -8px;
  min-width: 4px;
  height: 100%;
}
.w3-reforged .level-indicator > div {
  width: 100%;
  height: 33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.7;
  border: 1px solid #000;
}
.w3-reforged .gametime {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
@keyframes blink {
  0% {
    background-color: #6f6f6f;
  }
  15% {
    background-color: #3399ff;
  }
  30% {
    background-color: #fff;
  }
  45% {
    background-color: #3399ff;
  }
  60% {
    background-color: #fff;
  }
  75% {
    background-color: #3399ff;
  }
  90% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.w3-reforged .level-indicator > div.level-1,
.w3-reforged .level-indicator.current-level-2 > div.level-2,
.w3-reforged .level-indicator.current-level-3 > div {
  border: 1px solid #000;
  opacity: 0.8;
  background-color: #fff;
  animation: blink 0.8s ease;
}
.w3-reforged .level-indicator.current-level-0 {
  display: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    margin-top: -66px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
.w3-reforged .match-box {
  animation: slide-down 1.5s forwards;
  background: url(/assets/img/statsbar.png) no-repeat;
  width: 646px;
  height: 66px;
  position: absolute;
  top: 0px;
  left: 228px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0px 16px 0px 14px;
}
.w3-reforged .MatchupBarIsBottomCenter .ctrlgroup-wrapper {
  margin-bottom: 60px;
}
.w3-reforged .MatchupBarIsBottomCenter .match-box {
  animation: slide-up 0.4s ease;
  background: url(/assets/img/statsbar-full.png) no-repeat;
  height: 77px;
  top: 770px;
  left: 637px;
  padding: 13px 16px 0px 14px;
}
.w3-reforged body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.w3-reforged .circular-chart {
  display: block;
  margin: 2px auto;
  max-width: 90%;
  max-height: 250px;
}
.w3-reforged .circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 3.8;
}
.w3-reforged .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.w3-reforged .circular-chart .circle {
  stroke: rgba(255, 255, 255, 0.8);
}
.w3-reforged .percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-anchor: middle;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
