:root {
  /* Stage colors */
  --primary-color: #0057e7 !important;
  --primary-hover-color: #0041b3 !important;
  --secondary-color: #0041b3 !important;
  --secondary-hover-color: #002b80 !important;
  --secondary-disable-color: #5283d0 !important;
  --badge-color: #0057e7 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}

.btn-red {
  background-color: #b9031c !important;
  border-color: #b9031c !important;
}
