/* Generic color classes for the main accent color of each theme */
.accent-color-1 {
  color: #5151FF;
}
.accent-bkgd-color-1 {
  background-color: #5151FF;
}
.accent-border-color-1 {
  border-color: #5151FF;
}
#orderSummary-bottom a {
  color: #5151FF;
}
.main-color {
  border-color: rgba(81, 81, 255, 0.8);
  background-color: rgba(81, 81, 255, 0.8);
  color: rgba(81, 81, 255, 0.8);
}
.v_active {
  border: 1px solid #5151ff;
}
.receipt-button:hover,
.ticket-button:hover,
.standard-button:hover,
.button-on-white:hover,
.sm-standard-button:hover {
  border-color: rgba(81, 81, 255, 0.8);
  background-color: rgba(81, 81, 255, 0.8);
}
.details p a,
.order-confirmation a,
.activityProducer p a,
.sponsors p a,
.ticket-options a {
  color: #5151ff;
}
.details p a:hover,
.order-confirmation a:hover,
.activityProducer p a:hover,
.sponsors p a:hover,
.ticket-options a:hover {
  color: rgba(81, 81, 255, 0.7);
}
.receipt-button,
.ticket-button,
.standard-button,
.button-on-white,
.sm-standard-button {
  border-color: rgba(81, 81, 255, 0.8);
  color: rgba(81, 81, 255, 0.8);
}
.banner-success {
  background-color: rgba(81, 81, 255, 0.8);
}
.accent-color,
.atcb-item-link,
.banner-warning {
  background-color: #ef9e34;
}
.required-field {
  color: #ef9e34;
}
.question_required {
  border-left: 4px solid #ef9e34;
}
.question_required legend h2::after,
.question_required_text legend h2::after {
  color: #ef9e34;
}
input[required],
select[required],
textarea[required],
.payment-element-fullwidth {
  border-left-color: #ef9e34;
}
.checkout .submit-button:hover,
.dateloc .addtocalendar:hover,
.promo-code button:hover,
.purchase-button:hover,
.share .addtocalendar:hover,
.share .map-button:hover,
nav ul li a.active::after {
  color: rgba(239, 158, 52, 0.95);
}
.section-tag {
  border-left: 10px solid #f3b563;
}
