/* .messagelist tr td.flags {
  position: relative;
}
.messagelist tr:hover span.unflagged:before {
  content: '\f2ed';
  background-color: #21292c;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  margin: 0;
}
.messagelist tr span.unflagged:hover:before {
  color: #f1707b;
  background-color: #442726;
} */
