@font-face {
  font-family: SquadaOne;
  src: url(../fonts/SquadaOne.ttf);
}
@font-face {
  font-family: AvenirNext;
  src: url(../fonts/AvenirNextRegular.otf);
}
@font-face {
  font-family: CarterOne;
  src: url(../fonts/CarterOne-Regular.ttf);
}


@-o-keyframes highlightBg {
    0% {
        background: none;
    }
    50% {
        background: #e2ff40
    }
    to {
        background: none;
    }
}

@-webkit-keyframes highlightBg {
    0% {
        background: none;
    }
    50% {
        background: #e2ff40
    }
    to {
        background: none;
    }
}

@keyframes highlightBg {
    0% {
        background: none;
    }
    50% {
        background: #e2ff40
    }
    to {
        background: none;
    }
}

.highlight {
/*     box-shadow: 0 0 0 2px #FF4081; */
  -webkit-animation: highlightBg 1s linear;
  -o-animation: highlightBg 1s linear;
  animation: highlightBg 1s linear;
  -webkit-animation-iteration-count: 3;
  -o-animation-iteration-count: 3;
  animation-iteration-count: 3
}
#overlays {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.37);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 6;
}
.logo-cellcraft {
   width: 300px; 
   position: absolute; 
   top: 39px; 
   left: 50%; 
   transform: translate(-50%,0%); 
   z-index: 0;
   -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,1)); 
   filter: drop-shadow(1px 1px 2px rgba(0,0,0,1)); 
}

#overlaysContent {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: visible;
  transform-origin: center 40px;
}
#canvas {
  position: absolute;
  z-index: -100;
  font-family: CarterOne;
}
#megaholder {
  position: absolute;
  z-index: 27;
  top: 0px;
  right: 0px;
}
#megaphone {
 /* position: absolute; */
  float:right;
  /*top: 20px;
  right: -7px;
  */
  width: 342px;
  height: 253px;
  background: url(../img/megaphone_bg2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.5s;
  text-align: center;
  margin-right: -350px;
}
.mega-message {
  width: 210px;
  height: 160px;
  margin-top: 48px;
  font-size: 17px;
  margin-left: -53px;
  background-color: #e5c18a;
  text-align: left;
  color: white;
  padding: 7px;
  box-shadow: 0px 0px 0.02em #4caf50;
  position: relative;
  opacity: 0.7;
}
.mega-message::-moz-placeholder {
  color: #937c57;
  opacity: 1;
}
.mega-message:-ms-input-placeholder {
  color: #937c57;
}
.mega-message::-webkit-input-placeholder {
  color: #937c57;
}
#megaphone_text {
  margin-top: 36px;
  margin-left: 140px;
  height: 150px;
  color: #26cee8;
  width: 146px;
  white-space: pre-wrap;
  word-wrap: break-word;
  position: absolute;
  overflow: hidden;
}
#megaphone_input {
    width: 424px;
    height: 245px;
    background: url(../img/megaphone_bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: 0.5s;
    text-align: center;
    text-transform: none;
}
.megaphone-btn-shout {
  display: inline-block;
  height: 38px;
  letter-spacing: 0.13em;
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.42857143;
  color: white;
  width: 100%;
  text-transform: uppercase;
  /* background-color: #222328; */
  background-color: #5592e3;
  background-image: none;
  border: 0px solid #222328;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 50%;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .4);
}
.hscrY {
  color: white;
  -webkit-box-shadow:  0 0 2px 1px #3f434e inset;
  -moz-box-shadow:  0 0 2px 1px #2e3138 inset;
  box-shadow:  0 0 2px 1px #2e3138 inset;
  border:  2px solid #313b4c;
  width:  98px;
  border-radius:  10px;
  /*
  background-color:  #bd9419;
  */
  /*background-color: #dd8709;
  */
  background-color: #e17232;
}
.hscrB {
  background-color: #306357;
  color:  white;
  -webkit-box-shadow:  0 0 2px 1px #3f434e inset;
  -moz-box-shadow:  0 0 2px 1px #2e3138 inset;
  box-shadow:  0 0 2px 1px #2e3138 inset;
  border:  2px solid #313b4c;
  border-radius:  10px;
}
.hscrG {
  color: white;
  -webkit-box-shadow:  0 0 2px 1px #3f434e inset;
  -moz-box-shadow:  0 0 2px 1px #2e3138 inset;
  box-shadow:  0 0 2px 1px #2e3138 inset;
  border:  2px solid #313b4c;
  border-radius:  10px;
  background-color:  #39547b;
}
#curser {
  display: inline-block;
  position: absolute;
  padding: 0px 15px;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  color: #999;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  white-space: pre-wrap;
}

.infoClose {
  opacity: 0.75;
}
.infoCloseX {
  color: white; border: 2px solid black; 
  margin-left: 45px; 
  background-color: red; 
  width: 119px; 
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#infoHolderParty {
  display:none;
  max-width: 300px;
  position: absolute;
  top: 40%;
  left: 25%;
}
#infoHolderInventory {
    display:none;
    background-color: rgb(0 0 0 / 50%);
    width: 60%;
    max-width: 650px;
    position: absolute;
    margin: 0px auto;
    border: 1px solid black;
    left: 0;
    right: 0;
    bottom: 100px;
}
#infoHolderBots {
  display:none;
  background-color: rgb(0 0 0 / 50%);
  width: 60%;max-width: 650px;
  position: absolute;
  margin: 0px auto;
  border: 1px solid black;
  left: 0;
  right: 0;
  top: 75px;
}
#infoHolderFriends {
  display: none;
  background-color: rgb(0 0 0 / 50%);
  width: 30%;
  max-width: 400px;
  position: absolute;
  margin: 0px auto;
  border: 1px solid black;
  right: 220px;
  top: 75px;
}
#infoHolderRegister {
  display:none;
  max-width: 350px;
  position: absolute;
  top: 15px;
  left: calc(7% + 50px);
  }
