@import url(https://css.reizu.moe/uwu/uwu.css);
:root {
    --text-color: #3f3f3f;
    --accent-color: #cfbfff;
    --health-color: #fff;
    --ammo-color: #fff;
    --premium-color: #cfbfff;
    --verified-color: #cfbfff;
    --menu-bg-color: rgba(255, 255, 255, 1);
    --menu-bg-color-secondary: rgba(230, 230, 230, 1);
    --ingame-bg-color: rgba(15, 15, 15, .2);
    --text-transform: none;
}

@font-face {
    font-family: gamefont;
    src: url(https://raw.githubusercontent.com/South-Paw/typeface-vag-rounded/master/files/vag-rounded-400.woff2);
}

@font-face {
    font-family: hpammo;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2);
}

#challIcon {
    display: inline-block !important;
    position: fixed;
    width: 50px;
    height: 50px;
    left: 36%;
    bottom: 55px;
    filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));
}

#ammoIcon {
    display: inline-block !important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 36%;
    bottom: 55px;
    margin-right: 0;
    margin-left: 0;
    filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));
}

#healthValue {
    position: fixed;
    left: 40%;
    bottom: 25px;
    font-size: 96px;
}

#ammoDisplay {
    width: 50px;
    height: 4px;
    top: calc(50% + 35px);
    left: calc(50% - 25px);
    background-image: url(https://dummyimage.com/1x1/ffffff/ffffff.png);
}

#ammoVal {
    position: fixed;
    font-size: 96px;
    right: 40%;
    bottom: 25px;
}

#weapDisplay {
    display: none !important;
}

#reloadMsg {
    bottom: 150px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#timerDisplay {
    width: 200px;
    height: 80px;
    background-color: transparent;
    will-change: unset;
}

#timerVal {
    font-size: 64px;
    padding-left: 0;
    will-change: unset;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#teamScores {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 685px;
    height: 50px;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

.tScore {
    display: inline-block;
}

#tScoreV1 {
    position: fixed;
    left: -25%;
    top: 4px;
}

#tScoreV2 {
    position: fixed;
    left: 25%;
    top: 4px;
}

.tScoreT {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
    z-index: 2;
}

.tScoreM {
    display: none;
}

.tScoreF {
    left: 50%;
    width: 90px;
    height: 60px;
    margin-left: 125px;
    margin-right: 125px;
    padding-left: 0;
    padding-right: 0;
    background-color: #eb5656;
    color: transparent;
    opacity: 50%;
    z-index: 1;
}

.tScoreF.you {
    background-color: #5699eb;
    color: transparent;
    opacity: 50%;
    z-index: 1;
}

.tScoreC {
    left: 50%;
    width: 90px;
    height: 60px;
    margin-left: 125px;
    margin-right: 125px;
    background-color: var(--accent-color);
    opacity: 50%;
    z-index: 1;
}

.tScoreC.you {
    background-color: #fff;
    opacity: 50%;
    z-index: 1;
}

#gameMessage {
    top: 80px;
    font-size: 18px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#ingameFPS {
    color: #fff !important;
    visibility: visible;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#ingameFPS::after {
    content: ' fps';
    text-transform: var(--text-transform);
}

#pingText {
    color: #fff !important;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#pingText::after {
    content: ' ms';
}

#pingIcon {
    display: none;
}

#pingDisplay .material-icons {
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

@import url(https://css.reizu.moe/uwu/uwu.css);
:root {
    --text-color: #3f3f3f;
    --accent-color: #cfbfff;
    --health-color: #fff;
    --ammo-color: #fff;
    --premium-color: #cfbfff;
    --verified-color: #cfbfff;
    --menu-bg-color: rgba(255, 255, 255, 1);
    --menu-bg-color-secondary: rgba(230, 230, 230, 1);
    --ingame-bg-color: rgba(15, 15, 15, .2);
    --text-transform: none;
}

@font-face {
    font-family: gamefont;
    src: url(https://raw.githubusercontent.com/South-Paw/typeface-vag-rounded/master/files/vag-rounded-400.woff2);
}

@font-face {
    font-family: hpammo;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2);
}

#challIcon {
    display: inline-block !important;
    position: fixed;
    width: 50px;
    height: 50px;
    left: 36%;
    bottom: 55px;
    filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));
}

#ammoIcon {
    display: inline-block !important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 36%;
    bottom: 55px;
    margin-right: 0;
    margin-left: 0;
    filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));
}

#healthValue {
    position: fixed;
    left: 40%;
    bottom: 25px;
    font-size: 96px;
}

#ammoDisplay {
    width: 50px;
    height: 4px;
    top: calc(50% + 35px);
    left: calc(50% - 25px);
    background-image: url(https://dummyimage.com/1x1/ffffff/ffffff.png);
}

#ammoVal {
    position: fixed;
    font-size: 96px;
    right: 40%;
    bottom: 25px;
}

#weapDisplay {
    display: none !important;
}

#reloadMsg {
    bottom: 150px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#timerDisplay {
    width: 200px;
    height: 80px;
    background-color: transparent;
    will-change: unset;
}

#timerVal {
    font-size: 64px;
    padding-left: 0;
    will-change: unset;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#teamScores {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 685px;
    height: 50px;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

.tScore {
    display: inline-block;
}

#tScoreV1 {
    position: fixed;
    left: -25%;
    top: 4px;
}

#tScoreV2 {
    position: fixed;
    left: 25%;
    top: 4px;
}

.tScoreT {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
    z-index: 2;
}

.tScoreM {
    display: none;
}

.tScoreF {
    left: 50%;
    width: 90px;
    height: 60px;
    margin-left: 125px;
    margin-right: 125px;
    padding-left: 0;
    padding-right: 0;
    background-color: #eb5656;
    color: transparent;
    opacity: 50%;
    z-index: 1;
}

.tScoreF.you {
    background-color: #5699eb;
    color: transparent;
    opacity: 50%;
    z-index: 1;
}

.tScoreC {
    left: 50%;
    width: 90px;
    height: 60px;
    margin-left: 125px;
    margin-right: 125px;
    background-color: var(--accent-color);
    opacity: 50%;
    z-index: 1;
}

.tScoreC.you {
    background-color: #fff;
    opacity: 50%;
    z-index: 1;
}

#gameMessage {
    top: 80px;
    font-size: 18px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#ingameFPS {
    color: #fff !important;
    visibility: visible;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#ingameFPS::after {
    content: ' fps';
    text-transform: var(--text-transform);
}

#pingText {
    color: #fff !important;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#pingText::after {
    content: ' ms';
}

#pingIcon {
    display: none;
}

#pingDisplay .material-icons {
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#deathsVal,
#killsVal,
#livesDisp,
#streakVal,
#myScoreVal,
#kdVal {
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#youNewDiv {
    display: none !important;
}

#accManagerBtn {
    display: none !important;
}

#kdVal {
    color: #fff;
}

#kdVal:after {
    display: block;
    position: fixed;
    margin-top: 45px;
    font-size: 14px;
    content: 'K/D';
}

#kdIcon {
    display: none;
}