.pisell-empty-wrap {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  .pisell-lowcode-empty-image {
    height: auto;
    margin-bottom: 0;
  }
  .pisell-empty-icon-wrap {
    .anticon {
      font-size: 44px !important;
    }
  }
  .pisell-empty-wrap-description-wrap {
    max-width: 300px;
    .pisell-empty-wrap-description {
      color: var(--Gray-500, #667085);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; /* 142.857% */
      margin: 12px 0;
    }
    .pisell-empty-wrap-extra-description {
      color: var(--Gray-500, #667085);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 142.857% */
    }
  }
}