#infoHolderFriendlist {
  display:none;
  max-width: 250px;
  position: absolute;
  bottom: 60px;
  right: 178px;
}
#infoHolderFriendlist2 {
  display:none;
  max-width: 210px;
  position: absolute;
  bottom: 270px;
  right: 5px;
}
.infoName {
    font-size: 50px;
}
.infoDesc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.infoReq {
    font-size: 25px;
}
#inventory p {
  font-family: CarterOne;
}
#inventory2 {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 5;
  left: calc(50% + 0.1px);
  bottom: 65px;
  transform: translateX(-50%);
  margin: 0px auto;
}
#inventory1 {
  display: -webkit-flex; /* Safari */
  display: flex;
  position: absolute;
  z-index: 5;
  left: calc(50% + 0.1px);  /* add 0.1px is needed to force inventory images to use subpixel anti-aliasing on chrome */
  bottom: 15px;
  transform: translateX(-50%);
  margin: 0 auto;
}
@media all and (max-width: 1288px) {
  #inventory1 {
    left: 662px;
  }
  #inventory2 {
    left: 662px;
  }
}
.inventory-box {
  position: relative;
  transition: 0.05s width ease, 0.05s height ease, 0.05s background-size ease, 0.05s opacity ease, 0.05s margin ease;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: rgb(68 73 77 / 55%) center no-repeat;
  background-size: 42px 42px;
  box-sizing: border-box;
  border: 2px solid rgba(26,32,77,0.7);
  border-radius: 8px;
  opacity: 1;
  margin: 0px;
  z-index: -50;
}
.inventory-box > p {
    transition: 0.05s padding ease, 0.05s font-size ease;
    text-align: center;
    padding: 0px;
    margin-top: 27px;
    color: #ffa;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px #333, 1px -1px #333, -1px 1px #333, 1px 1px #333;
}
.inventory-box:hover {
  /*width: 45px;
  height: 45px;
  background-size: 46px 46px;*/
  background-size: 46px 46px;
  opacity: 1;
  z-index: -49;
  background-color:#1678ff;
}
.inventory-box:hover > p {
 /* padding: 14px 0px 0px;*/
  font-size: 18px;
}
.inventory-box:active {
  opacity: 0.4;
}
.inventory-box:active:hover {
  opacity: 0.6;
}
#invRecombine {
  background-image: url('../img/inventory/recombine.png');
}
#invSpeed {
  background-image: url('../img/inventory/speed.png');
}
#invGrowth {
  background-image: url('../img/inventory/growth.png');
}
#invSpawnVirus {
  background-image: url('../img/inventory/virus.png');
}
#invSpawnMothercell {
  background-image: url('../img/inventory/mothercell.png');
}
#invSpawnPortal {
  background-image: url('../img/inventory/portal.png');
}
#invSpawnGoldOre {
  background-image: url('../img/goldore.png');
}
#invWall {
  background-image: url('../img/inv_wall.png');
}
#invFreeze {
  background-image: url('../img/freeze.png');
}
#invAntiFreeze {
  background-image: url('../img/inv_anti_freeze.png');
}
#invAntiRecombine {
  background-image: url('../img/inv_anti_recombine.png');
}
#invFrozenVirus {
  background-image: url('../img/inv_frozen_virus.png');
}
#inv360Shot {
  background-image: url('../img/inv_360shot.png');
  background-size: cover;
}
.activatedInv {
  border: 3px #FEFF00 solid;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px #f5c807;
  -moz-box-shadow: 0px 0px 30px 0px #f5c807;
  box-shadow: 0px 0px 30px 0px #f5c807;
}
#touchSplit, #touchEject {
  position: absolute;
  right: 0px;
  bottom: 25px;
  z-index: -40;
}
#touchEjectLock {
  transform: scale(0.6);
  transform-origin:right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -40;
}
#touchMoveOrigin, #touchMove {
  display: none;
  position: absolute;
  z-index: -20;
}
.contextmenu {
    position: absolute;
    min-width: 100px;
    max-width: 300px;
    white-space: nowrap;
    z-index: 30;
    top: 377px;
    left: 918px;
    background: linear-gradient(rgb(52 61 70 / 74%), rgb(53 58 63 / 79%) 50%, rgb(50 57 64 / 72%) 51%, rgb(48 56 78 / 60%) 100%);
    border: 1px solid rgb(18, 48, 99);
    box-shadow: rgb(18 160 202) 0px 0px 6px;
    border-radius: 10px 10px 20px 20px;
}
.contextmenu > ul {
  margin: 2px 0px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  pointer-events: none;
}
.contextmenu-item {
  margin: 0px;
  padding: 5px;
  pointer-events: auto;
}
.contextmenu-item.enabled.hover {
  background: rgba(255,255,255,0.2);
}
.contextmenu-item:hover {
  background-color: #10406f;
}
.contextmenu-item .context-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px 0px 0px 4px;
  opacity: 0.2;
  pointer-events: none;
  background-image: url(../img/contexticons2.png);
  background-repeat: no-repeat;
  background-position: 16px 0px;
  color:yellow !important;
}
.contextmenu-item.enabled .context-icon {
  opacity: 1;
}
.contextmenu-item > p {
  margin: 0px 5px 0px 32px;
  color: #c3b4ff;
  font-size: 14px;
  opacity: 0.2;
  white-space: pre;
  pointer-events: none;
}
.contextmenu-item.enabled > p {
  opacity: 1;
  text-shadow: 0px 0px 3px #000;
}
.contextmenu-item.context-has-submenu .context-float-right {
  float: right;
  margin: 3px -5px 3px 30px;
}
.contextmenu hr {
  margin: 5px 0px;
  border-color: #666;
}
.contextmenu.compact > ul {
  margin: 1px 0px;
}
.contextmenu.compact .contextmenu-item {
  padding: 1px 5px;
}
.contextmenu.compact .contextmenu-item .context-icon {
  margin-top: 1px;
}
.contextmenu.compact .contextmenu-item > p {
  font-size: 12px;
}
.contextmenu.compact hr {
  margin: 1px 0px;
}
#contextPlayerCell {
  position: absolute;
  top: -9px;
  left: -8px;
  height: 50px;
  width: 50px;
  pointer-events: none;
}
#contextPlayerSkin {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.25);
  background-color: #333;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: 22px 22px;
  opacity: 1;
}
.context-player-wear {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.context-player-wear.center {
  top: 10px;
  left: 10px;
}
.context-player-wear.top {
  top: 0px;
  left: 10px;
}
.context-player-wear.bottom {
  top: 20px;
  left: 10px;
}
.context-player-wear.left {
  top: 10px;
  left: 0px;
}
.context-player-wear.right {
  top: 10px;
  left: 20px;
}
.context-player-wear.max {
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
}
#contextPlayerName {
  display: inline-block;
  color: #229cca;
  font-size: 13px;
  text-shadow: 0px 0px 3px #000;
  opacity: 1;
}
#contextPlayerName.gold {
  color: #F4CF17;
  /*background-image: url(../img/particles.gif);*/
}
#contextPlayerName.black {
  color: #000;
  text-shadow: 0px 0px 5px #999;
}
#contextPartyInvite .context-icon {
  background-position: 0px 0px;
}
#contextFriendAdd .context-icon {
  background-position: -16px 0px;
}
#contextUserProfile .context-icon {
  background-position: -32px 0px;
}
#contextPrivateMessage .context-icon {
  background-position: -48px 0px;
}
#contextMute .context-icon {
  background-position: -64px 0px;
}
#contextSpectate .context-icon {
  background-position: -80px 0px;
}
#contextPartyMessage .context-icon {
  background-position: -96px 0px;
}
#contextPartyLeave .context-icon {
  background-position: -112px 0px;
}
#contextUnmute .context-icon {
  background-position: -128px 0px;
}
#contextSettings .context-icon {
  background-position: -144px 0px;
}
#contextScreenshot .context-icon {
  background-position: -160px 0px;
}
.context-icon.context-icon-checked {
  background-position: -176px 0px;
}


