.appointment.not_paid {
  border-color: var(--color-negative);
}

.appointment {
  .link-primary {
    color: var(--color-btn-primary);
  }
}