/* .single-product .pqa-field {
    width: 50%;
} */
.message-field-pqa{
	width:100% !important;
}
.pqa-row {
    padding-bottom: 10px;
}
.pqa-box {
    border: 1px solid #3b3a76;
    padding: 25px;
    margin-bottom: 25px;
	border-radius:8px;
}

.pqa-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.pqa-row {
    display: flex;
    gap: 20px;
}

.pqa-field input,
.pqa-field textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
/*     border: 1px solid #3b3a76; */
    margin-top:5px;
	    background: #F1F0F8;
	
}

.pqa-submit {
    background: #3b3a76 !important;
    color: #fff;
	margin-top:10px;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
}

.pqa-question-item {
    border: 1px solid #E7E7F3;
/*     background:#f6f5ff; */
    padding: 15px;
    margin-bottom: 15px;
	border-radius:8px;
}

.pqa-q {
    color: #3b3a76;
}

.pqa-comment-btn , .fiter-btn{
    background: #3b3a76 !important;
    color: #fff;
    border-radius: 10px;
    padding: 8px 18px;
    border: none;

}
.pqa-actions {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pqa-vote {
    background: #eee;
    border: 1px solid #3b3a76;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
}

.pqa-resolve {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
}

.pqa-resolved {
    color: #28a745;
    font-weight: bold;
}

form.pqa-reply-form {
    display: flex;
    flex-direction: column;
	margin-top:20px;
	gap:10px;
}
.pqa-question-item textarea {
    resize: vertical;
/*  border: 1px solid #E7E7F3; */
    padding: 10px;
    border-radius: 10px;
	width:100%;
/* 	border: 1px solid #3b3a76; */
}
button.pqa-comment-btn {
    width: fit-content;
	width:20%;
}

h2.pqa-title {
    margin-top: 0;
}
.pqa-field select , form.exam-topic-filter select {
/*     border: 1px solid #3b3a77; */
    padding: 10px 20px;
/*     border: 1px solid #3b3a77; */
    border-radius: 8px;
        margin-bottom: 10px;
}
.pqa-field select {
	width:100%;
	background: #F1F0F8;
}
form.exam-topic-filter select{
	margin:0px !important;
}
button.fiter-btn{
	margin-top:0px !important;
}
form.exam-topic-filter {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.pqa-field label {
    padding-bottom: 5px;
}

.pqa-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.pqa-reply-form input[type="text"] {
    width: 100%;
    padding: 8px;
/*     margin-bottom: 6px; */
    border-radius: 12px;
	border: 1px solid #E7E7F3;
  
}

form.pqa-form .pqa-field {
    display: flex;
    flex-direction: column;
}


.pqa-field {
    width: 100%;
}




.pqa-auth-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.pqa-login-btn,
.pqa-register-btn {
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.pqa-login-btn {
    background: #333;
    color: #fff;
}

.pqa-register-btn {
    background: #3b3a77;
    color: #fff;
}
p.pqa-login-note {
    padding-top: 10px;
}
.page-id-26355 a.pqa-login-btn , .page-id-26355 a.pqa-register-btn {
    color: #fff;
}
p.pqa-login-note a {
    color: #3b3a76;
    font-weight: 700;
    text-decoration: underline;
}

.pqa-notice {
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 600;
}
.pqa-pending {
    background: #fff6d6;
    border: 1px solid #f0c36d;
    color: #7a5a00;
}
.pqa-actions {

    margin: 0 !important;
}
.parent {
    display: flex;
    gap: 30px;
	align-items:center;
}
.column-left {
    flex: 1;
}
.column-right {
    flex: 1;
}
.column-right img {
    max-width: 100%;
    height: auto;
	border-radius: 30px;
}
ul.pqa-thread.depth-0 li {
    list-style-type: disclosure-closed;
}

.exam-layout { display:flex; gap:30px; }

.exam-toc {
  flex:1;
/*   position:sticky;
  top:120px; */
  background:#f6f5ff;
  padding:16px;
  border-radius:8px;
	height:fit-content;
}
.exam-topic-title {
  margin-top:40px;
  font-size:24px;
  border-bottom:2px solid #e5e5ef;
  padding-bottom:8px;
}

li.pqa-reply form.reply-to-reply {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pqa-verified-badge {
    background: #e6f4ff;
    color: #0b5ed7;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 4px;
    font-weight: 600;
    vertical-align: middle;
}

aside.exam-toc h3 {
    margin-top: 5px;
}

.pqa-admin-answer {
    background: #f8f9ff;
    border-left: 4px solid #0b5ed7;
    padding: 12px;
    margin: 12px 0;
}

.pqa-answer-label {
    font-size: 14px;
    font-weight: 700;
    color: #0b5ed7;
    margin-bottom: 6px;
}

.pqa-answer-meta {
    font-size: 14px;
    margin-bottom: 6px;
}

.pqa-answer-content {
    font-size: 15px;
}

.pqa-verified-badge {
    background: #e6f4ff;
    color: #0b5ed7;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 4px;
    font-weight: 600;
}

h2.exam-topic-title {
    font-size: 2rem;
}
h3.pqa-q{
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 500;
}
h3.pqa-q.main-title-q a {
    font-weight: 800 !important;
    color: #3b3a76 !important;
    font-size: clamp(32px, 4vw, 42px);
    line-height: 1.2;
}
@media only screen and (max-width:992px){
	.exam-layout {
    flex-direction: column-reverse;
}
}


.pqa-answer-box{
     /* border: 1px solid #e6e6e6; */
    padding: 12px;
    border-radius: 8px;
    margin: 10px 0 15px;
    background: #F6F5FE;
}
.pqa-answer-title{
  margin: 0 0 6px;
}
.pqa-answer-meta{
  margin: 0 0 8px;
}
.pqa-answer-content{
  margin: 0;
}

p.pqa-answer-title {
    margin: 0;
}
form.reply-to-reply input , form.pqa-reply-form input {
    padding: 8px 10px;
	    border-radius: 12px;
	border: 1px solid #E7E7F3;
}

.exam-notice.exam-pending {
    background: antiquewhite;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* .ansbox-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
} */
.ansbox-header p.pqa-answer-meta {
    margin: 0;
}

.pqa-exam-tip {
        background: #E3E1F5;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 16px 0;
    font-size: 15px;
}
span.pqa-stu-id {
    font-size: 16px;
}
.pqa-question-footer {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: #444;
        border-top: 1px solid #E7E7F3;
    padding-top: 10px;
    margin-top: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pqa-exam-tip p {
    margin: 0;
}
h2.exam-topic-title {
    margin-top: 0;
}
.pqa-comment-actions {
    display: flex;
    gap: 10px;
}
.pqa-comment-actions {
    margin-bottom: 20px;
}


.firsttwofield {
    display: flex;
    gap: 20px;
}
.firsttwofield input[type="email"] {
	width: 100%;
}
.firsttwofield input[type="text"] {
    margin-bottom: 0 !important;
}
.firsttwofield {
    margin-bottom: 10px;
}
form.reply-to-reply.pqa-reply-form textarea {
    width: 100% !important;
}
.reply-submit {
    background: #3b3a76 !important;
    color: #fff;
    padding: 8px 18px;
    border-radius: 12px;
	width:20%;
}



button.exam-vote-btn , .exam-comment-vote {
    display: flex;
    align-items: anchor-center;
    gap: 5px;
    border: 1px solid #3b3a77;
    padding: 5px 10px;
    border-radius: 10px;
}
.exam-reply-toggle {
    border: 1px solid #3b3a77 !important;
    padding: 5px 10px;
    border-radius: 10px;
    color: #3B3A76;
    font-weight: 400 !important;
}
/* .exam-reply-toggle{
	background: #3b3a77 !important;
} */

.exam-reply-toggle {
/*     margin-left: 10px; */
    cursor: pointer;
    background: none;
    border: none;
    font-weight: 600;
}

.exam-replies-wrapper {
    margin-top: 15px;
    padding-left: 15px;
    border-left: 3px solid #eee;
}

p.pqa-meta {
    margin-top: 0;
}

.pqa-thread .pqa-reply {
    display: list-item;
}

.pqa-thread.collapsed .pqa-reply:nth-child(n+5) {
    display: none;
}

/***Thread Styling **/
/* THREAD VISUAL RAIL */
.pqa-thread {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #e2e8f0;
}

/* START MARKER */
.pqa-thread::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -14px;
    font-size: 11px;
    color: #64748b;
    background: #fff;
    padding: 0 6px;
}

/* END MARKER */
.pqa-thread-end {
    margin-left: 20px;
    height: 14px;
    border-left: 2px solid #e2e8f0;
    position: relative;
}

.pqa-thread-end::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -14px;
    font-size: 11px;
    color: #64748b;
    background: #fff;
    padding: 0 6px;
}


.pqa-predefined-badge {
    background: #eef6ff;
    color: #0b5ed7;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 8px;
}

.exam-predefined-questions {
    background: #f9fbff;
    border: 1px solid #e3e8f0;
    padding: 20px;
    margin-bottom: 40px;
}

.exam-question.predefined {
    margin-bottom: 25px;
}
button.exam-vote-btn.active {
    background: #3b3a77;
    color: #fff;
}
button.exam-comment-vote.active{}
button.exam-vote-btn.active svg path {
    /* fill: #fff; */
    stroke: #fff;
}

.combine-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    border: 1px solid #E7E7F3;
    border-radius: 12px;
    padding: 3px 3px 3px 10px;
}


.pqa-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.pqa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pqa-user-info {
  line-height: 1.2;
}

.pqa-user-name {
  font-weight: 600;
	padding-bottom:3px;
}

.pqa-stu-id {
  font-size: 12px;
  color: #777;
}
.exam-topic-section {
    padding-top: 50px;
}
.exam-topic-section:first-child {
    padding-top: 0;
}





.profilemian {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}


.profile {
    justify-content: flex-start !important;
}

.pqa-user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 6px;
	justify-content:space-between;
}

.pqa-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pqa-user-body {
  display: flex;
  flex-direction: column;
}

.pqa-user-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pqa-user-name {
  font-weight: 600;
  font-size: 14px;
}

.pqa-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e88ff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
button.exam-reply-toggle:hover {
    background: #E3E1F5;
    border: 1px solid #E3E1F5 !important;
}
.pqa-stu-id {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.pqa-answer-content p {
    font-size: 16px;
}
button.exam-reply-toggle, button.pqa-reply-toggle , ul.pqa-thread.depth-0 p , button.pqa-comment-btn , .reply-submit{
    font-size: 14px;
}
button.exam-comment-vote {
    border: none;
    padding: 0;
}

button.exam-vote-btn:hover {
    background: #3b3a77;
    color: #fff;
}
button.exam-vote-btn:hover svg path {
  
    stroke: #fff !important;
}
h1.entry-title {

    font-size: clamp(32px, 4vw, 42px);
}


.pqa-time {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
}
.user-top{
	display:flex;
	align-items: center;
	gap: 6px;
}
.pqa-user-top {
    display: flex;
    align-items: center;
    gap: 6px;
	justify-content:space-between;
}
.exam-question.pqa-question-item.admin-question .pqa-user {
    justify-content: left;
}
.userprofilemain{
	display:flex;
	align-items:center;
	gap: 10px;
}
.ansbox-header .pqa-user.profile {
    justify-content: space-between !important;
}
@media only screen and (max-width:992px){
	.exam-toc{
		position: relative;
		top: 0;
	}
}
@media only screen and (max-width: 1270px) and (min-width:992px){
	button.pqa-comment-btn , button.reply-submit{
		width: 30%;
	}
}

@media only screen and (max-width: 890px) {
	button.pqa-comment-btn , button.reply-submit{
		width: 40%;
	}
}
@media only screen and (max-width:600px){
	.profilemian {
    flex-direction: column;
    justify-content: flex-start !important;
		align-items: flex-start !important;
}
	.pqa-user-top {
    flex-direction: column;
    align-items: flex-start;
}
	.combine-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
		padding-left:3px !important;
}
	button.reply-submit {
    width: 100% !important;
}
	
}

@media (max-width: 768px) {

  /* Remove deep indentation */
  .pqa-thread {
      padding-left: 0;
      margin-left: 0;
  }

  /* Flatten nested replies */
  .pqa-thread.depth-1,
  .pqa-thread.depth-2,
  .pqa-thread.depth-3,
  .pqa-thread.depth-4,
  .pqa-thread.depth-5 {
      margin-left: 12px;
      padding-left: 0;
      border-left: 2px solid #eee;
  }

  /* Keep reply meta inline */
  .pqa-reply-meta,
  .profilemian,
  .pqa-user.profile {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: nowrap;
  }

  /* Prevent avatar + name stacking */
  .pqa-user-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  /* Make comment content inline style */
  .pqa-reply > p {
      margin-top: 6px;
      margin-bottom: 6px;
  }

}
/**Single Questiton**/
.single-exam_question .max-w-\[650px\] {
    max-width: 100%;
	width: 100%;
}

.page-child #content > section a, .entry-content a {
    text-decoration: none !important;
	color:#171717;
	font-weight: 400 !important;
}

