.thread-action-icon {
  position:relative;
}
.thread-action-icon .actions-count {
  font-family: initial;
  width: 16px;
  position: absolute;
  top: -5px;
  right: -25px;
  background: #eef2f4;
  color: #000;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 700;
}

.thread-action-staffcomplete.is-complete {
  color: white !important;
  background-color: var(--hover-color) !important;
}
