<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uk-label.uk-label-theme {
  color: #D06C7E !important;
}

.uk-alert-primary {
  background: #F8F8F8;
  color: #D06C7E;
}

.uk-text-primary {
  color: #D06C7E !important;
}

.uk-notification-message-primary {
  color: #D06C7E;
}

a,
.uk-link {
  color: #D06C7E;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #D06C7E;
}

.uk-radio:focus,
.uk-checkbox:focus {
  border-color: #D06C7E;
}

.uk-search-default .uk-search-input:focus {
  border-color: #D06C7E;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #D06C7E;
}

.uk-progress::-webkit-progress-value {
  background-color: #D06C7E;
}

.uk-progress::-moz-progress-bar {
  background-color: #D06C7E;
}

.uk-subnav-pill &gt; .uk-active &gt; a {
  background-color: #D06C7E;
}

.uk-tab &gt; .uk-active &gt; a {
  border-color: #D06C7E;
}

.uk-badge {
  background: #D06C7E;
}

.uk-label {
  background: #D06C7E;
}

.uk-text-background {
  background-color: #D06C7E;
}

.uk-background-primary {
  background-color: #D06C7E;
}

.uk-heading-bullet::before {
  border-left: calc(5px + 0.1em) solid #D06C7E;
}

input:checked + .uk-switch-slider {
  background-color: #D06C7E !important;
}
.uk-switch-slider.uk-switch-on-off {
  background-color: #D06C7E;
}
input:checked + .uk-switch-slider.uk-switch-on-off {
  background-color: #D06C7E !important;
}</pre></body></html>