.bml-badge {
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: red;
  border-width: 0px;
  position: absolute;
  top: 8px;
  left: 105px;
}
.bml-badge-text {
  font-size: 24px;
  color: #ffffff;
}