.Success {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #e6f9ed; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto; 
}

.success-icon {
  width: 64px;
  height: 64px;
  color: #16a34a; 
}
.Success-massage {
  text-align: center;
  color: #888;
}

.notification.is-info {
  color: #01429B ! !important;
}

.red-card {
  background: linear-gradient(to right, #ff9a9e, #ffb7ba);
}

.blue-card {
  background: linear-gradient(to right, #a1c4fd, #c2e9fb);
}
.green-card {
  background: linear-gradient(to right, #96e6a1, #c8f2cc);
}

.red-card, .blue-card, .green-card {
  color: #fff;
  .widget-title {
    color: inherit;
  }
}

.wallet-points {
  display: flex;
  gap: 20px;
}

.wallet-col {
  display: flex;
  flex-direction: column;
}

.green-card-label {
  font-size: 14px;
  color: #fff;
}