.thread_status {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    border-radius: 333px;

    margin: 0px 20px;
}

.thread_status.dot_folder {
    background: var(--gray);
}

.thread_status.dot_hotfolder {
    background: #8a69c2;
}

.thread_status.dot_hotclosefolder {
    background: #7b0000;
}

.thread_status.dot_closefolder {
	    background: red;
}

.thread_status.dot_newfolder {
background: #007f22;
}

.thread_status.dot_newhotfolder {
background: #007f22;
}

.thread_status.dot_newhotclosefolder {
    background: #7b0000;
}

.thread_status.dot_newclosefolder {
    background: #7b0000;
}

.thread_status.folder {
            background: #191a21;
}

.thread_status.hotfolder {
background: #007f22;
}

.thread_status.hotclosefolder {
    background: #7b0000;
}

.thread_status.closefolder {
    background: #7b0000;
}

.thread_status.movefolder {
    background: #006dd2;
}

.thread_status.newfolder {
background: #007f22;
}

.thread_status.newhotfolder {
background: #007f22;
}

.thread_status.newhotclosefolder {
    background: #7b0000;
}

.thread_status.newclosefolder {
    background: #7b0000;
}
		
		
		
		