
:root {
	--logotype: url(/company/5f3e3a7b0f4ea8001eb488e9/logotype.image?d=undefined);
	--emblem: url(/company/5f3e3a7b0f4ea8001eb488e9/icon.64.image?d=undefined);
	--icon: url(/company/5f3e3a7b0f4ea8001eb488e9/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(255, 255, 255);
	--headerText: rgb(0, 110, 30);
	--headerBorder: rgb(0, 110, 30);
	--headerHighlight: rgb(0, 110, 30);

	--dialogBackground: rgb(255, 255, 255);
	--dialogText: rgb(85, 85, 85);
	--dialogBorder: rgb(0, 0, 0);
	--dialogHighlight: rgb(85, 85, 85);

	--menuBackground: rgb(255, 255, 255);
	--menuText: rgb(85, 85, 85);
	--menuBorder: rgb(255, 255, 255);
	--menuHighlight: rgb(0, 110, 30);

	--mainBackground: rgb(255, 255, 255);
	--mainText: rgb(85, 85, 85);
	--mainBorder: rgba(0, 0, 0, 0.5);
	--mainHighlight: rgb(85, 85, 85);
	--buttonBackground: rgb(255, 255, 255);
	--buttonText: rgb(85, 85, 85);
	--buttonToggledBackground: rgb(85, 85, 85);
	--buttonToggledText: rgb(255, 255, 255);

	--bannerBackground: rgb(0, 110, 30);
	--bannerText: rgb(255, 255, 255);
	--bannerBorder: rgba(0, 0, 0, 0.25);
	--bannerHighlight: rgba(127, 127, 127, 0.75);

	--chatBackground: rgb(255, 255, 255);
	--chatBorder: rgb(0, 0, 0);
	--chatTheirBackground: rgb(255, 255, 255);
	--chatTheirText: rgb(85, 85, 85);
	--chatYourBackground: rgb(232, 242, 204);
	--chatYourText: rgb(85, 85, 85);
}
