:root {
  --txt-color: #b4453b;
}

.thread-status:before,
.thread-status[data-state-folder="subject_new"]::before,
.thread-status[data-state-folder="subject_old"]::before,
.thread-status.dot_folder:before,
.thread-status.dot_hotfolder:before,
.thread-status.dot_hotclosefolder:before,
.thread-status.dot_closefolder:before,
.thread-status.dot_newfolder:before,
.thread-status.dot_newhotfolder:before,
.thread-status.dot_newhotlockfolder:before,
.thread-status.dot_newlockfolder:before,
.thread-status.hotclosefolder:before,
.thread-status.closefolder:before,
.thread-status.newfolder:before,
.thread-status.newhotfolder:before,
.thread-status.newhotlockfolder:before,
.thread-status.newclosefolder:before,
.thread-status.forumdisplay_sticky:before {
  color: var(--txt-color);
  font-family: var(--Icon-font);
  font-size: 11px;
  font-weight: 600;
}

.thread-status.dot_folder:before {
	opacity:0.4;
    content: "\f1ae"
}
.thread-status.dot_hotfolder:before {
	opacity:0.4;
    content: "\f1ae"
}
.thread-status.dot_hotclosefolder:before {
	opacity:0.4;
    content: "\f023"
}
.thread-status.dot_closefolder:before {
	opacity:0.4;
    content: "\f023"
}
.thread-status.dot_newfolder:before {
    content: "\f15c"
}
.thread-status.dot_newhotfolder:before {
    content: "\f06d"
}
.thread-status.dot_newhotclosefolder:before {
    content: "\f023"
}
.thread-status.dot_newclosefolder:before {
    content: "\f023"
}
.thread-status.hotfolder::before {
	opacity:0.4;
    content: "\f06d"
}
.thread-status.hotclosefolder:before {
	opacity:0.4;
    content: "\f023"
}
.thread-status.closefolder:before {
	opacity:0.4;
    content: "\f023"
}
.thread-subject[data-state-folder="subject_old"]::before {
	opacity:0.4;
}
.thread-subject[data-state-folder="subject_new"]::before,
.thread-subject[data-state-folder="subject_old"]::before {
     content: "";
    background-color: #4d4d4d;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    display: flex;
}
.thread-subject[data-state-folder="subject_new"]::before{ box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 21%);}
.thread-status.newhotfolder:before {
    content: "\f06d"
}
.thread-status.newhotclosefolder:before {
    content: "\f023"
}
.thread-status.newclosefolder:before {
    content: "\f023"
}
.thread-status.forumdisplay_sticky::before {
  content: "\f08d" !important;
}

		
		
		