.aui {
  .panel-group {
    .collapse_a {
      @include display-flex();
      @include justify-content(space-between);
      @include align-items(center);
      text-decoration: none;

      .allegato-group__title {
        flex: 1;
      }

      .num_allegati {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        @include display-flex();
        @include justify-content(center);
        @include align-items(center);
        color: $w;

        &.green {
          background-color: $green-menu;
        }
        &.red {
          background-color: $red-logo;
        }
      }
    }
  }

  .allegati-dettagli {
    .accordion-group {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}