.thread_status {
    display: inline-block;
}

.thread_status.dot_folder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #f2d2d5;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_hotfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #970000;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_hotlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #970000;
    content: "\f15c";
    position: relative;
    z-index: 0;
}
.thread_status.dot_hotlockfolder:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #cea300;
    content: "\f023";
    position: absolute;
    z-index: 1;
}

.thread_status.dot_lockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #565656;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_newfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #739e97;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_newhotfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #ff0000;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_newhotlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #ff0000;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.dot_newlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #739e97;
    content: "\f15c";
    position: relative;
    z-index: 0;
}

.thread_status.folder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #f5f5f5;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.hotfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #f5f5f5;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.hotlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #970000;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.lockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #565656;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.movefolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #565656;
    content: "\f15b";
    position: relative;
    z-index: 0;
}
.thread_status.movefolder:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #53dba6;
    content: "\f061";
    position: absolute;
    z-index: 1;
}
.thread_status.newfolder:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #f2d2d5;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.newhotfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #000;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.newhotlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #ff0000;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

.thread_status.newlockfolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #739e97;
    content: "\f15b";
    position: relative;
    z-index: 0;
}
.thread_status.closefolder:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #333;
    content: "\f15b";
    position: relative;
    z-index: 0;
}

		
		
		