.section-title h3 {
  margin: 0;
}


label {
  color: rgb(59, 59, 59);
  font-size: 19px;
}

.checkbox {
  min-width: 30px;
  min-height: 30px;
}

input {
  border: none;
  border-bottom: 2px solid rgb(0, 80, 173);
  color: #000;
  font-size: 20px;
  max-width: 200px;
  min-width: 200px;
}


input.input-sm {
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  border-radius: 5px;
}

.ans-input {
  background-color: rgb(0, 200, 154);
  justify-content: flex-start;
  border-radius: 5px;
}

.ans-input label {
  color: white !important;
}

.ans-input span {
  color: white !important;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.result {
  background-color: rgb(0, 80, 173);
}

.section-title {
  background-color: #0050ad;
}

.question-title p {
  font-size: 14px;
  font-style: italic;
}

.conf-cont label {
  font-size: 15px;
}