/* .hkt-question-view .hkt-btn{
  padding:10px 14px;
  border:1px solid #ddd;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}
.hkt-question-view .hkt-btn[disabled]{opacity:.5;cursor:not-allowed;}
.hkt-question-view .hkt-q-text{margin:14px 0;font-size:18px;line-height:1.8;}
.hkt-question-view .hkt-q-actions, .hkt-question-view .hkt-nav{display:flex;gap:10px;flex-wrap:wrap;}
.hkt-question-view .is-selected{border-color:#2271b1;}
.filledBar{height:8px;}
.EmptyBar{height:8px;opacity:.12;} */



* {
  font-family: "iransans";
}

/* استایل های صفحه تکی آزمون  */

.testMain {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  gap: 24px;
  margin: 64px 0px;
}

.testBox {
  width: 763px;
  border: 1px solid #E1E1E1;
  padding: 40px;
  border-radius: 16px;
}

.testAvatar svg {
  width: 69px;
  height: 69px !important;
  background: #30ACFF1A;
  padding: 18.5px;
  border-radius: 12px;
}

.testAvatar {
  display: flex;
  gap: 12px;
}

.testAvatar p {
  font-size: 20px;
  color: #0F0F0F;
  font-weight: 600;
  margin: 0px;
}

.testAvatar span {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 500;
}

.testAvatar div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testProgressBar {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.EmptyBar {
  width: 100%;
  background: #E8E8E8;
  height: 3px;
}

.testAvatar svg path {fill: #30ACFF;}
.testNavtBtn a svg path {fill: #30ACFF;stroke:#30ACFF}
.filledBar {
  width: 0%;
  background: #30ACFF;
  height: 3px;
}

.testProgressBorder {
  width: 633px;
  display: flex;
}

.testDesc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #0F0F0F;
  padding: 0px;
  margin: 0px;
  margin-top: 24px;
  text-align: center;
}

.testStartBtn a {
  background: #30ACFF;
  padding: 12px 32px 12px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  float: left;
}

.testStartBtn a span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.testOptionBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin: 24px 0px 64px 0px;
}

.testOptionBtn label {
  background: #F9F9F9;
  border-radius: 16px;
  padding: 22px 24px;
  width: 100%;
  display: flex;
  gap: 8px;
}

.testOptionBtn label input {
  width: 16px;
}




.testOptionBtn label:has(input:checked) {
  background: #30ACFF1A;
}

.testOptionBtn label span {
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 500;
}

.testQCount {
  display: flex;
  background: #F6F6F6;
  padding: 8px 18px;
  border-radius: 16px;
  width: max-content;
  margin-top: 32px;
  gap: 4px;
}

.testDesc p,
.testQCount {
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(.4, 0, .2, 1),
    filter 260ms ease;
}

.testBox.is-changing .testDesc p,
.testBox.is-changing .testQCount {
  opacity: 0;
  transform: translateX(-20px);
  filter: blur(4px);
}

.testBox.is-changing.is-enter .testDesc p,
.testBox.is-changing.is-enter .testQCount {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.testNavtBtn span {
  font-size: 16px;
  font-weight: 600;
  color: #30ACFF;
}

.testNavtBtn a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testProgressBar.is-complete .filledBar {
  box-shadow: 0px 0px 5px 0px rgba(248, 95, 95, 1);
}

.bottomBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hkt-finish-btn a {
  background: #30ACFF;
  padding: 12px 32px 12px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
}

.hkt-finish-btn span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.testScenarioBox p {
    color: #4E5969;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width:768px) {
  .testBox {
    max-width: 390px;
    padding: 32px 20px;
  }

  .testAvatar p {
    font-size: 18px;
  }

  .testAvatar span {
    font-size: 12px;
  }

  .testDesc p {
    font-size: 16px;
  }

  .testStartBtn {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testStartBtn a {
    float: unset;
    padding: 8px 30px;
  }

  .testAvatar svg {
    width: 46px;
    height: 46px !important;
    padding: 13px;
  }

  .testAvatar div {
    gap: 4px;
  }

  .testProgressBar {
    margin-top: 0px;
  }

  .testOptionBtn {
    flex-direction: column;
    margin: 24px 0px 34px 0px;
  }

  .testOptionBtn label {
    width: 100%;
    padding: 12px 24px;
  }
}

/* استایل های صفحه تکی آزمون  */

