.pisell-qrcode-wrapper {
}

.pisell-qrcode-modal {
  .pisell-lowcode-modal-content {
    padding: 0;
    .pisell-lowcode-modal-body {
      display: flex;
      width: 100%;
      align-items: center;
      flex-direction: column;
      .pisell-qrcode-modal-value {
        color: var(--Gray-500, #667085);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 20px 0 24px;
      }
      .pisell-lowcode-divider {
        margin: 0;
      }
      .pisell-qrcode-modal-button {
        margin: 24px;

        color: var(--Base-White, #fff);

        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;

        width: calc(100% - 48px);
        box-sizing: border-box;
        background-color: var(--theme-color, #7f56d9);
      }
    }
  }
}
