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

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

#hudClassIcon {
	display: none;
}

#healthValueHolder {
	background-color: transparent;
	width: 0px;
	height: 0px;
	border-radius: 0;
	position: fixed;
	left: 33%;
	bottom: 20%;
	padding: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	align-items: center;
}

#healthValue {
	color: black;
	font-family: hpammo;
	font-size: 51px;
	text-align: center;
	text-shadow: 2px 2px 3px rgb(255 255 255 / 0%);
	margin-top: 0;
	will-change: unset;
}

#maxHP {
	display: none;
}

#challIcon {
	display: none !important;
}

#healthBar {
	display: none;
}

#ammoDisplay {
	background-color: transparent;
	letter-spacing: 0;
	width: 0px;
	height: 0px;
	border-radius: 0;
	position: fixed;
	right: 39.5%;
	bottom: 20%;
	padding: 0;
	padding-top: 0;
	padding-left: 0;
	transform: none;
}

#ammoVal {
	color: black;
	font-family: hpammo;
	font-size: 51px;
	margin-left: 12px;
	text-shadow: 2px 2px 3px rgb(255 255 255 / 0%);
}

#ammoMax {
	display: none;
}

#ammoIcon {
	display: none;
}

#voiceDisplay {
	display: none;
}

#curGameInfo {
	display: none;
}

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

#chatInput::placeholder {
	color: rgb(255 255 255 / 0%) !important;
	text-transform: var(--text-transform);
}



.chatItem {
	border-radius: 0;
	background-color: #0000002b !important;
}


.weapKey {
	display: none;
}

.weapIcon {
display:none
}

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

#timerVal {
    margin-top: -90px;
    color:black;
	font-size: 38px;
	padding-left: 0;
	will-change: unset;
}

#timerIcon {
	display: none;
}

#timerDisplay {
	background-color: var(--ingame-bg-color);

}

#teamScores {
	position: fixed;
	top: 90px;
	left: 0.5%;
	background-color: transparent;
}

#leaderDisplay {
	border-radius: 0;
	background-color: var(--ingame-bg-color);
}


#gameMessage {
    color:black;
	top: 10px;
	font-size: 18px;
}

.skinList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
}

.skinList .classCard {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--mainFont);
  text-shadow: unset;
  height: 100px;
  -webkit-transition: color 280ms 200ms;
  transition: color 280ms 200ms;
}

.skinList .classCard .classWeap {
  font-family: var(--mainFont);
  text-shadow: unset;
  -webkit-transition: opacity 280ms 200ms;
  transition: opacity 280ms 200ms;
}

.skinList .classCard .classImgC {
  position: absolute;
  margin-top: unset;
  width: 100px;
  margin: unset;
  right: 0;
  border-radius: 0;
  z-index: 12222 !important;
  -webkit-transition: -webkit-transform 500ms 200ms ease-in-out;
  transition: -webkit-transform 500ms 200ms ease-in-out;
  transition: transform 500ms 200ms ease-in-out;
  transition: transform 500ms 200ms ease-in-out, -webkit-transform 500ms 200ms ease-in-out;
}

.skinList .classCard .classXPBar {
  BOX-SHADOW: unset;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background-color: var(--primaryBg);
  -webkit-transition: opacity 280ms 200ms;
  transition: opacity 280ms 200ms;
}

.skinList .classCard .classXPBar .clsXPBarC {
  background-color: var(--accentColor);
  margin: unset;
  height: 100%;
}

.skinList .classCard .classLvl {
  font-family: var(--mainFont);
  text-shadow: unset;
  position: absolute;
  top: unset;
  bottom: 10%;
  font-size: 20px;
  -webkit-transition: opacity 280ms 200ms ease;
  transition: opacity 280ms 200ms ease;
  width: 100%;
  text-align: left;
  left: 10px;
}

.skinList .classCard .classHP {
  font-family: var(--mainFont);
  text-shadow: unset;
  color: var(--c_white);
  position: absolute;
  top: unset;
  left: 13px;
  font-size: 20px;
  bottom: 30%;
  right: -25%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: opacity 280ms 200ms;
  transition: opacity 280ms 200ms;
}

.skinList .classCard .classHP span {
  font-family: var(--mainFont);
  text-shadow: unset;
  color: var(--accentColor);
}

.skinList .classCard:hover {
  color: transparent;
}

.skinList .classCard:hover .classWeap {
  opacity: 0%;
}

.skinList .classCard:hover .classImgC {
  -webkit-transform: translateX(-115px) scale(2) translateY(10px);
          transform: translateX(-115px) scale(2) translateY(10px);
}

