/*home*/

#customizeButton {
    bottom: 210px;
    height: 300px;
    color: transparent!important;
    background-color: transparent!important;
    box-shadow: none!important;
    top: -300px;
    left: -27px;
    transform: scale(1.3);
    clip-path: polygon(43% 31%, 49% 24%, 69% 26%, 70% 48%, 80% 51%, 85% 59%, 73% 73%, 73% 94%, 40% 96%, 41% 86%, 29% 83%, 29% 73%, 17% 81%, 15% 73%, 20% 74%, 22% 69%, 26% 65%, 28% 51%, 42% 48%, 43% 42%);
}

.buttonB {
    left:105%;
    top:2%;
    width: 260px;
}

#aMerger {
    display:none;
}
#subLogoButtons {
   
   display:flex;
   flex-direction: column !important;
   position:fixed;
   left:90%;
   bottom:7%;
   width: 260px;
}

/*adds*/

#iosDB {
    display: none!important;
}

#androidDB {
    display: none!important;
}

#steamDB {
    display: none!important;
}

#editorDB {
    display: none!important;
}

#aContainer, #aHolder, #endAContainer, #aMerger {
    display: none!important;
   }

#newsHolder {
    display: none!important;
}

.imagesButton {
    display:none !important;
}
#editorBtnM {
    display:none !important;
}

#termsInfo {
    display:none !important;
}

#instructions {
    display:none;
}

#tlInfHold {
    display: none;
}

#mainLogo {
    display:none !important;
}

.downloadClient {
    Display: none!important;
}
.discordSocial {
    Display: none!important;
}
.redditSocial {
    Display: none!important;
}
.verticalSeparator {
    background: rgba(255, 255, 255, 0);
    width: 4px;
    height: 55px;
    margin: 0 10px;
}

.krSocial {
    Display:none!important;
}
#streamContainer {
    display: none
  }

#clientExit {
    display: none !important;
  } 

#seasonLabel {
    display: none;
}
#onetrust-consent-sdk {
    display: none!important
}
#instructionsUpdate {
    background-color: #10101000;
   }


/*ingame*/

#timerIcon {
    display: none;
}

#timerDisplay {
    background-color:rgba(0, 0, 0, 0);
}

/*ammo/hp*/

#healthValueHolder {
    background-color: rgba(0, 0, 0, 0);
}

.healthBarSeg {
    width: 60px;
    display: inline-block;
    border-radius: 0;
    margin-right: 0;
    margin-left: -5px;
    text-align: center;
    border-color: #000
}

.hpBSeg {
	box-shadow: none;
	border-radius: 0;
	border-color: #000
}

#challIcon {
    display:none;
}

#hudClassIcon {
    display:none !important;
}

#ammoDisplay {
    background-color: transparent;
}
    
#ammoIcon {
    display:none;
}
.weapKey {
    display:none;
 }

 #weapDisplay{
    display: flex;
    flex-direction: column;
 }


/*spec*/

#spectButton span[style="font-size:15px;color:rgba(255,255,255,0.6)"] {
    color: transparent !important;
}

#spectButton .switchsml {
    margin: 0;
    position: absolute;
    width: 100%;
}

.sliderSml {
    opacity: 1;
}

.sliderSml::before {
    content: "Spectate";
    font-size: 20px;
    color: white;
    width: max-content;
    height: auto;
    background-color: transparent;
    text-align: center;
    transition-duration: 0.25s;
}

input:checked+.sliderSml::before {
    content: "Spectating";
    transform: translateX(-12px);
    color: var(--accent);
}
input:checked+.sliderSml {
    background-color: transparent !important;
}

.sliderSml {
    opacity: 1;
    background-color: transparent;
}

#spectButton {
    bottom: 35% !important;
    left: 90% !important;
}

#specNames, #specContr {
    background-color: transparent;
    text-shadow: 2px 2px #000;
}

/*chat*/

#chatInput {
	background-color:rgba(0, 0, 0, 0) !important;
	text-shadow: 0 0 5px #000000 !important;
	font-size: 16px;
}
.chatItem {
    background-color: rgba(0, 0, 0, 0);
}

#voiceDisplay {
    display: none !important;
}