.donation-form {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.progress-bar-custom {
  background-color: #ff6015;
}

.btn-next-donation {
  display: flex;
  margin: 5px auto;
}

.donation-Button {
  margin-top: 5px;
}

.btn-margin {
  margin: 10px 0;
}

.form-step {
  margin-bottom: 20px;
}

.form-step {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.donation-form {
  max-width: 600px;
  margin: auto;
}

.payment-detail {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center;
  margin-bottom: 15px;
}

.payment-label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.payment-info {
  font-size: 24px;
  font-weight: bold;
  color: black;
}

.payment-number {
  margin: 0;
}

.btn-margin {
  margin: 5px;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.is-invalid {
  border-color: #dc3545;
}

#formStep3 {
  padding: 6px;
}

#sidebar {
  border-right: 1px solid #dee2e6;
  padding-right: 15px;
}

.nav-link {
  cursor: pointer;
}

.nav-link.active {
  font-weight: bold;
  color: #007bff;
}

#details {
  padding-left: 15px;
}

.step-3 {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .step-3 {
    height: auto;
  }
  .bank-img-media {
    width: 100px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .alliend-bank > img {
    width: 160px;
    height: 139px;
  }
  .bank-img-media-allied {
    width: 125px;
    height: 117px;
  }
}
