.timer-container {
  background: #F0F6FC;
}
.timer-container .quiz-number {
  color: #797979;
  font-size: 18px;
}
.timer-container .timer {
  background-color: #fff !important;
  height: 40px;
  width: 110px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  font-size: 18px;
  color: #797979;
}
.timer-container .submit-btn {
  background-color: #0f75bc !important;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
}
.timer-container .submit-btn:hover {
  background-color: #0963a3 !important;
  color: #fff;
}

.questian-container {
  background: #F8F9F9;
}
.questian-container h4 {
  color: #4F4F4F;
}

.answer-container {
  background: #F8F9F9;
}
.answer-container .answer-list {
  border: 1px solid #797979;
  padding: 20px 10px;
  margin: 10px 0px;
  padding-left: 45px;
  color: #4F4F4F;
  cursor: pointer;
  transition: 0.5s;
}
.answer-container .answer-list span {
  background: #EAF1F6;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 16px;
  padding-top: 3px;
  color: #000 !important;
}
.answer-container .answer-list:hover {
  background-color: #0F75BC !important;
  color: #fff !important;
}
.answer-container .selected {
  background-color: #0F75BC !important;
  color: #fff !important;
}

.btn-style {
  border: 1px solid #0f75bc !important;
  color: #0f75bc;
  transition: 0.5s;
}
.btn-style svg {
  margin-top: -2px;
}
.btn-style:hover {
  background-color: #0963a3;
  color: #fff;
}
.btn-style:hover svg {
  filter: brightness(0) invert(1);
}

html:lang(ar) .btn-style svg {
  transform: rotate(-180deg);
}
html:lang(ar) .answer-container .answer-list {
  padding-left: 10px;
  padding-right: 45px;
}
html:lang(ar) .answer-container .answer-list span {
  left: auto;
  right: 10px;
}
