.sat-exam-button {
  background-color: blue;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

.sat-exam-button:hover {
  background-color: darkblue;
}

.ma-btn {
  background-color: rgb(238, 234, 23);
  /* New color */
}

.quizui-top-fix {
  margin-top: 60px;
  float: left;
  display: block;
  width: 100%;
}

[type=radio]:disabled:not(:checked) + span:before {
  border-color: #fff !important;
}

.quizui-quizbox {
  width: 100%;
  display: block;
}

.qz-txtclr {
  color: var(--DARK-TEXT);
}

.quiz-private-pubilc .dropdown-content li > a,
.dropdown-content li > span {
  color: var(--DARK-TEXT) !important;
}

.correct-icon {
  position: absolute;
  margin-right: 8px;
  left: 70px;
  color: #42af42;
  border-radius: 50%;
  display: none;
  border: 2px solid #42af42;
  pointer-events: none;
  font-size: 20px !important;
}

.wrong-icon {
  position: absolute;
  left: 70px;
  margin-right: 8px;
  display: none;
  pointer-events: none;
  color: #c74f4f;
  border-radius: 50%;
  border: 2px solid #c74f4f;
  font-size: 20px !important;
}

.quizui-quizheader {
  width: 100%;
  cursor: pointer;
  padding: 5px 0px;
  background-color: #fff;
  color: var(--NORMAL-TEXT);
}

.quizui-quiz-desc {
  font-size: 15px;
  color: var(--DARK-TEXT);
  display: block;
}

.quizui-quizdetail {
  display: block;
  float: left;
  width: 100%;
}

.quiz-btmst {
  padding-bottom: 30px;
}

.quiz-btnspc {
  padding-bottom: 6px !important;
}

.quizui-quizheading {
  font-weight: 400;
  display: block;
  font-size: 23px;
}

.quizui-titleset {
  font-size: var(--HEADING-TXT-SIZE);
}

.quizui-createQuizBox {
  display: block;
  float: left;
  width: 100%;
}

.quizui-quizinfo {
  float: left;
  display: block;
  width: 100%;
}

.quizui-questiondesc {
  margin-top: 30px;
  margin-bottom: 20px;
}

.quizui-quzdsc {
  float: left;
  display: block;
  width: 100%;
  padding: 20px;
}

.quizui-quizlinkbox {
  width: 100%;
  display: block;
  float: left;
  margin-top: 16px;
}

.quizui-spntxt {
  padding: 5px 0px 5px 0px;
  color: var(--DARK-TEXT);
}

.quizui-input-st {
  margin: 2px 0px 20px 0px !important;
  display: flex;
  border: 1px solid var(--A-HOVER);
}

.quizui-cpy {
  margin-top: 10px;
  margin-right: 7px;
  color: var(--NORMAL-TEXT);
}

.quizui-txtst {
  margin: 0;
  padding: 5px 10px !important;
  border-bottom: none !important;
  color: var(--NORMAL-TEXT);
  box-shadow: none !important;
  font-size: 14px !important;
  border: none;
  height: 1.6rem !important;
}

.quizui-lbl-bx {
  display: none;
  color: var(--DARK-TEXT) !important;
  padding: 10px;
  position: absolute;
  right: 0px !important;
  margin-top: -26px;
}

.qzui-st {
  padding-left: 10px !important;
}

.qzui-bx {
  margin: 10px 0px 10px 0px;
}

.quiz-mrgst {
  margin: 10px !important;
}

.quiz-sectbx .select-wrapper input.select-dropdown {
  height: 2.4rem !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  padding: 0 0 0 7px !important;
  border-radius: 5px;
}

.quiz-sectbx-sat .select-wrapper input.select-dropdown {
  height: 2.4rem !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  padding: 0 0 0 7px !important;
}

.quiz-mgnbtmst {
  margin-bottom: 4px;
}

.quizui-footrbtn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.quizui-previewbox {
  width: 100%;
  float: left;
  display: block;
  user-select: none;
  position: relative;
  border: 1px solid var(--LIGHT-BG-CL);
}

.quizui-pointer {
  cursor: pointer;
}

.quizui-allPagesTool {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
}

.quizui-qnachoice {
  float: left;
  display: block;
  width: 100%;
}

.quizui-fntset {
  font-size: 1.5rem !important;
}

.quizui-quiztitle {
  width: 100%;
  float: left;
  display: block;
  font-size: 2rem;
  text-align: center;
}

.quizui-btnboxst {
  height: 100px;
  width: 100px;
  display: inline-block;
  text-align: center;
}

.quizui-btnboxst a {
  height: 100%;
  line-height: 50px;
  width: 100%;
}

.quizui-btn-ps {
  font-size: 40px !important;
  position: relative;
  top: 20px;
  display: block !important;
}

.quizui-icnlftst {
  left: 7px;
}

.quizui-qnabox {
  display: block;
  float: left;
  width: 100%;
  padding: 20px !important;
}

.quizui-drpbxwdt {
  width: 200px !important;
}

.quizui-input-set {
  margin: 2px 0px 20px 0px !important;
  display: flex;
  border: 1px solid var(--A-HOVER);
}

.quizui-input-txt-st {
  font-size: 12px !important;
  color: var(--NORMAL-TEXT) !important;
  border: 1px solid var(--A-HOVER) !important;
  padding: 10px 12px !important;
  width: calc(100% - 24px - 2px) !important;
  height: 1rem !important;
}

::placeholder {
  color: var(--NORMAL-TEXT);
}

.quizui-mrglft {
  margin-left: 8px !important;
}

.quizui-mgrlft {
  margin: 5px;
}

.quizui-areaheight {
  min-height: 10rem !important;
  border-bottom: 1px solid var(--A-HOVER) !important;
}

.hide-radio-button {
  position: fixed !important;
  opacity: 0 !important;
  width: 0;
  height: 0;
}

.quizui-dotedbox {
  width: 20px;
  height: 20px;
  border: 1px dashed rgba(34, 33, 32, 0.15);
  display: block;
  float: left;
  border-radius: 50%;
  margin-right: 4px;
}

.quizui-dtinputbx {
  color: var(--LG-TXT-CL);
  display: block;
  padding: 6px 12px;
  border: 1px dashed rgba(34, 33, 32, 0.15);
  float: left;
  text-align: left;
  width: 100% !important;
  cursor: pointer;
  border-radius: 7px;
}

.quizui-newquizbx {
  width: 100% !important;
  display: block;
}

.quizui-spcset {
  padding: 10px !important;
}

.quizui-quizicon i {
  color: var(--NORMAL-TEXT);
  padding-right: 8px;
  cursor: pointer;
}

.quizui-padst {
  padding-top: 30px !important;
}

.quizui-quiztoolbar {
  opacity: 1;
  pointer-events: all;
  margin-bottom: 10px;
  max-height: 42px;
  overflow: visible;
}

/*  Radio box */
.quizRadioBox {
  display: flex;
  width: 100%;
}

.quizui-fullwidth {
  width: 100%;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid rgba(34, 33, 32, 0.15) !important;
  box-shadow: none !important;
}

.quizui-setpst {
  top: 4px;
  position: relative;
}

.quizui-flex {
  display: flex;
}

.quizui-itemcenter {
  align-items: center;
}

.qz-qno span p {
  margin: 0px !important;
}

.quizui-outerdotbx {
  width: 100%;
}

.quizui-chkbx-entrybx {
  width: 100%;
}

.quizui-chkbx-iconbx {
  width: 36px;
  height: 36px;
  border: 1px solid var(--A-HOVER);
  display: inline-block;
  cursor: pointer;
}

.quizui-fontst {
  color: var(--NORMAL-TEXT);
  font-size: 15px;
  padding: 0px 10px;
}

.quizui-closeiconbx {
  padding: 2px;
  color: rgba(34, 33, 32, 0.25);
  border-radius: 50%;
  border: 1px solid rgba(34, 33, 32, 0.25);
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.quizui-icnst {
  font-size: 1.3rem;
  color: var(--BRD-CL);
}

.quizui-fnt {
  font-size: 1.2rem;
}

.quizui-choiceAdd {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.quizui-chkbxlayout .quizui-chkbx-iconbx a {
  display: block;
}

.quizui-chkbxlayout .quizui-chkbx-iconbx a i {
  font-size: 2rem;
  color: var(--LG-TXT-CL);
}

.quizui-no-shadow {
  box-shadow: none !important;
}

.quizui-btmarg {
  margin-bottom: 20px !important;
}

.quizui-rgtmrg {
  margin-right: 10px !important;
}

.quz-mrgst {
  margin-right: 20px;
}

.quizui-btnbox {
  margin-top: 10px;
  height: 80px;
}

.quizui-quizbx-header {
  float: right;
  background: var(--MAIN-BTN-CL);
  height: 28px;
  border-radius: 40px;
}

.quizui-titlest {
  width: 100%;
  padding: 10px 0px;
}

.quizui-mrgst {
  margin-right: 30px;
}

.quizui-attempt-box {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.attach-file-container {
  padding: 10px 0px;
  clear: both;
}

.quizui-attempt-hdrBox {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem 0rem 1rem 0rem;
  background-color: #fff;
  color: var(--NORMAL-TEXT);
}

.quizui-user-pic-box {
  display: block;
  text-align: center;
}

.quizui-usr-img {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 49.9%;
}

.quizui-usrinfoBox {
  display: block;
  margin-top: 10px;
}

.quizui-blockdv {
  display: block;
}

.quizui-block {
  display: inline-block !important;
}

.quizui-usrdetial {
  font-size: 1rem;
  color: var(--DARK-TEXT);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: -8px;
}

.quizui-quizname {
  font-size: 18px;
  color: var(--DARK-TEXT);
  max-height: 26px;
  line-height: 26px;
  display: block;
}

.quizui-resultsec {
  margin: 20px 0;
  float: left;
  display: block;
  width: 100%;
}

.quizui-gradebox {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.quizui-gradeview li {
  float: left;
  padding: 20px;
  display: block;
}

.quzui-tpbtmst {
  padding: 20px 0px !important;
}

.quizui-questlist {
  padding: 12px;
  overflow: auto;
}

.qz-padset {
  padding: 10px;
}

.quzstngbox {
  border: 1px solid lightgray;
}

.quizui-mrgbx {
  margin: 10px 0px 20px 0px !important;
}

.qzui-bdrdas {
  border-bottom: 1px dashed #ccc !important;
}

.qzui-btmst {
  padding-bottom: 18px !important;
}

.qz-inerstngs {
  padding: 10px !important;
}

.qzspst {
  margin-top: 20px;
  margin-left: 10px;
}

.qzpostn {
  position: relative;
  top: 8px;
}

.qzheader {
  width: 100%;
  float: left;
  display: block;
  background: rgba(240, 243, 248, 0.3294117647);
  padding: 10px;
  cursor: grab;
}

.qzouterbox {
  padding: 0px 20px;
  float: left;
  display: block;
  width: 100%;
}

.btn-outer {
  background-color: #fff;
  padding: 0px 6px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 14px;
  color: var(--BRD-CL);
  margin-right: 12px;
  cursor: pointer;
  outline: none;
  margin-top: 7px;
}

.qzmrgtop {
  margin-top: 5px;
}

.quizui-quzprv ul li {
  font-family: PingFang HK;
  font-size: 20px;
  color: #282831;
  margin-right: 20px;
}

.createclass-spn-data {
  padding: 0px 10px;
  margin-top: 0px;
}

::placeholder {
  color: lightgray;
}

.createclass-sp-clr {
  color: var(--DARK-TEXT);
}

.quizui-rightst {
  padding-right: 18px !important;
}

.attach-file-div {
  display: none;
}

.i-cl {
  color: #5f6268;
}

.txt-color {
  color: var(--DARK-TEXT) !important;
}

.quiz-ui-table tbody td,
.quiz-ui-table th {
  padding: 5px;
}
.quiz-ui-table tr td i {
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 6px;
}

.quiz-file-st {
  font-size: 12px;
  display: inline-block;
  position: relative;
  left: 35px;
  top: 0px;
  color: var(--NORMAL-TEXT);
  cursor: pointer;
}

.flex {
  display: flex;
}

.quiz-action-btn {
  bottom: 4% !important;
  display: none;
}

#quizCreateButton {
  width: 58px !important;
}

.quiz-table-fix-header {
  width: 100%;
  display: block;
}
.quiz-table-fix-header a {
  height: 20px;
}

.home-format {
  color: var(--DARK-TEXT) !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.quiz-nv-set {
  padding: 0px 10px 0px 10px;
  height: auto;
  background: #fff !important;
  box-shadow: none;
}

#quiz-navigation {
  display: flex;
  width: 100%;
}

#quiz-navigation a {
  line-height: 12px !important;
  padding: 0px !important;
  cursor: pointer;
}

.quizui-hdr {
  float: left;
  display: block;
  width: 100%;
  min-height: calc(100vh - 225px);
  overflow: auto;
}

.question-option-p:first-child {
  margin-top: 0px;
}

.quiz-setname {
  display: inline-block;
  line-height: 23px;
  margin-top: 7px;
}

.quizui-msgboxst {
  margin-top: 20px;
}

.quizui-mrgtopnone {
  margin-top: 0px !important;
}

.quiz-foldrst {
  display: inline-block;
  line-height: 17px;
  margin-top: 7px;
}

.quizui-qzeditbox {
  width: 100%;
  float: left;
  display: block;
  user-select: none;
  position: relative;
  border: 1px solid var(--LIGHT-BG-CL);
  top: 30px;
  margin-bottom: 20px;
  border-radius: 7px;
}

.quz-fnt {
  font-size: 1rem;
}

.quz-rigt {
  padding-right: 0px !important;
}

.quiz-qztitle {
  display: inline-flex !important;
  width: 80%;
  cursor: pointer;
  padding: 10px;
  word-break: break-word;
}

@media only screen and (width: 1920px) {
  .quiz-sectbx {
    width: 81% !important;
  }
  .quiz-sectbx-sat {
    width: 81% !important;
  }
}
@media only screen and (max-width: 736px) {
  .quiz-qztitle {
    width: 65% !important;
  }
}
@media only screen and (max-width: 1279px) {
  .quizui-searchbox {
    height: 33px !important;
  }
}
.quizui-search-bar {
  margin: 1px 0px 10px 10px !important;
}

.quiz-spn-data {
  padding: 0px 20px;
  margin-top: 0px;
}

.quiztitle p {
  margin: 0px !important;
}

.quizui-sectionhead {
  font-size: 1.2rem;
  width: 100%;
  float: left;
  display: block;
  background: rgba(240, 243, 248, 0.3294117647);
  padding: 10px;
  border: 1px solid var(--LIGHT-BR-CL);
}

.quizui-mrgntp {
  margin-top: 30px;
}

.quizui-mrgtopset {
  margin-top: 10px !important;
}

.quiz-colmboxst {
  padding: 20px 20px 20px 10px !important;
}

.quizui-timedrpst {
  margin-left: 12px;
  font-size: 0.9rem;
  float: left;
  display: block;
  width: 100%;
}

.select-dropdown.dropdown-content li.selected {
  background-color: transparent !important;
}

.quiz-private-pubilc .select-wrapper input.select-dropdown {
  margin-bottom: 0px;
  font-size: 15px;
  background-color: var(--M-NAV-BG-CL);
  text-align: left !important;
  color: var(--NORMAL-TEXT);
  padding-left: 10px;
}

.quizui-splft {
  padding-left: 12px;
}

.quizui-helpbx {
  width: 60%;
}

.select-wrapper .caret {
  z-index: 2;
  fill: var(--NORMAL-TEXT);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
  font-weight: 500;
}

.quiz-pretitle p {
  user-select: none;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 1.3rem;
}

.quiz-timer {
  border: 1px solid #fff;
  background: #fff;
  color: var(--CLOSE-BTN-CL);
  padding: 5px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 1rem;
}

.quiz-timest {
  border: 1px solid #fff;
  background: #fff;
  color: var(--CLOSE-BTN-CL);
  padding: 5px;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 1rem;
}

.quizui-textline {
  text-decoration: underline;
}

.quizui-qno {
  width: 100%;
  padding: 10px;
  border-right: 1px solid lightgray;
  background: rgba(240, 243, 248, 0.4588235294);
  overflow: hidden;
  font-weight: 500;
}

.quizui-drpset {
  height: 2.1rem !important;
}

.quizui-headerbox {
  display: block;
  float: left;
  border-bottom: 1px solid var(--BRD-CL);
  width: 100%;
  position: relative;
  top: 0px;
}
.quizui-headerbox ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
  position: relative;
}
.quizui-headerbox ul li {
  float: left;
  width: 50%;
  text-align: center;
  height: auto;
  line-height: 0;
  display: block;
  cursor: pointer;
}
.quizui-headerbox ul li a {
  color: var(--DARK-TEXT);
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  line-height: 14px;
  width: 100%;
  margin-top: 5px;
}
.quizui-headerbox ul li a span {
  padding-top: 2px;
}
.quizui-headerbox ul li a img {
  max-width: 31px;
}

.quizui-headerbox:focus {
  background-color: var(--M-NAV-BDR-CL) !important;
}

.quizui-activetab {
  background-color: var(--M-NAV-BG-CL);
}

.quizui-usr-pic {
  display: block;
  text-align: right;
}
.quizui-usr-pic a {
  display: block;
}

.quizui-usr-detail {
  display: block;
}
.quizui-usr-detail span {
  display: block;
  color: var(--NORMAL-TEXT);
  padding: 2px 0px;
}

.quizui-usr-desc {
  font-size: 18px;
  color: var(--DARK-TEXT);
  max-height: 26px;
  line-height: 26px;
  display: inline;
}

.quizui-list-header {
  width: 100%;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 0px 0px 10px 0px;
  background-color: #fff;
  color: var(--NORMAL-TEXT);
}

.quizui-outerbx {
  margin-top: 40px;
  background-color: var(--MAIN-BTN-CL);
  text-align: center;
  padding: 20px 10px !important;
}

.quizui-alatmp {
  padding-bottom: 10px;
  padding-top: 4px;
}

.quizui-topspc {
  padding-top: 2px !important;
}

.quizui-padtopst {
  padding-top: 10px !important;
}

.quizui-srchbxset {
  height: 2.5rem !important;
}

.quizui-drpbox {
  background-color: #fff;
  padding: 0px 8px;
  border: 1px solid var(--BRD-CL);
  border-radius: 7px;
}

.quizui-drpbox .select-wrapper input.select-dropdown {
  background: #fff !important;
  font-size: 14px;
  margin-bottom: 0px !important;
  height: 2.5rem !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 85%;
  }
}
.quizui-searchbox {
  width: 40px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--LIGHT-BG);
  padding: 0;
  margin: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
.quizui-searchbox i {
  top: 7px !important;
  left: 0px !important;
}

.quizui-toolbar {
  border: 1px solid #ccc;
  min-height: 180px;
}

.quizui-ansbx {
  min-height: 6rem !important;
}

.quizui-qzsetting .select-wrapper input.select-dropdown {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
}

.quizui-qntitlebox {
  display: flow-root;
  min-height: 10rem !important;
}

.quizui-inptbdr {
  border: 1px solid var(--LIGHT-BR-CL);
}

.quizui-numbrbox {
  height: 21px !important;
  border: 1px solid #ccc !important;
  padding: 2px 0px 2px 5px !important;
  font-size: 14px !important;
}

.quizui-fntbold {
  font-weight: 600;
}

.quizui-bdrbtm {
  border-bottom: 1px solid #ccc !important;
}

.quizui-noborder {
  border: 0px solid transparent !important;
}

.quizui-scor-icn {
  display: block !important;
  left: 0px !important;
  float: right;
  position: relative;
}

.toast-action {
  text-align: center;
  cursor: pointer;
  margin: 0px 0px 0px 10px !important;
}

#toast-container {
  top: auto !important;
  right: 7%;
  bottom: 10%;
  left: auto !important;
}

