img[role='svg'] {
  height: 2rem;
}

.badge-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0.75rem;
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.invitation-process {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-number {
  width: 2rem;
  height: 2rem;
  /* background-color: #007bff; */
  color: white;
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.step-number img{
    width: 100%;
    height: 100%;
}

.step-text {
  font-size: 16px;
}

.daohang-notify{
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
.daohang-notify li{
  display: block;
  margin: 0 20px;
}
.daohang-notify li img{
  width: 3rem;
  display: block;
  margin: auto;
}
.daohang-notify li strong{
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: center;
  display: block;
  margin: 12px 0 0;
}