.countSelcted {
  background: #d7282f;
  border-radius: 12px;
  color: #ffff;
  font-size: 10px;
  width: 25px;
  height: 25px;
  padding: 2px 7px;
}
.count {
  background: #7b7979;
  border-radius: 12px;
  color: #fff;
  font-size: 10px;
  width: 25px;
  height: 25px;
  padding: 2px 7px;
}