@media only screen and (max-width: 992px){
	.parent {
    flex-direction: column-reverse;
}
	.column-left {
    width: 100%;
}
}


/* section#topic-commonly-asked-questions .user-top {
    display: none;
} */
/* .exam-topic-section {
    width: 73%;
    margin: 0;
} */
.exam-questions {
    display: flex;
    flex-direction: column;
	gap:50px;
	flex: 1.5;
}
.pqa-avatar.instructor-avatar img {
    border-radius: 50px;
}
.exam-topic-section {
    width: 100%;
}



.question-bread-crums{
	padding-top:10px;
}
/* .page-id-26803 aside.exam-toc {
    height: auto;
} */
.page-id-26749  #content > section a, .entry-content a , .page-id-26798 #content > section a, .entry-content a {
    text-transform: none;
    text-decoration: none !important;
	    font-weight: 400 !important;
}
/* section#topic-general-exam-questions {
    order: -1;
} */
section#topic-commonly-asked-questions {
    order: 1;
}
section#topic-general-exam-questions {
    order: 0;
}
.pqa-question-full{
	padding-bottom:20px;
}
.exam-group-section {
    display: flex;
    flex-direction: column;
}


.exam-toc ul {
    margin: 0;
}

.exam-toc{
    position: sticky;
    top: 50px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}
.exam-toc::-webkit-scrollbar {
  width: 4px;
}

.exam-toc::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}