.thread_status {
	display: inline-block;
	background: var(--bg);
	font-size: 4vmin;
	color: var(--accent);
	font-family:"Font Awesome 6 Pro";
}

.thread_status.dot_folder {
	content:"";
	font-weight: 200;
}

.thread_status.dot_hotfolder {
	content:"";
	font-weight: 200;
}

.thread_status.dot_hotclosefolder{
	content:"";
	font-weight: 200;
}

.thread_status.dot_closefolder {
	content:"";
	font-weight: 200;
}

.thread_status.dot_newfolder {
	content:"\f6e0";
	font-weight: 900;
}

.thread_status.dot_newhotfolder {
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.dot_newhotclosefolder{
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.dot_newclosefolder{
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.folder{
	content:"";
	font-weight: 200;
}

.thread_status.hotfolder{
	content:"";
	font-weight: 200;
}

.thread_status.hotclosefolder{
	content:"";
	font-weight: 200;
}

.thread_status.closefolder {
	content:"";
	font-weight: 200;
}

.thread_status.movefolder {
	content:"";
	font-weight: 200;
}

.thread_status.newfolder {
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.newhotfolder {
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.newhotclosefolder {
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}

.thread_status.newclosefolder {
	content:"\f6e0";
	background: var(--accent);
	font-weight: 900;
}
		