.pfeed {
  position: relative;

  &.list {
    border: 1px solid lightgray;
  }
}

.pfeed__close__absolute {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.pfeed__list {
  display: flex;
  align-items: center;
}

.pfeed__name {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
}

.pfeed__text {
  margin-bottom: 30px;
}

.pfeed__list__select {
  display: block;
  margin-left: 15px;
}

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;

  & ::ng-deep {
    .mat-progress-spinner circle {
      stroke: var(--default-color);
    }
  }
}
