.checkout-container {
  max-width: 500px;
  margin: auto;
}

.stripe-field {
  background: white;
  padding: 15px;
  border-radius: 30px;
  border: 2px solid #ff6600;
  margin-top: 5px;
  min-height: 50px;
}

.login-card {
  background: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.login-button {
  background-color: #006633;
  color: white;
  border: none;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
}

.nav-pills .nav-link.active {
  background-color: #006633 !important;
}