#chtScrollbar {
  display: none;
  position: absolute;
  bottom: 72px;
  left: 10px;
  width: 10px;
  height: 24px;
  z-index: 9;
  overflow: hidden;
  background: #2772da;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 3px;
}
#chtScrollbarThumb {
  position: absolute;
  width: 10px;
  height: 22px;
  bottom: 0px;
  margin: 0px;
  background-color: #fc7200;
  opacity: 0.75;
  border-radius: 1px;
}
#chtScrollbarThumb:hover {
  opacity: 0.85;
}
#chtScrollbarThumb:active {
  opacity: 1;
}
#chtContent.scrollbar > #chtScrollbar {
  display: block;
}
#chtContent.scrollbar > #chtCanvas {
  left: 25px;
}
.shopitem-highlight {
  -webkit-animation: shopitem_highlight 1.2s linear;
  animation: shopitem_highlight 1.2s linear;
}
@-webkit-keyframes shopitem_highlight {
  0% {box-shadow: 0 0 16px 8px #ffe; border-color: #ffe;}
  33% {box-shadow: 0 0 16px 8px #ffe; border-color: #ffe;}
  66% {box-shadow: 0 0 6px 3px #51cbee; border-color: #51cbee;}
  100% {box-shadow: none; border-color: none;}
}
@keyframes shopitem_highlight {
  0% {box-shadow: 0 0 16px 8px #ffe; border-color: #ffe;}
  33% {box-shadow: 0 0 16px 8px #ffe; border-color: #ffe;}
  66% {box-shadow: 0 0 6px 3px #51cbee; border-color: #51cbee;}
  100% {box-shadow: none; border-color: none;}
}

.buy-pay-btns {
  margin:1px; 
  background-color:#999;
  color: black;
  border-color: #ccc;
}
.shop-leftbox {
  margin: 0 auto;
  padding: 5px;
  background: #373737;
  margin: 10px 0px;
  box-shadow: 0px 0px 0.02em #000000;
}
.btn-leftbox:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.close-top-r {
  position: absolute; 
  top: 2px; 
  right: -1px;
}
.watch-advert {
  background: linear-gradient(to bottom, #1b4563 0%,#13464b 100%);
  padding: 10px 5px;
  box-shadow: 0px 0px 0.02em #000000;
  margin: 20px 0px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.watch-ad-btn {
  width: 100%;
  max-width: 200px;
  border-radius: 6px;
  color: #fff;
  background: -moz-linear-gradient(top, #2cdd1c 0%, #37db34 44%, #29f25e 100%);
  background: -webkit-linear-gradient(top, #2cdd1c 0%, #37db34 44%, #29f25e 100%);
  background: linear-gradient(to bottom, #2cdd1c 0%, #37db34 44%, #29f25e 100%);
  font-size: 2em;
  border-style: solid;
  border-color: #000000;
  height: 60px;
}
.sweet-alert.swal-title-red h2 {color: #DD4444;}
.sweet-alert.swal-title-green h2 {color: #44DD44;}
.sweet-alert.swal-title-orange h2 {color: #FFAA44;}
.sweet-alert.swal-title-yellow h2 {color: #DDDD44;}
.sweet-alert.swal-title-white h2 {color: white;}
.sweet-alert.swal-title-gold h2 {color: gold;}
.setting-tabs {
  overflow: hidden;
  margin: 0px 5px 10px;
}
.setting-tablink {
  background-color: #2e3138;
  color: #777;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  width: 50%;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
#invisibleOverlay {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 400;
}
#advert {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 400;
  background: url(../img/bg_sidebar.gif) 0% 0% repeat scroll rgba(9, 13, 23, 0.059804);
}
#avModal {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
 /* z-index: 0;*/
  background: url(../img/bg_sidebar.gif) 0% 0% repeat scroll rgba(9, 13, 23, 0.059804);
}
#advertDialogs {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#advertDialog1 {
  position: relative;
  width: 970px;
  height: 250px;
  background: rgb(28, 32, 33);
  border: 1px solid black;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px #777373;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
#advertDialog2 {
 position: relative;
    width: 800px;
    height: 300px;
    background-color: #2d3136f7;
    border: 10px solid #0175f1;
    border-radius: 38px;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px #777373;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
#scorebox {
  position: absolute;
  height: 550px;
  width: 80%;
  max-width: 350px;
  top: 50%;
  left: 50%;
  background: #607D8B;
  background: linear-gradient(to bottom, #466757 0%,rgb(68, 65, 65) 50%,rgb(68, 65, 65) 51%,rgb(75, 76, 75) 100%); 
  border: 1px solid #069bff;
  transform: translate(-50%, -50%);
}
#stats {
  position: relative;
  width: 350px;
  height: 581px;
  padding: 0 0 300px;
  overflow: hidden;
}
#advertContinue,
#statsContinue {
  position: static;
  width: 90%;
  max-width: 300px;
  margin: 10px auto;
  text-align: center;
}
#advertContinue {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 25px;
}
#zoomItem {
  margin: 0 auto;
  margin-top: 15px;
  border: 2px solid #002c40;
  min-width: 150px;
  max-width: 100%;
  height: 100%;
  max-height: 200px;
  transition: all .5s ease 0s;
}
@media screen and (max-width: 909px) {
  .infoName {
    font-size:30px !important;
  }
  .infoReq {
    font-size:17px !important;
  }
  .mobileNav {
    display:block;
  }
  .main-menu {
    margin-top: 60px;
  }
  .agma-logo {
    width: 95px;
    top: -46px;
  }
  .agma-corona-simulator {
    width: 362px !important;
  }
  .agma_corona-simulator {
    width: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .shop-h1-mob {
    display:block;
  }
  .shop-topboxes {
    display:none !important;
  }
  .shop-h1-mobile {
    display:block;
  }
  .checkbox {
    font-size: 10px !important
  }
  .modals .modal.settings .body .settings-page .settings-wrapper .setting.keybind .keybind-holder {
    font-size: 10px !important;
  }
  .modals .modal.settings .body .settings-page .settings-wrapper .setting.keybind p {
    font-size: 10px !important;
  }
}
@media (max-width: 476px) {
  .purchase-pp-mobile {
    display:none;
  }
  .reset-pass-button {
    font-size:12px !important;
  }
  #reset-instructions {
    font-size: 12px !important;
  }
  .skin-container {
    width: 106px !important;
    max-width: 106px !important;
  }
  .skin-container img {
    width: 96px !important;
    height: 96px !important;
  }
  .skin-container h4 {
    font-size: 16px !important;
  }
  .skin-container p {
    font-size: 12px !important;
  }
  .skin-container button {
    min-width: 90px !important;
    font-size: 13px !important;
    padding: 5px !important;
    margin-bottom: 5px !important;
  }
  .skin-container button.skinuse-btn {
    margin-bottom: 10px !important;
  }
  .skin-container.selected button.skinuse-btn {
    margin-bottom: 7px !important;
  }
  .skin-container .skinupload-btn {
    width: 96px !important;
    height: 96px !important;
    left: 5px !important;
  }
  .skin-container .skinname-input {
    font-size: 16px !important;
    width: 100px !important;
  }
  .skin-container input.skinsharedpublic-checkbox + label {
    font-size: 12px !important;
  }
  .shop-h1-mob {
    display:block;
  }
  .shop-topboxes {
    display:none !important;
  }
  .shop-h1-mobile {
    display:block;
  }
  .user-level-wrapper {
    font-size:16px;
    color: white;
    margin-top: -7px;
  }
  #chtbox {
    font-size:11px !important;
    padding: 0px !important;
    width:115px !important;
  }
  #emojiBtn {
    left:163px !important;
  }
  #emojiDropdown {
    left: 163px !important;
  }
  @media all and (max-width: 439px) {
    #emojiDropdown {
      left: calc(100% - (439px - 163px)) !important;
    }
  }
  #minimap {
    width:90px !important;
    height:90px !important;
    border-radius:5px;
    right: 53px !important;
  }
  .xpBarTop {
    margin-left: 5px !important;
  }
  .cTopBar {
    margin-left: 5px !important;
  }
  .dcTopBar {
    display:none;
  }
  .cTopBar .progress-bar-coins {
    padding: 0px !important;
  }
}
.profbutton {
  cursor: pointer;
  position: absolute;
  margin-left: -495px;
  margin-top: 55px;
  background-size: contain !important;
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: width 1s,height 1s;
  -moz-transition: width 1s,height 1s;
  -o-transition: width 1s,height 1s;
  transition: width 1s,height 1s;
  border-radius: 100px;
  /* margin: 8px; */
}
.tooltip1 {
  display:none;
  position:absolute;
  border:1px solid #333;
  background-color:rgba(22, 22, 22, 0.9);
  /*border-radius:5px;*/
  box-shadow: 0px 0px 2px #777373 inset;
  padding:10px;
  color:#e2e2e2;
  font-size:12px Arial;
  z-index:2000;
  /*width:300px*/
  min-width: 150px;
  white-space: pre-wrap;
}
.tooltip1-header {
  padding: 5px;
  width: 100%;
  background: rgba(144, 75, 57, 0.5);
  font-size: 16px;
  color: #f5e138;
  white-space: pre-wrap;
}
#chtbox {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  background: #444;
  color: #fff;
  height: 30px;
  text-indent: 6px;
  padding: 4px;
  width: 400px;
  opacity: 0.5;
  font-size: 14px;
  z-index: 10;
  bottom: 10px;
  position: absolute;
  border: 0;
  outline: 0;
  left: 46px;
}
#chtbox:focus {
  opacity: 1;
}
#chtbox::-moz-placeholder {
  color: #888;
  opacity: 1;
}
#chtbox:-ms-input-placeholder {
  color: #888;
}
#chtbox::-webkit-input-placeholder {
  color: #888;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#emojiBtn {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 448px;
  height: 30px;
  width: 30px;
  background: rgba(68,68,68,0.5);
}
#emojiBtn > img {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.75;
  pointer-events: none;
}
#emojiBtn:hover {
  background: rgba(68,68,68,0.8);
  cursor: pointer;
}
#emojiBtn:hover > img {
  opacity: 1;
}
#emojiBtn:active:hover {
  background: rgba(0,0,128,0.5);
}
#emojiBtn:active:hover > img {
  top: 6px;
  left: 6px;
}
#emojiDropdown {
  position: absolute;
  z-index: 20;
  bottom: 40px;
  left: 448px;
  background: rgba(128,128,128,0.7);
  min-width: 240px;
  height: 240px;
  overflow-y: scroll;
  box-shadow: 0px 0px 2px 1px rgba(96,96,96,1);
}
@media all and (max-width: 724px) {
  #emojiDropdown {
    left: calc(100% - (724px - 448px));
  }
}
#emojiDropdown .emo-img {
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-image: url(../emotes/emojisheet.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
#emojiDropdown td {
  padding: 5px;
}
#emojiDropdown td:hover {
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}
#emojiDropdown td:active:hover {
  background: rgba(0,0,128,0.5);
  padding: 6px 4px 4px 6px;
}
#chtTabs {
  display: -webkit-flex; /* Safari */
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: 44px;
  left: 10px;
  height: 22px;
  max-width: calc(50% - 162px);
  font-family: CarterOne;
}
@media all and (max-width: 1200px) {
  #chtTabs {
    max-width: 438px;
  }
}
.chat-tab {
  height: 22px;
  min-width: 15px;
  padding: 0px 4px;
  margin: 0px 4px 0px 0px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 2px;
  color: #a4ff12;
  background: #353a3f;
  opacity: 0.65;
}
.chat-tab:hover,
.chat-tab:active {
  opacity: 0.85;
}
.chat-tab:active:hover {
  opacity: 0.75;
}
.chat-tab.semi-selected {
  background: #353a3f;
  opacity: 0.75;
}
.chat-tab.selected {
  background: #007bff;
  opacity: 0.9;
}
.chat-tab.selected:hover,
.chat-tab.semi-selected:hover {
  opacity: 1;
}
.chat-tab.selected:active:hover,
.chat-tab.semi-selected:active:hover {
  opacity: 0.8;
}
.chat-tab.blink {
  color: #fff;
  background: #c22;
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  50% { opacity: 0; }
}
@-moz-keyframes blinker {
  50% { opacity: 0; }
}
@keyframes blinker {
  50% { opacity: 0; }
}
#minimap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -60;
}
#chtCanvas {
  position: absolute;
  bottom: 72px;
  left: 10px;
  z-index: 0;
  font-family: CarterOne;
}
#leaderboard {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -90;
}
.slide-box {
  position: absolute;
  top: 105px;
  left: 10px;
  z-index: -70;
  margin-left: -300px;
  visibility: hidden;
  transition: 0.4s margin-left ease-in, 0.4s visibility ease-in;
}
.slide-box.visible {
  margin-left: 0px;
  visibility: visible;
  transition: 0.4s margin-left ease-out, 0.4s visibility ease-out;
}
.infection-remain-zombie {
  width: 210px;
  height: 44px;
  top: 156px;
}
.remain-zombie-select {
    text-align: center;
    color:white;
    position: absolute;
    width: calc(100% - 16px);
    left: 206px;
    bottom: 8px;
    background-color: rgba(0, 0, 0, .5);
    padding: 4px;
    border: 2px solid #989bdd;
    border-radius: 10px;
}
.zombieRemain {
    width: calc(50% - 4px);
    height: 24px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#partyBox {
  width: 200px;
  height: 44px;
  z-index: 1;
}
#partyCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
#partyControls {
  position: absolute;
  width: calc(100% - 16px);
  left: 8px;
  bottom: 8px;
}
#partyAccept, #partyDecline {
  width: calc(50% - 4px);
  height: 24px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#game-tips {
  background-color: rgba(39, 39, 39, 0.6)!important;
  margin-top: 6px; 
  border-radius: 5px 5px 2px 2px; 
  padding: 10px; 
  text-align: center; 
}
#gamemodeBox {
  width: 30px;
  height: 18px;
}
#gamemodeCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
#gamemodeControls {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
}
#gamemodeCollapse {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 2px;
  right: 2px;
  margin: 0px;
  padding: 4px;
  font-size: 24px;
  cursor: pointer;
  color: #fa4;
  text-align: center;
  border-radius: 6px;
}
#gamemodeCollapse:hover {
  background-color: rgba(80,80,80,0.3);
}
#gamemodeCollapse:active:hover {
  background-color: rgba(80,80,80,0.6);
}

