.thread_status {
display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-left: 15px;
}

.thread_status::before {	
	font-family: "Font Awesome 5 Free"; 
	content: "\f0f3";
}
.thread_status.dot_folder::before {
	font-weight: normal;
}

.thread_status.dot_hotfolder::before {
	font-weight: normal;
}

.thread_status.dot_hotclosefolder::before {
	font-weight: normal;
}

.thread_status.dot_closefolder::before {
	font-weight: normal;
}

.thread_status.dot_newfolder::before {
	font-weight: bold; 
}

.thread_status.dot_newhotfolder::before {
	font-weight: bold; 
}

.thread_status.dot_newhotclosefolder::before {
	font-weight: bold; 
}

.thread_status.dot_newclosefolder {
	font-weight: bold; 
}

.thread_status.folder::before {
	font-weight: normal;
}

.thread_status.hotfolder::before {
	font-weight: normal;
}

.thread_status.hotclosefolder::before {
	font-weight: normal;
}

.thread_status.closefolder::before {
	font-weight: normal;
}

.thread_status.movefolder::before {
	font-weight: normal;
}

.thread_status.newfolder::before {
	font-weight: bold; 
}

.thread_status.newhotfolder::before {
	font-weight: bold; 
}

.thread_status.newhotclosefolder::before {
	font-weight: bold; 
}

.thread_status.newclosefolder::before {
	font-weight: bold; 
}
		
		