
.bg-wave {
    background: url('wave-gentle.svg');
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.card-shape {
  border-top-right-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.re-join-btn {
  background-color: #09a961;
  color: white;
  transition: all 0.3s ease;
  min-width: 140px;
}

.re-join-btn:hover {
  background-color: #07a158;
  color: white;
  transform: scale(1.05);
}

.check-icon {
  color: #09a961;
  font-size: 1rem;
  margin-right: 0.5rem;
}
form.seva-form.formkit-form {
    display: none !important;
}