.thread_status {
padding: 10px 0.5px;
}

.thread_status.dot_folder {
background: var(--hell);
}

.thread_status.dot_hotfolder {
background: var(--hell);
}

.thread_status.dot_hotclosefolder {
background: var(--hell);
}

.thread_status.dot_closefolder {
 background: var(--hell);
}

.thread_status.dot_newfolder {
background: var(--accent1);
}

.thread_status.dot_newhotfolder {
background: var(--accent1);
}

.thread_status.dot_newhotclosefolder {
background: var(--accent1);
}

.thread_status.dot_newclosefolder {
background: var(--accent1);
}

.thread_status.folder {
background: var(--hell);
}

.thread_status.hotfolder {
background: var(--hell);
}

.thread_status.hotclosefolder {
background: var(--hell);
}

.thread_status.closefolder {
background: var(--hell);
}

.thread_status.movefolder {
background: var(--hell);
}

.thread_status.newfolder {
background: var(--accent1);
}

.thread_status.newhotfolder {
background: var(--accent1);
}

.thread_status.newhotclosefolder {
background: var(--accent1);
}

.thread_status.newclosefolder {
}