:root {
  --yellow: #fbc02d;
  --blue: #2196f3;
  --green: #b2f252;
  --red: #ed4242;
}
html,
body {
  background-color: #000;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
input,
textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@font-face {
  font-family: gamefont;
  src: url(../css/fonts/font2.ttf);
}
@font-face {
  font-family: headerfont;
  src: url(../css/fonts/header.ttf);
}
#pre-content-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  pointer-events: all;
}
#pre-content-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#uiBase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 1;
}
input {
  pointer-events: all;
}
.g-recaptcha {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#twoFAPop {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
}
#twoFAWindow {
  font-size: 19px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  top: 25%;
  transform: translateY(-75%);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
#twoFAmsg {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  width: 305px;
  color: rgba(0, 0, 0, 0.4);
}
#twoFAbtn {
  border-radius: 3px;
  cursor: pointer;
  margin-top: 7px;
  width: 96%;
  padding: 5px;
  font-size: 22px;
  color: #fff;
  background-color: #5ce05a;
}
#twoFAbtn:hover {
  opacity: 0.8;
}
.twoFAbtnN {
  background-color: #696969 !important;
  opacity: 1 !important;
}
#consentBlock {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
}
#consentShake {
  height: 100%;
}
#consentWindow {
  top: 40%;
  transform: translateY(-60%);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  padding: 10px;
}
.termsBtn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.termsBtn:hover {
  opacity: 0.7;
}
.accountEloIcon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-top: 2px;
}
#streamContainer {
  z-index: 20;
  position: absolute;
  right: 14px;
  top: 76px;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.streamItem {
  margin-top: 0;
  cursor: pointer;
  pointer-events: all;
}
.streamName {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  opacity: 1;
}
.streamPartner {
  color: #6034b2;
  font-size: 24px;
  text-shadow: none;
  position: relative;
  margin-right: 4px;
  top: 6px;
}
.streamName:hover {
  opacity: 0.7;
}
.strmCat {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  opacity: 1;
}
.twitch {
  text-shadow:
    -1px -1px 0 #6441a4,
    1px -1px 0 #6441a4,
    -1px 1px 0 #6441a4,
    1px 1px 0 #6441a4,
    -2px -2px 0 #6441a4,
    2px -2px 0 #6441a4,
    -2px 2px 0 #6441a4,
    2px 2px 0 #6441a4;
}
.youtube {
  text-shadow:
    -1px -1px 0 #c00,
    1px -1px 0 #c00,
    -1px 1px 0 #c00,
    1px 1px 0 #c00,
    -2px -2px 0 #c00,
    2px -2px 0 #c00,
    -2px 2px 0 #c00,
    2px 2px 0 #c00;
}
.esports {
  text-shadow:
    -1px -1px 0 #2196f3,
    1px -1px 0 #2196f3,
    -1px 1px 0 #2196f3,
    1px 1px 0 #2196f3,
    -2px -2px 0 #2196f3,
    2px -2px 0 #2196f3,
    -2px 2px 0 #2196f3,
    2px 2px 0 #2196f3;
}
.strmIcn {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  border-radius: 6px;
}
.strmLink {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.strmViews {
  font-size: 11px;
  color: #fbc02d;
}
.menuTab {
  font-size: 20px;
  padding: 5px;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: inline-block;
  margin-right: 12px;
  border-radius: 7px;
}
.tabA {
  background-color: rgba(0, 0, 0, 0.7) !important;
  cursor: default !important;
}
.menuTab:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.menuLink {
  font-size: 22px;
  pointer-events: auto;
}
.menuLinkD {
  pointer-events: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}
.terms {
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  pointer-events: all;
  display: inline-block;
}
.terms:hover {
  text-decoration: underline;
}
.standout {
  color: #fff;
}
a {
  cursor: pointer;
  text-shadow: none;
  color: #2196f3;
  text-decoration: none;
  pointer-events: all;
}
a:active {
  color: #2196f3;
}
a:visited {
  color: #2196f3;
}
a:hover {
  text-decoration: underline;
}
.grey {
  color: rgba(0, 0, 0, 0.5);
}
.grey:active {
  color: rgba(0, 0, 0, 0.5);
}
.grey:visited {
  color: rgba(0, 0, 0, 0.5);
}
.red {
  color: rgba(255, 0, 0, 0.5);
}
.red:active {
  color: rgba(255, 0, 0, 0.5);
}
.red:visited {
  color: rgba(255, 0, 0, 0.5);
}
.error {
  color: #f22121;
}
.black {
  background-color: #000;
}
* {
  outline: none;
  font-family: gamefont;
  color: #353535;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#teamSelector {
  display: none;
  position: absolute;
  bottom: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}
.centSwitch {
  float: none !important;
  vertical-align: top !important;
  margin-right: 10px;
  margin-top: 5px;
}
.teamNm {
  color: rgba(255, 255, 255, 0.5);
}
.sliderCent {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8a8a8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 34px;
  pointer-events: all;
}
.sliderCent:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
}
input:checked + .sliderCent:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
#purchaseResponse {
  display: none;
  z-index: 100000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
#purchaseRespH {
  position: absolute;
  display: inline-block;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  width: 600px;
  font-size: 23px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  top: 40%;
  transform: translateY(-60%);
  left: 50%;
  transform: translateX(-50%);
}
#purchaseHolder {
  display: none;
  z-index: 100000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
#purchaseSelector {
  position: absolute;
  display: inline-block;
  padding: 14px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
  top: 30%;
  transform: translateY(-70%);
  left: 50%;
  transform: translateX(-50%);
}
#paypal-button {
  margin-top: 10px;
  display: inline-block;
  vertical-align: bottom;
}
#androidPayB {
  cursor: pointer;
  text-align: center;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
}
#androidPayB:hover {
  opacity: 0.9;
}
#errorNotification {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 9px 0 0 #a6a6a6;
}
.UIB {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.leftUIB {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.rightUIB {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%
  );
}
.centerUIB {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 100px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
#menuHolder {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#game-overlay {
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#vignette {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: #000 0 0 1000px inset;
}
#blockerDiv {
  pointer-events: none;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#gameUI {
  pointer-events: none;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
#playerInfos {
  z-index: 2;
  transform: translateZ(0);
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.playerInfo {
  white-space: nowrap;
  margin: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  vertical-align: top;
  color: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.playerInfo > * {
  transform: translateZ(0);
}
.pInfoN {
  color: #fff;
  line-height: 0;
}
.pInfoH {
  text-align: left;
  color: #fff;
  display: inline-block;
}
.playerRank {
  display: inline-block;
  color: #fff;
}
.rnkIcon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.pLevel {
  line-height: 0;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.playerHealth {
  display: inline-block;
  margin: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
.xpBar {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 98.5%;
  height: 25px;
  padding: 6px;
  background-color: #242424;
  border-radius: 4px;
  position: relative;
}
.xpBarB {
  height: 100%;
  background-color: #2196f3;
}
.xpBarV {
  color: #fff;
  position: absolute;
  height: 100%;
  text-align: center;
  top: 5px;
  left: 0;
  right: 0;
  font-size: 15px;
}
#igXPBar {
  width: -moz-calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  width: -o-calc(100% - 35px);
  width: calc(100% - 35px);
  height: 12px;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 10px;
  border-radius: 4px;
}
#igXPBarProg {
  background-color: #fbc02d;
  opacity: 0.6;
  width: 0%;
  height: 100%;
}
.healthBar,
.healthBarE {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #9eeb56;
}
.healthBarE {
  background-color: #eb5656;
}
#imgFlash {
  display: none;
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#flashOverlay {
  display: none;
  pointer-events: none;
  will-change: transform, opacity;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  transform: translate(-50%, -50%);
  z-index: 1 !important;
}
#bloodDisplay {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  will-change: transform;
  transform: translateZ(0);
}
#hitHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
}
.hitInd {
  position: absolute;
  width: 100%;
  height: 83px;
  top: 50%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 85%,
    rgba(255, 63, 63, 0.8) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 85%,
    rgba(255, 63, 63, 0.8) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 85%,
    rgba(255, 63, 63, 0.8) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  will-change: transform;
  transform: translateZ(0);
}
#aimDot {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aimRecticle {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.topBox {
  position: absolute;
  top: calc(50% + 339px);
  bottom: 0;
  left: 0;
  right: 0;
}
.bottomBox {
  position: absolute;
  top: 0;
  bottom: calc(50% + 339px);
  left: 0;
  right: 0;
}
.leftBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 339px);
}
.rightBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 339px);
  right: 0;
}
#hitmarker {
  z-index: 6;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
#recticleImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 680px;
  width: 680px;
}
#killReactHolder {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 10000000;
  top: 0;
  left: 0;
}
#killReactC {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#kReactText {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  width: 520px;
  text-align: left;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
#kReactTo {
  display: inline-block;
  vertical-align: bottom;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
}
#kReactTimer {
  float: right;
  font-size: 26px;
  color: #fff;
}
#killReactWindow {
  pointer-events: auto;
  margin-top: 2px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}
#reactInput {
  width: 500px;
  font-size: 23px;
  padding-left: 10px;
  height: 50px;
  text-align: center;
}
#reactButton {
  font-size: 25px;
  line-height: 52px;
  background-color: #f44336;
  color: #fff;
  width: 515px;
  height: 55px;
  margin-top: 10px;
  cursor: pointer;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#reactButton:hover {
  background-color: #ef5350;
}
#killCardHolder {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}
#killCardMsg {
  width: 464px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
#killCardBy {
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
#killCardKick {
  font-size: 17px;
  float: right;
  display: none;
  color: rgba(255, 255, 255, 0.7);
}
#killCard {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.2);
}
#kCProfile {
  float: left;
  width: 100px;
  height: 100px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.kClvl {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 1px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
.kCFlag {
  position: absolute;
  top: 79px;
  left: 74px;
}
.kCFlag .flag .flag-ch {
  left: 79px !important;
}
#kCName {
  float: left;
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#kCInfo {
  float: left;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 8px;
  font-size: 18px;
}
#kCInfoS {
  position: absolute;
  font-size: 23px;
  bottom: 0;
  right: 12px;
  color: #ffea78;
}
#kCStat {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  left: 130px;
}
.gameUIH {
  width: 100%;
  height: 100%;
  display: none;
}
#chalDisplay {
  z-index: 5;
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
}
#chalName {
  text-transform: uppercase;
  display: none;
  color: #fff;
  font-size: 80px;
  width: 400px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
  white-space: nowrap;
  line-height: 120px;
  will-change: transform;
  transform: translateZ(0);
}
.cTxt {
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
  color: #fff;
  z-index: 6;
}
#chalScore {
  line-height: 20px;
  font-size: 34px;
  margin-top: 0;
  padding-bottom: 26px;
  color: #ffea78;
}
#topRight {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  text-align: right;
}
#killStreakHolder {
  vertical-align: bottom;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -4px;
}
.killStreakItem {
  display: inline-block;
  background-size: contain;
  margin-left: 10px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.25);
}
.killStreakItem > span {
  vertical-align: bottom;
  float: left;
  padding-left: 10px;
  margin-top: 42px;
  color: #fff;
  font-size: 12px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.killStreakCnt {
  margin-top: 4px;
  margin-right: 8px;
  float: right;
  text-align: right;
  color: #fff;
  font-size: 12px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
#terminalHolder {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
  pointer-events: auto;
  width: 500px;
  font-size: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}
#terminalText {
  font-size: 16px;
  width: 25.25em;
  margin: 5px;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  border-right: 7px solid #33d011;
}
.terminalEffect {
  animation:
    typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes blinkTextCursor {
  from {
    border-right-color: #33d011;
  }
  to {
    border-right-color: transparent;
  }
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 25.25em;
  }
}
#terminalInput {
  margin: 5px;
  margin-top: 10px;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
  border-radius: unset;
}
#newLeaderDisplay {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
  pointer-events: auto;
  width: 500px;
  font-size: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.newLeaderContainer {
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.newLeaderItem {
  display: flex;
  font-size: 15px;
}
.newLeaderCounter {
  margin-right: 8px;
  width: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.newLeaderName,
.newLeaderNameM,
.newLeaderNameF {
  color: #eb5656;
  flex-grow: 1;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.newLeaderNameF {
  color: rgba(255, 255, 255, 0.6);
}
.newLeaderNameM {
  color: #fff;
}
.newLeaderScore {
  margin-left: 8px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
.countIcon {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 26px;
  padding-right: 20px;
  padding-left: 14px;
  border-radius: 10px;
}
#killsVal,
#deathsVal,
#streakVal,
#myScoreVal {
  color: rgba(255, 255, 255, 0.7);
}
#killsIcon,
#deathsIcon,
#streakIcon {
  width: 38px;
  height: 38px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.topRightCounters {
  width: auto;
}
.voiceSpeaker {
  font-size: 15px;
  color: #fff;
}
#recTimer {
  display: inline-block;
  font-size: 20px;
  margin-left: -7px;
  margin-top: 3px;
  color: #fff;
  vertical-align: top;
}
#speakerDisplay {
  text-align: left;
  z-index: 0;
}
#voiceDisplay {
  opacity: 0.5;
  z-index: 2;
  position: absolute;
  bottom: 18px;
  left: 303px;
}
#uiBase.onMenu #voiceDisplay {
  left: 430px;
}
#chatHolder {
  position: absolute;
  z-index: 1;
  width: 280px;
  bottom: 20px;
  left: 20px;
}
#uiBase.onMenu #chatHolder {
  left: 150px;
}
#chatInput {
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  pointer-events: all;
  border-radius: unset;
}
#chatInput::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#chatList {
  overflow-y: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  pointer-events: all;
  position: relative;
  direction: rtl;
  text-align: left;
}
#chatList::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  background-color: rgba(0, 0, 0, 0.4);
}
#chatList::-webkit-scrollbar {
  width: 8px;
}
#chatList::-webkit-scrollbar-thumb {
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #36393f;
}
.chatItem {
  max-width: 260px;
  word-wrap: break-word;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  max-width: 240px;
  margin-left: 10px;
}
.chatMsg {
  color: rgba(255, 255, 255, 0.7);
}
.tradeMsg {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.tradeMsg:hover {
  text-decoration: underline;
}
.serverPCount,
.serverRegion {
  float: right;
  display: inline-block;
}
#settSearch {
  width: 100%;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  background-color: #e3e3e3;
  border-radius: 4px;
  padding: 6px 10px 5px;
}
#gameMessage {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  color: #fff;
  z-index: 10;
  font-size: 25px;
}
#timerDisplay {
  text-align: left;
  z-index: 3;
  padding: 10px;
  padding-right: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  will-change: transform;
  transform: translateZ(0);
  border-radius: 10px;
  vertical-align: top;
}
#timerVal {
  color: #fff;
  padding-left: 3px;
  font-size: 32px;
  will-change: transform;
  transform: translateZ(0);
}
#timerIcon {
  width: 45px;
  height: 45px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#curGameInfo {
  z-index: 3;
  color: #fff;
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
}
#topLeftHolder {
  text-align: left;
  position: absolute;
  top: 20px;
  z-index: 10;
  left: 20px;
}
.debugInfo {
  display: inline-block;
  vertical-align: top;
}
#pingDisplay {
  margin-bottom: 5px;
}
#pingDisplay,
#fpsDisplay,
#ingressDisplay,
#egressDisplay {
  font-size: 18px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