#brGameContainer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -55;
}
#brGame {
  position: absolute;
  width: 200px;
  height: 44px;
  bottom: 204px;
  right: 0px;
}
#brGame.no-minimap,
#brGame.touch-device {
  bottom: 0px;
}
.br-game-element {
  position: absolute;
  height: 20px;
  bottom: 0px;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.7);
}
#brPlayers {
  width: 56px;
  left: 2px;
}
#brTimer {
  width: 72px;
  left: 64px;
}
#brKills {
  width: 56px;
  left: 142px;
}
#brExtra {
  width: 196px;
  left: 2px;
  bottom: 24px;
}
.br-game-img {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 0px;
  background: center no-repeat;
  background-size: 16px 16px;
}
#brPlayersImg {
  background-image: url('../img/game_players.png');
}
#brKillsImg {
  background-image: url('../img/game_kills.png');
}
.br-game-value {
  position: absolute;
  width: calc(100% - 22px);
  left: 22px;
  text-align: center;
  white-space: pre;
  color: #fff;
}
.br-game-value.red,
.br-game-value .red {
  color: #f44;
}
.br-game-value.orange,
.br-game-value .orange {
  color: #fa4;
}
#infGameContainer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -55;
}
#infBar {
  position: absolute;
  width: 200px;
  height: 14px;
  bottom: 206px;
  right: 0px;
  box-sizing: border-box;
  border: 1px solid #222;
  border-radius: 2px;
  opacity: 0.9;
  overflow: hidden;
}
#infBar.no-minimap,
#infBar.touch-device {
  bottom: 0px;
}
#infBarProgress {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fa0;
  background: linear-gradient(to right, #f00 0%, #fa0 50%, #fa0 100%);
}
#infBarShrinker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  transition: width 0.15s linear;
}
.uiElement {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    z-index: -1;
}