.skinList .classCard:hover .classXPBar {
  opacity: 0%;
}

.skinList .classCard:hover .classLvl {
  opacity: 0%;
}

.skinList .classCard:hover .classHP {
  opacity: 0%;
}

#skinList {
  margin-top: 8px;
  margin-bottom: -4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#skinList .skinCard {
  text-align: unset;
  margin-bottom: unset;
  margin-left: unset;
  margin-right: unset;
  padding: unset;
  padding-top: unset;
  width: auto;
  vertical-align: unset;
  background-color: transparent;
  border-radius: 0px;
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: var(--mainFont);
  text-shadow: unset !important;
  height: 120px !important;
}

#skinList .skinCard .itemOwn {
  display: none;
}

#skinList .skinCard .itemSea {
  display: none;
}

#skinList .skinCard .skinImg {
  margin-top: unset;
  margin-bottom: unset;
  position: absolute;
  height: 100%;
  width: auto;
  right: 40px;
}

#skinList .skinCard .skinImgC {
  position: absolute;
  z-index: -122;
  left: 25%;
}

#skinList .skinCard .skinImgD {
  position: absolute;
  left: 65px;
  bottom: -20px;
}

#skinList .skinCard .skinRandom {
  display: none;
}

#skinList .skinCard .secImg {
  position: absolute;
  left: 60px;
  top: 10px;
  z-index: -1 !important;
  width: 80px;
  height: 80px;
}

#skinList .skinCard .selctInfoBtn {
  padding: unset;
  padding-bottom: unset;
  padding-top: unser;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--accentColor);
  font-family: var(--mainFont);
  font-size: 20px;
  background: var(--subBgST);
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: color 280ms, background 280ms;
  transition: color 280ms, background 280ms;
}

#skinList .skinCard .selctInfoBtn:hover {
  color: var(--subBg);
  background: var(--accentColor);
}

#skinList .skinCard[style="color:#292929;border:5px solid#292929"] {
  -webkit-animation: contraCard 500ms infinite;
          animation: contraCard 500ms infinite;
}

#skinList .noBtnCard {
  height: 120px;
  width: auto;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: var(--mainFont);
  text-shadow: unset !important;
  height: 120px !important;
}

#skinList .noBtnCard .sprayImg, #skinList .noBtnCard .noBtnImgC {
  position: absolute;
  left: 60px;
  top: 10px;
  z-index: -1 !important;
  width: 80px;
  height: 80px;
}


#skinList .noBtnCard .noBtnImgR {
  position: absolute;
  left: 95px;
  top: 40px;
  z-index: -1 !important;
  width: 30px;
  height: 30px;
}

#skinList .noBtnCard .customReticle {
  position: absolute;
  top: 40px;
  width: 182px;
}

#skinList .noBtnCard .itemOwn {
  display: none;
}

#skinList .noBtnCard .skinRandom {
  display: none;
}

#skinList .blackShad {
  text-shadow: unset;
}

#uiBase.onMenu #spectButton {
    position: fixed;
    left: 46.5%;
    top: 1%;
    transform: none;
    text-transform: var(--text-transform);
}

#spectButton :not(.switchsml) {
    color: #000 !important;
}

.material-icons.plusOrMinus{
    display:none!important;
}

#mainLogo {
display:none
}

#fpsDisplay {
	visibility: hidden;
}

#ingameFPS {
	color: #000 !important;
	visibility: visible;
}

#pingText {
	color: #000 !important;
}

#pingIcon {
	color: black !important;
}

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

.leaderName {
	color: black;
}

.iconProfile {
   display:none
}

.iconShop {
   display:none
}

.iconChall {
     display:none
}

.iconSocial {
         display:none
}

.iconGames {
    display:none
}

.iconSettings {
    display:none
}

.iconMods {
    display:none
}

#seasonLabel {
    display: none;
}


#aContainer {
    visibility: hidden;
}

.button {
    border-radius:0px;
    background-image: url(https://cdn.discordapp.com/attachments/756335760335962194/776962580530331658/dims.png);
    box-shadow: inset 0px -7px 0px 0px #000000 !important;
}
.button:hover {
    background-color: #000 !important;
    box-shadow: inset 0px -7px 0px 0px #ffffff !important;
}

#menuItemContainer {
    background-image: url(https://cdn.discordapp.com/attachments/756335760335962194/776962580530331658/dims.png);
}

#braveWarning {
    display: none !important;
}

#mapInfoHolder::after {
	color:#005ad1;
    content: 'Css MADE BY Semgg';
    visibility: visible;
    font-size: 15px;
  background: #86868600;
}


