.thread_status { display: inline-block; width: 30px; } 
.thread_status:after { font-family: "Font Awesome 6 Free"; content: "\f15b"; font-size: 17px; color: #ba7a70; font-weight: 900;} 
[class*="newhotfolder"]:after { color: #ac4d51; content: "\f06d"; padding-left: 1px; }
[class*="hotfolder"]:after { color: #ba7a70; content: "\f06d"; padding-left: 1px; }
[class*="new"]:after { color: #ac4d51; } 
[class*="closefolder"]:after { color: #ba7a70; content: "\f023"; padding-left: 2px; }
.thread_status.dot_folder { background-position: 0 0;}
.thread_status.dot_hotfolder { background-position: 0 -20px; }
.thread_status.dot_hotlockfolder { background-position: 0 -40px; }
.thread_status.dot_lockfolder { background-position: 0 -60px; }
.thread_status.dot_newfolder { background-position: 0 -80px;}
.thread_status.dot_newhotfolder { background-position: 0 -100px;}
.thread_status.dot_newhotlockfolder { background-position: 0 -120px;}
.thread_status.dot_newlockfolder { background-position: 0 -140px;}

.thread_status.dot_lockfolder:after {
  color: #777; 
  content: "\f023"; 
  padding-left: 2px;
}