.quizbox-header {
  background: var(--M-NAV-BDR-CL);
  padding: 10px !important;
}

.quiz-secheader {
  background: rgba(240, 243, 248, 0.568627451);
  font-size: 1.4rem;
}

.quiz-secheader-sat {
  font-size: 1.4rem;
}

.question-type-button {
  padding: 2px !important;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.question-type-button:hover {
  background: var(--LIGHT-BG-CL);
}

.question-options-tf {
  padding: 7px !important;
  text-align: center;
  cursor: pointer;
  margin-right: 10px !important;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.p-mrg-none p {
  margin: 0px !important;
}

.prosemirror-options p,
.question-preview-option p {
  margin: 0px !important;
}

.quiz-question-option-normal {
  font-size: 15px !important;
  font-weight: bold !important;
}

.quiz-question-border {
  padding: 4px 9px;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 50%;
}

.option-checked {
  background: #42af42;
  color: #fff !important;
  background-color: #42af42;
}

.normal-option-btn {
  cursor: pointer;
}

.normal-option-btn:hover {
  background-color: var(--LIGHT-BG);
  border-radius: 10px;
}

.correct-option {
  background-color: #42af42 !important;
}

.wrong-option {
  background-color: #e53636 !important;
}

.quizui-exmrg {
  margin: 7px !important;
}

.droppable-element {
  display: inline-block;
  min-width: 100px;
  height: 28px;
  border: 1px dashed #787676;
  padding: 0px 2px;
}

.drag-container {
  padding: 5px;
  cursor: grab;
  margin-right: 10px !important;
  min-width: 100px;
}

.qitem2 {
  display: block;
}

.quizui-drpbxset .select-wrapper input.select-dropdown {
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 4px;
  width: 98%;
  height: 2rem !important;
  font-size: 13px !important;
}
.quizui-drpbxset .select-wrapper .caret {
  width: 20px !important;
}

.quizui-concticn {
  font-size: 54px;
  color: gray;
  margin: 0 auto;
}

.quizui-resultbx {
  margin-top: 10px !important;
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
  margin-top: 10px;
}

.quizui-txtspan {
  text-align: center;
  width: 100%;
  float: left;
  font-size: 1.9rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  color: #fff;
}

.match-making-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.option-direction-rtl {
  direction: rtl;
}

.option-direction-ltr {
  direction: ltr;
}

.leaderboard-user-name {
  width: 150px;
  padding: 2px;
}

.leaderboard-user-score {
  width: 100px;
  padding: 2px;
}

.leaderboard-user-opt {
  padding: 2px;
  margin: 0 5px;
  width: 30px;
  text-align: center;
}

.leaderboard-user-opt-correct span {
  border-radius: 50%;
  padding: 2px;
  background: #42af42;
  font-size: 30px !important;
}

.leaderboard-user-opt-not-attempt span {
  border-radius: 50%;
  padding: 2px;
  background: #e9e176;
  font-size: 30px !important;
}

.leaderboard-user-opt-wrong span {
  border-radius: 50%;
  padding: 2px;
  background: #c74f4f;
  font-size: 30px !important;
}

.leaderboard-vrtcl-ctr {
  display: flex;
  align-items: center;
}

.live-quiz-tabs-active {
  background-color: var(--LIGHT-BG);
  display: block;
}

.quiz-bodrbx {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 5px 3px 11px 0px #ececf8;
  padding: 10px 10px 10px 10px !important;
}

.live-quiz-tabs {
  display: block;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  padding: 6px;
}

.quizui-modebx:hover {
  background-color: #f1f9fd;
}

.quizui-modespc {
  padding: 0px 30px;
  margin: 0px 10px;
}

.live-quiz-page {
  margin-top: 50px;
}

.quiz-menutab {
  margin-top: 40px;
}

.largetext {
  font-size: 16px;
}

.live-quiz-mode-active {
  background-color: #f1f9fd;
}

.live-quiztab-border {
  border-right: 1px solid #ccc;
}

.first-tab {
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.last-tab {
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

#live-quiz-end:hover {
  display: block;
  border-bottom-right-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.quiz-chartbox {
  display: flex;
  position: relative;
  margin-top: 40px;
  justify-content: space-evenly;
  height: 200px;
}

.quiz-chart-bxtxt {
  position: relative;
  top: -20px;
}

.tr-correct-option {
  background-color: #b2dbb2;
}

.tr-wrong-option {
  background-color: #efb2b2;
}

.chart-box-option {
  top: 10px;
  position: relative;
}

.quiz-timrtxtbox {
  position: relative;
  top: 43px;
  z-index: 1;
}

.quiz-timertxt {
  font-size: 30px;
  font-weight: 800;
  background: #fff;
  position: relative;
  top: 4px;
  padding: 0px 5px;
  border-radius: 10px;
}

.quiz-clockicn {
  font-size: 35px;
  top: 6px;
  position: relative;
}

#live-quiz-progress {
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
  height: 100%;
  background-color: var(--MAIN-BTN-CL);
}

.quiz-loader-bg {
  width: 100%;
  height: 80%;
  background: #ffffff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.quiz-loader-bg h3 {
  position: fixed;
  color: #ff5e31;
  font-size: 24px;
}

.quiz-loader {
  width: 8em;
  height: 8em;
  font-size: 22px;
  box-sizing: border-box;
  border-top: 0.3em solid #505050;
  border-radius: 50%;
  position: relative;
  animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}

.quiz-loader span {
  position: absolute;
  color: #FF5E31;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  animation: rotating 2s linear infinite;
}

.quiz-loader::before,
.quiz-loader::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  top: -0.2em;
}

.quiz-loader::before {
  border-top: 0.3em solid dodgerblue;
  transform: rotate(120deg);
}

.quiz-loader::after {
  border-top: 0.3em solid #ff5e31;
  transform: rotate(240deg);
}

@keyframes rotating {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.high-score {
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  position: relative;
  animation-name: slide-from-bottom;
  animation-duration: 4s;
  animation-delay: -2s;
}

.live-quiz-rank {
  background: rgba(0, 177, 189, 0.16);
}

.live-quiz-pad-rl td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.template-td {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.template-td label {
  color: black;
  font-size: 14px;
  cursor: pointer;
}

.import-question-image {
  max-width: 500px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
}

.quiz-headingclr {
  color: #1a365d;
}

.quiz-namest {
  position: relative;
  top: 10px;
  left: 10px;
}

.question-box {
  margin: 0px 4px 10px 0px;
}

body {
  margin: 0 !important;
}

#aiModal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
  justify-content: center;
  border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: black;
}

.temp {
  height: 100vh;
}

.ai-container {
  margin-top: 50px;
}

.ai-container h2 {
  margin-bottom: 10px;
}

.ai-container p {
  margin-top: 0;
}

@media only screen and (max-width: 450px) {
  #aiModal {
    width: 72% !important;
  }
}
.quiz-fntwgt {
  font-weight: 500;
}

.quiz-sharbtn {
  font-size: 14px;
  padding: 10px 8px !important;
}
.quiz-sharbtn i {
  position: relative;
  top: 4px;
  font-size: 17px;
  right: -3px;
}

.quiz-usrname {
  font-size: 2.8rem;
  margin-bottom: 14px;
  margin-top: -8px;
  line-height: normal;
  font-weight: 400;
  font-family: system-ui;
  float: left;
}

.quiz-maintitlebx {
  margin-top: 0px;
  font-size: 1.2rem;
  background: var(--MAIN-BTN-CL) !important;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.quiz-smaltxt {
  font-size: 14px !important;
}

.notification {
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: fixed;
  top: 9rem;
  left: 1rem;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*mahesh change */
.quizbox-header-sat {
  background: var(--M-NAV-BDR-CL);
  display: flex;
  justify-content: space-between;
  /* Spreads content */
  align-items: center;
  /* Align items in the center */
  width: 100%;
  margin-top: -21px;
}

.quizbox-content {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Space between elements */
}

.quizui-timer-sat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  /* Adjust width as needed */
  height: 40px;
  /* Adjust height as needed */
  background-color: #f3f3f3;
  /* Light background */
  border-radius: 8px;
  /* Rounded corners */
  font-size: 22px;
  /* Increase font size */
  font-weight: bold;
  /* Make text bold */
  color: #333;
  /* Darker text color */
  text-align: center;
  margin-top: -21px;
}

.quizui-timer-container-sat {
  display: flex;
  flex-direction: column;
  /* Stack timer & button vertically */
  align-items: center;
  /* Center horizontally */
  margin-top: 10px;
  /* Adjust spacing */
}

#toggle-timer-btn-hide,
#toggle-timer-btn-show {
  border: 1px solid rgb(65, 57, 57);
  padding: 7px 10px;
  font-size: 12px;
  background-color: #f3f3f3;
  color: rgb(14, 10, 10);
  border-radius: 25px;
  /* Makes button rounded */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#toggle-timer-btn-hide:hover,
#toggle-timer-btn-show:hover {
  background-color: #c3cfdb;
  /* Darker blue on hover */
}

.calculator-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}

.calculator-container:hover {
  background-color: #f0f0f0;
  /* Light gray background on hover */
  color: #007bff;
  /* Changes text/icon color to blue on hover */
  border-radius: 5px;
  /* Optional: Rounds corners */
}

#calculator-icon {
  font-size: xx-large;
  color: #333;
}

