// .pisell-card {
//   padding: 16px;
//   color: var(--Gray-900, #101828);
//   font-size: 14px;
//   font-style: normal;
//   position: relative;
//   overflow: hidden;
//   border-radius: 12px;
//   .pisell-card-name-wrap {
//     display: flex;
//     justify-content: space-between;
//     font-weight: 500;
//     line-height: 20px;
//   }
//   .pisell-card-store-name {
//     height: 20px;
//     font-size: 12px;
//     font-weight: 400;
//     line-height: 18px; /* 150% */
//   }
//   .pisell-card-amount-wrap {
//     display: flex;
//     margin-bottom: 4px;
//     .pisell-card-amount-item {
//       display: flex;
//       flex-direction: column;
//       margin-right: 16px;
//       .pisell-card-amount-item-label {
//         color: var(--Gray-500, #667085);
//         font-weight: 400;
//         line-height: 20px;
//         height: 20px;
//       }
//       .pisell-card-amount-item-value {
//         font-size: 20px;
//         font-weight: 600;
//         line-height: 30px;
//       }
//     }
//   }
//   .pisell-card-code-wrap {
//     display: flex;
//     justify-content: space-between;
//     position: relative;
//     .pisell-card-qr-code {
//       position: absolute;
//       top: -16px;
//       right: 0;
//     }
//   }
//   .pisell-lowcode-qrcode {
//     padding: 6px;
//   }
//   .pisell-card-warn-message {
//     position: absolute;
//     bottom: 0;
//     width: 100%;
//     left: 0;
//     background: var(--Warning-200, #FEDF89);
//     display: flex;
//     padding: 6px 16px;
//     color: var(--Warning-900, #7A2E0E);
//     font-weight: 400;
//     line-height: 20px;
//     .pisell-card-icon {
//       font-size: 20px;
//       color: #7A2E0E;
//       margin-right: 2px;
//     }
//   }
// }
// .pisell-card-disabled {
//   color: var(--Gray-500, #667085);
//   padding-bottom: 36px;
// }

.keyboard-modal-wrapper {
  .pisell-amount-keyboard-wrap {
    padding: 10px;
    background: rgba(29, 41, 57, .8) !important;
    border-radius: 10px;
  }
}