
:root {
	--logotype: url(/company/5f58a0d5c96aa30020af0634/logotype.image?d=undefined);
	--emblem: url(/company/5f58a0d5c96aa30020af0634/icon.64.image?d=undefined);
	--icon: url(/company/5f58a0d5c96aa30020af0634/icon.64.image?d=undefined);
}

	input[type='file'],
[contenteditable='true'],
	span.quickItem,
	div.searchHints,
	.tagEditor {
		background-color: white;
		appearance: textfield;
	}

:root {
	color-scheme: normal;

	--headerBackground: rgb(0, 0, 0);
	--headerText: rgb(255, 255, 255);
	--headerBorder: rgb(170, 170, 170);
	--headerHighlight: rgb(255, 255, 255);

	--dialogBackground: rgb(170, 170, 170);
	--dialogText: rgb(0, 0, 0);
	--dialogBorder: rgb(100, 100, 100);
	--dialogHighlight: rgb(93, 205, 97);

	--menuBackground: rgb(100, 100, 100);
	--menuText: rgb(255, 255, 255);
	--menuBorder: rgb(170, 170, 170);
	--menuHighlight: rgb(255, 255, 255);

	--mainBackground: rgb(0, 0, 0);
	--mainText: rgb(255, 255, 255);
	--mainBorder: rgb(255, 255, 255);
	--mainHighlight: rgb(93, 205, 97);
	--buttonBackground: rgb(0, 0, 0);
	--buttonText: rgb(255, 255, 255);
	--buttonToggledBackground: rgb(93, 205, 97);
	--buttonToggledText: rgb(0, 0, 0);

	--bannerBackground: rgb(80, 80, 80);
	--bannerText: rgb(255, 255, 255);
	--bannerBorder: rgb(255, 255, 255);
	--bannerHighlight: rgb(93, 205, 97);

	--chatBackground: rgb(249, 255, 255);
	--chatBorder: rgba(62, 64, 66, 0);
	--chatTheirBackground: rgb(165, 176, 185);
	--chatTheirText: rgb(0, 0, 0);
	--chatYourBackground: rgb(93, 205, 97);
	--chatYourText: rgb(255, 255, 255);
}