.calculator-text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #444;
}

.calculate-box {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#calculator {
  display: block;
  width: 600px;
  height: 400px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  position: relative;
}

#close-calculator:hover {
  color: #ff0000;
}

.mark-review {
  display: flex;
  align-items: center;
  background: var(--M-NAV-BDR-CL);
  padding: 1px 0;
  font-size: 14px;
  gap: 10px;
  margin-top: 5px;
}

.mark-review-question {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--M-NAV-BDR-CL);
  padding: 1px 0;
  font-size: 14px;
  gap: 10px;
}

.mark-review-submit {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  gap: 10px;
  margin-right: 14px;
}

.current-question-mark {
  background-color: #2E2828;
  color: white;
  font-size: 18px;
  padding: 3px 6px;
  width: 28px;
  height: 28px;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px;
}

.quizui-nav-panel {
  position: absolute;
  /* Position it above the button */
  background-color: #fff;
  /* White background */
  border: 1px solid #ccc;
  /* Light border */
  border-radius: 8px;
  /* Rounded corners */
  padding: 10px;
  /* Padding inside */
  width: auto;
  /* Adjust width dynamically */
  min-width: 200px;
  /* Minimum width */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  z-index: 1000;
  /* Ensure it appears on top */
  display: none;
  /* Initially hidden */
}

