/* Success Message Styling */
.success-message-unique {
  padding: 20px;
  background-color: #ecfdf5;
  /* Very light mint green */
  color: #065f46;
  /* Dark green text */
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  margin-top: 25px;
  font-weight: 600;
  text-align: center;
  display: none;
}/*# sourceMappingURL=success.css.map */