:root {
    --navbarAccent: #2b2b2b;
    --navbarAccentB: #4f4f4f;
    --navbarAccentH: #540000;
    --navbarAccentHB: #960000;
    --accentColor: #056f7d;
    --buttonColor: #128029;
    --tier1: #c6ac44;
    --tier2: #60c644;
    --tier3: #44c6b8;
    --tier4: #9744c6;
}
#main-nav {
    --boxShadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
    --fontFamily: Overpass;
    --letterStyle: none;
    --fontStyle: ;
    --textColor: #fff7f9;
    --navBarRibbonSub: inline-block;
    --navBarRibbonLive: inline-block;
}
#chat {
    --userPlateBG: #0f0f0f;
    --userPlateBGStream: #18181861;
    --userPlateShape: 2.8px;
    --userPlateBorderColor: #1e1e1e;
    --userPlatePadding: 0px 7px 0px 8px;
    --inputFocusShadow: #370000;
    --inputTopBorder: #700000;
	--chatBackGroundColor: #080808;
    --userNameColor: #bbbbbb;
    --userMessageColor: #b9b9b9;
	--userNameFontFamily: Roboto;
	--textFontFamily: Rubik;
}
.form-check-input[type="checkbox"]:checked + label:before,
label.btn input[type="checkbox"]:checked + label:before {
	border-right: 2px solid var(--accentColor) !important;
	border-bottom: 2px solid var(--accentColor) !important;
}
#chat-input-control,
#chat-input-scaler {
	border-top: none !important;
}
.ready.mdc-button--raised:not(:disabled),
.ready.mdc-button--unelevated:not(:disabled) {
	background-color: var(--buttonColor) !important;
}
