
.ms-foreground-accent, .ms-foreground-accent:focus, .ms-foreground-accent:active {
  color: #6aabce;
  fill: #6aabce;
}

.ms-border-accent {
  border-color: #6aabce;
}

.ms-background-accent {
  background-color: #6aabce;
}

.ms-foreground-dark-accent {
  color: #6aabce;
  fill: #6aabce;
}

.ms-background-dark-accent {
  background-color: #6aabce;
}

.ms-hover-foreground-accent:hover {
  color: #6aabce;
  fill: #6aabce;
}

.ms-hover-foreground-accent:hover a {
  color: #6aabce;
}

.ms-hover-background-accent:hover {
  background-color: #6aabce;
}

.ms-hover-foreground-dark-accent:hover {
  color: #6aabce;
  fill: #6aabce;
}

.ms-hover-background-dark-accent:hover {
  background-color: #6aabce;
}

.ms-checkbox :checked ~ span,
.ms-radio :checked ~ span {
  border-color: #6aabce;
  background-color: #6aabce;
}

.ms-spinner-accent {
  border-top-color: #6aabce;
  border-right-color: rgba(106, 171, 206, 0.1);
  border-bottom-color: rgba(106, 171, 206, 0.1);
  border-left-color: rgba(106, 171, 206, 0.1);
}