.gpoq_mega_main_container_wrapper .gpoq-main-wrap {
  display: none !important;
}

div.ays-pd-box div.ays-pd-content div.ays-pd-games-choosing-type{
  flex-wrap: nowrap !important;
}

.gpoq_questuin_type.gpoq_question_type_selected{
  background-color: transparent !important;
  color: black;
  /* border: 2px solid black; */
  box-shadow: inset 0 0 0 2px #000;
}

.gpoq-option.gpoq-option-selected:hover,
.gpoq-option.gpoq-option-selected:focus{
  background: #888 !important;
  border-color: #888 !important;
  color: #fff !important;
}
.ays-pd-nav-menu-item, .ays-pd-game-type-item{
  position: relative;
}

.gpoq_tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1000;
  white-space: nowrap;
}

.gpoq_tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 8px;
  border-style: solid;
  border-color: #333 transparent transparent transparent; 
}

.gpoq_vocabulary_btn:hover + .gpoq_tooltip {
  display: inline-block; 
}

.gpoq-container {
  padding: 18px 16px 14px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  /* width: 94%; */
  max-width: 100%;
  background-color: #fff;
  position: relative;
  text-align: left;
  /* box-shadow: 0 1.2px 6px -2px #0009; */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all .15s;
  display: none;
    margin-bottom: 24px;
    border: 1px solid #ddd;
  border-radius: 12px;
}

.gpoq-container.active {
  opacity: 1;
  display: block;
  animation: slide-up .5s ease-out;
}

.gpoq-question .gpoq-question-heading {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500 !important;
  color: rgb(13, 22, 30);
    margin-bottom: 0px;
}

.gpoq-question {
  margin-bottom: 14px;

}

.gpoq-options {
  display: flex;
  flex-direction: column;
}

.gpoq-options p {
  margin-bottom: 0px !important;
}

.gpoq-option {
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  border: 0;
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 2px 6px -2px #00000080;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .1s;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  min-width: 130px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 16px;
  color: #333;
  border-radius: 4px;

  border: 1px solid #ddd;
  padding: 13px 16px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
  box-shadow: none !important;
    font-weight: 400;
}

.gpoq-option:hover,
.gpoq-option :focus {
  z-index: 20;
  /* box-shadow: 0 4px 14px -6px #000c; */
  background: #f0f0f0 !important;
  border-color: #bbb !important;
}

.gpoq-option br{
  display: none;
}

.gpoq-questions-list {
  list-style: none !important;
}

.gpoq_pointer {
  pointer-events: none !important;
}

.gpoq-option-selected {
  background-color: black;
  color: #FFF;
}

.gpoq-question-input {
  border-bottom: 1px solid gray !important;
  outline: none !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300 !important;
  color: rgb(13, 22, 30);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  width: 200px !important;

}



.gpoq-button {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
}

.gpoq-button:hover {
  background-color: #0056b3;
}

