/* Adjusted thread_status with 50px size */
.thread_status {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../../../images/004/forum_status.png);
  background-repeat: no-repeat;
  background-size: 400%; /* Ensure the background scales appropriately */
}




/* new post */

.thread_status.dot_newfolder {
  background-position: -93px  -58px;
}

.thread_status.dot_newhotfolder {
    background-position: -93px  -58px;
}

.thread_status.dot_newhotclosefolder {
    background-position: -93px  -58px;
}

.thread_status.dot_newclosefolder {
    background-position: -93px  -58px;
}

.thread_status.newfolder {
  background-position: -93px  -58px;
}

.thread_status.newhotfolder {
  background-position: -93px   -58px;
}

.thread_status.newhotclosefolder {
  background-position: -93px  -58px;
}

.thread_status.newclosefolder {
 background-position: -93px  -58px;
}


/* old post */

.thread_status.dot_folder {
  background-position: -115px -58px; 
}

.thread_status.dot_hotfolder {
  background-position: -115px -58px; 
}

.thread_status.folder {
  background-position: -115px -58px; 
}

.thread_status.hotfolder {
 background-position: -115px -58px; 
}


/* close post */

.thread_status.hotclosefolder {
  background-position: 0 -120px; 
}


.thread_status.closefolder {
  background-position: 0 -120px; 
}

.thread_status.movefolder {
  background-position: 0 -8px;
}



.thread_status.dot_hotclosefolder {
  background-position: 0 -120px; 
}

.thread_status.dot_closefolder {
 background-position: 0 -120px; 
}

