.text-blue {
  color: #02aeee !important;
}
.bg-blue {
  background-color: #02aeee !important;
  color: #fff !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.text-truncate-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important; /* Number of lines to show */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.event-title {
  max-width: 65% !important;
}

.error {
  color: red !important;
  padding-bottom: 10px;
}