.gpoq-main-wrap {
  align-items: center;
  justify-content: center;
  transition: all .3s;
  height: 100%;
  min-height: 500px;
  position: relative;

  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 32px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

.gpoq-score-wrap,
.gpoq-bottom {
  display: flex;
  justify-content: center;
}

.gpoq-score-wrap {
  margin-bottom: 30px;
}

.gpoq-bottom {
  margin-top: 74px;
  text-align: center;
  align-items: baseline;
}

.gpoq_dash {
  margin: 0px 5px;
}

.gpoq-next,
.gpoq-next_btn {
  background-color: black;
  color: #fff;
  border: 0;
  margin-left: -15px;
  min-height: 40px;
  opacity: 1;
  height: 38px;
  padding:0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: Lato;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  transform: translateY(0);
  transition: all .3s;
  margin-left: 10px;

  position: absolute;
  left: 44%;
  bottom: 5%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.gpoq-next:hover{
  background: #333;
  transform: translateY(-2px);
}

.gpoq-question-input.gpoq-option-selected {
  background: transparent !important;
}

.gpoq-next i,
.gpoq-next_btn i {
  font-size: 18px;
}

.gpoq_question_wrap {
  display: none;

}

.gpoq_question_wrap.active {
  display: block;
}

.error-message {
  opacity: 0;
  position: absolute;
  left: 0%;
  transition: opacity 0.5s, left 0.5s;
  font-size: 12px;

}

.error-message.show {
  opacity: 1;
  left: 20%;

  bottom: 7%;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.gpoq_quiz_submit {
  display: none;
}

.gpoq_quiz_submit {
  font-size: 15px !important;
  border-radius: 4px !important;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  transform: translateY(0);
  transition: all .3s !important;
  margin-left: 10px;
  position: absolute;
  left: 39%;
  bottom: 6%;
  font-weight: 400 !important;
}

.error-message {
  bottom: 6%;
}

.ProgressIndicator {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  /* position: absolute; */
  top: 10px;
  right: 0px;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  margin: 0 auto 24px auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.ProgressIndicator .progress-bar {
  height: 5px;
  background-color: #000000;
  transition: width 0.3s;
  position: relative;
  top: 17px;
}

.steps {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.step {
  position: absolute;
  top: 2px;
  text-align: center;
  /* padding: 0px 8px; */
  z-index: 1;
  background-color: transparent;
 line-height: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 1.5px solid #aaa;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.current-step {
  position: absolute;
  z-index: 2;
  top: 2px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #111;
  border-color: #111;
  color: #fff;
}


.gpoq_prgressbar {
  position: relative;
}

.gpoq_title {
  /* width: 66% !important; */
  font-size: 19px;
  font-weight: 500;
}

.gpoq_total_ques,
.gpoq_user_ques {
  /* width: 26% !important; */
  font-size: 19px;
  font-weight: 500;
}

.gpoq_table td {
  font-size: 14px;
}

.gpoq-main-wrap.gpoq-main-wrap-result {
  padding: 4vh 0px !important;
}

.gpoq_table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2.74 !important;
  min-width: 700px;
}

.gpoq_dashboard_heading {
  overflow: auto;
}

.gpoq_dashboard_wrap_main {
  margin-top: 50px;
  height: auto !important;
  overflow-y: auto;
}

.page-id-7811 .td-crumb-container {
  display: none !important;
}

#ays-pd-box_id {
  margin: auto !important;
  width: auto !important;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.ays-pd-icon-buttons.ays-pd-each_group_icons,
.ays-pd-header-search-group-btn-box.ays-pd-header-btn-box,
.ays-pd-header-add-word-btn-box.ays-pd-header-btn-box,
.ays-pd-header-sort-btn-box.ays-pd-header-btn-box {
  display: none !important;
}

div#ays-pd-box_id div#ays-pd-container_id div.ays-pd-nav-menu,
div#ays-pd-box_id div#ays-pd-container_id .ays-pd-content {
  box-shadow: 0 0px 2px 0 #153e7124 !important;
}

div#ays-pd-box_id div#ays-pd-container_id div.ays-pd-nav-menu .ays-pd-nav-menu-item a.ays-pd-nav-tab img {
  margin-top: 13px !important;
}

.selection {
  pointer-events: none !important;
}

.ays-pd-add-group-word-buttons-container,
.ays-pd-icon-buttons.ays-pd-each_words_icons,
.ays-pd-empty-groups-content {
  display: none !important;
}

.gpoq_result_wrap_main {
  padding: 22px 20px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 1.2px 6px -2px #0009;
  border-radius: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all .15s;
}

.gpoq_result_wrap {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.gpoq_exam_error {
  font-size: 18px;
  text-align: center;
  color: red;
}

.gpoq_result_heading {
  text-align: center;
}

.gpoq_result_heading p {
  font-size: 20px;
  font-weight: 600;
}

.gpoq_user_score,
.gpoq_total_score {
  background: #730020;
  color: white;
  width: 36%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
  font-weight: 500;
}

.gpoq_total_score {
  background: #184c53;
}

.single-post .gpoq_loader {
  width: 25px;
  position: absolute;
  left: 58%;
  bottom: 1%;
  display: none;
}

.single-post .gpoq_typee_questions .gpoq_loader {
  position: absolute;
  bottom: 2.3% !important;

}

.gpoq_loader {
  width: 30px !important;
}

body .gpoq_loader.gpoq_loader_js {
  display: block !important;
}

.gpoq_result_question_wrap {
  margin-top: 20px;
}

.gpoq_result_ques {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 30px;
  white-space: wrap;
}

.gpoq_result {
  font-size: 17px;
  margin: 0px !important;
  font-weight: 500 !important;

}

.gpoq_result span {
  font-size: 16px;
  font-weight: 400 !important;
}

.gpoq_result_answer .gpoq_result,
.gpoq_result_user_answer .gpoq_result {
  font-size: 16px;
}

.gpoq_result_answer .gpoq_result span,
.gpoq_result_user_answer .gpoq_result span {
  font-size: 14px;
}

.gpoq_quiz_submit:hover {
  background-color: black !important;
}

.gpoq_total_wrap {
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.gpoq_total_wrap p {
  margin: 4px !important;
}

.gpoq-main-wrap2 {
  background-color: #ffffffa6;
  transition: all .3s;
  padding: 10px;
  box-shadow: 0 1.2px 6px -2px #0009;
  position: relative;
  margin: 15px 0;
  text-align: center;
}


.gpoq_title,
.gpoq_user_ques,
.gpoq_total_ques {
  font-size: 17px;
}

.gpoq_table_wrap {
  display: grid;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  overflow: hidden;
  grid-template-rows: auto 1fr;
}

.gpoq_table_header {
  display: grid;
  grid-template-columns: 6fr 1fr 1fr;
  background: #f0f0f0;
  font-size: 15px;
  border-bottom: 1px solid #c5c5c5;
  line-height: 1.5 !important;
}

.gpoq_table_header_multipale {
  display: grid;
  grid-template-columns: 6fr 1fr 1fr 1fr 1fr 1fr;
  background: #f0f0f0;
  font-size: 15px;
  border-bottom: 1px solid #c5c5c5;
  line-height: 1.5 !important;
}

.gpoq_table_header>div,
.gpoq_table_header_multipale>div {
  padding: 10px;
  border-right: 1px solid #c5c5c5;
}

.gpoq_table_header>div:last-child,
.gpoq_table_header_multipale>div:last-child {
  border-right: none;
}

.gpoq_table_body {
  display: grid;
  /* grid-template-rows: repeat(auto-fill, minmax(40px, auto)); */
}

.gpoq_table_row {
  display: grid;
  grid-template-columns: 6fr 1fr 1fr;
  border-bottom: 1px solid #c5c5c5;
  line-height: 2;

}

.gpoq_table_row_multipale {
  grid-template-columns: 6fr 1fr 1fr 1fr 1fr 1fr !important;
  display: grid;
  border-bottom: 1px solid #c5c5c5;
  line-height: 2;
}

.gpoq_table_row>div,
.gpoq_table_row_multipale>div {
  padding: 10px;
  border-right: 1px solid #c5c5c5;
}

.gpoq_table_row>div:last-child,
.gpoq_table_row_multipale>div:last-child {
  border-right: none;
}

.gpoq_table_row:last-child,
.gpoq_table_row_multipale:last-child {
  border-bottom: none;
}

.gpoq_title a {
  text-decoration: none;
  color: inherit;
}

.gpoq_voc_cat{
  display: flex;
}

.gpoq_voc_category_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.gpoq_post_name{
  line-height: 32px;
  margin-left: 20px;
}

.gpoq_vc_post_title{
  width: 19%;
}
.gpoq_vc_post{
  margin: 0px !important;
  font-size: 18px;
}

.gpoq_vocabulary_post_list{
  margin-top: 30px;
}
.gpoq_voc_category_title{
  font-weight: 600;
  font-size: 15px;
}

.gpoq_word_voc_title{
  margin-bottom: 30px;
}

.gpoq_voc_table_list_title{
  margin: 30px 0px;
}

.gpoq_start_quize_button{
  background: black;
  color: white;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none !important;
}

.gpoq_total_qutions_count, .gpoq_current_qution_count{
  font-size: 20px;
  font-weight: 700;
}

.gpoq_vocabulary_qutions_wrap_filtered{
  margin-top: 30px;
}
.gpoq_qutions_count {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.gpoq_vocabulary_qutions_wrap_filtered #ays-pd-box_id {
  width: 100% !important;
}

.gpoq_vocabulary_qutions_wrap_filtered .ays-pd-title{
  width: 100% !important;
}
.gpoq_word_voc_title_text{
  font-size: 23px !important;
  font-weight: 700 !important;
}

.gpoq_vocabulary_page_wrap.tdc-row.stretch_row_1400 {
  max-width: 1000px !important;
}

/* @media only screen and (min-width: 1171px) {
  body .iscu_post_content_wrap{
    width: 60% !important;
  }
}

@media only screen and (max-width: 1170px) {
  body .iscu_post_content_wrap{
    width: 100% !important;
  }
} */

.gpoq_start_quiz_btn_wrap{
  border: 2px solid #bebebe;
  padding: 20px;
}

.gpoq_start_quiz_btn_title{
  font-size: 20px;
  font-weight: 600;
}

.gpoq_start_quiz_btn {
	background: #000;
	color: #fff;
	padding: 11px 12px 13px 12px;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
  cursor: pointer;
	/* line-height: normal; */
}
@media only screen and (max-width: 1313px) {
  .error-message.show {
    left: 17%;
  }
}

@media only screen and (max-width: 1165px) {
  .error-message.show {
    left: 14%;
  }

  .single-post .gpoq_loader {
    left: 60%;
  }
}

@media only screen and (max-width: 997px) {
  .gpoq_dashboard_heading {
    overflow: auto;
    margin: 0px 20px;
  }

  .gpoq_overall_quize_performance {
    margin: 0px 20px 30px 20px;
  }
}

@media only screen and (max-width: 939px) {
  .error-message.show {
    left: 10%;
  }

  .single-post .gpoq_loader {
    left: 62%;
  }
}

@media only screen and (max-width: 801px) {

  .single-post .gpoq_loader {
    left: 65%;
  }
}

@media (max-width: 767px) {
  .gpoq_vocabulary_page_wrap.tdc-row {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) {

  .gpoq_tooltip::after{
    left: 10%;
  }
  .gpoq_title {
    font-size: 17px;
  }

  .gpoq_total_ques,
  .gpoq_user_ques {
    font-size: 17px;
  }

  .gpoq_table td {
    font-size: 12px;
  }

  .gpoq_user_score,
  .gpoq_total_score {
    color: white;
    width: 38%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 23px;
    font-weight: 500;
  }

  .error-message.show {
    left: 19%;
  }

  .single-post .gpoq_loader {
    left: 59%;
  }

  .gpoq_title,
  .gpoq_user_ques,
  .gpoq_total_ques {
    font-size: 15px;
  }
}

@media only screen and (max-width: 673px) {
  .error-message.show {
    left: 14%;
  }
}

@media only screen and (max-width: 617px) {
  .single-post .gpoq_loader {
    left: 61%;
  }

  .ProgressIndicator{
    width: 100%;
  }
}

@media only screen and (max-width: 545px) {

  .gpoq-next,
  .gpoq_quiz_submit,
  .gpoq-next_btn {
    left: 41%;
  }

  .error-message.show {
    left: 6%;
  }

  .ProgressIndicator {
    margin: 3% auto 13% auto;
  }
}


@media only screen and (max-width: 480px) {

  
  .gpoq_user_score,
  .gpoq_total_score {
    color: white;
    width: 33%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    font-weight: 500;
  }

  .error-message {
    font-size: 13px;
  }

  .error-message.show {
    left: 2%;
    bottom: 7%;
  }

  .error-message {
    bottom: 7%;
  }

  .single-post .gpoq_loader {
    left: 63%;
  }
}

@media only screen and (max-width: 455px) {

  .gpoq_questuin_type{
    /* padding: 8px 8px;
    font-size: 11px !important; */
    white-space: wrap;
  }

  .td-md-is-firefox .gpoq-bottom {
      margin-top: 30px;
  }

}

@media only screen and (max-width: 440px) {
  .gpoq_vc_post_title {
    width: 25%;
  }
}

@media only screen and (max-width: 398px) {

  .gpoq_vc_post_title {
    width: 27%;
  }

  .error-message.show {
    visibility: visible;
    opacity: 1;
    left: 27%;
    bottom: 13%;
  }

  .error-message {
    bottom: 13%;
  }

  .gpoq-next,
  .gpoq_quiz_submit,
  .gpoq-next_btn {
    left: 37%;
  }

  .ProgressIndicator {
    font-size: 11px;
    margin: 3% auto 13% auto;
  }

  .step {
    padding: 0px 6px;
  }

  .current-step {
    padding: 2.5px 9px;
  }

  .gpoq_heading h2 {
    font-size: 22px !important;
  }
}

.gpoq_heading h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700 !important;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  margin-top: 0px;
}

@media only screen and (max-width: 360px) {

  .gpoq-main-wrap{
    padding: 28px 15px 32px;
  }

  .single-post .gpoq_loader {
    left: 68%;
  }

  .ProgressIndicator {
    font-size: 9px;
    /* margin: 3% auto 13% auto; */
  }

  .step {
    padding: 0px 5px;
  }

  .current-step {
    padding: 2.5px 8px;
  }

}

.gpoq_date {
  /* width: 3%; */
  word-wrap: anywhere;
  padding: 0px 13px;
}

/* .gpoq_table thead th:first-child {
  border-top-left-radius: 8px;
}
.gpoq_table thead th:last-child {
  border-top-right-radius: 8px;
}
.gpoq_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.gpoq_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.gpoq_title, .gpoq_user_ques, .gpoq_total_ques{
  font-size: 17px;
}

.roundedCorners {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border-color: #c5c5c5;
}

.roundedCorners th, 
.roundedCorners td {
  border: 1px solid #c5c5c5;
} */