.quizui-nav-panel.active {
  display: block;
  /* Show when active */
}

.quizui-top-fix-sat {
  margin-top: 55px;
  display: block;
  width: 50%;
  left: 21%;
  position: relative;
}

.bookmark-icon-sat {
  cursor: pointer;
  color: gray;
  /* Default color */
  transition: color 0.3s ease;
}

.bookmark-icon-sat.active {
  color: #f04354;
  /* Change color when active */
}

.question-nav-sat {
  position: relative;
  flex: 0 0 8%;
}

.mark-review-icon {
  background: none;
  position: absolute;
  top: -12px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  font-size: large;
}

.quiz-secheader-sat {
  background: rgba(240, 243, 248, 0.568627451);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  /* Align items vertically */
  justify-content: space-between;
  /* Push title left & close button right */
  padding: 10px;
  /* Optional padding */
}

.sectionnav-box {
  display: flex;
  align-items: center;
}

.sat-next-question {
  justify-content: flex-end;
  /* Aligns content to the right */
  align-items: flex-end;
  bottom: 2px !important;
}

.sat-username {
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}

.question-box-sat {
  width: 24px !important;
  height: 23px !important;
}

.question-box-sat2 {
  width: 20px !important;
  height: 20px !important;
}

.quiz-title-sat {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--DARK-TEXT);
  margin-left: 10px;
}