#pingText,
#ingressPacketCount,
#ingressDataSize,
#egressPacketCount,
#egressDataSize {
  font-size: 18px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
#pingDisplay .material-icons {
  vertical-align: bottom;
  font-size: 30px;
}
#pingDisplay .material-icons,
#ingressDisplay .material-icons,
#egressDisplay .material-icons {
  vertical-align: top;
  font-size: 32px;
  margin-right: -5px;
  color: rgba(255, 255, 255, 0.5);
}
#ingressPacketCount,
#ingressDataSize,
#egressPacketCount,
#egressDataSize {
  display: inline-block;
  text-align: right;
  width: 110px;
  font-size: 14px;
}
#ingressPacketCount,
#egressPacketCount {
  width: 75px;
}
#teamScores {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.tScoreT {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.tScoreM {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 175px;
  display: inline-block;
  line-height: 28px;
  vertical-align: sub;
}
.tScoreF {
  vertical-align: sub;
  font-size: 30px !important;
  color: #eb5656;
  padding-left: 5px;
  padding-right: 5px;
}
.tScoreF.you {
  color: #5699eb;
}
.tScoreC {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #eb5656;
}
.tScoreC.you {
  background-color: #fff;
}
#hudClassImg {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border-radius: 10px;
}
#hudClassIcon {
  width: 103px;
  height: 103px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}
#bottomLeftHolder {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-align: left;
}
#healthValueHolder {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 9px;
  padding-right: 7px;
  padding-left: 9px;
}
#healthValue {
  color: #fff;
  font-size: 20px;
  will-change: transform;
  display: inline-block;
}
#challIcon {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  display: inline-block;
}
#maxHP {
  color: rgba(255, 255, 255, 0.8);
}
#healthBar {
  display: inline-block;
  z-index: 3;
  height: 50px;
}
.healthBarSeg {
  width: 40px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hpBSeg {
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 -10px 0 0 rgba(0, 0, 0, 0.28);
}
#weapDisplay {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 103px;
}
.weapItem {
  position: relative;
  text-align: right;
  margin-top: -12px;
}
.weapKey {
  right: -8px;
  top: 8px;
  color: #fff;
  font-size: 14px;
  position: absolute;
}
.weapIcon {
  width: 140px;
  height: 70px;
}
.weaponChatIcon {
  width: 58px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: -5px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.meleeChatIcon {
  width: 58px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: -12px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.thrownChatIcon {
  width: 58px;
  height: 28px;
  margin-right: -22px;
  margin-bottom: -8px;
  margin-left: 11px;
  opacity: 0.9;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.fistChatIcon {
  width: 58px;
  height: 28px;
  opacity: 0.7;
  margin-right: -27px;
  margin-left: 5px;
  margin-bottom: -11px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.headShotChatIcon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-bottom: -4px;
  margin-left: -5px;
}
.streakChatIcon {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-bottom: -6px;
}
#reloadMsg {
  position: absolute;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 35px;
  font-size: 25px;
  line-height: 75px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
.isQueued #reloadMsg {
  bottom: 75px;
}
#hiddenMsg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 280px;
  font-size: 27px;
  line-height: 75px;
  color: #fff;
}
#interactProg {
  display: none;
  position: absolute;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 175px;
  width: 400px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.interProg {
  height: 100%;
  background-color: #fff;
}
#interactMsg {
  position: absolute;
  margin-right: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 220px;
  font-size: 25px;
  line-height: 75px;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
}
#propInstruct {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
  font-size: 22px;
}
#bottomRight {
  position: absolute;
  bottom: 35px;
  right: 30px;
  z-index: 3;
}
#ammoDisplay {
  margin-right: -15px;
  display: inline-block;
  padding: 7px;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 35px;
  letter-spacing: -2px;
  border-radius: 10px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: url(../img/blank_2.png);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#ammoMax {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
#ammoVal {
  color: #fff;
  display: inline-block;
}
#ammoIcon {
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: middle;
  height: 55px;
}
#teamName {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  padding-left: 18px;
  padding-right: 18px;
}
#scoreText {
  display: none;
  color: #ffea78;
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -63%);
  will-change: transform;
}
#checkTextHolder {
  z-index: 10;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20%;
  transform: translateY(-63%);
  will-change: transform;
  transform: translateZ(0);
}
#checkText {
  will-change: transform;
  transform: translateZ(0);
  display: none;
  color: #40c4ff;
}
#crosshair {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  will-change: transform;
}
#crosshairDot {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  will-change: transform;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#crosshairT {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  width: 4px;
  height: 21px;
}
#crosshairB {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.75);
  width: 4px;
  height: 21px;
}
.crosshairLine {
  width: 21px;
  height: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
}
#crosshairL {
  display: table;
  height: 100%;
  float: left;
}
#crosshairR {
  display: table;
  height: 100%;
  float: right;
}
.crosshairHolder {
  display: table-cell;
  vertical-align: middle;
}
#instructionHolder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#spectButton {
  display: none;
}
#spectButton .switchsml {
  margin-top: 0;
}
#uiBase.onMenu #spectButton {
  display: flex;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 210px;
  transform: translate(-50%, 0);
  z-index: 9;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
#queueStatus {
  display: inline-block;
  vertical-align: top;
}
#queueStatusText,
#queuePartyMembers {
  font-size: 18px;
  margin-bottom: 5px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 10px;
}
#queueStatusText i,
#queuePartyMembers i {
  color: rgba(255, 255, 255, 0.75);
}
.queueLabel {
  top: -30px;
  margin-left: 10px;
  vertical-align: top;
}
.rankedHeader {
  display: inline-block;
  font-size: 18px;
}
#rankedPartyKey {
  border-width: 0;
  border: none;
  margin-right: 4px;
  display: inline-block;
  font-size: 18px;
  width: 180px;
  background: #eee;
  padding: 8px;
  padding-left: 12px;
  border-radius: 6px;
}
#rankedPartyKey + span {
  display: inherit;
}
#rankedPartyKey + span > a {
  display: none;
}
#rankedPartyKey:not(:placeholder-shown) + span > .partyJoin {
  display: block;
}
#rankedPartyKey:placeholder-shown + span > .partyCreate {
  display: block;
}
@keyframes grow {
  from {
    opacity: 0.3;
    font-size: 30px;
  }
}
#instructions {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  animation: grow 0.8s infinite alternate;
}
#instructionsSubtitle {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.5em;
}
#instructions i,
#instructionsSubtitle i {
  color: rgba(255, 255, 255, 0.8);
}
.instructionsButton {
  pointer-events: all;
}
#instructionsUpdateBG {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
}
#instructionsUpdateCredit {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: rgb(255 255 255);
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
  display: none;
  pointer-events: all;
  cursor: pointer;
  font-size: 23px;
}
#instructionsUpdate {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  background-color: #101010;
  padding: 5px;
  width: 600px;
  border-radius: 4px;
}
#nameSub {
  width: 1200px;
}
#starSub {
  width: 535px;
}
#victorySubHolder {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -160px;
}
#victorySub {
  width: 800px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#endUI {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: all;
}
#endInfo {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  margin-top: -35px;
}
.voteObj {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  border-radius: 5px;
}
.voteObj:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#voteHolder {
  display: none;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 225px;
  transform: translateX(-50%);
}
#endTable {
  width: 100%;
  padding: 10px;
  text-align: left;
  border-radius: 6px;
  overflow-y: auto;
  height: min-content;
  vertical-align: top;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: table;
  border-spacing: 0;
}
#endMidHolder {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  margin-top: 20px;
  width: 100%;
  max-height: calc(100% - 390px);
}
#endTable td {
  white-space: nowrap;
}
th {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  color: #fff;
  font-size: 22px;
}
td {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}
th,
tr {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.endTableN {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-left: 3px;
}
.endTableN:hover {
  color: #fff;
  text-decoration: underline;
}
.endTableN:visited {
}
.reportBut {
  text-align: center;
  color: #eb5656;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c;
  font-size: 40px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  -webkit-transition: -moz-transform 0.1s ease-out;
  -moz-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
.reportBut:hover {
  color: #fff;
  transform: scale(0.95);
}
.shareBut {
  color: #fff !important;
}
.followBut {
  color: #fff;
  background-color: #2196f3;
  font-size: 14px;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.followBut:hover {
  background-color: #29a0ff;
}
#victoryText {
  margin-top: 30px;
  font-size: 165px;
  text-shadow:
    0 1px 0 #a6a6a6,
    0 2px 0 #a6a6a6,
    0 3px 0 #a6a6a6,
    0 4px 0 #a6a6a6,
    0 5px 0 #a6a6a6,
    0 6px 0 #a6a6a6,
    0 7px 0 #a6a6a6,
    0 8px 0 #a6a6a6,
    0 9px 0 #a6a6a6,
    0 10px 0 #a6a6a6;
  color: #fff;
  font-family: headerfont;
}
#endTimer {
  line-height: 15px;
  margin-top: 188px;
  font-size: 30px;
  z-index: 10000;
  color: #d9d9d9;
  text-shadow:
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px;
  font-style: italic;
  display: inline-block;
}
.midHolder {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 230px;
  z-index: 10;
  text-align: center;
}
#purchaseLoad {
  pointer-events: all;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#purchaseLabel {
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
  margin-top: 20px;
}
.lds-ring {
  display: inline-block;
  transform: scale(1.6);
  width: 64px;
  height: 64px;
}
.lds-ring.sm {
  transform: unset;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.centerV {
  top: 40%;
  transform: translateY(-60%);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: inline-block;
}
#vouchRes {
  display: inline-block;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.3);
}
#spinItem {
  width: 100%;
  display: none;
  z-index: 11;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#spinItemCanvas {
  display: inline-block;
}
#spinItemName {
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c,
    -3px -3px 0 #1c1c1c,
    3px -3px 0 #1c1c1c,
    -3px 3px 0 #1c1c1c,
    3px 3px 0 #1c1c1c;
  z-index: 12;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(40, 40, 40, 0.7) 40%,
    rgba(40, 40, 40, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(40, 40, 40, 0.7) 40%,
    rgba(40, 40, 40, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(40, 40, 40, 0.7) 40%,
    rgba(40, 40, 40, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
#respinUI {
  display: none;
  z-index: 99999999999;
  position: absolute;
  bottom: 142px;
  left: 50%;
  transform: translate(-50%, 0);
}
#spinRespin > i {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#spinRespin {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#spinRespinInfo {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#spinUI {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#spinHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: auto;
  text-align: center;
}
#spinKR {
  vertical-align: top;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}
#spinItems {
  z-index: 999999;
  pointer-events: all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.spinPrevIcon {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  cursor: pointer;
  border: 3px solid #fff;
  pointer-events: all;
}
.spinPrevIcon:hover {
  opacity: 0.8;
}
#spinTHold {
  position: absolute;
  top: 6px;
  left: 28px;
}
#spinInfo {
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: left;
  color: #fff;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}
.colCub {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
#spinWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 620px;
  width: 620px;
}
#spinText {
  text-align: center;
  color: #fff;
  font-size: 0;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#spinHeader {
  color: #fff;
}
#spinCost {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0;
}
#spinUI {
  position: absolute;
  top: 20px;
  font-size: 18px;
}
#spinButton {
  z-index: 13;
  display: inline-block;
  border-collapse: collapse;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f44336;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transition: -moz-transform 0.1s ease-out;
  -moz-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