.headerBarLeft {
	border-radius: 0;
	background-color: transparent;
}

.headerBarRight {
background-color:transparent
}

.headerBarRight .verticalSeparator {
	display: none;
}

.terms:hover {
	text-decoration: none;
	color: #fff;
}

.terms {
	color: black;
	text-transform: var(--text-transform);
}

#termsInfo {
    background-color: transparent;
}

.countIcon {
    color: rgb(255 255 255);
    display: inline-block;
    margin-bottom: 0px;
    background-color: rgb(228 19 19 / 0%);
    padding: 0px;
    font-size: 36px;
    padding-right: 16px;
    padding-left: 10px;
    border-radius: 0px;
    text-align: center;
    flex-direction: row
}

#killsVal:after {
    content: 'Kills';
    display: flex;
    flex-direction: column-reverse;
    font-size: 18px;
    text-align: center
}

#deathsVal:after {
    content: 'Deaths';
    display: flex;
    flex-direction: column-reverse;
    font-size: 18px;
    text-align: center
}

#streakVal:after {
    content: 'Streak';
    display: flex;
    flex-direction: column-reverse;
    font-size: 18px;
    text-align: center
}

#killsVal,#deathsVal,#streakVal,#myScoreVal {
    color: black;
}

#killsIcon,#deathsIcon,#streakIcon {
    display: none
}

#onetrust-consent-sdk {
    display: none!important
}

.imageButton {
	display: none !important;
}


#newsHolder {
display:none
}

#menuFPSDisplay {
	text-transform: var(--text-transform);
}

#menuFPS {
	color: black !important;
}

#menuPingIcon {
	color: black !important;
}

.newLeaderContainer {
	border-radius: 0;
	background-color: var(--ingame-bg-color);
}

#mapInfo {
	font-size: 18px;
	color:black;
}

.verticalSeparatorInline {
	visibility: hidden;
	height: 0;
}

#mLevelCont {
   margin-left:-2%;
    color:black;
	background-color: transparent;
	text-shadow: none;
	border-bottom-right-radius: 0;
}

.verticalSeparator {
	visibility: hidden;
}

#menuMiniProfilePic {
	display: none;
}

#menuAccountUsername {
	font-size: 19px;
	margin-left: 10px;
    color:black
}

#menuKRCount {
    color:black;
	font-size: 19px;
}

.krSocial {
	display: none;
}

#menuLevelIcon {
	display: none;
}

#menuLevelText {
	font-size: 16px;
	text-transform: var(--text-transform);
}

#menuLevelBar {
    display:flex;
	background: whitesmoke;
	border-radius: 0;
}

#menuWindow {
	 background-image: url(https://cdn.discordapp.com/attachments/756335760335962194/776962580530331658/dims.png);
	box-shadow: none;
	border-radius: 0;
}

.settingsHeader {
	background-color: transparent;
	position: relative;
}

.settText {
	color: white;
}

#settSearch {
   color:white;
    width: 100%;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    background-color: #00000038;
    border-radius: 0px;
    padding: 6px 10px 5px;
}

.tabANew {
    cursor: default;
    border-bottom: 5px solid rgb(255 255 255);
}

.settingTab {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 6px;
color:white
}

.settingsBtn {
    color: rgb(255 255 255);
    background-color: #000000;
    border-radius: 0px;
}

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

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

.setHed {
    margin-top: 15px;
    font-size: 22px;
    cursor: pointer;
    color:#c8c8c8
}

#requiresRestart {
    float: right;
    color: rgb(255 255 255 / 72%);
    font-size: 15px;
}

.sliderVal {
    width: 50px;
    color: #fff;
    background: #00000038;
    border-radius: 0px;
}

.sliderM {
    background-color: #00000038;
    border-radius: 0px;
}

input:checked+.slider {
    background-color: #000000;
}

.sliderM::-webkit-slider-thumb {
	border-radius: 0;
	background: white;
}

.slider {
    background-color: #00000038;

    border-radius: 0px;
}

.slider:before {
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 12px;
}

input[type=color] {
    -webkit-appearance: none;
    border: 4px solid black;
    padding: 0;
    width: 55px;
    height: 24px;
    border-radius: 0px;
}

.loadoutBtn {
    color: rgb(255 255 255);
    background-color: #000000;
    border-radius: 0px;
}

.premiumSkinCol {
    color: black!important;

}


.sliderSml {
border-radius:0;
background-color: #00000038;
    -webkit-transition: .6s;
    transition: .6s;

}

input:checked+.sliderSml {
    background-color: #000000;
}



.sliderCent {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000038;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0px;
    pointer-events: all;
}

