body {
  font-family: 'Poppins','Roboto','sans-serif';
}

.logo {
  width: 40px;
}

.radius-5 {
  border-radius: 5px;
}

.card-survey {
  margin-bottom: 20px;
}

.btn-survey {
  height: 80px;
  text-align: center!important;
}

.btn-survey-radio {
  padding: 0px!important;
  height: auto!important;
  display: flex;
  align-items: center;
  padding-left: 10px!Important;
}

.btn-survey-radio input {
  margin-right: 10px;
}

.btn-survey-radio label {
  margin: 0px;
  height: 40px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

