﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #eaf2f7;
  margin-bottom: 60px;
}

.survey-container {
  background-color: #fff;
  margin-top: 80px;
  padding: 40px;
}
.survey-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  white-space: pre-line;
  text-align: center;
}
.description {
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: dashed 1px #666;
  white-space: pre-line;
}
.question {
  margin: 20px;
}
.required {
  display: inline-block;
  color: red;
  margin-right: 5px;
}
.question-info {
  display: inline-block;
  font-size: 15px;
  /* font-weight: bold; */
  color: #333;
}
.question-name {
  display: inline-block;
  font-size: 15px;
  /* font-weight: bold; */
  color: #333;
}
.option-group {
  display: block;
}
.form-check {
  line-height: 32px;
  display: flex;
  align-items: center;
}
.additional-info {
  margin-top: 30px;
  padding-top: 20px;
  border-top: dashed 1px #666;
  white-space: pre-line;
}
.form-check-input.is-invalid~.form-check-label {
  color: initial;
}
.error.invalid-feedback {
  display: block;
  margin: 0;
}