:root{
	--bg_base: #000000;
	--bg_white: white;
	--bg_red: #A50F0F;
	--bg_redlight: #ED1515;
	--bg_silver: #cecece;
	--bg_silvercalm: #EEEEEE;
	--bg_silversoft: #f5f5f5;
	--bg_silverbold: #e8e5e6;
	--bg_gray: #4C4343;
	--bg_orange: #F2CC7B;
	--bg_orangecalm: #ffb000;
	--bg_black: #1B1B1B;
	--bg_dark: #14142A;
	--bg_blackcalm: #14142A;
	--bg_blue: #254f9f;
	--bg_orange: #d96029;
	--bg_yellow: #efc750;
	--bg_orangegradient: linear-gradient(to bottom, #efc750, #d96029);
	--bg_green: #377e22;
	--bg_greencalm: #84fc60;
	
	--bg_alert_green: #177ffb; /**2ecc71**/
	--bg_alert_orange: #e67e22;
	--bg_alert_red: #E43E56;
	
	--text_white: white;
	--text_silver: #b4aaac;
	--text_blue: #0943fe;
	--text_black: #342e34;
	--text_red: #fb4131;
	--text_orange: #e67e22;
	--text_green: #2ecc71;
	
	--transition: all 0.2s ease;
	--shadow: rgba(230, 230, 230, 0.88);
}