.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 30px;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase; }
  .badge .label {
    color: #ffffff; }
    .badge .label i {
      margin-right: 10px; }
  .badge.black {
    background-color: #000000; }
  .badge.green {
    background-color: #10cf3b; }
  .badge.red {
    background-color: #ed2323; }
  .badge.transparent {
    background-color: transparent; }
  .badge.short {
    height: 14px;
    width: 14px;
    line-height: 14px;
    vertical-align: middle;
    padding: initial; }

