html .nav-pills-tertiary a {
  color: #332859;
}
html .nav-pills-tertiary a:hover {
  color: #423473;
}
html .nav-pills-tertiary a:focus {
  color: #423473;
}
html .nav-pills-tertiary a:active {
  color: #241c3f;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #332859;
}
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #332859;
}
.hasError {
  background-color: yellow !important;
}