#chat-header {
  padding-top: 7px;
  padding-right: 20px;
  position: relative;
}

.chat-header-count {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  color: white;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  z-index: 1000;
}