.selected-filters {
  display: flex;
  align-items: center;
  margin-top: 5px;

  :global {
    .ant-tag {
      cursor: pointer;
    }

    .filters-container {
      flex: 1;
      display: flex;
      flex-wrap: wrap;

      .ant-tag {
        margin: 3px 5px 3px 0px;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }

    .fold-btn {
      margin-right: 0px;
    }
  }
}