.modal-sat {
  display: none;
  border-radius: 8px !important;
  padding: 0px !important;
  z-index: 1003 !important;
  opacity: 1 !important;
  top: 28% !important;
  transform: scaleX(1) scaleY(1) !important;
  margin-left: 150px !important;
}

@media only screen and (max-width: 750px) {
  .modal-sat {
    margin-left: 20px;
  }
}
.modal-sat-nav {
  width: 40rem;
  bottom: 100px;
  border-radius: 8px;
  top: 20px;
  height: 30%;
}

.modal {
  max-height: 72%;
}

.greyclr {
  color: grey !important;
}

.vcselectbx .select-wrapper input.select-dropdown {
  display: block !important;
  padding: 6px 8px !important;
  font-size: 14px !important;
  height: 26px !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  color: #000;
}

.fullbtn {
  width: 100%;
}

.move-object-modal {
  border-radius: 15px !important;
  width: 50%;
  max-height: 85vh;
  overflow-y: hidden;
}

.folder-parent {
  display: flex;
  align-items: center;
  margin: 5px 0px !important;
  cursor: pointer;
}
.folder-parent .folder-name {
  margin-left: 10px;
  padding: 2px 4px;
  border-radius: 5px;
}
.folder-parent .folder-name:hover {
  background-color: var(--A-HOVER);
}
.folder-parent .folder-branch {
  padding-left: 35px;
  display: none;
  background: #f3f3f3;
}
.folder-parent .opened {
  background: var(--A-HOVER);
}
.folder-parent .selected {
  background: var(--NORMAL-TEXT);
  color: #fff;
}
.folder-parent .folder-icon {
  color: var(--NORMAL-TEXT);
}

.dropdown-content {
  min-width: 150px !important;
}

.clrd-bigheading-quizui {
  font-size: 1rem !important;
  color: var(--MAIN-BTN-CL);
}

.adddesc-icn-quizui {
  position: relative;
  top: 3px;
  font-size: 1.2rem !important;
  color: var(--MAIN-BTN-CL);
}

#add-desc-text-quizui:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quizui-box-shadow {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  border-radius: 7px !important;
}

.quizui-numbrbox-whb {
  border-radius: 5px !important;
  height: 30px !important;
}

.quizui-drpbxset-box .select-wrapper input.select-dropdown {
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 4px;
  width: 98%;
  height: 2.4rem !important;
  font-size: 13px !important;
  border-radius: 5px !important;
}
.quizui-drpbxset-box .select-wrapper .caret {
  width: 20px !important;
}

.quizui-border-radius {
  border-radius: 7px !important;
}

.quizui-createquiz-pad {
  padding: 0 10px;
}

.quizui-m-flex {
  flex: 1;
  min-width: 0;
}

.quizui-advanced-settings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  padding-bottom: 10px;
}

.option-unchecked {
  background-color: #e2dede;
}

.add-more-quizui:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/*# sourceMappingURL=quizui.css.map */
