.fade-enter-active {
  transition: opacity 0.3s;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-to {
  opacity: 1;
}
.single-exam form {
  margin: 0;
  display: block;
  width: 100%;
}
.single-exam form.tb-doing-form {
  min-height: 500px;
}
.single-exam .testbook-single-exam-summary h1.title {
  text-align: center;
}
.single-exam .testbook-single-exam-summary .qm-comments {
  margin-top: 48px;
}
.single-exam .action {
  margin: 0 auto;
  max-width: 400px;
  padding: 24px;
  margin-top: 24px;
  background: #ECF0F1;
}
.single-exam .action .table-data {
  background: #444B54;
  color: #FFF;
}
.single-exam .action .table-data .gd {
  padding: 10px;
}
.single-exam .action .table-data .gd .gd-label {
  float: left;
  width: 150px;
  text-align: left;
  font-size: 15px;
}
.single-exam .action .table-data .gd .gd-value {
  margin-left: 150px;
  text-align: left;
  font-size: 15px;
}
.single-exam .tb-btn-single-start,
.single-exam .tb-btn-single-start-login {
  display: block;
  background: #27AE60;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  outline: none;
  box-shadow: none;
}
.tb-answer-single-image,
.tb-answer-multiple-image {
  height: auto;
  max-width: 100%;
  display: block;
}
#tb-doing,
#tb-result {
  margin-bottom: 24px;
  position: relative;
  top: 100px;
}
#tb-doing .tb-question,
#tb-result .tb-question {
  display: none;
  position: absolute;
}
#tb-doing .tb-question.active,
#tb-result .tb-question.active {
  display: block;
  position: relative;
}
#tb-doing .tb-loading,
#tb-result .tb-loading {
  text-align: center;
  margin-top: 24px;
}
#tb-doing .tb-loading img,
#tb-result .tb-loading img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: auto;
}
#tb-doing_container,
#tb-doing_body_content_container {
  position: relative;
}
#tb-doing_body_content_container {
  min-height: 500px;
}
#tb-doing_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px;
  margin-bottom: 24px;
  background: #EFEFEF;
}
#tb-doing_body {
  margin-bottom: 36px;
}
#tb-doing_body_header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
#tb-doing_body_header_title {
  color: #0c83ce;
  font-size: 16px;
  font-weight: bold;
}
#tb-doing_body_header_info {
  font-size: 13px;
}
#tb-doing_body_content_container .tb-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  z-index: 999;
}
#tb-doing_body_content_container .tb-loading img {
  margin-top: 100px;
}
#tb-doing_body_content {
  position: relative;
  padding: 10px;
  margin-bottom: 24px;
  width: 100%;
  min-height: 250px;
  background: #FFF;
  color: #000;
}
#tb-doing_body_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
#tb-doing_body_actions .tb-next {
  background: #c74a00;
  color: #FFF;
}
#tb-doing_body_actions .tb-prev {
  background: #CFCFCF;
  color: #333;
}
.tb-doing-action-btn {
  display: block;
  padding: 6px 24px;
  margin-right: 0px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  margin-right: 6px;
}
.tb-doing-action-btn__s1 {
  color: #FFF;
  background: green;
}
.tb-doing-action-btn__s2 {
  color: #333;
  background: #CFCFCF;
}
.tb-doing-action-btn__s3 {
  color: #FFF;
  background: red;
}
#tb-doing_sidebar {
  background: #fff;
  z-index: 9999;
  position: relative;
  top: 50px;
}
.tb-doing_sidebar_title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.tb-doing_sidebar_title.tb-doing_sidebar_title__span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tb-doing_sidebar_timer {
  text-align: center;
}
#tb-doing_sidebar_timer span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#tb-doing_sidebar_tracking {
  overflow: auto;
  height:auto;
  max-height: 250px;
}
#tb-doing_sidebar_tracking span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #868686;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  margin-bottom: 4px;
  cursor: pointer;
  user-select: none;
}
#tb-doing_sidebar_tracking span.active {
  background: #68c1ff;
}
#tb-doing_sidebar_tracking span.notanswered {
  background: #ff6d6d;
}
#tb-doing_sidebar_tracking span.answered {
  background: #65ca65;
}
#tb-doing_sidebar_tracking span.notvisited {
  background: #d8d8d8;
}
.tb-sidebar_section__timer {
  background: #429443;
}
.tb-sidebar_section__duration {
  padding: 10px 14px;
  background: #EFEFEF;
}
.tb-sidebar_section__duration .tb-doing_sidebar_title {
  font-size: 16px;
}
.tb-sidebar_section__duration .tb-sidebar_section__duration-label {
  color: #8e8e8e;
}
.tb-sidebar_section__result_info {
  padding: 10px 14px;
  background: #EFEFEF;
}
.tb-sidebar_section__result_info .tb-doing_sidebar_title {
  font-size: 16px;
}
.tb-sidebar_section__result_info .tb-sidebar_section_label {
  color: #8e8e8e;
}
.tb-sidebar_section__result_info .tb-sidebar_section_value a {
  text-decoration: none;
  outline: none;
  color: #333;
}
.tb-sidebar_section__tracking {
  border: 1px solid #efefef;
}
#tb-doing_sidebar_tracking {
  padding: 14px;
}
#tb-doing_sidebar_summary {
  margin-top: 12px;
}
#tb-doing_sidebar_summary:after {
  content: '';
  clear: both;
  display: table;
}
#tb-doing_sidebar_summary .tb-summary {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#tb-doing_sidebar_summary .tb-summary_value {
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background: #d8d8d8;
  margin-right: 10px;
}
#tb-doing_sidebar_summary .tb-summary_label {
  font-size: 14px;
}
#tb-doing_sidebar_summary .tb-summary__answered .tb-summary_value {
  background: #65ca65;
  color: #FFF;
}
#tb-doing_sidebar_summary .tb-summary__marked .tb-summary_value {
  background: #68c1ff;
  color: #FFF;
}
#tb-doing_sidebar_summary .tb-summary__notanswered .tb-summary_value {
  background: #ff6d6d;
  color: #FFF;
}
#tb-result_container {
  padding: 10px;
  border: 1px solid #efefef;
  margin-bottom: 24px;
}
.tb-result_score {
  background: #efefef;
  border-radius: 4px;
  text-align: center;
  padding: 24px 0;
}
.tb-result_score .tb-result_score_title {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: 0 0 11px 0;
}
.tb-result_score .tb-result_score_value {
  font-size: 60px;
  line-height: 1;
  color: #429343;
}
.tb-question-content {
  color: #333;
  font-size: 24px;
  background: #fff;
  padding: 24px 0px;
  border-radius: 11px;
}
.tb-question-content p {
  margin: 0;
}
.tb-question-content p + p {
  margin-top: 24px;
}
.tb-question.single .tb-answers,
.tb-question.multiple .tb-answers {
  border-top: 1px solid #f1f1f1;
  padding-top: 24px;
}
.tb-question.single .tb-answers .tb-answer,
.tb-question.multiple .tb-answers .tb-answer {
  padding: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.tb-question.single .tb-answers .tb-answer.selected i,
.tb-question.multiple .tb-answers .tb-answer.selected i {
  color: #e09f00;
}
.tb-question.single .tb-answers .tb-answer.u_answered i,
.tb-question.multiple .tb-answers .tb-answer.u_answered i {
  color: red;
}
.tb-question.single .tb-answers .tb-answer.q_correct i,
.tb-question.multiple .tb-answers .tb-answer.q_correct i {
  color: green;
}
.tb-question.single .tb-answers .tb-answer-check-icon i,
.tb-question.multiple .tb-answers .tb-answer-check-icon i {
  font-size: 30px;
  line-height: 1;
  display: block;
  color: #cfcfcf;
}
.tb-question.single .tb-answers .tb-answer-content,
.tb-question.multiple .tb-answers .tb-answer-content {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  #tb-doing,
  #tb-result {
    padding: 0;
  }
  #tb-doing_sidebar {
    position: relative;
    width: 100%;
  }
}
#tb-myaccount {
  font-size: 14px;
}
#tb-myaccount .tb-tabs-title-container .tb-tab-items {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
}
#tb-myaccount .tb-tabs-title-container .tb-tab-items > a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  border-bottom: 1px solid #1f6fff;
  background: #5692ff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  min-height: 36px;
}
#tb-myaccount .tb-tabs-title-container .tb-tab-items > a.active {
  background: #3579f3;
}
#tb-myaccount .tb-my-account-table_view_results {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
#tb-myaccount .tb-my-account-table_view_results th {
  padding: 7px 10px;
  background: #8c8c8c;
  color: #fff;
}
#tb-myaccount .tb-my-account-table_view_results td {
  padding: 7px 10px;
}
#tb-myaccount .tb-my-account-table_view_results a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  outline: none;
}
#tb-myaccount .tb-form-group {
  margin-bottom: 12px;
}
#tb-myaccount .tb-form-group > label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}
#tb-myaccount .tb-form-group .col-form-input .form-text {
  display: block;
  margin-top: 6px;
}
#tb-myaccount .tb-form-group .col-form-input .text-muted {
  font-size: 13px;
  color: #8c8a8a;
}
#tb-myaccount .tb-form-group .col-form-input .input-text,
#tb-myaccount .tb-form-group .col-form-input input[type=email],
#tb-myaccount .tb-form-group .col-form-input input[type=password],
#tb-myaccount .tb-form-group .col-form-input input[type=search],
#tb-myaccount .tb-form-group .col-form-input input[type=tel],
#tb-myaccount .tb-form-group .col-form-input input[type=text],
#tb-myaccount .tb-form-group .col-form-input input[type=url],
#tb-myaccount .tb-form-group .col-form-input textarea {
  padding: 6px;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  max-width: 300px;
  width: 100%;
}
#tb-myaccount .tb-form-group .col-form-input .input-text:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=email]:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=password]:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=search]:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=tel]:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=text]:focus,
#tb-myaccount .tb-form-group .col-form-input input[type=url]:focus,
#tb-myaccount .tb-form-group .col-form-input textarea:focus {
  outline: none;
}
#tb-myaccount .tb-form-group .form-control {
  display: block !important;
  width: 100% !important;
  height: calc(2.25rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
#tb-myaccount .tb-btn-submit {
  border: 0;
  background-color: #5592ff;
  color: #fff;
  padding: 8px 24px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  margin-top: 24px;
  border-radius: 4px;
}
.tb-form a {
  outline: none;
  color: #333333;
}
.tb-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}
.tb-form .tb-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tb-form .tb-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.tb-form .tb-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.tb-form .tb-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.tb-form .tb-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.container-tb-login .form-row,
.tb-myaccount-login .form-row {
  margin-bottom: 24px;
}
.container-tb-login .form-row label,
.tb-myaccount-login .form-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.container-tb-login .form-row input[type=text],
.tb-myaccount-login .form-row input[type=text],
.container-tb-login .form-row input[type=password],
.tb-myaccount-login .form-row input[type=password] {
  background: #FFF;
  border: 1px solid #cfcfcf;
  outline: none;
  box-shadow: none;
}
.container-tb-login .lost_password,
.tb-myaccount-login .lost_password {
  margin-top: 6px;
  display: block;
}
.container-tb-login .lost_password a,
.tb-myaccount-login .lost_password a {
  font-size: 13px;
  text-decoration: none;
  color: #7d7d7d;
}
.tb-btn {
  font-size: 15px;
  padding: 7px 10px;
}
.table td a,
.tb-list-group a,
.tb-btn,
.tb-list-group a:focus,
.tb-btn:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.exams {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.exam {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
}
.exam .item-info {
  font-size: 14px;
}
.exam .item-info > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #95A5A6;
  margin-bottom: 10px;
}
.exam .item-info > div i {
  margin-right: 4px;
  font-size: 14px;
}
.exam .item-info > div span {
  display: block;
  line-height: 1;
}
.exam .item-title {
  font-size: 24px;
  font-weight: normal;
  color: #444444;
  display: block;
  margin-bottom: 12px;
  margin-top: 0px;
}
.exam .item-title a {
  text-decoration: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.exam .item-action {
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
  margin-top: 12px;
}
.tb-navbar > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.testbook-pagination {
  text-align: center;
  margin: 24px 0;
}
.testbook-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.testbook-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.testbook-pagination ul li span,
.testbook-pagination ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  outline: none;
  box-shadow: none;
  font-size: 16px;
}
.testbook-pagination ul li span {
  background: #929292;
  color: #FFF;
}
.testbook-pagination ul li a {
  background: #EFEFEF;
  color: #909090;
}
.testbook-pagination ul li .prev,
.testbook-pagination ul li .next {
  background: none;
}
.widget_exam_categories h5 {
  font-size: 20px;
  font-weight: bold;
}
.exam-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.exam-categories .tb-list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exam-categories ul {
  list-style-type: none;
  margin-left: 12px;
}
.exam-categories a {
  color: #333333;
  outline: none;
  font-size: 15px;
  width: 100%;
}
.exam-categories a:hover,
.exam-categories a:focus {
  color: #000000;
  outline: none;
}
.exam-categories li.active > a {
  color: #fff;
}
.exam-categories li.active .tb-badge {
  background: #fff;
  color: #007bff;
}
.tb-sidebar-widget {
  margin-bottom: 24px;
}
.tb-sidebar-widget h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
.tb-sidebar-widget a,
.tb-sidebar-widget a:focus {
  outline: none;
}
.exam_list_widget img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}
.exam_list_widget small {
  font-size: 13px;
  color: #545454;
}
.exam_list_widget h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.exam_list_widget h5 a {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  outline: none;
}
#tb-doing_body_content .tb-results-title{
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
#tb-doing_body_content .tb-question-title{
  font-size: 25px;
}
#tb-doing_body_content .tb-results-explanation{
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
/* Container for all three divs */
.tb-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

/* Left section with logo and menu */
.tb-left {
  flex: 0 0 10%;
  min-width: 120px;
  display: flex;
  align-items: center;
}

/* Middle section for ads */
.tb-middle {
  flex: 1 1 55%;
  min-height: 60px;
  max-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right section with exam menu */
.tb-right {
  flex: 0 0 35%;
  max-width: 650px;
  display: flex;
  align-items: center;
}

/* Ensure proper content overflow handling */
.tb-left, .tb-middle, .tb-right {
  overflow: hidden;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .tb-row {
      flex-wrap: wrap;
      gap: 10px;
  }

  .tb-left {
      flex: 0 0 100%;
      justify-content: center;
  }

  .tb-middle {
      flex: 0 0 100%;
  }

  .tb-right {
      flex: 0 0 100%;
      max-width: none;
  }
}