.off-countdown-timer #clockdiv > div {
  padding: 3px;
  border-radius: 3px;
  background: white;
  display: inline-block;
}

.off-countdown-timer #clockdiv div > span {
  border-radius: 3px;
  background: white;
  display: inline-block;
  color: #374151;
  text-align: center;
  font-family: iran-bold;
}
.off-countdown-timer #clockdiv div > span.red {
  background: #ea1d21;
  color: white;
}

.off-countdown-timer .smalltext {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
  font-family: iran-medium;
}
.chapter-tab .questions-wrapper .accordion .accordion-item {
  border: none !important;
}
/* rating star */
@media (min-width: 1400px) {
  .stars {
    --s: 30px;
    width: calc(var(--n, 5) * var(--s));
    height: calc(var(--s) * 0.9);
    --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
    --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
    -webkit-mask: conic-gradient(
        from 54deg at calc(var(--s) * 0.68) calc(var(--s) * 0.57),
        var(--v1)
      ),
      conic-gradient(
        from 90deg at calc(var(--s) * 0.02) calc(var(--s) * 0.35),
        var(--v2)
      ),
      conic-gradient(
        from 126deg at calc(var(--s) * 0.5) calc(var(--s) * 0.7),
        var(--v1)
      ),
      conic-gradient(from 162deg at calc(var(--s) * 0.5) 0, var(--v2));
    -webkit-mask-size: var(--s) var(--s);
    -webkit-mask-composite: xor, destination-over;
    mask-composite: exclude, add;
    border-radius: 5px;
    background: linear-gradient(#fcaf17 0 0) 0 / calc(var(--l, 0) * var(--s))
      100% no-repeat #ccc;
  }
}

.stars {
  --s: 20px;
  width: calc(var(--n, 5) * var(--s));
  height: calc(var(--s) * 0.9);
  --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
  --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
  -webkit-mask: conic-gradient(
      from 54deg at calc(var(--s) * 0.68) calc(var(--s) * 0.57),
      var(--v1)
    ),
    conic-gradient(
      from 90deg at calc(var(--s) * 0.02) calc(var(--s) * 0.35),
      var(--v2)
    ),
    conic-gradient(
      from 126deg at calc(var(--s) * 0.5) calc(var(--s) * 0.7),
      var(--v1)
    ),
    conic-gradient(from 162deg at calc(var(--s) * 0.5) 0, var(--v2));
  -webkit-mask-size: var(--s) var(--s);
  -webkit-mask-composite: xor, destination-over;
  mask-composite: exclude, add;
  border-radius: 5px;
  background: linear-gradient(#fcaf17 0 0) 0 / calc(var(--l, 0) * var(--s)) 100%
    no-repeat #ccc;
}

/* costom select options */
.tab-menu-item:not(.no-focus) {
  color: #2e72ed !important;
}
.text-lightgreen {
  color: #7be0af;
}
.chapter-tab .questions-wrapper .accordion .accordion-item {
  border: none !important;
}

/* comments tab */
.comments-section-tab .box-desc {
  color: #47587b;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  max-width: 700px !important;
}

.comments-section-tab {
  /* width: 60%; */
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Ravi-medium";
 
  gap: 15px;
}
.comments-section-tab .box-title {
  font-family: "Ravi-bold";
  color: #162035;
}
.comments-section-tab .box-desc {
  color: #47587b;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
.comments-section-tab .comments-field {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
}
.comments-section-tab .comments-field .discuss {
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.comments-section-tab .comments-field .discuss .comment-row {
  /* width: 100%; */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  font-family: "Ravi-medium";
}

.comments-section-tab .comments-field .discuss .comment-row .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 5px;
  width: 100%;
  /* border: 2px solid #0b71ee33; */
}

.comments-section-tab .comments-field .discuss .comment-row .comment .head {
  width: 100%;
  /* padding: 10px 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #47587b;
}

.comments-section-tab .comments-field .discuss .comment-row .comment .head a {
  color: rgba(71, 88, 123, 0.3490196078);
  font-size: 12px;
}

.comments-section-tab .comments-field .discuss .comment-row .comment .body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 22px;
  color: #47587b;
  line-height: 30px;
  font-size: 14px;
}

.comments-section-tab .comments-field .discuss .comment-row .comment .body p,
.comments-section-tab .comments-field .discuss .comment-row .comment .body q {
  margin: 0;
  padding: 0 5px;
  text-align: right;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row
  .comment
  .body
  p.reply,
.comments-section-tab
  .comments-field
  .discuss
  .comment-row
  .comment
  .body
  q.reply {
  /* width: 100%; */
  border-radius: 5px;
  padding: 7px;
  color: #2180e8;
  border-right: 2px solid #2180e8;
  background: #e9f2ff;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}

.comments-section-tab .comments-field .discuss .comment-row .comment-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #47587b;
  padding: 2px 20px;
  font-size: 12px;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row
  .comment-footer
  span {
  font-family: "Ravi-number-medium";
  margin: 2px;
}

.comments-section-tab .comments-field .discuss .comment-row.admin .comment {
  border: none;
  width: 95%;
  background-color: #0b71ee1a;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row.admin
  .comment
  .head {
  flex-direction: row-reverse;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row.admin
  .comment
  .head
  a {
  color: rgba(71, 88, 123, 0.3490196078);
  font-size: 12px;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row.admin
  .comment
  .body {
  padding: 10px 16px;
  color: #47587b;
  font-size: 14px;
}

.comments-section-tab
  .comments-field
  .discuss
  .comment-row.admin
  .comment-footer {
  justify-content: flex-start;
}
.comments-section-tab .see-more {
  color: #162035;
  font-family: "Ravi-medium";
}
.comments-section-tab .see-more img {
  margin-left: 4px;
} /*# sourceMappingURL=singleBlog.css.map */
.comments-section-tab .body form textarea {
  align-self: center;
}
/*# sourceMappingURL=singleBlog.css.map */
/* rating stepbar */

ul {
  display: flex;
}
.rating-stepbar ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
}
.rating-stepbar ul li .icon {
  font-size: 35px;
  color: #fcaf17;
  margin: 0 60px;
}
.rating-stepbar ul li .text {
  font-size: 12px;
  font-weight: 600;
  color: #fcaf17;
}

/* Progress Div Css  */

.rating-stepbar ul li .progress {
  width: 10px;
  height: 10px;
  z-index: 1 !important;
  border-radius: 50%;
  background-color: #D1D5DB;
  margin: 14px 0;
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.progress::after {
  content: " ";
  position: absolute;
  width: 63px;
  z-index: -1 !important;
  height: 3px;
  background-color: #D1D5DB;
  left: 10px;
}
.rating-stepbar .one::after {
  width: 0;
  height: 0;
}
.rating-stepbar ul li .progress .uil {
  display: none;
}

/* Active Css  */

.rating-stepbar ul li .active {
  background-color: #fcaf17;
  display: grid;
  place-items: center;
}
.rating-stepbar li .active::after {
  background-color: #fcaf17;
}
.rating-stepbar ul li .active p {
  display: none;
}
.rating-stepbar ul li .active .uil {
  font-size: 20px;
  display: flex;
}

/* Responsive Css  */

@media (max-width: 700px) {
  .progress::after {
    width: 65px;
    height: 3px;
    left: 10px;
  }
}
@media (min-width: 980px) {
  /* .progress::after {
    width: 70px;
    height: 3px;
    left: 10px;
  } */
  /* .rating-stepbar ul {
    flex-direction: column;
  }
  .rating-stepbar ul li {
    flex-direction: row;
  }
  .rating-stepbar ul li .progress {
    margin: 0 30px;
  }
  .progress::after {
    width: 5px;
    height: 55px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    will-change: width;
    z-index: -1;
    transition: all 0.6s ease-in-out, opacity 0.6s ease-in-out;
  }
  .rating-stepbar .one::after {
    height: 0;
  }
  .rating-stepbar ul li .icon {
    margin: 15px 0;
  } */
}
@media (min-width: 1200px) {
  .progress::after {
    width: 63px;
  }

}
@media (min-width: 1400px) {
  .progress::after {
    width: 70px;
    height: 3px;
    left: 10px;
  }

}

@media (max-width: 600px) {
  .progress::after {
    width: 63px;
    height: 3px;
    left: 10px;
  }
}
