/* your styles go here */
.cursor-pointer {
  cursor: pointer;
}
.reject-button {
  font-size: 1rem;
  color: tomato;
  margin-left: 0.5rem;
}
.reject-button:hover {
  color: tomato;
}
.rejected {
  background: #ffd2ca !important;
}
.rejection-message {
  background: tomato;
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
}
