.btn-primary, .wizard > .actions a {
  color: #E5E3D8!important;
  background-color: #4C5157!important;
  border-color: #616870!important;
}

.btn-primary:hover, .wizard > .actions a:hover {
  color: #E5E3D8!important;
  background-color: #393D42!important;
  border-color: #212326!important;
}

.btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
  color: #E5E3D8!important;
  background-color: #4C5157!important;
  border-color: #616870!important;
  box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.5);
}

.btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
  color: #E5E3D8;
  background-color: #248afd;
  border-color: #248afd;
}

.btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
  color: #E5E3D8;
  background-color: #0270ec;
  border-color: #026adf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.wizard > .actions .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 156, 253, 0.5);
}