:root {
	--accent-color: #00fffa;
	--health-color: var(--accent-color);
	--ammo-color: #fff;
	--premium-color: #fbc02d;
	--verified-color: #40c4ff;
	--menu-bg-color: rgba(15, 15, 15, .2);
	--menu-bg-color-secondary: rgba(0, 0, 0, .5);
	--ingame-bg-color: rgba(15, 15, 15, .2);
	--text-transform: lowercase;
}

@font-face {
	font-family: gamefont;
	src: url(https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2);
}

@font-face {
	font-family: gamefornt;
	src: url(https://reizu.moe/fonts/Renogare.ttf);
}

.buttonPI {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonPI:hover {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonR {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonR:hover {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonP {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonP:hover {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonG {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !important
}

.buttonG:hover {
    background-color: #fff0 !important;
    box-shadow: inset 0 -7px 0 0 #fff0 !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: #ffc14700;
    box-shadow: inset 0 -7px 0 0 #b0853100;
    text-align: center;
    color: #00ffef;
    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 .1s;
    transition: all .1s
}

.button:hover {
    background-color: #fff0;
    color: #fff;
    box-shadow: inset 0 -7px 0 0 #b3b3b300;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

#aContainer {
    display: none!important;
}

#customizeButton {
    box-shadow: 1px 0px 29px #7dfaff !important;
    background: rgb(255 255 255 / 30%) !important;
    border-radius: 22px;
    width: 300px;
    text-align: center;
    padding: 15px;
    font-size: 23px;
    pointer-events: all;
    padding-bottom: 22px;
}

.terms {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    color: #00fffa !important;
    text-decoration: none;
    pointer-events: all;
    display: inline-block;
}

.menuItem {
    color: #fff;
    flex-grow: 1;
    width: 110%;
    background: linear-gradient(0deg, #ef00ff, #d8ff0099, rgb(0, 255, 229), rgb(239, 0, 255));
    box-shadow: 1px 12px 16px;
    box-shadow: 0 0 -7px 0 #00fcff !important;
    border-right: 5px solid #000000;
    border-top: 5px solid #000000;
    display: flex;
    transition: all .1s;
    border-radius: 2px 20px px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
    width: 117%;
}

.menuItem:hover {
   border-left: none;
}

#menuItemContainer {
     position: absolute;
     border-radius
}

#subLogoButtons {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0) scale(.95)
}

.headerBar {
    position: absolute;
    top: 0;
    height: 70px;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(95deg, #00ffe5, #ef00ff);
    border-bottom: 5px solid #000;
    border-right: 5px solid #000;
    
    pointer-events: auto;
}

.imageButton {
    display: none!important;
    width: 50px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.headerBarRight {
    right: -25px;
    padding-left: 20px;
    border-radius: 0 0 0 8px;
    background: linear-gradient(95deg, #d8ff00, #00ffe5, #ff00c8)
}

#subLogoButtons {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%,0) scale(.95)
}

#menuWindow {
    position: absolute;
    left: 50%;
    bottom: 123px;
    border-radius: 6px;
    max-height: calc(100% - 480px);
    transform: translateX(-50%);
    z-index: 2;
    overflow-y: auto;
    display: inline-block;
    text-align: left;
    pointer-events: auto;
    padding: 20px;
    width: 705px;
    font-size: 20px;
    backdrop-filter: blur(6px);
    background-color: #ffffff00;
    -webkit-box-shadow: 0 9px 0 0 #a6a6a600;
    -moz-box-shadow: 0 9px 0 0 #a6a6a600;
    box-shadow: 0 9px 0 0 #a6a6a600;
}

.settingsHeader {
    width: 100%;
    padding-top: 19px;
    position: -webkit-sticky;
    position: sticky;
    top: -.5px;
    z-index: 999999999;
    background-color: #fff0;
    padding-left: 20px;
    margin-left: -20px;
}

[style*="color:#eb5656"] {
    color: #00fffa !important;
}

#chatInput {
	background-color: var(--ingame-bg-color) !important;
	font-size: 16px;
}

#chatInput::placeholder {
	color: rgba(255, 255, 255, .5) !important;
	text-transform: var(--text-transform);
}

#chatHolder {
	bottom: 12px !important;
	left: 20px !important;
	background-color: #00000045;
}

.chatItem {
	border-radius: 0;
	background-color: transparent !important;
	font-size: 15px;
}

#uiBase.onMenu #chatHolder {
    left: 150px !important;
}


#reloadMsg {
	bottom: 100px;
	background: transparent !important;
}

#hudClassIcon {
	position: absolute;
    top: -67px;
    border-radius: 0;
	left: 2920px !important;
}


