<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toolbar {
  display: none !important;
}

.page {
  border-image: none !important;
}

.shepherd-header, .shepherd-element.shepherd-has-title[data-popper-placement^="bottom"] &gt; .shepherd-arrow::before {
  background: #ef7b49 !important;
}

.shepherd-title, .shepherd-cancel-icon {
  color: white !important;
}

.bg-brand-primary {
  background-color: #ffffff;
}

.bg-brand-accent {
  background-color: #ef7b49;
}

.text-brand-primary {
  color: #ef7b49;
}

.switch-brand-primary {
  background-color: #ef7b49;
}

.dropdown-brand-primary {
  background-color: #ffffff;
  color: #ef7b49;
}

.dropdown-brand-primary:hover {
  opacity: 0.8;
}

.btn-brand-primary {
  background-color: #ef7b49;
  color: #ffffff;
}

.btn-brand-primary:hover {
  background-color: #ef7b49 !important;
  color: #ffffff !important;
  opacity: 0.8 !important;
}

.btn-brand-secondary {
  background-color: transparent !important;
  border: 1px solid #ef7b49;
  color: #ef7b49;
}

.btn-brand-secondary:hover {
  border: 1px solid #ef7b49;
  background-color: #ef7b49 !important;
  color: white;
}

.link-brand-primary {
  color: #ef7b49;
}

.link-brand-primary:hover {
  opacity: 0.7;
}

.tab-brand-primary {
  color: '#718096';
}

.tab-brand-primary:hover {
  border-color: #ef7b49;
  color: #ef7b49;
}

.active-tab-brand-primary {
  border-color: #ef7b49;
  color: #ef7b49;
}

.card-brand-primary {
  border-color: #ef7b49
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.rotate {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

/***
 * New Templating
 ***/

.text-primary {
  color: #ef7b49 
}

.text-primary-light {
  color: #f4a07d 
}

.text-primary-disabled {
  color: #fce8df 
}

.text-primary-lightest {
  color: #ffffff 
}

.bg-primary {
  background-color: #ef7b49 
}

.bg-primary-light {
  background-color: #f4a07d 
}

.bg-primary-disabled {
  background-color: #fce8df 
}

.bg-primary-lightest {
  background-color: #ffffff 
}

.border-primary {
  border-color: #ef7b49 
}

.border-primary-light {
  border-color: #f4a07d 
}

.border-primary-disabled {
  border-color: #fce8df 
}

.border-primary-lightest {
  border-color: #ffffff 
}

.btn-primary {
  background-color: #ef7b49;
  color: white;
}

.btn-primary:hover {
  background-color: #f4a07d;
  color: white;
}

.link-primary:hover {
  color: #ef7b49;
}

.btn-secondary {
  border-color: #ef7b49;
  color: #ef7b49;
}

.btn-secondary:hover {
  background-color: #ef7b49;
  color: white;
}

.btn-success-secondary {
  border-color: #3BD087;
  color: #3BD087;
}

.btn-success-secondary:hover {
  background-color: #3BD087;
  color: white;
}

.btn-error-primary {
  background-color: #EF495F;
  color: white;
}

.btn-error-primary:hover {
  background-color: #FFAFBD;
  color: white;
}

.btn-error-secondary {
  border-color: #EF495F;
  color: #EF495F;
}

.btn-error-secondary:hover {
  background-color: #EF495F;
  color: white;
}

.bg-success {
  background-color: #3BD087; 
}

.bg-success-light {
  background-color: #A4EECF; 
}

.bg-error {
  background-color: #EF495F; 
}

.bg-error-light {
  background-color: #FFAFBD; 
}

.bg-warning {
  background-color: #FFD612;
}

.text-success {
  color: #3BD087; 
}

.link-success {
  color: #3BD087; 
}

.text-success:hover {
  opacity: 0.75;
}

.text-warning {
  color: #FFD612; 
}

.text-error {
  color: #EF495F; 
}

.link-error {
  color: #EF495F; 
}

.link-error:hover {
  opacity: 0.75;
}
</pre></body></html>