#main-header,
body {
  background-color: #f2f6f7;
}
.btn-primary,
.btn-primary:hover {
  background-color: rgb(0 137 222) !important;
  border-color: rgb(16, 98, 150) !important;
  color: #fff;
}
.survey-questions{
    padding: 10px 30px;
}
.survey__question__answer-button,
.survey__question__answer-button:hover {
  background-color: rgb(0 137 222) !important;
  border: 2px solid rgb(16, 98, 150) !important;
  color: #fff;
  border-radius: 20px;
}
.text-primary {
  color: rgb(0 137 222) !important;
}
.name-bar__item {
  color: #000000 !important;
}

.btn-claim-redirect,
.btn-claim-redirect:hover
 {
  background-color: #190087 !important;
}
.btn-claim,
.btn-claim-redirect {
  color: #fff !important;
}