#spinButton:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
#spinButton:active {
  transform: translate(-50%, -50%) scale(0.9);
}
.smlInput {
  display: inline-block;
  width: 82%;
  padding: 5px;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.accountInput {
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  font-size: 22px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.accountButton {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  width: 342px;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
}
.accountButton:hover {
  color: #fff;
}
.mapListThumb {
  cursor: pointer;
  height: 100px;
  width: 220px;
  transition: all 0.2s;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
}
.mapListThumb:hover {
  opacity: 0.9;
  transform: scale(1.1);
}
.mapListItem {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  display: inline-block;
  margin-bottom: 12px;
  width: 220px;
  margin-right: 5px;
  margin-left: 5px;
}
.mapAgeD {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 11px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  color: #fff;
  z-index: 2;
}
.mapEdit {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  background-color: #ed4242;
}
.loadMoreD {
  color: #fff;
  width: 100%;
  font-size: 25px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  margin-top: 10px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.loadMoreD:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.loadMoreW {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
}
.mapInfoB {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  top: 63px;
  right: 6px;
  text-shadow: unset;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  padding: 3px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 20px;
  color: #fff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
}
.mapInfoB:hover {
  transform: scale(1.16);
  background-color: rgba(0, 0, 0, 0.6);
}
.mapInput {
  margin-top: 10px;
  border: none;
  background: #eee;
  padding: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
  width: 692px;
  font-size: 18px;
}
.mapLoadButton {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 18px;
  display: inline-block;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  width: 100%;
}
.mapLoadButton:hover {
  color: #fff;
}
.punishButton:hover {
  opacity: 0.7 !important;
}
.punishButton {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: -6px;
  cursor: pointer;
  background-color: #ed4242;
  font-size: 15px;
  margin-right: 6px;
  border-radius: 5px;
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  vertical-align: middle;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
}
.punishButton.kick {
  background-color: #fab640;
}
.punishButton.ban {
}
.punishButton.kill {
  background-color: #e040fb;
}
.punishButton.tp2 {
  background-color: #00f;
}
.punishButton.tpme {
  background-color: #00f;
}
.punishButton.tpall {
  background-color: #00f;
}
.punishButton.vote {
  background-color: #b447ff;
}
.punishButton.kdf {
  background-color: #414a6d;
}
.presetsButton {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: inline-block;
  width: 85px;
  cursor: pointer;
  background-color: #ed4242;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 12px;
  padding: 3px;
}
.presetsButton:hover {
  opacity: 0.9;
}
.presetInput {
  margin-top: 10px;
  width: 95.5% !important;
  width: 476px;
  font-size: 18px;
  padding: 5px;
  padding-left: 10px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #eee;
  pointer-events: auto;
}
.hostPresetBtn {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: inline-block;
  width: 75px;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 15px;
  padding: 4px;
  margin-left: 10px;
  margin-top: 5px;
  float: right;
  border-radius: 6px;
}
.hostPresetBtn:hover {
  color: #fff;
}
.loadoutBtn {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: inline-block;
  width: 75px;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 15px;
  padding: 4px;
  margin-left: 10px;
  margin-top: 5px;
  float: right;
  border-radius: 6px;
}
.loadoutBtn:hover {
  color: #fff;
}
#serverFilters {
  margin-top: 5px;
  font-size: 15px;
  height: 30px;
}
#windowHeader {
  display: none;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
#requiresRestart {
  float: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.setHed {
  margin-top: 15px;
  font-size: 22px;
  cursor: pointer;
}
.setHedBind {
  margin-top: 15px;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 5px;
}
#registerBackImg {
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#menuWindow {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  max-height: calc(100% - 480px);
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
  display: inline-block;
  text-align: left;
  pointer-events: auto;
  padding: 20px;
  width: 705px;
  font-size: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 0 0 #a6a6a6;
  -moz-box-shadow: 0 9px 0 0 #a6a6a6;
  box-shadow: 0 9px 0 0 #a6a6a6;
}
.stickyHeader {
  padding-top: 1px !important;
  max-height: calc(100% - 461px) !important;
}
.menuSelectorHeader {
  margin-bottom: 5px;
  font-size: 22px;
  width: 588px;
  display: inline-block;
}
.quickJoin {
  border-radius: 3px;
  background-color: #2196f3;
  font-size: 13px;
  padding: 4px;
  cursor: pointer;
  pointer-events: all;
  z-index: 99999;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  margin-bottom: 5px;
  vertical-align: middle;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
  -webkit-transition: all 0.02s;
  transition: all 0.02s;
}
.quickJoin:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.menuSelectorHolder {
  opacity: 0.75;
}
.menuSelector {
  padding: 4px 4px 4px 30px;
  cursor: pointer;
  font-size: 20px;
}
.menuSelector:hover {
  background: rgba(0, 0, 0, 0.2);
}
.privateMenuSelector,
.privateMenuSelector:hover {
  cursor: default;
  color: #000;
  background: url(../img/lock-icon-black.svg) no-repeat right 8px center;
  opacity: 0.5;
  background-size: 18px auto;
}
.selectedMenuSelector,
.selectedMenuSelector:hover {
  cursor: default;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.privateMenuSelector.selectedMenuSelector {
  opacity: 1;
  background-image: url(../img/lock-icon-white.svg);
}
#gameNameInput {
  font-size: 16px;
}
.formInput {
  pointer-events: auto;
  font-size: 12px;
  padding: 10px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #eee;
  float: right;
  border-radius: 6px;
}
#rawMapData {
  pointer-events: auto;
  font-size: 14px;
  padding: 3px;
  padding-left: 8px;
  margin-top: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: #eee;
  float: right;
  border-radius: 6px;
}
.floatR {
  float: right;
  clear: both;
}
.floatRNoC {
  float: right;
}
.settText {
  cursor: pointer;
  color: #2196f3;
  font-size: 22px;
  pointer-events: auto;
}
.settText:hover {
  text-decoration: underline;
}
.b {
  color: rgba(0, 0, 0, 0.8) !important;
}
.settNHov:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.settName,
.settNameSmall {
  clear: both;
  margin-top: 3px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.settNameSmall {
  font-size: 18px;
  margin: 10px;
}
.settLabel {
  clear: both;
  float: right;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.wepLink {
  cursor: pointer;
}
.wepLink:hover {
  text-decoration: underline;
}
.equipBtn {
  color: #fff;
  height: 70px;
  width: 70px;
  float: right;
  background-color: #2196f3;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: line-height 0.2s;
  transition: line-height 0.2s;
}
.equipBtn.gr {
  background-color: rgba(0, 0, 0, 0.3);
}
.equipBtn > i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
.equipBtn:hover {
  line-height: 120px;
}
.equipBtn:hover > i {
  font-size: 70px;
  color: #fff;
}
.selItem {
  clear: both;
  width: 100%;
  height: 70px;
}
.itemIcon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.itemIconImg {
  width: 70px;
  height: 70px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border-radius: 12px;
}
.itemInfo {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  margin-top: -5px;
}
.itemName {
  color: rgba(0, 0, 0, 0.4);
  font-size: 25px;
}
.itemCat {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.2);
  font-size: 19px;
}
#inputContainer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 155px;
}
#nameInput {
  text-align: center;
  pointer-events: auto;
  padding: 5px;
  padding-left: 10px;
  font-size: 22px;
  -webkit-box-shadow: 0 9px 0 0 #a6a6a6;
  -moz-box-shadow: 0 9px 0 0 #a6a6a6;
  box-shadow: 0 9px 0 0 #a6a6a6;
  outline: none;
  border: none;
}
#nameInput:disabled {
  color: rgba(0, 0, 0, 0.5);
}
#infoHolder {
  color: #fff;
  font-size: 30px;
}
#infoHolder > * {
  z-index: 20;
}
#claimTimer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin-top: -3px;
}
#merchHolder {
  display: none;
}
#uiBase.onMenu #merchHolder {
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 131px;
  top: 110px;
  pointer-events: all;
}
#merchImg {
  height: 130px;
  animation: scaleBob 0.4s ease-in-out infinite alternate;
  -webkit-animation: scaleBob 0.4s ease-in-out infinite alternate;
}
#merchImg:active {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  animation: none;
}
#claimHolder {
  display: none;
}
#uiBase.onMenu #claimHolder {
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 140px;
  top: 110px;
  pointer-events: all;
}
@keyframes scaleBob {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}
#claimImg {
  height: 95px;
  animation: scaleBob 0.4s ease-in-out infinite alternate;
  -webkit-animation: scaleBob 0.4s ease-in-out infinite alternate;
}
#claimImg:active {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  animation: none;
}
#mapInfoHolder {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 15px;
}
#advertiseButton {
  display: none;
}
#uiBase.onMenu #advertiseButton {
  display: block;
  position: absolute;
  right: 15px;
  top: 80px;
}
#mapInfo {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
#modVote {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: right;
}
#objectiveIcon {
  position: absolute;
  display: inline-block;
}
.vHR {
  background-color: #ff4747 !important;
}
.voteHint {
  color: #fff;
  font-size: 15px;
  margin-top: -6px;
  background-color: #b447ff;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
}
.voteHint:hover {
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}
.material-icons.vote {
  font-size: 40px;
  margin-left: 12px;
  margin-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(150, 150, 150);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.material-icons.vote.a {
  color: #fff;
}
.material-icons.vote:hover {
  color: rgba(220, 220, 220);
  transform: scale(1.2);
}
.material-icons.h {
  cursor: pointer;
}
.material-icons.h:hover {
  opacity: 0.8;
}
#followHolder {
  pointer-events: auto;
  position: absolute;
  top: 20px;
  left: 20px;
}
.whiteShad {
  text-shadow:
    0 1px 0 #a6a6a6,
    0 2px 0 #a6a6a6,
    0 3px 0 #a6a6a6,
    0 4px 0 #a6a6a6,
    0 5px 0 #a6a6a6;
}
.blackShad {
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
}
#linksHolder {
  font-size: 28px;
  position: absolute;
  top: 170px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.gButton {
  text-transform: uppercase;
  font-size: 30px;
  color: #f8c55c !important;
  text-shadow:
    0 1px 0 #ae853b,
    0 2px 0 #ae853b,
    0 3px 0 #ae853b,
    0 4px 0 #ae853b,
    0 5px 0 #ae853b,
    0 6px 0 #ae853b !important;
}
.gButton:hover {
  text-decoration: none;
  color: #fff !important;
  text-shadow:
    0 1px 0 #a6a6a6,
    0 2px 0 #a6a6a6,
    0 3px 0 #a6a6a6,
    0 4px 0 #a6a6a6,
    0 5px 0 #a6a6a6,
    0 6px 0 #a6a6a6 !important;
}
#rightHolder {
  text-align: right;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 25px;
}
#aHolder {
  position: absolute;
  top: calc(100% - 135px);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 30;
  pointer-events: none;
}
#aMerger {
  text-align: left;
  display: inline-block !important;
  min-width: 728px;
  min-height: 90px;
  pointer-events: auto;
}
#aContainer {
  cursor: pointer;
  pointer-events: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  max-height: 120px;
  max-width: 810px;
  overflow: hidden;
  display: inline-block !important;
  border-radius: 6px;
}
.endAHolder {
  display: inline-block;
  text-align: center;
  z-index: 30;
  pointer-events: none;
  margin-left: 10px;
}
#endAMerger {
  text-align: left;
  display: inline-block !important;
  min-width: 300px;
  min-height: 250px;
  pointer-events: auto;
}
#endAContainer {
  cursor: pointer;
  pointer-events: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  max-height: 280px;
  max-width: 382px;
  overflow: hidden;
  border-radius: 6px;
}
#baseLinksContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#spectateUI {
  display: none;
  text-align: center;
  color: #fff;
}
#specNames {
  border-radius: 7px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 25px;
  padding: 8px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
#specStats {
  border-radius: 7px;
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 15px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 350px;
  padding: 10px;
  padding-bottom: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
#specSUS {
  top: 112px;
  left: 13px;
  color: red;
  border-radius: 7px;
  position: absolute;
  font-size: 23px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 350px;
  padding: 10px;
  padding-bottom: 8px;
}
#spectHPB {
  width: 255px;
  height: 33px;
  margin-top: 8px;
  margin-left: 12px;
  background-color: rgba(0, 0, 0, 0.75);
}
#spectHPBI {
  height: 33px;
}
#spectHPV {
  position: absolute;
  left: 105px;
  top: 52px;
  color: #fff;
  font-size: 16px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
.spectPIcon {
  width: 75px;
  height: 75px;
  image-rendering: pixelated;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.specPHead {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
#specContr {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  padding-left: 22px;
  padding-right: 20px;
  font-size: 20px;
  border-radius: 5px;
}
.specContrI {
  font-size: 18px;
  color: #fbc02d;
  display: inline-block;
  margin-left: 14px;
}
#trustProg {
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 97.5%;
  height: 30px;
  padding: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.85);
}
#trustPrgHD {
  height: 100%;
}
#trustProgHD {
  text-align: center;
  line-height: 29px;
  position: absolute;
  left: 40%;
  color: #fff;
  font-size: 13px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
