.thread_status {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border: 1px solid;
}

.thread-container .thread_status {
	height: 100%;
	border: none;
}

.thread_status.dot_folder {
	background-color: rgba(var(--color2), 1);
}

.thread_status.dot_hotfolder {
	background-color: rgba(var(--color3), 1);
}

.thread_status.dot_hotclosefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.dot_closefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.dot_newfolder {
	background-color: rgba(var(--color3), .5);
}

.thread_status.dot_newhotfolder {
	background-color: rgba(var(--color3), 1);
}

.thread_status.dot_newhotclosefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.dot_newclosefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.folder {
	background-color: rgba(var(--color2), 0);
}

.thread_status.hotfolder {
	background-color: rgba(var(--color3), 1);
}

.thread_status.hotclosefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.closefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.movefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.newfolder {
	background-color: rgba(var(--color3), .5);
}

.thread_status.newhotfolder {
	background-color: rgba(var(--color3), 1);
}

.thread_status.newhotclosefolder {
	background-color: rgba(var(--color1), 1);
}

.thread_status.newclosefolder {
	background-color: rgba(var(--color1), 1);
}
		
		
		
		