body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f1f3;
    color: #333;
    text-align: center;
  }
  
  .container {
    margin: 20px auto;
    background: #f0f1f3;
    overflow: hidden;
    padding: 20px;
  }
  
  .header {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .header img {
    height: 45px;
  }
  
  .highlight {
    color: #E40000;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-size: 12px;
    text-align: left;
    padding-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);

  }
  
  .qr-section, .bank-section {
    background: #2e3a55;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .qr-section h2, .bank-section h2 {
    margin: 0 0 10px;
  }
  
  .bank-section {
    background: #1E1E38;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "Poppins", serif;
  }
  
  .bank-logo {
    max-width: 80px;
    margin-bottom: 20px;
    height: 25px;
  }
  
  .bank-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 20px;
    max-width: 235px;
    font-family: "Poppins", serif;
  }
  
  .bank-details {
    background: #909AFF21;
    padding: 15px;
    border-radius: 10px;
  }
  
  .bank-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    margin-top: 0;
  }
  
  .bank-item {
    text-align: center;
    flex: 1;
    margin: 0 10px;
  }
  
  .bank-item label {
    font-size: 12px;
    color: #939393;
    display: block;
    font-weight: 600;
    font-family: "Poppins", serif;
  }
  
  .bank-item p {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    font-family: "Poppins", serif;
  }
  
  .countdown {
    font-weight: bold;
    color: #007BFF;
  }
  
  button {
    padding: 8px 11px;
    background-color: #3355FF;
    color: #fff;
    border: none;
    border-radius:11px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  .instructions {
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
    color: #555;
    font-family: "Poppins", serif;
  }
  
  .payment-summary {
    border-radius: 10px;
    margin-top: 20px;
  }
  
  .payment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 14.3px;
  }
  
  .payment-item label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
  }
  
  .payment-item .amount {
    font-size: 12px;
    font-weight: bold;
    color: #2563eb;
  }
  
  .payment-item .order-id {
    font-size: 12px;
    font-weight: bold;
    color: #111827;
  }
  
  .copy-button {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 11px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .copy-button:hover {
    background: #1e40af;
  }
  
  .copy-icon {
    margin-right: 8px;
    font-size: 16px;
  }
  
  .payment-instructions {
    margin-top: 20px;
    padding: 15px;
    border-radius: 14.3px;
    background-color: #ffffff;
  }
  
  .instructions-title {
    color: #E40000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }
  
  .instructions-text {
    color: #959595;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 18px;
  }
  
  .qr-row .account-name {
    color: #A5A5A5;
    font-size: 10px;
    font-weight: 700;
  }
  

  .bank-container {
    background-color: #444565;
    padding: 11px;
    border-radius: 11px;
  }

  .pay-order-info {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }