:root {

	--blue1: #1D4BA6;
	--blue2: #4B8AD3;
	--blueDark: #0D2555;

	--red1: #BA281E;

	--orange1: #F65D2C;

	--textBase1: #4A4A4A;
	--textBase2: #111111;
	--textBase3: #666666;
	--textDis: #333333;

	--inputHoverBorder: #71A2DC;
	--blueHover: #092D76;

	--border1: #D5DFE2;
	--border2: #A3B7BF;
	--border3: #699BD7;
	--layerBorder: #7895A1;

	--boxShadow: 4px 4px 4px rgb(24 61 95 / 20%);

	--aiconDarkGreen: #216b69;
	--aiconLightGreen: #1b9a93;

	--aiconBlue: #1870ad;

	--aiconMenuColor: #818898;
	--aiconDataLabel: #747474;
	--aiconDataLabelLight: #A4A4A4;
	--aiconTreeText: #959595;
	--aiconLightBorder: #e0e0e0;
}