/*
	Create by Hung 2022-11-03
	Define global colors to use for the whole application
*/
:root {
	--primary-color: #397CD6;
	--success-color: #00b5a5;
	--inactive-color: #6C757D;
	--inactive-color2: #e0e0e0;
}

