:root {
    --navbarAccent: #0000a0;
    --navbarAccentB: #8000ff;
    --navbarAccentH: #8000ff;
    --navbarAccentHB: #0000a0;
    --accentColor: #0000a0;
    --buttonColor: #4D96A6;
    --tier1: #CF4972;
    --tier2: #E5ACFC;
    --tier3: #63DED1;
    --tier4: #056f7d;
}
#main-nav {
    --boxShadow: 6px 6px 13px #191919;
    --fontFamily: Overpass;
    --letterStyle: none;
    --fontStyle: ;
    --textColor: #23d1af;
    --navBarRibbonSub: inline-block;
    --navBarRibbonLive: inline-block;
}
#chat {
    --userPlateBG: #181818;
    --userPlateBGStream: #18181861;
    --userPlateShape: 40px;
    --userPlateBorderColor: #1e1e1e #1e1e1e #181818 #1e1e1e;
    --userPlatePadding: 3px 7px 4px 8px;
    --inputFocusShadow: #0000a050;
    --inputTopBorder: #0000a0;
}
#chat .msg-chat.msg-user a.user {
    background: var(--userPlateBG) !important;
    border-radius: var(--userPlateShape) !important;
}
.embed.onstream #chat .msg-chat.msg-user a.user {
    background: var(--userPlateBGStream) !important;
    border-radius: var(--userPlateShape) !important;
}
.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;
}
