@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

.active {
  border-bottom: 2px solid #8c2ee8;
}

.form-error {
  color: #ff0000;
  margin-bottom: 10px;
}

/* react icon color */
path {
  cursor: pointer;
  color: rgba(255, 0, 0, 0.7);
}