#fpsBox {
  position: absolute;
  left: 203px;
  top: 6px;
  color: #ddd;
  white-space: nowrap;
  font-size: 12px;
  background-color: rgba(0,0,0,0.65);
  border-radius: 2px;
  z-index: -95;
}
#fpsBox.touch-device {
  left: 142px;
  top: 5px;
  transform: scale(0.7);
  transform-origin: left top;
}
#respawnTouch {
  transform-origin: left top;
  position: absolute;
  left: 140px;
  top: 5px;
  color: #ddd;
  white-space: nowrap;
  font-size: 12px;
  background-color: rgba(0,0,0,.65);
  border-radius: 2px;
  z-index: -95;
}
#respawnTouch.fpsShow {
  transform: scale(0.9);
  left: 200px;
  top: 5px;
}

@media (max-width: 549px) {
  #fpsBox {
    left: 37%;
  }
  #fpsBox.touch-device {
    left: 26%;
  }
}
#fpsBox table {
  border-collapse: separate;
  padding: 2px 5px;
}
#fpsBox td {
  vertical-align: baseline;
}
#adWrapper728x90 {
  position: relative;
  width: 728px;
  height: 90px;
  top: 10px;
  left: 50%;
  margin-bottom: 10px;
  transform-origin: center top;
  transform: translate(-50%,0%);
}
#adWrapper728x90_2 {
  position: absolute;
  width: 728px;
  height: 90px;
  bottom: 0px;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-50%,0%);
}
#adWrapper160x600 {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 70px;
  left: calc(100% + 10px);
  transform-origin: left 200px;
}
#adWrapper300x250 {
  position: relative;
  max-width: 375px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: 30px auto 0px;
  text-align: center;
  overflow: hidden;
}

