:root {
    --navbarAccent: #ffadfa;
    --navbarAccentB: #478190;
    --navbarAccentH: #f0b8ff;
    --navbarAccentHB: #4D96A6;
    --accentColor: #31cee3;
    --buttonColor: #d844cf;
    --tier1: #CF4972;
    --tier2: #E5ACFC;
    --tier3: #63DED1;
    --tier4: #056f7d;
}
#main-nav {
    --boxShadow: 6px 6px 13px #191919;
    --fontFamily: Noto Sans;
    --letterStyle: none;
    --fontStyle: ;
    --textColor: #000000;
    --navBarRibbonSub: inline-block;
    --navBarRibbonLive: inline-block;
}
#chat {
    --userPlateBG: #181818;
    --userPlateBGStream: #18181861;
    --userPlateShape: 3.5px;
    --userPlateBorderColor: #1e1e1e;
    --userPlatePadding: 0px 7px 0px 8px;
    --inputFocusShadow: #bd91f3;
    --inputTopBorder: #f788e8;
	--chatBackGroundColor: #080808;
    --userNameColor: #e0e0e0;
    --userMessageColor: #e3e3e3;
	--userNameFontFamily: Poppins;
	--textFontFamily: Lexend;
}
.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;
}
