/* BUG FIXING */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.sliderM {
    transform: translateY(-8px) !important;
}

/* STEAM REQUIREMENTS */
#aHolder {
    z-index: -1000 !important;
}

#aContainer {
    opacity: 0 !important;
    pointer-events: none !important;
}

#endAHolderL, #endAHolderR {
    opacity: 0 !important;
    display: none !important;
}

.downloadClient {
    display: none !important;
}

.adsbygoogle.adsbygoogle-noablate {
    display: none !important;
}

/* STYLING */
* {
    cursor: url('../imgs/cursor.svg'), auto !important;
}

#subLogoButtons {
    bottom: 8px !important;
}

#menuWindow {
    overflow: hidden;
    max-height: calc(100% - 370px);
    top: 55%;
}

.stickyHeader {
    max-height: calc(100% - 351px) !important;
}


#ot-sdk-btn-floating {
    display: none;
    left: 540px;
    top: calc(100% - 65px);
}

#menuItemContainer {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5)
}


.button {
    border: 3px solid;
}

#policeButton {
    height: 84px !important;
}

#policeButton img {
    margin-left: -13px !important;
}

.button, .button.small {
    text-shadow: none !important;
}

.button:hover {
    box-shadow: none !important;
}


.buttonP {
    color: #b447ff;
    background-color: #333!important;
    box-shadow: none !important
}

.buttonR {
    color: #ff4747;
    background-color: #333!important;
    box-shadow: none !important
}

.buttonG {
    color: #31caec;
    background-color: #333!important;
    box-shadow: none !important
}

.buttonPI {
    color: #fa50ae;
    background-color: #333!important;
    box-shadow: none !important
}

.buttonB {
    background-color: #333!important;
    box-shadow: none !important
}

.button.lgn {
    color: #b447ff;
    padding-top: 6px !important;
    padding-bottom: 10px !important;
}

.button.lgn span {
    color: #b447ff !important;
}

.menuItem {
    background-color: #222 !important;
}

.headerBar {
    background-color: #222 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 20;
}

#mLevelCont {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#termsInfo {
    background-color: #222 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#customizeButton span {
    color: #31caec !important;
}

#streamContainer {
    display: none;
}

#newsHolder {
    background-color: #222 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    padding: 15px 20px !important;
    right: 0px !important;
    top: 70px !important;
    height: 240px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 6px !important;
}

#newsHolder::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background-color: var(--yellow) !important;
}

#newsHolder::-webkit-scrollbar-track {
    border-radius: 0px !important;
    background-color: #444 !important;
}

.newsIMG {
    width: calc(100% - 6px) !important;
    border: 3px solid #fff;
}

.newsItem {
    border-bottom: 3px solid rgba(255,255,255,.4) !important;
    padding-bottom: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

.newsItem span {
    display: block;
    text-align: center;
}


#matchVoteHolder {
    background-color: #333!important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.endCard {
    background-color: #333!important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.headerBarLeft {
    z-index: 100;
}

.teamTotals {
    background-color: #333!important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#menuClassNameTag {
    margin-top: -200px !important;
}

.leftUIB {
    border: 3px solid #ca56eb !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#ammoDisplay {
    border: 3px solid #fbd543 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#leaderDisplay {
    border-radius: 5px !important;
    border: 3px solid #55555580 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.newLeaderContainer {
    background-color: #333!important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.countIcon {
    border: 3px solid #55555580 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#hudClassIcon {
    border: 3px solid #ffffff60 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#healthValueHolder {
    border: 3px solid #55555580 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hpBSeg {
    box-shadow: none !important;
    border-radius: 0px !important;
}

.healthBarSeg:last-child .hpBSeg[style*="width:100%"] {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.healthBarSeg:first-child .hpBSeg {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.healthBarSeg {
    background-color: transparent !important;
    margin-right: 0px !important;
    border-right: 4px solid #555;
    border-radius: 0px !important;
}

.healthBarSeg:last-child {
    border-right: none !important;
}

#healthBar {
    height: 44px !important;
    margin-bottom: 2px !important;
    border: 3px solid #555 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
    border-radius: 6px;
}

#chatInput {
    padding: 6px 10px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
    border: 3px solid #55555580 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.chatItem {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
    border: 3px solid #55555580 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.kfItem {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
    border: 3px solid #55555580 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#killCard {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
    border: 3px solid #55555580 !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}