#specKPDContr {
  bottom: 86px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  padding: 10px;
  padding-left: 22px;
  padding-right: 20px;
  font-size: 20px;
  border-radius: 5px;
}
.specKPDContrI {
  font-size: 22px;
  color: #fbc02d;
  display: inline-block;
  margin-left: 14px;
}
.switchsml {
  float: right;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
  margin-bottom: -5px;
  width: 30px;
  height: 17px;
  pointer-events: all;
}
.switchsml input {
  display: none;
}
.sliderSml {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8a8a8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  pointer-events: all;
}
.sliderSml:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .sliderSml {
  background-color: #2196f3;
}
input:focus + .sliderSml {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .sliderSml:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.switch {
  float: right;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  width: 65px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8a8a8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.slidecontainer {
  margin-right: 10px;
  margin-left: 10px;
  width: 250px;
  float: right;
}
.sliderM {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background-color: #a8a8a8;
  outline: none;
  border-radius: 4px;
}
.sliderM::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 25px;
  border-radius: 4px;
  background: #2196f3;
  cursor: pointer;
}
.sliderM::-moz-range-thumb {
  width: 15px;
  height: 25px;
  border-radius: 4px;
  background: #2196f3;
  cursor: pointer;
}
.sliderVal {
  float: right;
  display: inline-block;
  position: relative;
  width: 50px;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  background: #2196f3;
  padding: 5px 10px;
  margin-left: 8px;
  margin-right: -10px;
  border-radius: 6px;
}
#queueRegionSelect {
  display: inline-block;
}
.windowRightInfoText {
  float: right;
  border-radius: 8px;
  font-size: 18px;
}
.inputGrey {
  border: none;
  background: #eee;
  padding: 6px;
  padding-bottom: 6px;
  padding-right: 16px;
  padding-left: 8px;
  float: right;
  margin-left: 10px;
  border-radius: 6px;
  font-size: 18px;
}
.inputGrey2 {
  border: none;
  background: #e3e3e3;
  padding: 6px;
  padding-bottom: 6px;
  float: right;
  margin-left: 10px;
  font-size: 12px;
  border-radius: 4px;
}
#modLinks {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
#modDropper {
  width: 685px;
  height: 120px;
  border: 4px dashed rgba(0, 0, 0, 0.3);
}
#modDropper p {
  width: 100%;
  height: 100%;
  margin-top: 18px;
  text-align: center;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 73px;
}
#modDropper input {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  width: 480px;
  height: 90px;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0;
}
#modDropper:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#gameNameHolder {
  z-index: 9999999;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainLogo {
  margin-top: 50px;
  margin-bottom: -40px;
  height: 225px;
}
#seasonLabel {
  font-size: 15px;
  color: #fff;
  background-color: #ff9717;
  height: 34px;
  box-shadow: inset 0 -7px 0 0 #b56b10 !important;
  position: absolute;
  z-index: 9999999999;
  top: 170px;
  left: 50%;
  margin-left: 242px;
  border-radius: 4px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  transform: translateX(-50%) rotate(6.5deg);
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#gameNameHorizontalFlex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#gameName {
  font-family: headerfont;
  font-size: 116px;
  color: #fff;
  text-shadow:
    0 1px 0 #a6a6a6,
    0 2px 0 #a6a6a6,
    0 3px 0 #a6a6a6,
    0 4px 0 #a6a6a6,
    0 5px 0 #a6a6a6,
    0 6px 0 #a6a6a6,
    0 7px 0 #a6a6a6,
    0 8px 0 #a6a6a6;
}
#gameNameSub {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 675px;
}
#subLogoButtons {
  position: absolute;
  bottom: 132px;
  left: 50%;
  transform: translate(-50%, 0) scale(0.95);
}
#subLogoButtons > .button {
  padding-left: 22px;
  padding-right: 22px;
}
.fin {
  width: auto;
  height: 62px;
  margin: 0 12px;
  margin-top: 10px;
}
.headerBar {
  position: absolute;
  top: 0;
  height: 70px;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.headerBar div {
  color: #fff;
}
.headerBarLeft {
  left: 0;
  padding-right: 15px;
  border-radius: 0 0 6px 0;
}
.headerBarRight {
  right: 0;
  padding-left: 20px;
  border-radius: 0 0 0 6px;
}
.verticalSeparator {
  background: rgba(255, 255, 255, 0.12);
  width: 4px;
  height: 55px;
  margin: 0 10px;
}
.verticalSeparatorInline {
  display: inline-block;
  border-left: 4px solid rgb(255 255 255/12%);
  height: 45px;
  transform: translateY(9px);
}
#menuUsernameContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer !important;
}
#profilePicM {
  width: 120px;
  height: 120px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  background-color: #6d6d6d;
  background-size: cover;
  position: relative;
}
#profilePicM:hover {
  opacity: 0.9;
}
.blurred {
  filter: grayscale(1) opacity(0.5);
  image-rendering: pixelated;
}
#menuMiniProfilePic {
  width: 32px;
  height: 32px;
  image-rendering: pixelated;
  margin-right: 10px;
  border-radius: 6px;
}
#mailList {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.mailObj {
  border-radius: 6px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  cursor: pointer;
}
.mailObj:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.mailUnread {
  background-color: rgba(0, 0, 0, 0.2);
}
.mailUnread:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.mailFrom {
  font-size: 18px;
  color: #2196f3;
}
.mailText {
  color: rgba(0, 0, 0, 0.5);
}
.mailDate {
  position: absolute;
  right: 12px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
#mailContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mailIcon {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: all;
}
#mailIcon:hover {
  opacity: 0.75;
  transform: scale(1.2);
}
#mailCount {
  display: none;
  z-index: 2;
  color: #fff;
  top: -1px;
  right: -7px;
  font-size: 10px;
  background-color: #eb2f2f;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020;
}
#mLevelCont {
  position: absolute;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  height: 70px;
}
#levelContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#levelContainer > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#menuLevelIcon {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: -1px;
}
#menuLevelText {
  font-size: 14px;
}
.progressBar {
  width: 100%;
  margin-top: -9px;
  height: 10px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
}
.progressBarInner {
  height: 100%;
  background: #2196f3;
  border-radius: 3px;
}
#headerRankContainer .accountEloIcon {
  width: 60px;
  height: 60px;
}
#menuRegionLabel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
#menuServerInfoContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#menuRegionLabel {
  cursor: pointer;
}
.menuDebugInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menuFPSDisplay {
  margin-right: 5px;
}
#menuPingDisplay,
#menuFPSDisplay {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
#menuPingText {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
#menuPingDisplay .material-icons {
  vertical-align: bottom;
  font-size: 20px;
}
.krInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#menuKRCount {
  color: rgba(255, 255, 255, 0.6);
}
#menuItemContainer {
  position: absolute;
  left: 0;
  top: 70px;
  bottom: 0;
  width: 130px;
  display: flex;
  flex-direction: column;
}
.menuItem {
  color: #fff;
  flex-grow: 1;
  display: flex;
  transition: all 0.1s;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}
.menuItem .menuItemIcon {
  position: relative;
  width: 100%;
  height: 45%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#menuItemRankedIcon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 80%;
  transform: translate(-50%, -50%);
}
.menuItem .menuItemTitle {
  margin-top: -20%;
  color: #fff;
}
.menuItem:hover {
  border-left: 10px solid #fff;
}
.clanRolD {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: #e3e3e3;
  padding: 6px;
  padding-bottom: 6px;
  float: right;
  margin-left: 10px;
  font-size: 15px;
  border-radius: 4px;
}
#menuClassContainer {
  position: absolute;
  right: -100px;
  top: 140px;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: scale(0.8);
  z-index: 99999;
}
#menuClassName {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  z-index: 101;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020,
    -4px -4px 0 #202020,
    4px -4px 0 #202020,
    -4px 4px 0 #202020,
    4px 4px 0 #202020;
}
#menuClassSubtext {
  z-index: 100;
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  margin-bottom: -3px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#menuClassNameTag {
  margin-top: -350px;
  position: absolute;
  text-shadow: none;
  color: #fff;
  z-index: 100;
  font-size: 19px;
}
.menuClassLevelBox {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.menuClassPlayerName {
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
}
.menuClassPlayerClan {
  color: #fff53d;
  margin-top: -120px;
  text-shadow: none;
  vertical-align: middle;
  margin-right: 3px;
}
.menuClassPlayerVerified {
  color: #40c4ff;
  font-size: 28px !important;
  vertical-align: middle;
  margin-right: 3px;
}
.menuClassPlayerPartner {
  color: #993299;
  font-size: 28px !important;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: -2px;
}
.menuClassPlayerPremium {
  color: #fbc02d;
  font-size: 28px !important;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: -2px;
}
.menuClassPlayerVirus {
  image-rendering: auto;
  width: 23px;
  height: 23px;
  margin-bottom: 0;
  vertical-align: middle;
}
#classPreviewCanvas {
  margin-bottom: -100px;
}
#classInfoContainer {
  width: 300px;
}
#classInfoContainer > div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#classInfoContainer > div > div {
  margin-bottom: 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.classInfoLabel {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.classInfoContents {
  color: #fff;
  text-align: center;
}
#customizeButton {
  display: inline-block;
  width: 300px;
  text-align: center;
  padding: 15px;
  font-size: 23px;
  pointer-events: all;
  padding-bottom: 22px;
}
#phonePop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}
#phoneImg {
  margin-bottom: -700px;
  transition: all 0.1s ease-out;
  margin-left: 998px;
  width: 340px;
  height: 680px;
}
#polConfPop {
  pointer-events: all;
  width: 350px;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#policeButton {
  margin-right: 10px;
  margin-left: -80px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
}
.kpdRepLvl {
  border-radius: 2px;
  color: #fff;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  margin-right: 6px;
}
.policeJoinB {
  padding: 3px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  font-size: 13px;
  pointer-events: all;
  cursor: pointer;
  background-color: #414a6d;
  border-radius: 5px;
}
.policeJoinB:hover {
  opacity: 0.8;
}
#activateKDM {
  font-size: 24px;
  line-height: 26px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
#activateKDM:hover {
  background-color: #414a6d;
  margin-top: 23px;
  height: 57px;
  box-shadow: inset 0 -4px 0 0 #252a3d;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.polApplc {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 13px;
  width: 870px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
