body {
  background-color: #F8FBFF;
}

.li {
  list-style-type: circle;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-response-boolean {
  border: solid #e2e2e1 1px;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.button-response-boolean:hover {
  background-color: #F8FBFF;
}

.button-response-multiple {
  border: solid #e2e2e1 1px;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.button-response-multiple:hover {
  background-color: #F8FBFF;
}

.pointer {
  cursor: pointer;
}

.img-thumbnail {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.button-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.bg-prime-one {
  background-color: var(--prime-one) !important;
  font-weight: 600;
}
a:hover {
  color: #247BA0 !important;
}
.close-session-button {
  position: absolute;
  right: 30px;
}

@media (min-width: 768px) {
  .card-questionnaire {
    max-width: 700px;
    width: 700px;
    min-width: 700px;
  }
}
