.modal-dialog {
  max-width: 600px; /* oder eine andere gewünschte Breite */
}

.custom-nav .nav-link:hover {
    color: rgb(155, 78, 255)
  }
  
.modal-content {
    border-radius: 15px;
    padding: 10px;
  }
  
  #nextStep {
    background-color: rgb(81, 54, 134);
    color: white;
  }
  #nextStep:hover {
    background-color: blueviolet;
    color: white;
  }
  
  #qrCode {
    width: 160px;
    height: 160px;
  }

  .alert-info {
    background-color: rgba(65, 33, 129, 0.928);
    border: 2px solid rgb(63, 28, 128);
    color: white;
  }

  .bep20_icon {
    width: 20px;
    height: 24px;
    padding-bottom: 4px;
  }

  #confirmPayment {
    background-color: rgb(81, 54, 134);
    border: none;
    color: white;
  }
  #confirmPayment:hover {
    background-color: blueviolet;
    color: white;
  }