.unreadCountLabel {
  position: absolute;
  right: 3%;
  top: 20%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #D71F4B;
  background-color: #D9534f;
  color: white;
  font-weight: bold;
  text-align: center
}