#termsInfo {
    background-color: rgb(0 0 0 / 0%);
    padding: 5px 15px 15px 20px;
    border-top-left-radius: 6px;
    margin-right: -15px;
}

#endAContainer {
    display: none !important;
    cursor: pointer;
    pointer-events: auto;
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    max-height: 280px;
    max-width: 382px;
    overflow: hidden;
    border-radius: 6px;
}

.verticalSeparatorInline {
    display: inline-block;
    border-left: 4px solid rgb(0 255 222);
    height: 30px;
    transform: translateY(9px);
}

#mapInfo {
    color: #fff;
    font-size: 20px;
    margin-bottom: -9px;
}

.menuItem .menuItemTitle {
    font-size: 18px !important;
    margin-top: -20%;
    color: #fff;
}

#merchImg {
    height: 90px;
    animation: scaleBob .4s ease-in-out infinite alternate;
    -webkit-animation: scaleBob .4s ease-in-out infinite alternate;
}

#uiBase.onMenu #merchHolder {
    display: block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 159px;
    top: 110px;
    pointer-events: all
}

#mLevelCont {
    left: 333px !important;
    position: absolute;
    font-size: 30px;
    line-height: 70px;
    background: linear-gradient(95deg, #ef00ff, #d8ff00);
    color: #fff;
    border-bottom: 7.4px solid #000;
    border-right: 7px solid #000;
    background-color: rgb(255 255 255 / 30%);
    border-bottom-right-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6.6px;
    height: 68px;
}

.hostPresetBtn {
    color: rgb(255 255 255);
    text-align: center;
    display: inline-block;
    width: 75px;
    cursor: pointer;
    background-color: #000000;
    font-size: 15px;
    padding: 4px;
    margin-left: 10px;
    margin-top: 5px;
    float: right;
    border-radius: 6px;
}

#leaderDisplay {
	background: #fff0;
}

.newLeaderContainer {
    background-color: #fff0;
}

.countIcon {
    color: rgb(255 255 255);
    display: inline-block;
    margin-bottom: 40px;
    background-color: rgb(0 0 0 / 0%);
    padding: 10px;
    font-size: 26px;
    padding-right: 20px;
    padding-left: 14px;
    border-radius: 10px
}

#killsVal,#deathsVal,#streakVal,#myScoreVal {
    bottom: 12px !important;
    color: rgb(255 255 255)
}

#killsIcon,#deathsIcon,#streakIcon {
    width: 38px;
    height: 38px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges
}

#timerDisplay {
    text-align: center;
    position: fixed;
    transform: translateX(-50%);
    top: 80%;
    left: 50%;
    padding: 0;
    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;
    will-change: unset;
}

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

#timerIcon {
    display: none;
}

#ingameFPS {
    color: var(--accent-color) !important;
}

#pingIcon {
    color: var(--accent-color) !important;
}

#pingDisplay .material-icons {
    font-size: 22px;
}

#killStreakHolder {
    position: fixed;
    left: 53%;
    top: 80%;
}

.killStreakItem {
    width: 50px;
    height: 50px;
    background-color: transparent;
}

#streakCount {
    position: fixed;
    transform: translateX(-50%);
    top: 85%;
    left: 50%;
    background-color: transparent;
    text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#streakIcon {
    filter: drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));

}

#voiceDisplay {
    display: none;
}

.changeText {
    margin-top: 3px;
    margin-bottom: 3px;
    color: rgb(255 255 255);
}

* {
    outline: none;
    font-family: 'GameFont';
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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;
    background: #ffffff4d !important;
}

a:visited {
    color: #01ffef;
}

.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 .1s ease-out;
    -moz-transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
}

.inputGrey2 {
    border: none;
    background: #e3e3e300;
    padding: 6px;
    padding-bottom: 6px;
    float: right;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 4px;
}

#presetSelect {
	background-color: #fff0 !important;
}

.settingTab {
    background: #00ffe300 !important;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 6px;
}

#settingsTabLayout {
    font-size: 16px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    margin-top: 18px;
    text-align: center;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 6px
}

.settName, .settNameSmall {
    clear: both;
    margin-top: 3px;
    font-size: 22px;
    color: rgb(255 255 255);
}

