/* *{
 border: 2px solid black;
} */

body {
  background-color: #f4f6ff;
}

.razorpay-payment-button {
  color: #fff;
  width: 100%;
  background-color: #0d6efd;
  border-color: #0d6efd;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.razorpay-payment-button:hover {
  background-color: #0b5ed7; /* Darker blue */
  cursor: pointer; /* Changes cursor to a hand */
}

.success-card {
  max-width: 500px;
  margin: 100px auto;
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.checkmark-circle {
  width: 80px;
  height: 80px;
  background-color: #d4edda;
  color: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.checkmark-circle i {
  font-size: 3rem;
}