.friends-visibility {
  display: none;
  text-align: center; 
  margin: 0 auto; 
  font-size: 12px; 
  color: #8cff07;
}
.tab-radius {
  border-radius: 7px!important;
}
/*
#friendDialog {
  transition: 200ms;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 52px;
  right: 260px;
  background: rgb(51, 51, 51);
  border: 2px solid #e37955;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgb(39, 39, 39);
  z-index: 16;
  opacity: 0.97;
}
#friendDialog.shown {
  transition: 300ms;
  width: 290px;
  height: 415px;
}
#friendDialog.shown.actives {
  transition: 0ms;
}*/
#friendHeader {
  text-transform: uppercase;
  color: #ffeb32;
  border-bottom: 2px solid #e37955;
  margin: 0;
  padding: 13px 15px;
  font-weight: bold;
  font-size: 15px;
  background-color: rgb(51, 51, 51);
  text-align: center;
}
#friendFooter {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-transform: uppercase;
  color: #ffeb32;
  border-top: 2px solid #e37955;
  margin: 0;
  padding: 13px 15px;
  font-weight: normal;
  font-size: 15px;
  background-color: rgb(51, 51, 51);
  text-align: center;
}
#friendAddInputContainer {
  max-width: calc(100% - 66px);
}
#friendAddInputContainer small {
  color: #c3c3c3;
  white-space: nowrap;
}
#friendAddInput {
  text-align: center;
  height: 39px;
  width: 100%;
  padding: 10px;
  line-height: 1.42857143;
  background-color: #222328;
  background-image: none;
  border: 0px solid #222328;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#friendAddInput:focus {
  outline: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #406299;
          box-shadow: 0 0 0 2px #406299;
}
#friendResizer {
  position: absolute;
  width: 10px;
  height: 10px;
  right: -2px;
  bottom: -2px;
  background: #f3e030;
  border-radius: 4px;
  cursor: se-resize;
}
#friendDialog .nav-tabs {
  border-width: 3px 0px 0px 0px;
}
#friendDialog .nav-tabs > li > a {
  border-radius: 4px 4px 0px 0px;
  border: 0px;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  color: rgb(217, 217, 217);
  text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}