#policeButton {
display:none
}

.menuTabNew {
    text-align: center;
    display: table-cell;
    padding: 7px 0 5px;
    color: rgb(255 255 255);
    font-size: 15px;
    cursor: pointer;
}

a:visited {
    color: #ffffff;
}

a {
    cursor: pointer;
    text-shadow: none;
    color: #ffffff;
    text-decoration: none;
    pointer-events: all;
}

* {
    color: #ffffff;
}

.xpBar {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 98.5%;
    height: 25px;
    padding: 6px;
    background-color:#00000038 ;
    border-radius: 0px;
    position: relative;
}

.searchBtn {
    background-color: #000000;
    border-radius: 0px;
    color: #fff;
}

.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: ;
    color: rgb(255 255 255);
    border-radius: 4px;
}

.headerBar div {
    color: #000;
}

.loadMoreW {
    color: rgb(255 255 255);
    width: 100%;
    font-size: 45px;
    text-align: center;
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 6px;
    background-color: #00000038;
}

.mapByTxt {
    color: rgb(255 255 255);
    font-size: 15px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grey {
    color: rgb(255 255 255 / 70%);
}

.mapListItem {
    position: relative;
    color: rgb(255 255 255);
    background-color: #00000038;
    border-radius: 0px;
}

.mapsVotes {
    color: #fff;
}

.mapKRIcon {
    border-radius: 0px;
    color: #fff;
    background-color: #00000038;
}


.loadMoreD {
    color: #fff;
    width: 100%;
    font-size: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
    background-color:#00000038;
    cursor: pointer;
}

.partnerItem {
    font-size: 18px;
    color: rgb(255 255 255);
}

#premTime {
    float: right;
    color: rgb(255 255 255);
    font-size: 20px;
}

.redVouchBtn {
    background-color: #000000;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 0px;
    width: 90px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}

.smlInput {
    background-color: #00000038;
    color: rgb(255 255 255);
    border-radius: 0px;
}

.creatorCodeBtn {
   
    border-radius: 0px;
    color: #000;
    cursor: pointer;
}

.shopSale {
    color: #000;
    border-radius: 0px;
}

.hostToggle {
    background-color: #000000;
    border-radius: 0px;
}

input:checked+.optCheck {
    background-color: #000000;
}

.optCheck {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    padding: 10px;
    width: auto;
    height: auto;
    background-color: #00000038;
}

.b {
    color: white!important;
}

.hostPresetBtn {
    color: rgb(255 255 255);
    background-color: #000000;
    border-radius: 0px;
}

.formInput {
    border-radius: 0px;
}

.accountInput {
    border-radius: 0px;
    background-color:#00000038 ;
    color: rgb(255 255 255);
}

.joinQueue {
    border-radius: 0px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: .1s;
    transition: .1s;
    width: 705px;
    height: 60px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: inset 0 -10px 0 0 #1b76bf00;
    background-color: #00000038;
    font-size: 45px;
    text-shadow: -1px -1px 0 #20202000;
}

.rankedWarning {
    border-width: 0;
    border: none;
    display: inline-block;
    font-size: 18px;
    padding: 8px;
    margin-top: 2px;
    border-radius: 6px;
    background-color: rgb(0 0 0 / 0%);
    text-align: center;
}

.inputGrey {
    border: none;
    background: #00000038;
    float: left;
    margin-right: 180px;
    border-radius: 0px;
}

#rankedPartyKey {
   padding-right:10px;
    font-size: 18px;
    background: #00000038;
    border-radius: 0px;
}

.blackShad {
    text-shadow: -1px -1px 0 #1c1c1c00;
}

.rankedELO {
display:none
}

.rankedType {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 40px;
    color: #fff;
    z-index: 1;
    top: 2px;
    left:50px;
    right: 50px;
}

.rankedELOTxt {
    font-size: 16px;
    top: 60px;
    left: 50px;
    right: 50px;
}

.jQR {
    box-shadow: inset 0 0px 0 0 #992b2b!important;
    background-color: #00000038!important;
}

.ready .partyAvatar {
    border-color: #ffffff;
}

.accountEloIcon {
    display: none;
}

#partyMemberList {
    background-color: rgb(0 0 0 / 0%);
}

.partyAvatar {
    width: 95px;
    height: 95px;
    border-radius: 0px;
    background-color: #00000038 ;
    border: 4px solid rgb(0 0 0 / 0%);
}

.streamItem {
display:none
}

::-webkit-scrollbar {
	width: 4px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 0 !important;
	background-color: black;
	-webkit-box-shadow: none;
	box-shadow: none;
}