md-badge
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0px
  font-weight: 500;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 188, 212);
  z-index 999

.md-with-badge
  border-radius 0 !important
