// Navigation, wider dropdowns
.uk-navbar-dropdown-wide {
  width: 300px !important;
}

.green-text {
  color: green;
}

.red-text {
  color: red;
}

a,
.uk-link {
  color: #bd84a2;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #bd84a2;
}

::selection {
  background: #bd84a2;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #bd84a2;
}

.uk-list-primary > ::before {
  color: #bd84a2 !important;
}

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

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

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #bd84a2;
}

.uk-button-primary {
  background-color: #bd84a2;
}

.uk-button-primary:hover {
  background-color: #bd84a2;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #bd84a2;
}
.uk-progress::-moz-progress-bar {
  background-color: #bd84a2;
}
.uk-progress::-ms-fill {
  background-color: #bd84a2;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #bd84a2;
}

.uk-tile-primary {
  background-color: #bd84a2;
}

.uk-card-badge {
  background: #bd84a2;
}

.uk-card-primary {
  background-color: #bd84a2;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #bd84a2;
}
.uk-alert-primary {
  background: #d8eafc;
  color: #bd84a2;
}

.uk-badge {
  background: #bd84a2;
}

.uk-label {
  background: #bd84a2;
}

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

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

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #bd84a2;
}

.uk-tab > .uk-active > a {
  border-color: #bd84a2;
}

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

.uk-text-background {
  color: #bd84a2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #bd84a2;
  }
}

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