.pisell-lowcode__edit-deposit-modal {
  .pisell-lowcode-modal-footer {
    display: flex;
    gap: 12px;
  }
  .pisell-lowcode-modal-header {
    padding: 0 0 10px;
  }
  .pisell-lowcode__edit-deposit-modal-field-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .pisell-lowcode__edit-deposit-modal-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    .pisell-lowcode__edit-deposit-modal-field-label {
      color: var(--Gray-700, #344054);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; /* 142.857% */
    }
  }
  .pisell-lowcode__edit-deposit-modal-order-amount-wrap {
    border-radius: 12px;
    border: 1px solid var(--Gray-200, #EAECF0);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
  }
  .pisell-lowcode__edit-deposit-modal-order-amount {
    color: var(--Gray-900, #101828);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
  .pisell-lowcode__edit-deposit-modal-order-amount-title {
    color: var(--Gray-600, #475467);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
}