.primary_bg { background-color: #e25085 }
.primary_cl { color: #e25085 }
.primary_bd { border-color: #e25085 }
.secondary_bg { background-color: #ffc6cb }
.secondary_cl { color: #ffc6cb }
.secondary_bd { border-color: #ffc6cb }
.primary_bg_important, .primary_bg_hover:hover { background-color: #e25085 !important}
.primary_cl_important, .primary_cl_hover:hover { color: #e25085 !important}
.primary_bd_important, .primary_bd_hover:hover { border-color: #e25085 !important}
.secondary_bg_important, .secondary_bg_hover:hover { background-color: #ffc6cb !important}
.secondary_cl_important, .secondary_cl_hover:hover { color: #ffc6cb !important}
.secondary_bd_important, .secondary_bd_hover:hover { border-color: #ffc6cb !important}

.custom-gradient {
  background: linear-gradient(#e25085, #ffc6cb);
}
a.card__link:hover {color: #e25085}
.primary__link { color: #e25085 }
.primary__link:hover, .primary__link:focus { color: #db2467 }
.primary__button { background-color: #e25085 }
.primary__button:hover, .primary__button:focus { background-color: #db2467 }

.button.primary__button[disabled],
.button.primary__button.disabled {
  opacity: 0.4;
  background-color: #e25085;
}
.button.primary__button[disabled]:hover,
.button.primary__button.disabled:hover {
  opacity: 0.4;
  background-color: #e25085;
}
.button.primary__button[disabled]:focus,
.button.primary__button.disabled:focus {
  opacity: 0.4;
  background-color: #e25085;
}

.secondary__bg { background-color: #ffc6cb }
.track-card__preview { background-color: #e25085 }

.track--in-progress {
  border-top: 7px #e25085 solid; //#77c278; /*Will match track 'color'*/
}

.track--completed {
  border-top: 7px #e25085 solid; //#77c278;/*Will match track 'color'*/
}

.upload-media__link:hover {
  color: #ffc6cb
}

.track-footer {
  background-color: #e25085

}

.c-nav_crumb_arrow.muted {
  border-left-color: #ffc6cb
}

.customize-dashboard-mode .cell:hover {
  border: 1px solid #e25085;
  background-color: rgba(226, 80, 133, 0.1);
}

.ec-object:hover {
  border: 1px solid #e25085;
  background-color: rgba(226, 80, 133, 0.1);
}

span.edit-attachment:hover {
  color: #e25085;
}

input:checked ~ .switch-paddle {
  background-color: #e25085;
}

.post-type__nav .is-active {
  border-bottom: 5px solid #ffc6cb;
}

.channels__link.is-active {
  color: #e25085;
}

.highlighted-post {
  border-top-color: #ffc6cb;
}

.channels-menu__link.is-active {
  border-left-color: #ffc6cb;
}

.notification__prize--available {
	background: #e25085;
}

.order-details__td {
	border-left: 2px solid #e25085;
}

.c-image--hero{
	background-color: #fff9fa;
}
/* CUSTOM STYLES BELOW */

.c-app-icon {
  border: 1px solid #ffc6cb;

  @include breakpoint(medium) {
    border: 2px solid #ffc6cb;
  }
}

.filter_active {
  background-color: #e25085 !important;
}

.filter_active:hover {
  border: 1px solid #e25085;
}
