:root {
	--black: #000000;
	--grey: #797979;
	--grey-two: #bcbcbc;
	--light-grey: #f6f6f6;
	--red: #EA4335;
	--orange: #FF9933;
	--blue: #27579E;
	--green: #00b520;
	--bg-hover: rgba(0, 187, 57, 0.04);
	--checked: rgba(0, 187, 57, 0.2);
	--green-grad: linear-gradient(to bottom, rgba(92,176,3,1) 0%,rgba(0,153,102,1) 100%);
	--blue-grad: linear-gradient(to bottom, rgba(0,133,178,1) 0%,rgba(0,102,204,1) 100%);
	--red-grad: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(204,0,51,1) 100%);
}