body {
  background-color: #fafafa;
}

.custom-section {
  max-width: 850px;
}

.card-header.title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border-bottom: none;
  color: #333333;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.tab {
  display: none;
}

.required::after {
  content: ' *';
  color: #ef5350;
  font-weight: 700;
}

.validate-text {
  display: none;
}

.questions {
  background-color: #e1f5fe;
  padding: 10px;
  border-radius: 5px;
}