#friendDialog .nav-tabs > li > a:hover {
  background: #1f222b;
}
#friendDialog .nav-tabs > li.active > a {
  background: #444;
}
#friendRequestsBell.red{
  color: red;
}
.friend-list {
  display:none;
  font-size: 13px;
  width: 100%;
  margin: 0px;
  position: absolute;
  max-height: calc(100% - 186px);
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #444;
}
@media (max-width: 476px) {
  .friend-list {
    max-height: calc(100% - 166px);
  }
  .checkbox {
    font-size: 8px !important
  }
  .modals .modal.settings .body .settings-page .settings-wrapper .setting.keybind .keybind-holder {
    font-size: 8px !important;
  }
  .modals .modal.settings .body .settings-page .settings-wrapper .setting.keybind p {
    font-size: 8px !important;
  }
  .modals .modal.settings .body .settings-nav {
    flex: 0 110px;
    width: 110px;
    padding: 5px;
  }
  .modals .modal.settings .body .settings-nav button:not(.btn) {
    font-size: 10px;
  }
}
.friend-list.active {
  display: block;
}
.friend-list .friend {
  position: relative;
  display: block;
  background: #373737;
  box-shadow: 0px 0px 0.02em #000000;
  margin-bottom: 5px;
  border-bottom: solid 1px rgba(0,0,0,.1);
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: middle;
}
.friend-list .friend .state {
  float: left;
  margin-top: 4px;
  margin-right: 11px;
  color: gray;
  font-size: 12px;
  font-family: sans-serif;
  font-style: italic;
}
.friend-list .friend .state.online {
  color: limegreen;
}
.friend-list .friend .name.online {
  cursor: pointer;
  text-decoration: underline;
}
.friend-list .friend .name.online:hover {
  color: #eee;
}
.friend-list .friend .server {
  color: gray;
  float: right;
  margin-left: 5px;
  margin-right: 65px;
}
.friend-list .friend .info {
  color: gray;
  font-size: 11px;
  font-style: italic;
  margin-left: 10px;
  margin-right: 65px;
}
.largeBtn {
  font-size: 1.875rem !important;
}
.btn-friends {
  border-radius: 3px;
  display:inline-block;
  cursor:pointer;
  text-decoration:none;
  color: #fff;
  position: absolute;
  padding: 4px;
  opacity: 0.85;
}
.btn-friends:hover {
  opacity: 1;
}
.btn-friends:active:hover {
  opacity: 0.8;
  background-color: #474747;
  box-shadow: none;
}
.btn-friends.add {
  box-shadow: inset 0px 34px 0px -15px #565380;
  background-color: #575c6b;
  border: 1px solid #212226;
  color: #8cff07;
  width: 60px;
  height: 35px;
  right: 13px;
  bottom: 15px;
}
.btn-friends.acceptall,
.btn-friends.accept,
.btn-friends.remove {
  box-shadow: inset 0px 34px 0px -15px #575757;
  background-color: #606060;
  border: 1px solid #303030;
  font-size: 12px;
  padding: 0px;
  width: 54px;
  height: 24px;
  top: 5px;
}
.btn-friends.acceptall {
  color: #66ff07;
  width: 72px;
  height: 24px;
  top: 8px;
  right: 14px;
}
.btn-friends.accept {
  color: #66ff07;
  right: 62px;
}
.btn-friends.remove {
  color: #ff4000;
  right: 4px;
}
#friendRequestsInfo {
  position: absolute;
  font-size: 16px;
  color: #ddd;
  left: 15px;
}
#friendRequestsInfo:hover {
  color: #fff;
}
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #555;
  border: 1px solid black;
}
.scroll::-webkit-scrollbar {
  width: 18px;
  background-color: #272424;
  border: 1px solid black;
}
.scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgb(78, 109, 122);
  border-radius: 4px;
  border: 1px solid black;
  padding: 7px;
  box-shadow: 0px 0px 0.02em #000000;
}
.minion.scroll::-webkit-scrollbar-thumb {
  background-color: rgb(150, 185, 65);
}
.friend-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #555;
  border: 1px solid black;
}
.friend-list::-webkit-scrollbar {
  width: 18px;
  background-color: #272424;
  border: 1px solid black;
}
.friend-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #9fa2a7;
  border-radius: 4px;
  border: 1px solid black;
  padding: 7px;
  box-shadow: 0px 0px 0.02em #000000;
}
.skin-data::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #555;
  border: 1px solid black;
}
.skin-data::-webkit-scrollbar {
  width: 18px;
  background-color: #272424;
  border: 1px solid black;
}
.skin-data::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #9fa2a7;
  border-radius: 4px;
  border: 1px solid black;
  padding: 7px;
  box-shadow: 0px 0px 0.02em #000000;
}
.  {
  font-size:12px; 
  font-weight:normal; 
  font-style:italic; 
  color:#898; 
  text-align:left;
}

/* MegaphoneStuff */


.mega-name {
  width: 140px;
  position: absolute;
  top: 173px;
  left: 50px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  word-wrap: break-word;
  text-align: center;
  white-space: pre-wrap;
  max-height: 60px;
  overflow: hidden;
}
.mega-name.gold {
  color: #FFD700;
  /*background: transparent url(../img/particles.gif);*/
}
.mega-name.black {
  color: #000;
  text-shadow: -1px -1px 0 #777, 1px -1px 0 #777, -1px 1px 0 #777, 1px 1px 0 #777;
}

#cellExampleShop,
#cellMegaDialog,
#cellMegaWidget {
  position: relative;
  top: 0px;
  left: -26px;
  height: 240px;
  width: 240px;
}
#cellExampleShop {
  transform: scale(0.85);
  margin-top: -15px;
  margin-bottom: -42px;
}
#cellMegaDialog {
  transform: scale(0.85);
}
#cellMegaWidget {
  transform: scale(0.85);
  top: -26px;
}
#cellExampleShop .skin-example,
#cellMegaDialog .skin-example,
#cellMegaWidget .skin-example {
  position: absolute;
  top: 71px;
  left: 71px;
  height: 96px;
  width: 96px;
  box-sizing: content-box;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #000;
  border: 1px solid rgba(0,0,0,0.25);
  /*background-color: #505050;*/
  background-image: none;
  background-repeat: no-repeat;
  background-position: -1px -1px;
  background-size: 98px 98px;
}
#cellExampleShop .wear-example,
#cellMegaDialog .wear-example,
#cellMegaWidget .wear-example {
  display: none;
  position: absolute;
  top: 48px;
  left: 48px;
  height: 144px;
  width: 144px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#cellExampleShop .wear-example.center,
