:root
{
	--bg:#999;
	/* --theme1:#F8F8FF; */
	--theme1:#EAEAF0;
	--theme1Tranparent:#FFFFFFE2;
	--theme1Inverted:#333;

	/* --color1:#3D9BE2; */
	--color1:#00AEEF;
	--color1Alt1:#297FBC;
	--color1Alt2:#156BA8;

	/* --color2:#ED9BE2; */
	--color2:#2a353c;

	--text:#000;
	--textSoft:#2a353c;
	--textSoftInverted:#EFEFEF;
	--textSoftDark:#2a353c;
	--textSoftLight:#EFEFEF;
	--textDisabled:#BBB;
	--textList:#FFF;
}
:root.darkTheme
{
	--bg:#111;
	--theme1:#333;
	--theme1Tranparent:#333333E2;
	--theme1Inverted:#EAEAF0;
	--theme2:#4c5056;

	--text:#FFF;
	--textSoft:#EFEFEF;
	--textSoftInverted:var(--color2);
	--textDisabled:#5F5F5F;
	--textList:#FFF;
}


.svg-black-color1 {
    filter:invert(45%) sepia(100%) saturate(393%) hue-rotate(162deg) brightness(81%) contrast(92%);
}