.serverHeader {
	background: #fff0;
}

#uiBase.onMenu #claimHolder {
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 155px;
    top: 110px;
    pointer-events: all;
}

.menuClassLevelBox {
    display: inline-block;
    background-color: rgb(0 0 0 / 0%);
    padding: 10px;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

#spectButton .switchsml {
    left: 12px;
    margin-left: -6px !important;
}

#policePopC {
    pointer-events: all;
    width: 900px;
    border-radius: 6px;
    background-color: #ffffff4f;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#policeButton {
    margin-right: 20px;
    margin-left: -80px;
    margin-bottom: -2px;
    background: linear-gradient(0deg, #f00, #00ffe7) !important;
    box-shadow: none !important;
    display: inline-block;
    border-radius: 26px;
}

#policeButton:hover {
   -webkit-animation: rainbowBG .5s linear infinite !important;
   animation: rainbowBG .5s linear infinite !important;
}

#popupBack {
    pointer-events: all;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(6px);
    background-color: rgb(0 0 0 / 16%);
}

#networkLag {
    display: none;
    color: rgba(255,255,255,.7);
    background-color: rgba(0,0,0,.0);
    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,.7)
}

#networkLagHed {
    color: #fff !important
}

#voteToKick {
    display: none;
    color: rgba(255,255,255,.7);
    background-color: rgb(0 0 0 / 0%);
    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,.7)
}

#killCard {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 450px;
    background-color: rgba(0,0,0,.2)
}

#leaderContainer i[style*="color:#FBC02D"] {
	color: var(--premium-color) !important;
}

#leaderContainer i[style*="color:#40C4FF"] {
	color: var(--verified-color) !important;
}

#weapDisplay {
	display: flex !important;
	flex-direction: row !important;
	bottom: 1px;
	right: 50%;
	transform: translateX(50%);
}

.weapItem {
	margin-top: 0;
}

.weapKey {
	display: none;
}

.weapIcon {
	width: 100px;
	height: 50px
}

#curGameInfo {
	margin-top: -120px !important;
	visibility: hidden;
}

#curGameInfo:after {
	color: #00fffa;
	margin-top: -120px !important;
	visibility: visible;
	content: "Jhonny css beta V0.1"
}

.healthBarSeg {
    width: 80px;
    display: inline-block;
    border-radius: 0px;
    margin-right: -2px;
    height: 53%;
    background-color: rgba(0,0,0,.4)
}

.hpBSeg {
    height: 100%;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28);
    -moz-box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28);
    box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28)
}

#bottomLeftHolder {
    z-index: 10;
    position: absolute; 
    bottom: 35px;
    left: 1300px;
    text-align: left
}

#hudClassIcon {
    width: 103px;
    height: 103px;
    border-radius: 10px;
    margin-right: 5px;
    display: none;
    background-color: rgba(0,0,0,.4)
}


#healthValueHolder {
    background-color: rgb(0 0 0 / 0%);
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 9px;
    padding-right: 7px;
    padding-left: 1px
}

#healthValue {
    color: #ff4545;
    font-size: 26px;
    will-change: transform;
    display: inline-block
}

#challIcon {
    width: 28px;
    height: 28px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    display: none;
}

#maxHP {
    font-size: 25.7px;
    color: rgb(255 84 84)
}

#healthBar {
    display: inline-block;
    bottom: 123px;
    z-index: 3;
    height: 50px
}

#ammoDisplay {
	background-color: transparent;
	letter-spacing: 0;
	width: 103px;
	height: 65px;
	border-radius: 0;
	background-image: url(../img/blank_.png);
	position: fixed;
	right: 1306px;
	bottom: 73px;
	padding: 0;
	padding-top: 0;
	padding-left: 0;
	transform: none;
}

#ammoVal {
	color: #7dffeb;
	font-size: 26px !important;
	margin-left: 12px;
	text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
}

#ammoMax {
	color: #00ffd7;
	font-size: 25.6px;
}

#ammoIcon {
	display: none;
}

#menuPingDisplay, #menuFPSDisplay {
    font-size: 12px;
    color: rgb(0 0 0);
}

#menuPingText {
    font-size: 12px;
    color: rgb(0 0 0);
}

#menuPingDisplay .material-icons {
    color: black !important;
    vertical-align: bottom;
    font-size: 20px;
}

#menuFPS {
	color: #000 !important;
}

#menuRegionLabel {
    color: #000 !important;
    cursor: pointer;
}