#cellMegaDialog .wear-example.center,
#cellMegaWidget .wear-example.center {
  top: 48px;
  left: 48px;
}
#cellExampleShop .wear-example.top,
#cellMegaDialog .wear-example.top,
#cellMegaWidget .wear-example.top {
  top: 0px;
  left: 48px;
}
#cellExampleShop .wear-example.bottom,
#cellMegaDialog .wear-example.bottom,
#cellMegaWidget .wear-example.bottom {
  top: 96px;
  left: 48px;
}
#cellExampleShop .wear-example.left,
#cellMegaDialog .wear-example.left,
#cellMegaWidget .wear-example.left {
  top: 48px;
  left: 0px;
}
#cellExampleShop .wear-example.right,
#cellMegaDialog .wear-example.right,
#cellMegaWidget .wear-example.right {
  top: 48px;
  left: 96px;
}
#cellExampleShop .wear-example.max,
#cellMegaDialog .wear-example.max,
#cellMegaWidget .wear-example.max {
  top: 0px;
  left: 0px;
  height: 240px;
  width: 240px;
}
#cellExampleShop .skin-example.faded,
#cellExampleShop .wear-example.faded {
  opacity: 0.1;
}

.fa.fa-wrench {
    margin-top: 6px;
}

#captchaOut {
  width: 420px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  z-index: 501;
  top: 40%;
  left: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#captchaOut h2 {
    text-align: center;
    color:black;
}
#captchaOut #captchaIn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 304px;
}
.btn-circle {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid blue;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms
}
.sweet-alert {
  font-family: CarterOne !important;
  display: flex;
  background: rgb(63,94,251);
  background: radial-gradient(circle, rgb(20 94 146) 0%, rgb(64 149 255 / 79%) 100%);
  border: 2px solid black;
}

.sweet-alert p {
  margin-top: 65px;
  margin-left: 30px;
}
.sa-button-container {
  height: 100px !important;
  margin-top: 85px !important;
}
.sweet-alert button {
  background-color: rgb(29 29 29 / 65%) !important;
  border: 2px solid black !important;
}
.sweet-alert button:hover {
  background-color: rgb(4 4 4 / 65%) !important;
  border: 2px solid black !important;
}
.hotkey-input:hover {
  background-color: #2787ec !important;
}
.hotkey-input.selected {
  background-color: #0069d9 !important;
  color: #151719 !important
}
.hotkey-input.invalid {
  background-color: #f00 !important;
  color: #fff !important;
}
.hotkey-input.updated {
  opacity: 0.7;
}
.f12 {
  font-size: 0.725rem !important;
}

#coinsDash {
  font-size: 14px;
  color: gold;
}
.btn-friends-shortcut {
  position: absolute; z-index: 10; bottom: 10px; left: 13px; height: 30px; width: 30px; background: rgba(68,68,68,0.5); background-color: #282828;
}

.friends-emoji {
  position: absolute; top: 5px; left: 5px; opacity: 0.75; pointer-events: none; color: white; 
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.topnav-mobile {
  display:none;overflow: hidden;position: relative;margin-top: -10px;padding: 0px;margin-left: -10px;margin-right: -10px;
}

.topnav-mobile-login {
  float: left;color: white;padding: 14px 16px;text-decoration: none;font-size: 17px;
}
.topnav-mobile-servers {
  float: left;color: white;padding: 14px 16px;text-decoration: none;font-size: 17px;
}
.topnav-mobile-main {
  float: left;color: white;padding: 14px 16px;text-decoration: none;font-size: 17px;
}

.highscores-levels {
  display: block;
  width: 100%;
  padding: 10px;
}

.info-user-score {

                      display: flex;
                      justify-content: space-between;
                      padding: 5px;
}
.profile-user-pic {

                            background-color: white;
                            width: 50px;
                            height: 50px;
                            border-radius: 50%;
                            margin-right: 10px;
}
.score-star {
  width: 20px;height: 20px;margin-top: -3px;margin-bottom: -5px;margin-left: -20px;
}
.info-left-coins {
  width: 100px;
  text-align: left;
}
.info-left-level .level {
  width: 70px;
  margin-left: -15px;
}
.user-score-level {
  color: #3fff00;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
.user-score-coins {
  color: #ff0000;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
.title-username {
  color: #8d8d8d;
}
.profile-score-username {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
.profile-score-level {
                            text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
.leaderboard {
  max-height: 50vh;
  overflow-y: auto;
}
.user-card-gold {

                   width: 100%;
                   margin-bottom: 5px;
                   border: 2px solid black;
                   box-shadow: 0 0 7px 2px #ffec09 inset;
                   background-color: #ccab00;
                   background: linear-gradient(to bottom, #d9b70d 50%, #d0ae09 50%);
}
.user-card-purple {

                   width: 100%;
                   margin-bottom: 5px;
                   box-shadow: 0 0 7px 2px #a009ff inset;
                   background-color: #ccab00;
                   background: linear-gradient(to bottom, #780dd9 50%, #7109d0 50%);
}
.user-card-blue {

                   width: 100%;
                   margin-bottom: 5px;
                   box-shadow: 0 0 7px 2px #096bff inset;
                   background-color: #ccab00;
                   background: linear-gradient(to bottom, #0d55d9 50%, #094fd0 50%);
}
.user-card-grey {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 0 0 7px 2px #3d4247 inset;
    background-color: #565454;
    background: linear-gradient(to bottom, #585858 50%, #565454 50%);
}
.info-user-score .level {
  color:#8d8d8d;
}
.highscores {
    width: 100%;
    max-width: 700px;
    min-width: 300px;
}
.highscores .inner-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -10px;
    margin-bottom: 10px;
}
.highscores .inner-nav button{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.075);
    font-size: 16px;
    font-weight: 700;
    color: #dcddde;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
    margin-right: 10px;
    border-radius: .25rem;
}

.highscores .inner-nav button.active {
    color: #fff;
    background: #0069d9 !important;
}

.highscores .inner-nav button:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #255e9b !important;
  }