.thread_status { 
	display: inline-block; 
	width: 13px;
	margin-left: 2px;
}

.thread_status:after { 
	font-family: "Font Awesome 5 Free"; 
	content: "\f2b6";
	color: #000000;
	font-size: 18px;
} 

[class*="hot"]:after { 
	font-family: "Font Awesome 5 Free"; 
	color: #fc6042; 
	content: "\f185"; 
	padding-left: 1px; 
}

.newfolder:after { 
	font-family: "Font Awesome 5 Free"; 
	color: #2969b1; 
        content: "\f0e0";
} 

.newhotfolder:after { 
	font-family: "Font Awesome 5 Free"; 
	color: #fc6042; 
        content: "\f0e0";
} 

[class*="closefolder"]:after { 
	font-family: "Font Awesome 5 Free"; 
	color: #777;
	content: "\f057"; 
	padding-left: 2px; 
}

		
		
		
		
		
		