.thread_status:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
}
.thread_status.dot_folder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotfolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f1ae"
}
.thread_status.dot_hotclosefolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_closefolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f023"
}
.thread_status.dot_newfolder:before {
    color: rgb(130, 89, 60);
    content: "\f15c"
}
.thread_status.dot_newhotfolder:before {
    color: rgb(130, 89, 60);
    content: "\f06d"
}
.thread_status.dot_newhotclosefolder:before {
    color: rgb(130, 89, 60);
    content: "\f023"
}
.thread_status.dot_newclosefolder:before {
    color: rgb(130, 89, 60);
    content: "\f023"
}
.thread_status.folder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f15b"
}
.thread_status.hotfolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f06d"
}
.thread_status.hotclosefolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f023"
}
.thread_status.closefolder:before {
    color: rgb(130, 89, 60);
	opacity:0.4;
    content: "\f023"
}
.thread_status.newfolder:before {
    color: rgb(130, 89, 60);
    content: "\f15b"
}
.thread_status.newhotfolder:before {
    color: rgb(130, 89, 60);
    content: "\f06d"
}
.thread_status.newhotclosefolder:before {
    color: rgb(130, 89, 60);
    content: "\f023"
}
.thread_status.newclosefolder:before {
    color: rgb(130, 89, 60);
    content: "\f023"
}