.thread_status {
    display: inline-block;
    background: none;
    border: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 2px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--accent);
}

.thread_status::before {
    content: "";
}

.thread_status.folder,
.thread_status.dot_folder,
.thread_status.hotfolder,
.thread_status.dot_hotfolder,
.thread_status.hotclosefolder,
.thread_status.dot_hotclosefolder,
.thread_status.closefolder,
.thread_status.dot_closefolder,
.thread_status.movefolder {
    background: none;
    box-shadow: none;
    color: transparent;
}

.thread_status.newfolder::before,
.thread_status.dot_newfolder::before,
.thread_status.newhotfolder::before,
.thread_status.dot_newhotfolder::before,
.thread_status.newhotclosefolder::before,
.thread_status.dot_newhotclosefolder::before,
.thread_status.newclosefolder::before,
.thread_status.dot_newclosefolder::before {
    content: "\f185";
    color: var(--accent);
}
