.pisell-lowcode-stripe-payment-page {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.pisell-lowcode-page-loading-wrap {
  position: fixed;
  width: 100%;
  height: calc(100% - 44px);
  background-color: #ffffff;
  top: 44px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;

  .pisell-lowcode-logo {
    margin-top: 199px;
    width: 140px;
    height: 140px;
  }

  .pisell-lowcode-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #000000;
    padding: 0 20px;
    text-align: center;
  }
}