#policePop {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
#policePopC {
  pointer-events: all;
  width: 900px;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iconProfile {
  background-image: url(../img/menu-icons/profile.png);
}
.menuItem:hover .iconProfile {
  background-image: url(../img/menu-icons/profile-white.png);
}
.iconRanked {
  background-image: url(../img/menu-icons/ranked.png);
}
.menuItem:hover .iconRanked {
  background-image: url(../img/menu-icons/ranked-white.png);
}
.iconShop {
  background-image: url(../img/menu-icons/shop.png);
}
.menuItem:hover .iconShop {
  background-image: url(../img/menu-icons/shop-white.png);
}
.iconSocial {
  background-image: url(../img/menu-icons/social.png);
}
.menuItem:hover .iconSocial {
  background-image: url(../img/menu-icons/social-white.png);
}
.iconMaps {
  background-image: url(../img/menu-icons/maps.png);
}
.menuItem:hover .iconMaps {
  background-image: url(../img/menu-icons/maps-white.png);
}
.iconGames {
  background-image: url(../img/menu-icons/games.png);
}
.menuItem:hover .iconGames {
  background-image: url(../img/menu-icons/games-white.png);
}
.iconMods {
  background-image: url(../img/menu-icons/mods.png);
}
.menuItem:hover .iconMods {
  background-image: url(../img/menu-icons/mods-white.png);
}
.iconSettings {
  background-image: url(../img/menu-icons/settings.png);
}
.menuItem:hover .iconSettings {
  background-image: url(../img/menu-icons/settings-white.png);
}
.iconChall {
  background-image: url(../img/menu-icons/chall.png);
}
.menuItem:hover .iconChall {
  background-image: url(../img/menu-icons/chall-white.png);
}
.buttonB {
  background-color: #414a6d !important;
  box-shadow: inset 0 -7px 0 0 #252a3d !important;
}
.buttonB:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.buttonPI {
  background-color: #fa50ae !important;
  box-shadow: inset 0 -7px 0 0 #b2397c !important;
}
.buttonPI:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.buttonR {
  background-color: #ff4747 !important;
  box-shadow: inset 0 -7px 0 0 #992b2b !important;
}
.buttonR:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.buttonP {
  background-color: #b447ff !important;
  box-shadow: inset 0 -7px 0 0 #672992 !important;
}
.buttonP:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.buttonG {
  background-color: #31caec !important;
  box-shadow: inset 0 -7px 0 0 #2494ad !important;
}
.buttonG:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.button.lgn {
  font-size: 18px;
  padding-top: 5px;
  margin-top: 7px;
}
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 18px;
  padding-top: 14px;
  margin-bottom: 6px;
  background-color: #ffc147;
  box-shadow: inset 0 -7px 0 0 #b08531;
  text-align: center;
  color: #fff;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.button:hover {
  background-color: #fff;
  box-shadow: inset 0 -7px 0 0 #b3b3b3;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.bigShadowT {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020 !important;
}
.button.small {
  padding-top: 5px !important;
  padding-bottom: 13px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  font-size: 22px !important;
  margin-left: 3px;
  margin-right: 3px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020 !important;
}
.buttonD {
  background-color: #9d9e9d !important;
  box-shadow: inset 0 -7px 0 0 #747574 !important;
}
.buttonD:hover {
  background-color: #9d9e9d !important;
  box-shadow: inset 0 -7px 0 0 #b3b3b3 !important;
}
.button.smallNoS {
  padding-top: 5px !important;
  padding-bottom: 13px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  font-size: 22px !important;
  margin-left: 3px;
  margin-right: 3px;
}
.button.btnRespin {
  padding-top: 5px !important;
  padding-bottom: 13px !important;
  font-size: 22px !important;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #00b800 !important;
  box-shadow: inset 0 -7px 0 0 #008400 !important;
}
.imageButton {
  display: inline-block !important;
  width: 50px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imageButton:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.discordSocial {
  background-image: url(../img/social-buttons/discord-normal.png);
}
.discordSocial:hover {
  background-image: url(../img/social-buttons/discord-hover.png);
}
.discordSocial:active {
  background-image: url(../img/social-buttons/discord-pressed.png);
}
.downloadClient {
  background-image: url(../img/social-buttons/down_normal.png);
}
.downloadClient:hover {
  background-image: url(../img/social-buttons/down_hover.png);
}
.downloadClient:active {
  background-image: url(../img/social-buttons/down_pressed.png);
}
.redditSocial {
  background-image: url(../img/social-buttons/reddit-normal.png);
}
.redditSocial:hover {
  background-image: url(../img/social-buttons/reddit-hover.png);
}
.redditSocial:active {
  background-image: url(../img/social-buttons/reddit-pressed.png);
}
.twitterSocial {
  background-image: url(../img/social-buttons/twitter-normal.png);
}
.twitterSocial:hover {
  background-image: url(../img/social-buttons/twitter-hover.png);
}
.twitterSocial:active {
  background-image: url(../img/social-buttons/twitter-pressed.png);
}
.fandomSocial {
  background-image: url(../img/social-buttons/fandom-normal.png);
}
.fandomSocial:hover {
  background-image: url(../img/social-buttons/fandom-hover.png);
}
.fandomSocial:active {
  background-image: url(../img/social-buttons/fandom-pressed.png);
}
.krSocial {
  text-align: center;
  line-height: 24px;
  width: 27px;
  height: 32px;
  margin-left: 6px;
  margin-bottom: 0;
  background-color: #ff4747;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
  box-shadow: inset 0 -5px 0 0 #992b2b;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.krSocial:hover {
  background-color: #fff;
  box-shadow: inset 0 -5px 0 0 #b3b3b3;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #868686;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}
.noBtnCard {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  position: relative;
  width: 133px;
  font-size: 20px;
  height: 170px;
}
.noBtnCard:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.noBtnCard:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.noBtnRandom {
  font-size: 50px;
  vertical-align: top;
  color: #eee;
  position: absolute;
  top: 75px;
  left: 65px;
}
.noBtnImgC {
  position: relative;
  z-index: 0 !important;
  border-radius: 8px;
  image-rendering: pixelated;
  width: 140px;
  transition: all 0.15s ease-in-out;
}
.noBtnImgR {
  position: relative;
  z-index: 0 !important;
  border-radius: 8px;
  margin-top: 15px;
  width: 60px;
  transition: all 0.15s ease-in-out;
}
.classList {
  display: inline-block;
  width: 175px;
  height: 415px;
  overflow-y: scroll;
  direction: rtl;
}
.classCard {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 7px;
  padding: 10px;
  width: 198px;
  height: 266px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.classCard:hover img {
  opacity: 0.9;
  transform: scale(1.03);
}
.classWeap {
  position: relative;
  text-shadow: none;
  z-index: 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-top: -2px;
}
.classImgC {
  position: relative;
  z-index: -1 !important;
  border-radius: 8px;
  margin-top: 5px;
  width: 150px;
}
.classXPBar {
  position: absolute;
  top: 250px;
  left: 10px;
  width: 199px;
  height: 26px;
  border-radius: 3px;
  background-color: #242424;
}
.classLvl {
  position: absolute;
  color: #fff;
  top: 210px;
  right: 10px;
  font-size: 20px;
}
.clsXPBarC {
  margin: 4px;
  background-color: #2196f3;
  height: 18px;
}
.classHP {
  position: absolute;
  color: #fff;
  top: 210px;
  left: 13px;
  font-size: 20px;
}
#skinList {
  margin-top: 8px;
  margin-bottom: -4px;
}
.skinCard {
  pointer-events: auto;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  padding-top: 2px;
  width: 143px;
  height: 170px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.skinCard:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.skinCard:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.skinCreator {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: -60px;
  font-size: 14px;
}
.skinVaulted {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  -moz-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  -o-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
  position: absolute;
  top: 45%;
  left: 50%;
  color: #000;
  z-index: -1;
  font-size: 20px;
}
.skinImg {
  margin-top: -22px;
  margin-bottom: 10px;
  width: 140px;
  transition: all 0.15s ease-in-out;
}
.skinImgC {
  margin-top: -5px;
  margin-bottom: 25px;
  width: 100px;
  transition: all 0.15s ease-in-out;
}
.skinImgD {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100px;
  transition: all 0.15s ease-in-out;
}
.secImg {
  margin-top: 10px;
  image-rendering: pixelated;
  margin-bottom: 25px;
  width: 100px;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.15s ease-in-out;
}
.secImg:hover {
  opacity: 0.9;
  transform: scale(1.2);
}
.skinSil {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
  opacity: 0.6;
}
.skinSil2 {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
  opacity: 0.4;
}
.skinRandom {
  font-size: 50px;
  vertical-align: top;
  color: #eee;
  position: absolute;
  top: 78px;
  left: 60px;
}
.itemOwn {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-top: -3px;
  text-shadow: none;
}
.itemSea {
  color: rgba(255, 255, 255, 0.4);
  margin-top: -1px;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
  z-index: 1;
  position: relative;
}
.itemCnt {
  position: relative;
  text-shadow: none;
}
.itemCnt[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: 146px;
  left: 0;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-shadow: none;
  padding: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.selctBtn {
  font-size: 16px;
  color: #fff;
  background-color: #faa332;
  padding: 8px;
  margin-top: -30px;
  width: 100px;
  margin-left: 5px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: auto;
  text-shadow: none;
}
.selctBtn:hover {
  background-color: #f2af57;
}
.selctInfoBtn {
  font-size: 12px;
  color: #fff;
  background-color: #00b800;
  padding: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 9999999;
  position: absolute;
  text-align: center;
  border-radius: 4px;
  text-shadow: none;
  top: 147px;
  right: 5px;
}
.selctInfoBtn:hover {
  background-color: #00a500;
}
#bubbleContainer {
  z-index: 99999;
  position: absolute;
  top: calc(50% - 130px);
  right: 420px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: scale(0);
}
.speechBox {
  width: 180px;
  margin: 50px auto;
  background: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  position: relative;
}
.sb1:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: -19px;
  top: 16px;
}
.activeSkin {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
.skinColorItem {
  text-align: center;
  vertical-align: text-top;
  float: right;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #525252;
}
.skinColorItem:hover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
#matchVoteHolder {
  display: none;
  height: 100px;
  position: absolute;
  top: 220px;
  transform: translateX(-50%);
  border-radius: 4px;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.5);
}
#matchVoteHolder.isRanked {
  height: auto;
  margin-top: 5px;
  background-color: transparent;
  bottom: 130px;
  top: unset;
}
.matchVote {
  position: relative;
  margin-bottom: 10px;
  height: 80px;
  width: 200px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
.matchVoteThumb {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 200px;
  transition: all 0.2s;
  border-radius: 4px;
}
.matchVoteThumb:hover {
  opacity: 0.9;
  transform: scale(1.2);
}
.matchVoteMap {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #fff;
  padding-left: 5px;
  line-height: 28px;
  padding-right: 4px;
  z-index: 1;
  pointer-events: none;
}
.matchVoteMode {
  position: absolute;
  top: 30px;
  left: 5px;
  font-size: 12px;
  height: 26px;
  padding-right: 4px;
  z-index: 1;
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.matchVoteTotal {
  position: absolute;
  bottom: 8px;
  right: 5px;
  font-size: 18px;
  height: 26px;
  padding-right: 4px;
  z-index: 1;
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
.shopCard {
  cursor: pointer;
  pointer-events: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #ffc147;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding: 5px;
  width: 210px;
  height: 170px;
  vertical-align: top;
  border-radius: 5px;
  display: inline-block;
  font-size: 22px;
  position: relative;
  z-index: 1;
  background-size: contain;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
.shopCard:hover {
  opacity: 0.9;
}
.krImg {
  margin-right: 5px;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 5px;
  vertical-align: middle;
}
.purBtn {
  font-size: 17px;
  color: #fff;
  background-color: rgba(61, 61, 61, 0.5);
  padding: 4px;
  width: 200px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 90px;
}
.purBtn:hover {
  background-color: rgba(61, 61, 61, 0.8);
}
.shopSale {
  position: absolute;
  top: 105px;
  left: 7px;
  font-size: 12px;
  color: #fff;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  opacity: 0.95;
  text-shadow: none;
}
.hostMap {
  position: relative;
  height: 90px;
  width: 223px;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #000;
  margin: 2px;
}
.hostMap input {
  display: none;
}
.hostMapName {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #fff;
  padding-left: 4px;
  height: 26px;
  line-height: 28px;
  padding-right: 4px;
  z-index: 1;
  pointer-events: none;
}
.hostMapBy {
  position: absolute;
  top: 60px;
  left: 5px;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
  padding-left: 4px;
  height: 26px;
  line-height: 28px;
  padding-right: 4px;
  z-index: 1;
  pointer-events: none;
}
.hostMapYear {
  position: absolute;
  color: #fff;
  padding-left: 4px;
  height: 26px;
  line-height: 28px;
  padding-right: 4px;
  z-index: 1;
  pointer-events: none;
  top: 2px;
  right: 5px;
  font-size: 10px;
}
.hostMapVersion {
  position: absolute;
  top: 62px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  padding-left: 4px;
  height: 26px;
  line-height: 28px;
  padding-right: 4px;
  z-index: 1;
  pointer-events: none;
}
.hostMapLore {
  position: absolute;
  top: 7px;
  left: 186px;
  padding: 2px;
  font-size: 14px;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 24px;
  text-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.hostMapImg {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 223px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s;
}
input:checked + .hostMapImg {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
input:hover + .hostMapImg {
  opacity: 0.9;
  transform: scale(1.1);
}
.silhouette {
  -webkit-filter: grayscale(100%) brightness(0);
  filter: grayscale(100%) brightness(0);
  opacity: 0.6;
}
#spectateHUD {
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  position: relative;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.spectateInfo {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
#specTimer {
  color: #fff;
  font-size: 30px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 150px;
  text-shadow: none;
}
#specGameInfo {
  color: #fbc02d;
  font-size: 17px;
}
#specTeam0 {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding-right: 10px;
}
#specTeam1 {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding-left: 10px;
}
.specPlayerHolder0 {
  width: 50px;
  display: inline-block;
  padding-left: 10px;
  float: right;
  position: relative;
}
.specPlayerHolder1 {
  width: 50px;
  display: inline-block;
  padding-right: 10px;
  float: left;
  position: relative;
}
.specPlayerIcon {
  width: 50px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.specPlayerName {
  font-size: 10px;
  color: #fff;
  margin-top: -10px;
  overflow: hidden;
  width: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#spec0 {
  text-align: right;
  vertical-align: top;
}
#spec1 {
  text-align: left;
  vertical-align: top;
}
#specScoreTm0 {
  font-size: 27px;
  color: #fff;
  padding-right: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%, 0 0);
  background-color: #5699eb;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
}
#specNameTm0 {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#specScoreTm1 {
  font-size: 27px;
  color: #fff;
  padding-left: 10px;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%, 0 0);
  background-color: #eb5656;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none;
}
#specNameTm1 {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#specGMessage {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 25px;
  vertical-align: top;
  top: 85px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.teamTotals {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  display: none;
  vertical-align: super;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.teamWin0 {
  color: var(--yellow) !important;
  margin-left: 10px !important;
  font-size: 32px !important;
  position: relative !important;
  margin-top: 2px !important;
  vertical-align: top !important;
}
.teamWin1 {
  color: var(--yellow) !important;
  margin-right: 10px !important;
  font-size: 32px !important;
  position: relative !important;
  margin-top: 2px !important;
  vertical-align: top !important;
}
.teamTotalScore {
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.teamTotalN0 {
  color: #5699eb;
  font-size: 19px;
  padding-left: 10px;
}
.teamTotalN1 {
  color: #eb5656;
  font-size: 19px;
  padding-right: 10px;
}
#loadingBg {
  position: fixed;
  left: -16px;
  right: -16px;
  top: -16px;
  bottom: -16px;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.rankedWarning {
  border-width: 0;
  border: none;
  display: inline-block;
  font-size: 18px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 689px;
  text-align: center;
}
.rankedQueueOptions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.rankedSelection {
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 227px;
  border-radius: 5px;
  display: inline-block;
}
.rankedSelection:not(:first-child) {
  margin-left: 14px;
}
.rankedSelection input {
  display: none;
}
.tooLarge {
  pointer-events: none;
}
.rankedLocked {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 50px !important;
  opacity: 0.8;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
.rankedType {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 40px;
  color: #fff;
  z-index: 1;
  top: 2px;
  left: 85px;
  right: 20px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
.rankedELO {
  position: absolute;
  z-index: 1;
  height: 80px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.rankedELOTxt {
  position: absolute;
  font-size: 15px;
  text-align: center;
  color: #fff;
  z-index: 1;
  top: 66px;
  left: 85px;
  right: 20px;
  cursor: pointer;
}
.rankedImg {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 0;
  right: 0;
  width: 225px;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s;
}
input:checked:not(:disabled) + .rankedImg {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
input:hover + .rankedImg {
  opacity: 0.9;
  transform: translateY(-50%) scale(1.1);
}
#partyMemberList {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 16px;
}
.partyMember {
  position: relative;
  width: 100px;
  text-align: center;
}
.partyAvatar {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  image-rendering: pixelated;
  border: 4px solid rgba(0, 0, 0, 0.2);
}
.partyLeaderIcon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
}
.partyMemberLock {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  text-shadow:
    -1px -1px 0 #444,
    1px -1px 0 #444,
    -1px 1px 0 #444,
    1px 1px 0 #444,
    -2px -2px 0 #444,
    2px -2px 0 #444,
    -2px 2px 0 #444,
    2px 2px 0 #444;
}
.partyLeaderIcon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fbc02d;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.partyMemberActions {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  transition: 0.2s opacity;
}
.partyMemberActions a {
  margin: 4px;
}
.partyMemberActionSep {
  width: 40px;
  height: 2px;
  background: #000;
  opacity: 0.5;
}
.partyAvatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.partyMember.placeholder img {
  filter: contrast(0) brightness(1.2);
}
.partyAvatar:hover .partyMemberActions {
  opacity: 1;
}
.partyUsername {
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.partyUsername > span,
.partyUsername > a {
  text-overflow: ellipsis;
  overflow: hidden;
}
.partyUsername i {
  font-size: 20px;
  vertical-align: bottom;
}
.ready .partyAvatar {
  border-color: #32cd32;
}
#queuePartyId {
  color: grey;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  background-color: grey;
}
#queuePartyId:hover {
  color: rgba(0, 0, 0, 0.7);
}
.jQR {
  box-shadow: inset 0 -10px 0 0 #992b2b !important;
  background-color: #ff4747 !important;
}
.jQR:hover {
  height: 57px;
  margin-top: 15px;
  box-shadow: inset 0 -7px 0 0 #992b2b !important;
}
.jQR:active {
  height: 54px;
  margin-top: 18px;
  box-shadow: inset 0 -4px 0 0 #992b2b !important;
}
.joinQueue {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 705px;
  height: 60px;
  line-height: 50px;
  cursor: pointer;
  box-shadow: inset 0 -10px 0 0 #1b76bf;
  background-color: #2196f3;
  font-size: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
.joinQueue:hover {
  height: 57px;
  margin-top: 13px;
  box-shadow: inset 0 -7px 0 0 #1b76bf;
}
.joinQueue:active {
  height: 54px;
  margin-top: 16px;
  box-shadow: inset 0 -4px 0 0 #1b76bf;
}
.unbind {
  float: right;
  cursor: pointer;
  pointer-events: auto;
  padding-left: 10px;
}
#mobileUI {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
#mobileJoystick {
  display: block;
  position: absolute;
  z-index: 9999999;
}
#mobileJoystick .back {
  border: 2px solid #fff;
}
#mobileJoystick .front {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid #fff;
}
#mobileJump {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 5px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_5.png);
}
#mobileCrouch {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 5px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_3.png);
}
#mobileEsc {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_6.png);
}
#mobileAimShoot {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_1.png);
}
#mobileShoot {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  transform: rotate(90deg);
  background-size: cover;
  background-image: url(../img/mobile/icon_1.png);
}
#mobileScope {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_2.png);
}
#mobileReload {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_0.png);
}
#mobileSwap {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: all;
  cursor: pointer;
  padding: 2px;
  z-index: 9999999;
  background-size: cover;
  background-image: url(../img/mobile/icon_4.png);
}
#networkLag {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  padding: 10px;
  margin-bottom: 10px;
  will-change: transform;
  transform: translateZ(0);
  border-radius: 6px;
  width: 180px;
  font-size: 12px;
  text-align: center;
}
#networkLag > div {
  color: rgba(255, 255, 255, 0.7);
}
#networkLagHed {
  color: #fbc02d !important;
}
#skinRewards {
  display: none;
  z-index: 3;
  margin-bottom: 10px;
  will-change: transform;
  transform: translateZ(0);
  border-radius: 6px;
  font-size: 12px;
}
#voteToKick {
  display: none;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 3;
  padding: 10px;
  margin-bottom: 10px;
  will-change: transform;
  transform: translateZ(0);
  border-radius: 6px;
  width: 200px;
  font-size: 12px;
}
#voteKickName,
#voteKickInfo,
#voteKickKeys,
#voteKickNum {
  color: rgba(255, 255, 255, 0.7);
}
#supportMapCreator {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
  display: none;
  text-align: left;
  pointer-events: auto;
  padding: 20px;
  width: 420px;
  font-size: 20px;
  background-color: #fff;
}
.supportRate {
  font-size: 16px;
  margin-top: -6px;
  padding: 5px;
  padding-left: 0;
  padding-right: 10px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
}
.supportGift {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 420px;
  height: 60px;
  line-height: 50px;
  cursor: pointer;
  box-shadow: inset 0 -10px 0 0 #409c3e;
  background-color: #5ce05a;
  font-size: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
.supportGift:hover {
  height: 57px;
  margin-top: 15px;
  box-shadow: inset 0 -7px 0 0 #409c3e;
}
.settingsHeader {
  width: 100%;
  padding-top: 19px;
  position: -webkit-sticky;
  position: sticky;
  top: -0.5px;
  z-index: 999999999;
  background-color: #fff;
  padding-left: 20px;
  margin-left: -20px;
}
.serverHeader {
  width: 100%;
  padding-top: 19px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999999999;
  background-color: #fff;
  display: table;
}
.chatTextOutline {
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
}
.sprayImg {
  position: relative;
  z-index: 0 !important;
  border-radius: 8px;
  image-rendering: pixelated;
  width: 108px;
  margin-top: 10px;
  background-size: cover !important;
  height: 110px;
  margin-left: 11px;
  transition: all 0.15s ease-in-out;
}
.sprayImg:hover {
  opacity: 0.9;
  transform: scale(1.06);
}
.sprayImgAnm {
  animation: sprayAnm 1.4s steps(2) infinite;
}
.customReticle {
  border: none;
  background: #eee;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  width: 122px;
  display: block;
  margin-top: 5px;
}
#supportKrunker {
  height: 90px;
  line-height: 90px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  display: none;
}
#settingsTabLayout {
  font-size: 16px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  margin-top: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.settingsBtn {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: inline-block;
  width: 75px;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 17px;
  padding: 4px 8px;
  margin-left: 8px;
  float: right;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.settingsBtn:hover {
  color: #fff;
}
.settingTab {
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 6px;
}
.settingTab:hover {
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.creatorCodeBtn {
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: 90px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.creatorCodeBtn:hover {
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}
.ccSaveBtn {
  background-color: rgba(0, 0, 0, 0.6);
}
.ccSaveBtn {
  background-color: rgba(0, 0, 0, 0.6);
}
#creatorCodeI {
  width: 580px;
  margin-bottom: 8px;
  border-radius: 4px;
}
#redVouch {
  width: 580px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.redVouchBtn {
  background-color: #2196f3;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: 90px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
#mdSrch {
  width: 570px;
  border-radius: 4px;
  margin-top: 10px;
}
#mpSrch {
  width: 438px;
  border-radius: 4px;
  margin-top: 10px;
}
#mpCat {
  padding: 3px;
  padding-left: 10px;
  font-size: 16px;
  font-family: inherit;
  display: inline-block;
  width: 140px;
  margin-left: 10px;
  border-radius: 4px;
}
.searchBtn {
  background-color: #2196f3;
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: 90px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.searchBtn:hover {
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}
.newLeaderTeam {
  margin-bottom: 5px;
  color: #fff;
}
.newLeaderTeamScore {
  display: inline-block;
  float: right;
  color: rgba(255, 255, 255, 0.7);
}
.newLeaderNoPlayers {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
#killFeed {
}
.kfItem {
  word-wrap: break-word;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  background-color: rgba(0, 0, 0, 0.2);
  word-break: break-all;
  overflow-wrap: break-word;
}
.kfMsg {
  color: rgba(255, 255, 255, 0.7);
}
.chalProg {
  position: absolute;
  color: #fff;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  font-size: 17px;
}
.chalCard {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin-top: 12px;
  padding: 10px;
  padding-bottom: 3px;
  width: 675px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  font-size: 26px;
  z-index: 1;
  position: relative;
}
.chalDesc {
  position: relative;
  text-shadow: none;
  z-index: -1 !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-top: -2px;
}
.chalImgC {
  position: relative;
  z-index: -1 !important;
  border-radius: 8px;
  width: 110px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.chalXPBar {
  position: relative;
  width: 545px;
  height: 24px;
  border-radius: 3px;
  background-color: #242424;
  margin-top: 9px;
  padding: 3px;
}
.chalXPBarC {
  background-color: #2196f3;
  height: 24px;
  font-size: 16px;
}
.chalRight {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -2px;
  z-index: 0 !important;
}
.chalBoss {
  image-rendering: pixelated;
  position: absolute;
  z-index: -1 !important;
  border-radius: 8px;
  width: 45px;
  top: 5px;
  right: 5px;
}
.changeText {
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.5);
}
#endChals {
  text-align: left;
  position: absolute;
  top: 10px;
  z-index: 10;
  left: 10px;
}
.endChalCard {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 6px;
  padding: 10px;
  padding-bottom: 3px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: block;
  font-size: 24px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.endChalImg {
  position: relative;
  z-index: -1 !important;
  border-radius: 8px;
  width: 65px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.endChalRight {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -2px;
  z-index: 0 !important;
}
.endChalDesc {
  position: relative;
  text-shadow: none;
  z-index: -1 !important;
  color: #fbc02d;
  font-size: 16px;
  margin-top: -2px;
}
.skinRewCard {
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 6px;
  padding: 10px;
  padding-bottom: 3px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: block;
  font-size: 24px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.skinRewImg {
  position: relative;
  z-index: -1 !important;
  border-radius: 8px;
  width: 65px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.skinRewRight {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -2px;
  z-index: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}
.skinRewDesc {
  position: relative;
  text-shadow: none;
  z-index: -1 !important;
  color: #fbc02d;
  font-size: 16px;
  margin-top: -2px;
}
.hostToggle {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 75px;
  cursor: pointer;
  background-color: #2196f3;
  font-size: 15px;
  padding: 4px;
  float: right;
  border-radius: 4px;
}
.hostToggle:hover {
  background-color: #c3c3c3;
}
#leaderDisplay {
  text-align: left;
  float: right;
  width: 310px;
  z-index: 3;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 23px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 10px;
}
#leaderContainer {
  text-align: left;
  color: #fff;
}
.leaderItem {
  display: flex;
  font-size: 18px;
}
.leaderCounter {
  margin-right: 8px;
  width: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.leaderName,
.leaderNameM,
.leaderNameF {
  color: #eb5656;
  flex-grow: 1;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.leaderNameF {
  color: rgba(255, 255, 255, 0.6);
}
.leaderNameM {
  color: #fff;
}
.leaderScore {
  margin-left: 8px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
.reqW {
  height: 217px;
  width: 100%;
  display: inline-block;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.reqWLvl {
  font-size: 16px;
  padding-bottom: 5px;
  color: #000;
  margin-top: -15px;
}
.reqWIcon {
  color: lightgrey !important;
  font-size: 150px !important;
  vertical-align: bottom !important;
  font-weight: 999 !important;
}
.reqWTxt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.reqW.login {
  cursor: pointer;
  pointer-events: all;
}
.reqW.login:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#referralHeader {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#braveWarning {
  display: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  margin-bottom: 20px;
}
.rainbow {
  -webkit-animation: rainbow 0.5s linear infinite;
  animation: rainbow 0.5s linear infinite;
}
.rainbowText {
  -webkit-animation: rainbowT 0.5s linear infinite;
  animation: rainbowT 0.5s linear infinite;
}
.rainbowBG {
  -webkit-animation: rainbowBG 0.5s linear infinite;
  animation: rainbowBG 0.5s linear infinite;
}
.rainbowBorder {
  -webkit-animation: rainbowB 0.5s linear infinite;
  animation: rainbowB 0.5s linear infinite;
}
@keyframes rainbow {
  0%,
  100% {
    color: Crimson;
    border-color: Crimson;
  }
  20% {
    color: orange;
    border-color: orange;
  }
  40% {
    color: #ff0;
    border-color: #ff0;
  }
  60% {
    color: lime;
    border-color: lime;
  }
  80% {
    color: MediumBlue;
    border-color: MediumBlue;
  }
}
@keyframes rainbowT {
  0%,
  100% {
    color: Crimson;
  }
  20% {
    color: orange;
  }
  40% {
    color: #ff0;
  }
  60% {
    color: lime;
  }
  80% {
    color: MediumBlue;
  }
}
@keyframes rainbowB {
  0%,
  100% {
    border-color: Crimson;
  }
  20% {
    border-color: orange;
  }
  40% {
    border-color: #ff0;
  }
  60% {
    border-color: lime;
  }
  80% {
    border-color: MediumBlue;
  }
}
@keyframes rainbowBG {
  0%,
  100% {
    background-color: Crimson;
  }
  20% {
    background-color: orange;
  }
  40% {
    background-color: #ff0;
  }
  60% {
    background-color: lime;
  }
  80% {
    background-color: MediumBlue;
  }
}
.rgbHue {
  -webkit-animation: rgbHue 0.8s steps(36) infinite;
  animation: rgbHue 0.8s steps(36) infinite;
}
@keyframes rgbHue {
  from {
    -webkit-filter: hue-rotate(10deg) brightness(2);
    filter: hue-rotate(10deg) brightness(2);
  }
  to {
    -webkit-filter: hue-rotate(360deg) brightness(2);
    filter: hue-rotate(360deg) brightness(2);
  }
}
.poText {
  -webkit-animation: poT 0.7s linear infinite;
  animation: poT 0.7s linear infinite;
}
@keyframes poT {
  0%,
  100% {
    color: #e0050f;
  }
  25% {
    color: #e0050f;
  }
  50% {
    color: #1a46e3;
  }
  75% {
    color: #1a46e3;
  }
}
.spinVal {
  font-size: 18px;
  color: #ffc147;
  margin-left: -5px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 230px;
  height: 120px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  margin-top: 94px;
}
.makeGray {
  filter: grayscale(100%);
}
.twitchIframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#twitchHolder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  pointer-events: all;
}
.pHighLight {
  -webkit-filter: drop-shadow(-1px -1px 0 #fbc02d)
    drop-shadow(1px -1px 0 #fbc02d) drop-shadow(-1px 1px 0 #fbc02d)
    drop-shadow(1px 1px 0 #fbc02d);
  filter: drop-shadow(-1px -1px 0 #fbc02d) drop-shadow(1px -1px 0 #fbc02d)
    drop-shadow(-1px 1px 0 #fbc02d) drop-shadow(1px 1px 0 #fbc02d);
}
.shakeEffect {
  animation: shake 0.5s;
}
@keyframes shake {
  20% {
    transform: translate(6px, 0);
  }
  30% {
    transform: translate(-6px, 0);
  }
  40% {
    transform: translate(8px, 0);
  }
  50% {
    transform: translate(-8px, 0);
  }
  60% {
    transform: translate(10px, 0);
  }
  70% {
    transform: translate(-10px, 0);
  }
  80% {
    transform: translate(8px, 0);
  }
  90% {
    transform: translate(-8px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
#hostKey {
  pointer-events: auto;
  font-size: 12px;
  padding: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #eee;
  border-radius: 6px;
  margin-top: -10px;
  vertical-align: middle;
  margin-right: 10px;
}
.specLevelBox {
  display: inline-block;
  background-color: #000;
  padding: 10px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 5px;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: -7px;
}
.specVerified {
  color: #40c4ff;
  font-size: 28px !important;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -7px;
}
.specFlag {
  position: absolute;
  top: 55px;
  left: 50px;
}
.specFlag .flag .flag-ch {
  left: 55px !important;
}
.specPlayerHolder0 .specPlayerFlag {
  position: absolute;
  top: 24px;
  left: 30px;
  transform: scale(0.7);
}
.specPlayerHolder0 .specPlayerFlag .flag .flag-ch {
  left: 34px !important;
}
.specPlayerHolder1 .specPlayerFlag {
  position: absolute;
  top: 24px;
  left: 20px;
  transform: scale(0.7);
}
.specPlayerHolder1 .specPlayerFlag .flag .flag-ch {
  left: 24px !important;
}
#bidPrevBB {
  width: 218px;
  height: 87px;
  display: block;
  position: absolute;
  top: 280px;
  left: 261px;
  display: none;
}
#bidPrevBtn {
  position: absolute;
  bottom: 80px;
  left: 260px;
  font-size: 16px;
  background-color: #2196f3 !important;
  padding: 10px;
  padding-left: 20px;
  padding-right: 16px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020;
}
#bidPrevBtn:hover {
  opacity: 0.9;
  background-color: #fff !important;
  transform: scale(0.95);
}
.specNum {
  font-size: 12px;
  color: #fff;
  margin-top: -10px;
  position: absolute;
  top: 30px;
  width: 15px;
}
.hostOpt {
  position: relative;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 10px;
  width: 203px;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  background-color: #868686;
}
.hostOpt input {
  display: none;
}
.optCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 10px;
  width: auto;
  height: auto;
  background-color: #868686;
}
.optImg {
  position: absolute;
  z-index: 1;
  top: 5px;
  width: 35px;
  right: 5px;
  pointer-events: none;
  image-rendering: pixelated;
}
.optName {
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  position: relative;
  pointer-events: none;
}
input:checked + .optCheck {
  background-color: #2196f3;
}
input:hover + .optCheck {
  background-color: #c3c3c3;
}
.subPassChg {
  background-color: #2196f3;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.subPassChg:hover {
  background-color: #1a78c2;
  transform: scale(0.95);
}
#displayN {
  float: right;
  width: 200px;
  font-size: 14px;
  margin-top: 0;
}
.updDisN {
  background-color: #2196f3;
  vertical-align: bottom;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  width: 80px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  float: right;
}
.updDisN:hover {
  background-color: #1a78c2;
  transform: scale(0.95);
}
.lnkTw {
  background-color: #6441a5;
  margin-top: 2px;
  vertical-align: bottom;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  width: 80px;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  float: right;
}
.lnkTw:hover {
  background-color: #1a78c2;
  transform: scale(0.95);
}
#redVouch {
  width: 580px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.twoFAGrid {
  display: none;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  height: 315px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.twoFAkeyg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
table.twoFATable {
  margin: 0 auto;
  width: 100px;
  height: 190px;
  text-align: center;
  border-spacing: 10px;
  border-collapse: separate;
}
table.twoFATable td {
  cursor: pointer;
  border-radius: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
table.twoFATable td:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
table.twoFATable th {
  border: none;
}
#premiumRes {
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.3);
}
#aliasRes {
  margin-top: 8px;
  float: right;
  font-size: 14px;
  margin-right: 10px;
  color: #eb5656;
}
.premiumSkinCol {
  color: #fbc02d !important;
  font-size: 42px !important;
  vertical-align: middle;
  text-align: center;
  float: right;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}
#premTime {
  float: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
#popupBack {
  pointer-events: all;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
}
#popupHolder {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
}
#popupContent {
  pointer-events: all;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#confPremiumPop,
#twitchPop,
#confPop {
  pointer-events: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 400px;
}
#clientPop {
  pointer-events: all;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  transform: translate(-50%, -50%);
  color: #fff;
}
#confirmBtn {
  margin-top: 5px;
  color: #fff;
  width: 44%;
  background-color: #5ce05a;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  padding-bottom: 12px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 4px;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c,
    -3px -3px 0 #1c1c1c,
    3px -3px 0 #1c1c1c,
    -3px 3px 0 #1c1c1c,
    3px 3px 0 #1c1c1c;
}
#confirmBtn:hover {
  background-color: #409c3e;
}
#declineBtn {
  margin-top: 5px;
  color: #fff;
  width: 44%;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  padding-bottom: 12px;
  display: inline-block;
  background-color: #eb5656;
  float: right;
  border-radius: 4px;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c,
    -3px -3px 0 #1c1c1c,
    3px -3px 0 #1c1c1c,
    -3px 3px 0 #1c1c1c,
    3px 3px 0 #1c1c1c;
}
#declineBtn:hover {
  background-color: #bc4444;
}
.acceptRequest {
  color: #5ce05a;
  border: none;
  border-radius: 3px;
}
#tradePop {
  pointer-events: auto;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -51%);
  color: #fff;
  width: 679px;
}
.tHolderL {
  width: 49%;
  float: left;
  overflow: hidden;
  padding-right: 10px;
}
.tHolderM {
  width: 100%;
  overflow: hidden;
}
.tHolderR {
  width: 49%;
  float: left;
  overflow: hidden;
}
.tList {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 250px;
  overflow-y: scroll;
  min-height: 70px;
  text-align: center;
}
.tListN {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}
.tListN.inv {
  background-color: #2196f3;
}
.tListN.trade {
  background-color: #ed4242;
  text-align: left;
  padding-left: 10px;
}
.tReady {
  padding-right: 5px;
  float: right;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
.tTotal {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 5px;
}
.tItemHolder {
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px;
  padding-top: 2px;
  width: 65px;
  height: 65px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
}
.tItemHolder:hover {
  opacity: 0.75;
}
.tItemImg {
  width: 65px;
  image-rendering: auto;
}
.tItemSprayImg {
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  width: 64px;
  height: 65px;
  z-index: 1;
  background-size: cover !important;
  image-rendering: auto;
}
.tItemN {
  position: absolute;
  bottom: 5px;
  font-size: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: inherit;
  color: #fff;
  text-align: left;
}
.tItemCnt {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 8px;
  color: #fff;
}
.tItemInf {
  text-align: center;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 8px;
  background-color: green;
  color: #fff;
  padding: 2px;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  pointer-events: all;
}
.tKRInput {
  width: 332px;
  padding-left: 10px;
  text-align: left;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border: none;
  color: rgba(0, 0, 0, 0.6);
}
.tSubHolder {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 47%;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: center;
}
.tSubHolder input {
  display: none;
}
.tSubCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 10px;
  width: auto;
  height: auto;
  background-color: #5ce05a;
}
#tSubName {
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  position: relative;
  pointer-events: none;
}
input:hover + .tSubCheck {
  background-color: #c3c3c3;
}
input:disabled + .tSubCheck {
  background-color: #868686;
  pointer-events: none;
  cursor: none;
}
.tDecCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 10px;
  width: auto;
  height: auto;
  background-color: #ed4242;
}
#tDecName {
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  position: relative;
  pointer-events: none;
}
input:hover + .tDecCheck {
  background-color: #c3c3c3;
}
input:disabled + .tDecCheck {
  background-color: #868686;
  pointer-events: none;
  cursor: none;
}
.estOfferVal {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 2px;
}
.fpsMinMax {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 4px;
  margin-right: 4px;
}
#fpsMin {
  color: #eb5656;
  display: block;
}
#fpsMax {
  color: #9eeb56;
  display: block;
}
#bdayBlock {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: all;
}
#bdayShake {
  height: 100%;
}
#bdayWindow {
  pointer-events: all;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #fff;
  padding: 10px;
  background-image: url(../img/giveaway.png);
  background-repeat: round;
  height: 500px;
  width: 1000px;
}
#bdaySpeech {
  position: absolute;
  left: 120px;
  top: 100px;
  color: #fff;
  font-size: 26px;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c,
    -3px -3px 0 #1c1c1c,
    3px -3px 0 #1c1c1c,
    -3px 3px 0 #1c1c1c,
    3px 3px 0 #1c1c1c,
    -4px -4px 0 #1c1c1c,
    4px -4px 0 #1c1c1c,
    -4px 4px 0 #1c1c1c,
    4px 4px 0 #1c1c1c;
}
#bdaySpeech > p {
  color: #fff !important;
}
#bdayTag {
  font-size: 20px;
  position: absolute;
  right: 85px;
  bottom: 75px;
  color: #fff;
  text-shadow:
    -1px -1px 0 #1c1c1c,
    1px -1px 0 #1c1c1c,
    -1px 1px 0 #1c1c1c,
    1px 1px 0 #1c1c1c,
    -2px -2px 0 #1c1c1c,
    2px -2px 0 #1c1c1c,
    -2px 2px 0 #1c1c1c,
    2px 2px 0 #1c1c1c;
}
#bdayBtn {
  background-color: #39f236;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 70px;
  padding: 12px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#bdayBtn:hover {
  opacity: 0.85;
}
#androidDB {
  margin-left: 20px;
  margin-right: 0;
  display: inline-block;
  width: 280px;
  height: auto;
  cursor: pointer;
}
#androidDB:hover {
  transform: scale(0.98);
}
#androidDB:active {
  transform: scale(0.95);
}
#iosDB {
  margin-bottom: 16px;
  margin-right: 20px;
  display: inline-block;
  width: 216px;
  height: auto;
  cursor: pointer;
}
#iosDB:hover {
  transform: scale(0.98);
}
#iosDB:active {
  transform: scale(0.95);
}
.plusOrMinus {
  font-size: 47px !important;
  vertical-align: middle !important;
  margin-left: -14px !important;
  margin-top: -9px !important;
  margin-right: -11px !important;
}
.menuTabsNew {
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  display: table;
}
.menuTabNew {
  text-align: center;
  display: table-cell;
  padding: 7px 0 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  cursor: pointer;
}
.menuTabNew:hover {
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
.tabANew {
  cursor: default;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
}
.tabANew:hover {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
}
.click {
  pointer-events: all;
  cursor: pointer;
}
.click:hover {
  text-decoration: underline;
}
#gameCodePop {
  pointer-events: auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 400px;
}
#codeInput {
  margin-bottom: 5px;
  font-size: 16px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  width: 380px;
  border-radius: 4px;
  border: none;
}
.searchIcon {
  z-index: 2;
  top: 68px;
  left: 1px;
  font-size: 30px !important;
  text-shadow: unset;
  cursor: pointer;
  position: absolute;
  border-radius: 20px;
  color: #fff;
  filter: drop-shadow(1px 0px 0 black) drop-shadow(0px 1px 0 black)
    drop-shadow(-1px -0px 0 black) drop-shadow(-0px -1px 0 black);
}
.searchIcon:hover {
  transform: scale(1.2);
}
.creationActions {
  top: 9px;
  right: 9px;
  position: absolute;
  z-index: 2;
}
.creationAction {
  z-index: 2;
  text-shadow: unset;
  cursor: pointer;
  font-size: 24px;
  border-radius: 20px;
  color: #fff;
  margin-left: 3px;
  filter: drop-shadow(1px 0px 0 black) drop-shadow(0px 1px 0 black)
    drop-shadow(-1px -0px 0 black) drop-shadow(-0px -1px 0 black);
}
.creationAction:hover {
  transform: scale(1.2);
}
.creationAction.sel {
  color: #fbc02d !important;
}
.creationAction.del {
  color: #ff4747 !important;
}
.setToggle {
  padding: 4px;
  width: 275px;
  border-radius: 6px;
  font-size: 18px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 6px solid transparent;
}
.sideTabs {
  text-align: center;
  display: table-cell;
  width: 25%;
}
.centerTab {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  display: table-cell;
}
#serverSearch {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
}
.purejscarousel {
  overflow: hidden;
}
.purejscarousel-slides-container:before,
.purejscarousel-slides-container:after {
  content: "";
  display: table;
}
.purejscarousel-slides-container:after {
  clear: both;
}
.purejscarousel-slide {
  float: left;
}
.purejscarousel-btn {
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin-top: -25px;
  position: absolute;
  top: 30px;
  width: 28px;
  color: #fff;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.purejscarousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.purejscarousel-btn-next {
  right: 0;
}
.purejscarousel-btn-prev {
  left: 5px;
}
.plusOrMinus2 {
  font-size: 47px !important;
  margin-left: -14px !important;
  margin-top: -9px !important;
  margin-right: -11px !important;
  color: rgba(255, 255, 255, 0.9);
  top: 38%;
  left: 2px;
  position: relative;
}
.purejscarousel-dots-container {
  float: left;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.purejscarousel-dot {
  background: #aaa;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  height: 15px;
  outline: none;
  margin: 0 5px;
  width: 15px;
}
.active.purejscarousel-dot {
  cursor: default;
  opacity: 0.5;
}
#carouselBGR {
  width: 30px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.carousel {
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel:before,
.carousel:after {
  content: "";
  display: table;
}
.carousel:after {
  clear: both;
}
.slide {
  position: relative;
  border: 5px solid #fff;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 100px;
  text-align: center;
  width: 213px;
  transition: all 0.4s;
  cursor: pointer;
}
.slide:hover {
  opacity: 0.8;
}
.slideImg {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  border-radius: 6px;
}
.slideName {
  position: absolute;
  top: 25%;
  left: 50%;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow:
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px;
}
.slidePlayers {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow:
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px,
    #000 0 0 3px;
}
.switch2 {
  float: right;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  width: 50px;
  height: 28px;
}
.switch2 input {
  display: none;
}
.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8a8a8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
}
.slider2:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}
input:checked + .slider2 {
  background-color: #2196f3;
}
input:focus + .slider2 {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider2:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#endTabbedView {
  min-width: 1000px;
  display: inline-block;
  vertical-align: top;
}
.endCard {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-collapse: collapse;
  box-sizing: border-box;
  text-align: left;
  border-radius: 6px;
  height: min-content;
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  min-width: 100%;
}
#tabHolder {
  display: grid;
  grid-template-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(
      100% / 4
    );
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  border-radius: 4px;
}
.tabHeader {
  text-align: center;
  padding: 10px 10px 6px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.tabHeader:hover {
  color: #fff;
  border-bottom: 4px solid #fff;
}
.tabHeader.selected {
  color: var(--yellow);
  border-bottom: 4px solid var(--yellow);
}
.tabBody {
  max-height: 400px;
  overflow-y: auto;
}
#endLayout {
  display: grid;
  grid-template-columns: calc(20% - 5px) calc(80% - 5px);
  column-gap: 10px;
  row-gap: 10px;
}
.endSection {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 6px;
}
.endTitle {
  color: #fff;
  margin-bottom: 10px;
}
#gameFundsLayout {
  display: grid;
  row-gap: 10px;
  height: 100%;
}
.gfSection {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 6px;
}
#modeLayout {
  text-align: center;
}
.modeIcon {
  width: 70px;
}
.unknownModeIcon {
  color: var(--yellow);
  font-size: 35px;
  padding: 5px;
}
.modeStatus {
  color: var(--green);
}
#fundsLayout {
  text-align: center;
}
.fundsCoin {
  width: 50px;
  margin-left: auto;
}
.fundsVal {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  font-size: 25px;
}
#combatRecordLayout {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
  row-gap: 10px;
}
#kdLayout {
  display: grid;
  grid-template-columns: auto auto;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 4px solid rgba(255, 255, 255, 0.05);
}
#kdLayout .crStat {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  background-color: transparent;
  border: none;
}
.crStat {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 6px;
  border: 4px solid rgba(255, 255, 255, 0.05);
}
.crLabel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.crVal {
  color: #fff;
  font-size: 20px;
}
#lvlLayout {
  display: grid;
  grid-template-columns: 40px 50px auto 50px 40px;
}
.xpRnk {
  width: 40px;
  margin-top: 3px;
}
.xpLvl {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  font-size: 20px;
}
.xpEndBar {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 98.5%;
  height: 25px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  position: relative;
}
.xpEndBarB {
  display: inline-block;
  height: 100%;
  background-color: var(--yellow);
  transition: width 1s ease-in-out;
}
.xpEndBarV {
  color: #fff;
  position: absolute;
  height: 100%;
  text-align: center;
  top: 6px;
  left: 0;
  right: 0;
  font-size: 14px;
}
#kiaIcon {
  width: 100px;
  filter: saturate(40) hue-rotate(-40deg);
}
#clanwarsLayout {
  display: grid;
  grid-template-columns: calc(40% - 5px) calc(60% - 5px);
  column-gap: 10px;
  row-gap: 10px;
}
.clanwarsSection {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 6px;
}
.clanwarsTitle {
  color: #fff;
  margin-bottom: 10px;
}
.clanwarsSubTitle {
  float: right;
  color: #fbc02d;
  margin-bottom: 10px;
  cursor: pointer;
  pointer-events: all;
}
.clanwarsSubTitle:hover {
  color: #fbc02d;
  text-decoration: underline;
}
#cwRegionOcean {
  width: 100%;
  height: 200px;
  background-color: #3eb2eb;
  border-radius: 6px;
}
#cwRegionMap {
  width: 100%;
  height: 100%;
  background-image: url(../img/world_0.png);
  filter: drop-shadow(0px 0px 7px #333);
  border-radius: 6px;
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.2);
}
#cwRegionPoint {
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 8px #000;
  transform: translateY(-96px);
}
#cwRegionArrow {
  width: 80px;
  height: 80px;
  background-image: url(../img/dropper_fg.svg), url(../img/dropper_bg.svg);
  background-size: 90%, 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-180px);
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 0px 10px);
  margin: auto;
  position: relative;
}
#cwRegionArrow div {
  text-align: center;
  transform: translateY(25px);
}
#cwRegionText {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
#cwSumHolder {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  height: calc(100% - 40px);
}
.cwSumStat {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 6px;
  border: 4px solid rgba(255, 255, 255, 0.05);
}
.cwSumIcon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.cwSumIcon i {
  font-size: 100px;
  color: #fff;
}
.cwSumLabel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.cwSumVal {
  color: #fff;
  font-size: 20px;
}
#medalTable {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  row-gap: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 6px;
}
.medalCard {
  width: 100px;
  height: 100%;
  margin: auto;
}
.medalImg {
  background-image: url(../img/chals/icon_0.png), url(../img/medal.svg);
  background-size: 60%, contain;
  background-position: center;
  background-position-x: calc(50% - 5px), center;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
  height: 100px;
}
.medalTxt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.keyIcon {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border-left: 5px solid rgba(255, 255, 255, 0.3);
  border-right: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom: 7px solid rgba(255, 255, 255, 0.1);
  margin: 2px 0;
  transform: scale(1);
  transition: transform 0.1s ease;
}
.keyIcon:hover {
  transform: scale(0.9);
  text-decoration: none !important;
}
input[type="color"] {
  -webkit-appearance: none;
  border: 4px solid var(--blue);
  padding: 0;
  width: 55px;
  height: 24px;
  border-radius: 5px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
  border-radius: 0;
}
input[type="color"]::-webkit-color-swatch {
  padding: 0;
  border: none;
  border-radius: 0;
}
input[type="color"]:hover {
  cursor: pointer;
}
#pfpPop {
  pointer-events: auto;
  border-radius: 10px;
  background-color: #d5d5d5;
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -51%);
  color: #fff;
  width: 500px;
}
#dropsPop {
  pointer-events: auto;
  border-radius: 10px;
  background-color: #d5d5d5;
  padding: 15px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  color: #fff;
  width: 500px;
}
#pubPfp {
  text-align: center;
  padding: 5px;
  background-color: #2196f3;
  color: #fff;
  border-radius: 4px;
  width: 490px;
  margin-top: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  pointer-events: all;
}
#pubPfp:hover {
  background-color: #6dafe4;
}
.pfpAction {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  transition: 0.2s opacity;
  text-align: center;
  border-radius: 4px;
}
.pfpAction:hover {
  color: rgba(255, 255, 255);
  text-decoration: underline;
}
#profilePicM:active .pfpAction,
#profilePicM:hover .pfpAction {
  z-index: 9999999999;
  opacity: 1;
}
#tradeChatHolder {
  position: absolute;
  left: calc(50% + 705px - 210px);
  bottom: 190px;
  border-radius: 6px;
  max-height: calc(100% - 480px);
  transform: translateX(-50%);
  z-index: 2;
  overflow-y: auto;
  display: none;
  text-align: left;
  pointer-events: auto;
  padding: 20px;
  font-size: 20px;
  width: 220px;
}
#tradeChatList {
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 999999;
  pointer-events: all;
  position: relative;
  text-align: left;
  max-height: 546.6px;
}
#tradeChatInput {
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  pointer-events: all;
  border-radius: unset;
}
.tradeChatItem {
  max-width: 260px;
  word-wrap: break-word;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 200px;
}
.readAll {
  float: right;
  font-size: 14px;
  background-color: #eb5656;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: all;
  padding: 4px;
  color: #fff;
}
.readAll:hover {
  opacity: 0.9;
}
#submitContrB {
  text-align: center;
  width: 680px;
  padding: 10px;
  margin-top: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  background-color: #4ca9f5;
  cursor: pointer;
}
#submitContrB:hover {
  opacity: 0.8;
}
#signHolder {
  position: relative;
  margin-top: 25px;
}
#sig-background {
  color: rgba(0, 0, 0, 0.15);
  line-height: 100px;
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border: 6px dotted #ccc;
  border-radius: 5px;
}
#sig-canvas {
  cursor: crosshair;
}
#clanFundsIn {
  font-size: 18px;
  margin-top: 20px;
  width: 675px;
  border-radius: 4px;
  padding: 10px;
  padding-left: 10px;
}
.clanFndB {
  margin-top: 22px;
  text-align: center;
  background-color: red;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  width: 320px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.clanFndB:hover {
  opacity: 0.8;
}
#clanWarKP {
  margin-top: 15px;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
}
#clanWarKPB {
  height: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  background-color: #fcc735;
}
.premText {
  margin: 0;
  margin-bottom: 5px;
  color: var(--yellow);
}
.premText i {
  color: var(--yellow);
}
.dropImg {
  width: 140px;
  display: block;
  transition: all 0.15s ease-in-out;
}
.dropCard {
  pointer-events: auto;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px;
  padding-top: 2px;
  width: 140px;
  height: 170px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.dropsActive {
  font-size: 26px;
  color: #6441a4;
  margin-bottom: 5px;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020,
    -2px -2px 0 #202020,
    2px -2px 0 #202020,
    -2px 2px 0 #202020,
    2px 2px 0 #202020,
    -3px -3px 0 #202020,
    3px -3px 0 #202020,
    -3px 3px 0 #202020,
    3px 3px 0 #202020;
}
#termsInfo {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px 15px 20px;
  border-top-left-radius: 6px;
  margin-right: -15px;
}
#specKPD {
  color: #c00000 !important;
  font-size: 49px !important;
  vertical-align: middle;
  text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020;
  position: absolute;
  top: 1px;
  left: 12px;
}
.specPlayerHolder0 #specKPD {
  top: 1px;
  left: 12px;
}
.specPlayerHolder1 #specKPD {
  top: 1px;
  left: 2px;
}
.partnerItem {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.partnerStatHead {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
#ctrtRes {
  font-size: 17px;
}
#jumpSIMG {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999999999999;
}
#jumpSVIDHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999999999999999999;
  text-align: center;
  background-color: #000;
}
#jumpSVID {
  display: inline-block;
  height: 100%;
  width: auto;
}
/*
     FILE ARCHIVED ON 17:55:33 Oct 16, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:52 May 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.087
  load_resource: 102.756
  PetaboxLoader3.resolve: 61.209
  PetaboxLoader3.datanode: 28.626
*/
