.loading-block {
  position: relative;
  margin-top: 64px;

  mat-spinner {
    position: absolute;
    left: 50%;
    margin-left: -32px;
  }

  & ::ng-deep .mat-progress-spinner circle,
  .mat-spinner circle {
    stroke: #1877f2;
  }
}

.items-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  margin-right: 25px;
  margin-bottom: 20px;
}

.create-epic-button {
  height: 30px;
  margin-right: 10px;

  line-height: 30px;
  color: #fff;

  background-color: #639efd;
}
