.soru5soru5 {
}
.soru5soru {
}
.soru5title {
  background: #cbdcec;
  height: 42px;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.soru5text {
  background: #fbfdd8;
  color: #00549a;
  font-size: 16px;
  line-height: 18.5px;
  padding: 10px;
}
.soru5answers {
  background: #fbfdd8;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.soru5answer {
  margin-bottom: 24px;
  display: flex;
}
.soru5answer > a {
  display: block;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #979797;
  margin-right: 15px;
}
.soru5answer > a.selected {
  background: #00549a;
}
.soru5answerResult {
  padding-left: 40px;
  position: relative;
}
.soru5response {
  background: #feffeb;
  padding: 10px;
  font-size: 16px;
}
.soru5barContainer {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.soru5bar {
  width: 90%;
  background: #d9d9d9;
  height: 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.soru5Percent {
  position: relative;
  top: -3px;
}

.soru5barPercent {
  height: 10px;
  border-radius: 5px;
}

#soru5PrevButton,
#soru5NextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #6087af;
  border-radius: 3px;
  color: white !important;
  font-size: 17px;
  width: 98px;
  height: 27px;
  padding: 2px 8px;
  cursor: pointer;
}

#soru5PrevButton:hover,
#soru5NextButton:hover,
#soru5submit:hover {
  text-decoration: none;
}

#soru5NextButton {
  margin-left: 10px;
}

.soru5nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}

.soru5submitContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#soru5submit {
  background: #d5d5d5;
  color: black !important;
  width: 160px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.soru5correct,
.soru5wrong {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 10px;
}
.soru5correct {
  background-image: url("correct.png");
}
.soru5wrong {
  background-image: url("wrong.png");
}

.soru5final {
  font-size: 16px;
  background: #00549a;
  color: white;
  padding: 10px;
}
