@font-face {
  font-family: "YekanBakhFaNum";
  src: url("/fonts/woff2/YekanBakhFaNum-Regular.woff2") format("woff2"),
    url("/fonts/woff/YekanBakhFaNum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "YekanBakhFaNum";
  src: url("/fonts/woff2/YekanBakhFaNum-Bold.woff2") format("woff2"),
    url("/fonts/woff/YekanBakhFaNum-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.custom-quiz-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-family: "YekanBakhFaNum", sans-serif;
  direction: rtl;
  position: relative;
  padding-bottom: 10px;
  min-height: 100vh;
}

.custom-quize-main-wrapper {
  height: 100%;
  flex-grow: 1;
}

.custom-question {
  display: none;
  text-align: right;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  min-height: 80px;
  max-height: 120px;
  padding: 10px;
}

.custom-quiz-wrapper {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.question-number {
  font-weight: bold;
  font-size: 12px;
  direction: rtl;
  display: block;
}

.quiz-answer-label {
  display: flex;
  align-items: center;
  font-size: 10px;
  margin: 5px 0px;
  width: 100%;
}

.quiz-answer-label input[type="radio"] {
  margin-left: 5px;
  accent-color: #d32789;
}

.quiz-nav-btn {
  background: #ccc;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.quiz-nav-btn img.arrow-icon {
  width: 15px;
  height: 15px;
}

.quiz-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quiz-page-count {
  font-size: 14px;
  font-weight: bold;
  font-family: "YekanBakhFaNum", sans-serif;
}

.custom-quiz-title {
  font-size: 14px;
  font-family: "YekanBakhFaNum", sans-serif;
}
.quiz-nav-btn.prev,
.quiz-nav-btn.next {
  width: 30px; /* Larger arrow */
  height: 30px;
}
.quiz-logo {
  text-align: center;
  margin-top: 10px;
}

.quiz-logo img {
  max-width: 120px; /* Adjust size as needed */
  height: auto;
}
.custom-quiz-footer {
  position: relative !important;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.custom-quiz-navigation.fixed-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
}

.quiz-logo {
  margin-top: 1px;
}

.quiz-logo img {
  max-width: 100px; /* Adjust as needed */
  height: auto;
}
