
.badges {
    margin-top: .5rem;
    margin-right: 2rem; }
    .badges .title {
      font-size: 0.8125rem;
      font-weight: 600; }
  
  .badges-group {
    display: flex;
    flex-wrap: wrap; }
  
  .badge-danger {
    font-weight: 400;
    padding: 0.4375rem 0.625rem;
    transition: all .2s linear;
    background: rgb(159, 159, 159);
    color: #060606;
    margin-bottom: .25rem; }
    .badge-danger .fa-times {
      transition: all .2s linear; }
    .badge-danger:hover {
      background-color: #76b720;
      box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
      cursor: pointer; }
      .badge-danger:hover .fa-times {
        transform: rotate(90deg); }
  