quiz ul {
  margin: 0 0 20px 0;
}
quiz .list-empty {
  text-align: center;
}
quiz mat-spinner {
  margin: 50px auto;
}
quiz .section {
  padding: 0px;
}
quiz .section__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  min-height: 45px;
  padding: 10px 0px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 10px;
}
quiz .section__img {
  width: 40px;
  height: 40px;
  margin: 0 14px;
  position: relative;
}
quiz .section__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
quiz .section__icon {
  font-size: 28px;
  color: blue;
}
quiz .section__back-item {
  position: relative;
  padding: 14px;
}
quiz .section__back-item .fa-check-circle {
  color: green;
  opacity: 0.5;
}
quiz .section__name {
  color: blue;
  margin: 6px 0;
  font-size: 13px;
  flex: 1;
}
quiz .section__name p {
  font-size: 11px;
  color: blue;
  margin-bottom: 5px;
}
quiz .section__name h3 {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
quiz #detalhe .border-wrapper {
  min-height: auto;
  height: auto;
  padding: 20px 40px 40px;
}
quiz section.question {
  margin-bottom: 30px;
}
