.qsm-quiz-container {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto;
}
.qsm-quesion-wrap {
  width: 50%;
  
}
/*.quiz_section.qsm-question-wrapper {
  display: flex;
  gap:20px;
  align-items: flex-start;
 
}*/
/*.mlw_qmn_question  {
  max-height: 300px;
  overflow-y: scroll;
}*/
.bowtie-options-wrapper {
  display: flex;
  gap:10px;
}
.bowtie-options-inner {
  text-align: center;
  border: 1px solid #000;
  padding: 5px;
  width: 33.33%;
}
.bowtie-options-inner label {
  /*border: 1px solid #000;*/
}
.bowtie-options {
  border: 1px solid #000;
  margin: 5px 0;
  cursor: move;
}
.bowtie-drag-wrapper {
  display: flex;
  gap:15px;
  margin: 15px;
  position: relative;
}
.grag-content {
  width: 500px;
}
.grag-content.drag-center{
  display: flex;
  align-items: center;
}
.grag-content.drag-left input,.grag-content.drag-right input{
  margin-bottom: 15px
}
.bowtie-options-inner .qsm-column-title {
  border: 1px solid #000;
}
.highlight {
  background: #ffff52; 
  padding: 5px;
}
.highlight-red {
  background: red;
  padding: 5px; 
}
.qsm-highlight-answer {
  padding: 5px 0;
}
.qmn_quiz_container .grag-content .qsm-wrong-bow-tie {
  background: #f65151;
}
.qmn_quiz_container .grag-content .qsm-right-bow-tie {
  background: #16ff16;
}
.qsm-results-page .grag-content .qsm-wrong-bow-tie {
  background: #f65151;
}
.qsm-results-page .grag-content .qsm-right-bow-tie {
  background: #16ff16;
}
.qsm-tabs-wrapper {
  /*border: 1px solid #000;*/
  /*background: #ffffff;*/
}
.qsm-tabs-wrapper .tabs-nav {
  
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  gap:5px;
  /*background: #fff;*/
}
.qsm-tabs-wrapper .tab-item {
  cursor: pointer;
  padding: 10px;
  
  border: 1px solid #000;
  position: relative;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
 
}
.qsm-tabs-wrapper .tab-item a {
  text-decoration: none;
}
.qsm-tabs-wrapper .tab-item.active {
  /*background-color: #ccc;*/
  border-bottom: none;
  background-color: #fff;
  top: 1px;
}
.qsm-tabs-wrapper  .tab-content {
  display: none;
  padding: 10px;
}
.qsm-tabs-wrapper .tab-content.active {
  display: block;
}
.tabs-content-wapper {
  /*background: #fff;*/
  border:1px solid #000;
}
.highlighted-text {
  background: yellow;
}
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 65px;
    border: 1px solid #000000;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.5s ease;
}
/*.qmn_quiz_radio {
    width: 45px;
    height: 45px;
    position: relative;
    display: none;
}
.qmn_radio_answers .qmn_mc_answer_wrap {
  margin: 15px 0;
}*/
input:checked + .circle {
    background-color: #6fa8dc;
    color: #fff;
}
.qsm-page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsm-page-nav a {
  text-decoration: none;
  color: #000;
}
.section-number {
  padding: 5px 10px;
  border: 1px solid #000;
}
.section-number.current {
  background: #6fa8dc;
  border-color: #6fa8dc; 
}
.section-number.review {
  background: #f9cb9c;
  border-color: #f9cb9c; 
}
.section-number.answered {
  background: #b6d7a8;
  border-color: #b6d7a8; 
}
.qsm-question-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:5px;
  margin: 15px 0;
}
.qmn_quiz_info_radio {
    width: 45px;
    height: 45px;
    position: relative;
    display: none;
}
.quiz-circle-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.5s ease;
    margin-left: 15px;
}
.quiz-circle-info.current {
  background: #3498db;
  border-color: #3498db; 
}
.quiz-circle-info.review {
  background: #f9cb9c;
  border-color: #f9cb9c; 
}
.quiz-circle-info.answered {
  background: #81d742;
  color: #ffffff;
  border-color: #81d742; 
}
.qsm-pages-number.propel-skip {
  background: #f9cb9c !important;
    color: #ffffff;
    border-color: #f9cb9c !important;
}
.quiz_theme_qsm-theme-breeze_11872 .qmn_radio_answers .qmn_mc_answer_wrap .qsm-flag-option {
    border-radius: 5px;
    border: 1px solid #13172f10;
    margin: 8px;
    padding: 10px 15px;
    transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    cursor: pointer;
    display: inline-block;
   
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    max-width: calc(100% - 40px);
    vertical-align: initial !important;
    display: block !important;
   
}
.quiz_theme_qsm-theme-breeze_11872 .qmn_radio_answers .qmn_mc_answer_wrap .qsm-flag-option::before{
  justify-content: center;
    align-items: center;
    position: relative;
    content: "\f024" !important; /* Unicode character for the flag icon */
    font-family: "FontAwesome";
    display: inline-flex;
    background: transparent;
    border-radius: 100%;
    margin-right: 5px;
    /* padding: 10px; */
    border: 5px solid #dae1dd;
    /*vertical-align: middle;*/
    height: 40px;
    width: 40px;
    font-weight: bold;
    font-size: smaller;
}
.qsm-score-wrapper span {
  padding: 15px;
  border:1px solid #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.qsm-student-radios {
  margin: 10px 0;
}
.qsm-student-radio {
    width: 100%;
    background: #eee;
    padding: 10px 0;
    margin: 2px 0;
}
mjx-container[jax="CHTML"][display="true"] {
  display: inline-block !important;
}
mjx-mtable {
  min-width: 100% !important;
}
mjx-mtd mjx-mtext {
    
    display: inline-block;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    
    line-height: 15px;
    margin: 0;
}
.breeze_11872_header_content {
  display: none !important;
}
.qsm-quiz-form {
  position: relative;
}
.qmn_pagination {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}
.qsm-question-info {
   position: absolute;
    top: 11%;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.quiz_begin {
  padding: 45px !important
}
.mlw_qmn_question p {
  width: 100%;
}
/*.mlw_qmn_question mjx-container[jax="CHTML"][display="true"] {
  display: block !important;
}
.MathJax {
    width: auto; 
    overflow-x: auto;
}*/
