.thread_status {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid var(--circle-color);
}

.thread_status.dot_folder,
.thread_status.dot_hotfolder,
.thread_status.dot_hotclosefolder,
.thread_status.dot_closefolder,
.thread_status.folder,
.thread_status.hotfolder,
.thread_status.hotclosefolder,
.thread_status.closefolder,
.thread_status.movefolder {
	background: var(--forumstatus-old) no-repeat 0 0;
    background-size: cover;
}

.thread_status.dot_newfolder,
.thread_status.dot_newhotfolder,
.thread_status.dot_newhotclosefolder,
.thread_status.dot_newclosefolder,
.thread_status.newfolder,
.thread_status.newhotfolder,
.thread_status.newhotclosefolder,
.thread_status.newclosefolder {
	background: var(--forumstatus-new) no-repeat 0 0;
    background-size: cover;
}