.thread-folder-icon {
	font-size: var(--med-font-size);
	padding: 9px 9px 9px 10px;
	max-height: 35px;
}

.thread_status.dot_folder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f56b";
}

.thread_status.dot_hotfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
}

.thread_status.dot_hotclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
}

.thread_status.dot_closefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
}

.thread_status.dot_newfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f56b";
	color: var(--title-color);
}

.thread_status.dot_newhotfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f7e4";
	color: var(--title-color);
}

.thread_status.dot_newhotclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
	color: var(--title-color);
}

.thread_status.dot_newclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
	color: var(--title-color);
}

.thread_status.folder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f56b";
}

.thread_status.hotfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f7e4";
}

.thread_status.hotclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
	color: var(--title-color);
}

.thread_status.closefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
}

.thread_status.movefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f14d";
}

.thread_status.newfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f56b";
	color: var(--title-color);
}

.thread_status.newhotfolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f7e4";
	color: var(--title-color);
}

.thread_status.newhotclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
	color: var(--title-color);
}

.thread_status.newclosefolder::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f023";
	color: var(--title-color);
}