/*! Authoring version：6.0.19 */
.info-icon-size::before {
  font-size: 12px;
}
.question-comments-dialog {
  max-width: 800px;
  max-height: 730px;
}
.authoring-addsection-btn {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.multiple-choice-container-body {
  min-height: 300px;
  padding: 20px;
}
.loading-skeleton {
  background-image: linear-gradient(135deg, #f2f3f4 25%, #fafafa 35%, #f2f3f4 40%);
  background-size: 400% 100%;
  animation: loading-skeleton 2s ease infinite;
}
@keyframes loading-skeleton {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0 0%;
  }
}
.create-choice-table {
  table-layout: fixed;
}
.create-choice-table .choice-rich > td {
  padding: 16px 0 16px 16px !important;
}
.create-choice-table .choice-row {
  background-color: #F5F8FA;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: white;
}
.create-choice-table .choice-row td {
  vertical-align: middle;
}
.create-choice-table .choice-row .choice-check {
  white-space: nowrap;
  width: 70px;
  padding-left: 16px;
}
.create-choice-table .choice-row .choice-check label {
  height: 20px;
}
.create-choice-table .choice-row .choice-input {
  padding: 8px 0;
}
.create-choice-table .choice-row .choice-delete {
  width: 66px;
  padding-left: 16px;
  padding-right: 16px;
}
.create-choice-table .choice-row .choice-correct {
  width: 100px;
  background-color: white;
  padding-left: 24px;
  font-size: 24px;
}
.create-choice-table .choice-row .choice-correct .choice-correct-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.create-choice-table .choice-row .choice-correct .active:before {
  color: #0099a8;
}
.create-choice-table .choice-row .choice-correct .inactive:before {
  color: #e6e7e8;
}
.create-choice-table .choice-row .choice-mark {
  background-color: white;
  width: 200px;
}
.create-choice-table .choice-row .choice-mark .sperate-mark {
  text-transform: lowercase;
  position: absolute;
  left: 80px;
  top: 5px;
}
.create-choice-table .action-row {
  align-items: center;
  justify-content: space-between;
}
.create-choice-table .correct-answer {
  padding-left: 24px;
}
.create-choice-table .correct-answer .correct-answer-icon {
  display: inline-block;
  margin-bottom: 4px;
}
.create-choice-correct-answer-tip {
  width: 160px;
  font-size: var(--font-xs);
  cursor: pointer;
  display: inline-block;
}
.create-choice-correct-answer-tip .icon-alt {
  position: relative;
  display: inline-block;
  clear: both;
  width: 14px;
}
.create-choice-correct-answer-tip .icon-alt:before {
  position: absolute;
  top: -10px;
}
.cursor-pointer {
  cursor: pointer;
}
.create-true-false-table {
  width: 100%;
}
.create-true-false-table .true-false-row {
  height: 44px;
  margin-bottom: 10px;
  display: flex;
  line-height: 44px;
  width: calc(100% + 300px);
}
.create-true-false-table .true-false-row .true-false-check {
  width: 50px;
  padding-left: 16px;
  position: relative;
  background-color: #F5F8FA;
}
.create-true-false-table .true-false-row .true-false-check .fia-check-circle,
.create-true-false-table .true-false-row .true-false-check .fia-check-circle-solid {
  line-height: 44px;
  font-size: 16px;
  position: absolute;
  top: 2px;
}
.create-true-false-table .true-false-row .true-false-check label {
  height: 20px;
}
.create-true-false-table .true-false-row .true-false-check .fia-check {
  position: absolute;
  top: 18px;
}
.create-true-false-table .true-false-row .true-false-text {
  flex: 1;
  padding: 2px 0;
  background-color: #F5F8FA;
}
.create-true-false-table .true-false-row .correct-icon-wrapper {
  width: 300px;
  padding-top: 8px;
  padding-left: 24px;
}
.create-true-false-table .true-false-row .correct-icon-wrapper .correct-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.create-true-false-table .true-false-row .correct-icon-wrapper .correct-icon .fia-check-circle-solid {
  font-size: 24px;
}
.create-true-false-table .true-false-row .correct-icon-wrapper .active:before {
  color: #0099a8;
}
.create-true-false-table .true-false-row .correct-icon-wrapper .inactive:before {
  color: #e6e7e8;
}
.create-true-false-table .action-row {
  align-items: center;
  justify-content: space-between;
}
.create-true-false-table .correct-answer {
  padding-left: 24px;
}
.create-true-false-table .correct-answer .correct-answer-icon {
  display: inline-block;
  margin-bottom: 4px;
}
.create-choice-correct-answer-tip {
  width: 160px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
.create-choice-correct-answer-tip .icon-alt {
  position: relative;
  display: inline-block;
  clear: both;
  width: 14px;
}
.create-choice-correct-answer-tip .icon-alt:before {
  position: absolute;
  top: -10px;
}
.question-setting {
  text-align: right;
}
.single-setting-container .item-panel {
  display: flex;
}
.single-setting-container .item-panel .row-left-description,
.single-setting-container .item-panel .row-description {
  display: flex;
  flex: 1;
  align-items: center;
}
.single-setting-container .item-panel .row-left-description .fia-info-circle,
.single-setting-container .item-panel .row-description .fia-info-circle {
  line-height: var(--form-height-m);
}
.single-setting-container .item-panel .row-left-description {
  padding-right: 10px;
}
.single-setting-container .item-panel .row-right-input {
  width: 418px;
  padding-right: 0;
}
.single-settings-icon {
  font-size: 13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  outline: 0 !important;
  cursor: pointer;
}
.question-setting-popup-backgroud {
  height: 100%;
  width: 100%;
  background: #F5F4F9;
  border-radius: 8px;
  padding: 16px;
  font-size: 13px;
  overflow-y: auto;
}
.question-setting-popup-arrow {
  size: 8;
  offset: 16;
  color: #F5F4F9;
}
.popupRadius {
  border-radius: 8px;
}
.popupRadius .aui-popup-close {
  top: 8px !important;
  right: 8px !important;
}
.multiple-choice-title {
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  outline: 0px;
}
.multiple-choice-title:hover {
  border-bottom: 1px solid #0f0f0f;
}
.multiple-choice-title:empty:before {
  content: attr(placeholder);
  color: #999999;
  cursor: text;
}
.preview-question .button-footer {
  position: fixed;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding: 15px 30px 15px 0;
  background-color: #ffffff;
  width: calc(100% - 75px);
}
.question-total-selected {
  letter-spacing: 0px;
  font: italic normal normal 12px/18px;
  font-style: initial;
  font-size: 12px;
  line-height: 18px;
  color: #868F96;
  opacity: 1;
  cursor: default;
}
.question-fib-tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E0E0E0;
}
.question-fib-tr:last-child {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: #E0E0E0;
}
.fib-option-container-table {
  margin: 10px;
}
.essay-textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #D4D6D8;
  margin-top: 30px;
  outline: 0px;
  padding-top: 70px;
  overflow: auto;
  background-color: #f5f5f5;
  color: #585C75;
  opacity: 0.5;
  text-align: center;
}
.full-score-label {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
}
.question-notice {
  font-size: 12px;
  font-style: italic;
  color: var(--alt-color);
  margin-bottom: 4px;
  margin-top: 18px;
}
.fib-bank-correct-lable {
  margin-top: 14px;
  font-weight: 600;
}
.fib-bank-content {
  margin-top: 12px;
}
.fib-bank-item {
  width: 100%;
  margin-top: 8px;
  background: #F5F8FA 0% 0% no-repeat padding-box;
}
.fib-bank-item-index {
  min-width: 104px;
  width: auto;
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
  padding: 0px 16px 0px;
}
.fib-bank-item-content {
  display: inline-block;
  flex: 1;
  margin: 5px 0px;
}
.fib-bank-item-delete {
  width: 27px;
  margin-left: 21px;
  margin-right: 21px;
  margin-top: 5px;
}
.fib-bank-item-delete .button-bald {
  padding: 0;
  min-height: 16px;
  min-width: 16px;
}
.fib-blank-item-mark {
  width: 200px;
  background-color: white;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}
.fib-blank-item-mark .sperate-mark {
  text-transform: lowercase;
  position: absolute;
  left: 120px;
}
.match-item-mark {
  width: 150px;
  background-color: white;
  padding-left: 5px;
  padding-top: 5px;
  position: relative;
}
.match-item-mark .sperate-mark {
  text-transform: lowercase;
  position: absolute;
  left: 85px;
  top: 10px;
}
.order-mark {
  width: 150px;
  background-color: white;
  padding-left: 5px;
  padding-top: 5px;
  position: relative;
}
.order-mark .sperate-mark {
  line-height: calc(calc(var(--font-size-base) * 2.5px) - 1px);
  text-transform: lowercase;
  position: absolute;
  left: 100px;
  top: 0;
}
.dropdown-item-mark {
  justify-content: end;
}
.dropdown-item-mark .sperate-mark {
  position: absolute;
}
.mark .full-marks-icon:before {
  color: var(--theme-6) !important;
}
.nomark .full-marks-icon:before {
  color: var(--theme-6) !important;
}
.nomark .fia-bookmark-regular-plus:before {
  color: var(--theme-6) !important;
}
.full-marks-icon:before {
  color: #53565A !important;
}
.full-marks-icon-question:before {
  color: #F37543;
}
.aui-tabs-bar .aui-tabcontrol-icon:before {
  color: #868F96;
}
.aui-tab-active .aui-tabcontrol-icon:before {
  color: #27313C;
}
.subExpanderRadius .aui-expander-title {
  background-color: #e6e7e8;
}
.similarity-check {
  height: 33px;
}
.similarity-check .button-default {
  color: #53565A;
  background: #EBFDFF 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #0099A8;
}
.similarity-check .fia-file-search {
  font-size: 13px;
}
.similarity-check .fia-file-search::before {
  color: #003B5C;
}
.full-marks-whole {
  border-radius: 4px;
  opacity: 1;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.full-marks-whole > span {
  width: 100%;
  margin: 7px 0 16px 0;
}
.full-marks-whole .full-marks-icon:before {
  color: #53565A;
}
.question-container {
  border-radius: 8px;
  background: #fff;
  margin-top: 24px;
  padding-bottom: 24px;
}
.outcome-description .fia-book-icon {
  position: absolute;
  right: 0px;
  z-index: 1;
  margin: 8px;
}
.outcome-description .aui-richcombobox-selected-area .aui-richcombobox-selected-item-content {
  max-width: 100%;
}
.outcome-description .aui-richcombobox-selected-area .aui-searchbox::after {
  padding-left: 0;
}
.question-bank-action .button-bald .button-icon-part::before {
  color: #003B5C;
}
.outcome-whole .aui-expander {
  border-radius: 8px;
}
.outcome-whole .aui-expander .fia-book-icon {
  right: 24px;
}
.outcome-whole .aui-expander .aui-expander-title {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.full-similar-marks {
  /* @media only screen and (min-width: 1440px) {
        width: 317px;
    }

    @media only screen and (max-width: 1440px) {
        width: 80%;
    }*/
  width: 185px;
}
.full-similar-marks .aui-button {
  width: 100%;
}
.drop-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bar-container {
  height: 20px;
  width: 300px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  background: #ccc;
  display: flex;
}
.bar-container .bar-item {
  height: 100%;
}
.bar-container .bar-target {
  background: green;
}
.bar-container .bar-addition {
  background: yellow;
}
.bar-container .bar-exclude {
  background: red;
}
.fill-in-blank-item {
  border: var(--border-m) solid var(--normal-border);
  background: var(--section-bg);
  padding: 0 var(--padding-xs);
  font-size: inherit;
  color: var(--body-color);
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
}
.additional-container .aui-tabs-rectangle > .aui-tabs-bar-container {
  height: 40px;
}
.additional-container .aui-tabs-rectangle > .aui-tabs-bar-container .aui-tabs-bar {
  color: #415364;
  background: #E6E7E8;
  width: 190px;
}
.additional-container .aui-tabs-rectangle > .aui-tabs-bar-container > .aui-tabs-bars .aui-tabs-bar-selected {
  background: #fff;
}
.additional-container .aui-tabs-rectangle > .aui-tabs-bar-container > .aui-tabs-bars {
  box-shadow: 0 -3px 4px 0 var(--shadow-color);
}
.additional-container .aui-tabs .aui-tabs-bars .aui-tabs-bar > div {
  max-width: 190px;
}
.additional-container .aui-tabs .aui-tabs-bars .aui-tabs-bar > div {
  padding: 0;
}
.question-expender-title {
  display: flex;
  justify-content: space-between;
}
.question-title-similar-marks {
  display: flex;
  margin-left: 20px;
  flex: 1;
  justify-content: space-between;
}
.question-title-similar-marks .question-title-marks {
  display: flex;
}
.question-title-similar-marks .question-title-marks .full-score-label {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #454868;
}
.question-title-similar-marks .question-title-marks .full-marks-whole {
  width: 100px;
  border-radius: 4px;
  opacity: 1;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.question-title-similar-marks .question-title-marks .full-marks-whole > span {
  width: 100%;
  margin: 0;
}
.question-title-similar-marks .question-title-marks .full-marks-whole .aui-input-target {
  height: 34px;
  min-height: 34px;
}
.question-title-similar-marks .question-title-marks .full-marks-icon:before {
  color: #53565A;
}
.children-margin-left .common-question-stack-title,
.children-margin-left .base-container {
  margin-left: var(--gap-s);
}
.children-margin-right .common-question-stack-title,
.children-margin-right .base-container {
  margin-right: var(--gap-s);
}
.expander-title-middle-wrap {
  display: flex;
  margin-left: 20px;
  flex: 1;
  justify-content: space-between;
}
.question-setting-popup-backgroud {
  padding: 24px;
}
.authoring-nocontent-big {
  border-radius: 8px;
  width: 100%;
  position: relative;
  background-color: #e6e7e8;
}
.authoring-nocontent-big.height-big,
.authoring-nocontent-big .height-big {
  height: 169px;
}
.authoring-nocontent-big.height-small,
.authoring-nocontent-big .height-small {
  height: 123px;
}
.authoring-nocontent-big .drop-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-radius: 8px;
  opacity: 0;
}
.authoring-nocontent-big .nocontent-message {
  text-align: center;
}
.authoring-nocontent-big .nocontent-btncontainer {
  text-align: center;
}
.authoring-nocontent-big .nocontent-btncontainer .hand-button {
  font-size: var(--font-m);
  display: flex;
  justify-content: center;
}
.authoring-nocontent-big .nocontent-btncontainer .hand-button .btn-icon {
  font-size: 24px;
}
.authoring-nocontent-big .nocontent-btncontainer .hand-button .btn-icon::before {
  color: #454868;
}
.authoring-nocontent-big .nocontent-btncontainer .bottom-buttons {
  display: flex;
  justify-content: center;
}
.authoring-nocontent-big .nocontent-btncontainer .bottom-buttons .or-message {
  margin-top: 6px;
}
.authoring-nocontent-big .nocontent-btncontainer .bottom-buttons button {
  height: 34px;
  background-color: white;
  border-radius: 4px;
  padding: 0 24px;
}
.authoring-nocontent-big .nocontent-btncontainer .bottom-buttons.z-index-top .aui-buttongroup {
  z-index: 3;
  border-radius: 4px;
}
.authoring-nocontent-big .nocontent-btncontainer .bottom-buttons.z-index-top button {
  z-index: 3;
}
.switch-mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
.alter-switch-not-disabled .aui-switch [aria-disabled=true] {
  cursor: pointer !important;
}
.alter-switch-not-disabled .aui-switch .aui-switch-button:disabled > div {
  opacity: 1;
}
.alter-switch-not-disabled .aui-choice-input[class]:disabled {
  color: transparent;
  border: var(--border-m) solid var(--focusable-border);
  cursor: pointer !important;
}
.alter-switch-not-disabled .aui-choice-input[class]:disabled::before {
  color: var(--icon-color) !important;
}
.alter-switch-not-disabled .aui-choice-label[aria-disabled=true],
.alter-switch-not-disabled [data-disabled=true] {
  cursor: pointer !important;
}
.correct-answer-wrap {
  display: flex;
  align-items: center;
}
.correct-answer-wrap .aui-popover div {
  line-height: 0;
}
.create-match-table thead th {
  background: #f7f7f7;
}
.create-order-table thead th {
  background: #f7f7f7;
}
.create-order-table .order-row {
  border-bottom: 10px solid transparent;
}
.match-line {
  width: 40px;
  position: relative;
  background: #7B7CEA;
  height: 2px;
  top: 50px;
  margin-top: 10px;
}
.match-line:before {
  content: '';
  width: 6px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -7px;
  background: #7B7CEA;
  border-radius: 0 3px 3px 0;
}
.match-line:after {
  content: '';
  width: 6px;
  height: 16px;
  position: absolute;
  right: 0;
  top: -7px;
  background: #7B7CEA;
  border-radius: 3px 0 0 3px;
}
.first-wran {
  background: var(--warn-bg);
}
.easy-popup-wrap {
  position: relative;
}
.easy-popup-wrap .easy-popup-content {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.easy-popup-wrap .easy-popup-content .easy-popup-arrow {
  background-color: var(--warn-bg);
  width: 15px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  height: 15px;
}
.easy-popup-wrap .easy-popup-content .easy-popup-tip {
  background-color: var(--warn-bg);
  padding: 10px;
  min-height: 50px;
  text-align: left;
  width: 450px;
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-size-m) var(--shadow-color);
}
.hotspot-container {
  width: 100%;
  display: flex;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.hotspot-container .hotspot-image-area {
  height: 522px;
  padding: 1px;
  flex: 1;
  border: 1px solid #D4D6D8;
  position: relative;
  overflow: auto;
}
.hotspot-container .hotspot-image-area .hotspot-placeholder {
  color: #7D848B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hotspot-container .hotspot-image-area .hotspot-image {
  transform-origin: left top;
  position: absolute;
}
.hotspot-container .hotspot-tips {
  margin-left: 20px;
  width: 220px;
  height: 558px;
  color: #454868;
  display: flex;
  flex-direction: column;
  align-content: center;
  position: relative;
}
.hotspot-container .hotspot-tips .hotspot-seperate-mark {
  position: absolute;
  width: 100%;
  top: 220px;
  left: 0;
  height: 80px;
  vertical-align: bottom;
  display: flex;
  align-items: end;
}
.hotspot-container .hotspot-tips .hotspot-seperate-mark .sperate-mark {
  height: calc(calc(var(--font-size-base) * 2.5px) - 1px);
  position: absolute;
  left: 80px;
  top: 0;
  width: 200px;
}
.hotspot-container .hotspot-tips .hotspot-seperate-mark .sperate-mark .sperate-mark-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: initial;
}
.hotspot-container .hotspot-tips-preview {
  overflow-y: auto;
  background: #E6E7E8;
  padding: 16px;
}
.shape-toolbar {
  display: flex;
  background: #f7f7f7;
  justify-content: space-between;
  align-content: center;
  height: 36px;
  margin-top: 8px;
  border: 1px solid #D4D6D8;
  border-bottom: none;
  padding: 0 5px;
}
.shape-toolbar .shape-btn-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.shape-toolbar .shape-btn-wrap .delete-btn,
.shape-toolbar .shape-btn-wrap .shape-btn {
  flex: 1;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin: 3px;
}
.shape-toolbar .shape-btn-wrap .delete-btn button,
.shape-toolbar .shape-btn-wrap .shape-btn button {
  padding: 4px;
  height: 28px;
  width: 28px;
  min-width: 28px;
}
.shape-toolbar .shape-btn-wrap .delete-btn {
  margin-right: 5px;
  margin-top: 4px;
}
.shape-toolbar .shape-btn-wrap .line-right {
  position: relative;
}
.shape-toolbar .shape-btn-wrap .line-right:before {
  content: '';
  position: absolute;
  height: 27px;
  width: 1px;
  top: 2px;
  left: -2px;
  background: #E6E7E8;
  opacity: 0.5;
}
.shape-toolbar .shape-btn-wrap .line-right:after {
  content: '';
  position: absolute;
  height: 27px;
  width: 1px;
  top: 2px;
  right: -2px;
  background: #E6E7E8;
  opacity: 0.5;
}
.shape-toolbar .shape-scale {
  display: flex;
  justify-content: center;
  align-content: center;
}
.shape-toolbar .shape-scale .scale-input {
  height: 28px;
  margin-top: 4px;
  position: relative;
}
.shape-toolbar .shape-scale .scale-input .aui-input input {
  min-height: 28px;
  padding-right: 20px;
}
@media print {
  .shape-toolbar .shape-scale .scale-input .aui-input input {
    padding-right: 0;
  }
}
.shape-toolbar .shape-scale .scale-input .percentage {
  position: absolute;
  right: 8px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
.shape-toolbar .shape-scale .scale-input .percentage-disable {
  color: var(--disabled-color);
}
.shape-toolbar .shapeBtnColor .button-icon-part:before {
  color: #415364;
}
.shape-toolbar .shapeBtnColor:hover .button-bald {
  background: #7B7CEA80;
}
.shape-toolbar .shapeBtnColor:hover .button-bald .button-icon-part:before {
  color: #fff;
}
.shape-toolbar .shapeBtnColor:hover .button-bald[disabled] {
  background: #f7f7f7;
}
.shape-toolbar .shapeBtnColor:hover .button-bald[disabled] .button-icon-part:before {
  color: #415364;
}
.shape-toolbar .shapeBtnOperate .aui-button {
  border-radius: 3px;
  background: #7B7CEA !important;
}
.shape-toolbar .shapeBtnOperate .aui-button .button-icon-part:before {
  color: #fff !important;
}
.shape-toolbar .tips-btn {
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-l);
}
.shape-toolbar .tips-btn .show-hot-spot-tips,
.shape-toolbar .tips-btn .show-hot-spot-tips-preview {
  cursor: pointer;
}
.shape-toolbar .tips-btn .fia-lightbulb::before {
  color: #415364;
}
.show-correct-answer-wrap {
  position: relative;
  margin-top: 16px;
  padding-top: 24px;
}
.show-correct-answer-wrap:before {
  content: '';
  border-top: 1px solid #D4D6D8;
  position: absolute;
  width: calc(100% + 24px);
  left: -24px;
  top: 0;
}
.isDisabled {
  cursor: no-drop;
}
.authoring-picture-button-group {
  background-color: #f6f6f6;
  padding-left: 5px;
  height: 40px;
  width: 800px;
}
.authoring-picture-button-group button {
  margin-top: 6px;
  vertical-align: top;
}
.authoring-picture-button-group .separator {
  border-right: 1px solid #ccc;
  line-height: 38px;
  margin: 0 5px;
}
.hotspot-shape-container {
  overflow: hidden;
  position: absolute;
}
.content-middle-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vertical-center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.horizontal-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.left-top {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.authoring-picture-imgbox {
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 500px;
  box-sizing: border-box;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: contain;
}
.hotspot-image-area img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.authoring-picture-imgbox img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.authoring-picture-description {
  width: 800px;
  background-color: #f6f6f6;
  padding: 5px;
}
.authoring-picture-description > li {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 5px;
  color: #585858;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
#img-box {
  overflow: hidden;
  position: relative;
  /*z-index:999;*/
  border: 1px dashed #808080;
  width: 800px;
  height: 500px;
  box-sizing: border-box;
}
.box-add {
  cursor: crosshair;
}
#img-box img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}
/*UI 切换卡 添加删除按钮*/
.question-ui {
  margin: 10px;
  overflow: hidden;
}
.question-ui .ui-btn {
  width: 120px;
  height: 30px;
  border: none;
  background-color: #0d9fff;
  color: #fff;
  float: left;
  margin: 0 10px;
}
/*图形*/
.box-edit .area {
  cursor: move;
}
.area {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  user-select: none;
  border: none !important;
  -webkit-user-select: none;
  text-align: center;
}
.area .index {
  position: absolute;
  left: 50%;
  top: 50%;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.area-circle {
  border-radius: 50%;
}
.area-circle.shape-selected:before,
.area-rect.shape-selected:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 2px #7B7CEA solid;
}
/*图形区域选中缩放样式ʽ*/
.area {
  background: rgba(123, 124, 234, 0.5);
}
/*图形区域选中缩放样式ʽ*/
.shape-selected span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #7B7CEA;
  margin-left: -4px;
  margin-top: -4px;
}
.shape-selected span.r-lt {
  left: 0;
  top: 0;
  cursor: nw-resize;
}
.shape-selected span.r-l {
  left: 0;
  top: 50%;
  cursor: w-resize;
}
.shape-selected span.r-lb {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}
.shape-selected span.r-b {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}
.shape-selected span.r-rb {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}
.shape-selected span.r-r {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}
.shape-selected span.r-rt {
  left: 100%;
  top: 0;
  cursor: ne-resize;
}
.shape-selected span.r-t {
  left: 50%;
  top: 0;
  cursor: n-resize;
}
.aui-expander-panel > div {
  overflow: hidden;
}
.temp-drag-capture {
  position: fixed;
  left: -10000px;
  top: -10000px;
  width: 290px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  height: 47px;
  background: var(--theme-2);
  border: 1px solid var(--theme-6);
  padding: 13px 5px 13px 15px;
  justify-content: space-between;
}
.temp-drag-capture pre {
  margin: 0;
  width: calc(100% - 20px);
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
}
.temp-drag-capture .option-icon {
  width: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.temp-drag-capture .temp-drag-size span {
  font-size: var(--font-s) !important;
}
@media only screen and (max-width: 1300px) {
  .temp-drag-capture {
    width: 200px;
  }
}
.fib-correct-answer-forPrint {
  display: none;
}
.match-answer-hide {
  overflow: hidden;
  height: 0;
}
.print-show {
  display: none;
}
@media print {
  .for-print-header,
  .additional-marks-content-icon {
    display: none;
  }
  .for-print-answer {
    display: block !important;
  }
  .fib-correct-answer,
  .question-change-direction {
    display: none !important;
  }
  .fib-correct-answer-forPrint {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 100%;
    color: var(--body-color);
    height: 100%;
  }
  .match-answer-forPrint {
    overflow: inherit;
    margin-top: 16px;
    height: auto;
  }
  .print-show {
    display: block;
  }
  .dropdown-answer-content {
    white-space: inherit;
  }
}
.match-preview-canvas-container {
  position: relative;
}
.match-preview-canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.hotspot-uploader .aui-uploader-list {
  margin-top: 0;
}
.hotspot-uploader .aui-uploader-list div[role=listitem] {
  border-bottom: none;
}
.hotspot-uploader .aui-uploader-list .aui-uploader-item {
  display: none;
}
.hotspot-uploader .aui-uploader-list .aui-uploader-item.disabled {
  margin-top: var(--gap-s);
  display: flex !important;
}
.pdf-radio .aui-choice-input {
  width: 18px !important;
}
.grid-container {
  display: flex;
  flex-direction: column;
}
.grid-container .grid-row {
  display: flex;
  margin-bottom: 2px;
}
.grid-container .grid-row .grid-label {
  width: 220px;
  background: #f7f7f7;
  padding: 6px 8px;
}
.grid-container .grid-row .grid-content {
  flex: 1;
  padding: 6px 8px;
}
.base-container {
  width: 150px;
  margin-top: 13px;
}
.base-container .base-label {
  display: flex;
  margin-bottom: 10px;
}
.base-container .base-label .fia-bookmark-regular-plus {
  width: 15px;
  vertical-align: middle;
}
.base-container .base-label .full-score-label {
  line-height: 1;
  flex: 1;
}
.base-container .base-btn {
  margin-top: 8px;
}
.base-inline-container {
  width: auto;
  margin-top: 0;
  display: flex;
  line-height: 34px;
  align-items: center;
}
.base-inline-container .base-label {
  display: flex;
  margin-bottom: 0;
  margin-right: 10px;
}
.base-inline-container .base-label .fia-bookmark-regular-plus {
  width: 15px;
  line-height: 34px;
  vertical-align: middle;
}
.base-inline-container .base-label .full-score-label {
  line-height: 34px;
  flex: 1;
}
.base-inline-container .base-btn {
  margin-top: 0;
}
.question-marks-line {
  width: 1px;
  background: var(--normal-border);
  height: 50px;
  content: "";
  margin-right: 8px;
}
.resetScreenBtn .button-icon-part {
  font-weight: bold;
  font-size: 22px;
}
.aui-dialog-header .preview-attachment-bar {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.aui-dialog-header .preview-attachment-bar:after {
  content: '';
  height: 51px;
  position: absolute;
  right: -8px;
  top: -9px;
  border-right: var(--border-m) solid var(--normal-border);
}
.aui-dialog-body .preview-attachment-bar {
  display: none;
}
.preview-word-annotation .split-line {
  width: 1px;
  height: 100%;
  background: #E6E7E8 0% 0% no-repeat padding-box;
  opacity: 1;
  display: inline-block;
}
.preview-word-annotation .annotation-area {
  width: auto;
  padding: 0;
  border-left: none;
}
.preview-word-annotation .tab-bar-container {
  display: inline-block;
  margin-right: var(--gap-l);
  height: var(--widget-height-s);
  cursor: pointer;
}
.preview-word-annotation .tabs-bar-selected {
  border-bottom: var(--border-xl) solid var(--selected-bg);
}
.hideComment {
  display: none !important;
}
.preview-office-dialog .aui-dialog-modal .aui-dialog-modal-container .aui-dialog-title {
  display: flex;
  align-items: center;
}
.preview-office-dialog .aui-dialog-modal .aui-dialog-modal-container .aui-dialog-body {
  overflow-y: hidden;
}
@media print {
  .page-break-after {
    break-inside: avoid-page;
  }
}
.minimize-container {
  background: #D4D6D8;
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.minimize-container .aui-buttonfitbox {
  width: 100%;
}
.minimize-container .minimize-item {
  max-width: 220px;
  box-shadow: 0px 0px 6px #00000029;
}
.previewMode .minimize-container,
.fullscreen .minimize-container {
  position: fixed !important;
  left: 10000000000000000000px !important;
  bottom: 0;
  z-index: 1;
}
.minimize-item {
  cursor: pointer;
  line-height: 34px;
  background: #fff;
  max-width: 330px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px 4px 0px 0px;
}
.minimize-item aui-button:first-child {
  flex: 1;
  max-width: calc(100% - 33px);
}
.aui-popup-box .minimize-item {
  display: flex !important;
}
.minimize-item .button-bald span::before {
  font-size: 12px;
}
.show-images-containder {
  width: 200px;
  height: 200px;
  border: var(--gray-3) 1px dashed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.show-images-containder .fia-refresh {
  font-size: 32px;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-2);
  border-radius: 50px;
  cursor: pointer;
}
.show-images-containder img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.images-containder {
  border-style: solid !important;
  background: var(--gray-2);
  position: relative;
}
.images-containder .qr-bottom-icon {
  position: absolute;
  bottom: 8px;
  right: 0px;
}
.images-containder .qr-bottom-icon .square-icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
}
.show-QR-containder {
  width: 200px;
  height: 200px;
}
.show-QR-containder img {
  width: 100%;
}
.fileBgColor {
  background-color: var(--alt-1);
  padding: 16px;
}
.answer-block {
  display: inline-block;
  border: var(--border-m) solid var(--normal-border);
  padding: 0 var(--padding-xs);
  font-size: inherit;
  vertical-align: middle;
  border-radius: 4px;
  color: var(--body-color);
  background: var(--gray-1);
  margin: 0 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.answer-block .font-bold {
  display: none;
}
.answer-block .display-text {
  font-weight: var(--font-bold);
}
.fia-check-circle-solid[disabled] {
  cursor: not-allowed;
}
.fia-check-circle-solid[disabled]:before {
  color: var(--selected-bg);
  opacity: var(--disabled-opacity);
}
.disabled-RichEditorEcho-container {
  min-height: 221px;
  border: 1px solid var(--focusable-border);
  background: #f7f7f8;
}
.disabled-RichEditorEcho-container .disabled-RichEditorEcho-toolbar {
  padding: 2px 8px;
  flex: 0 0 auto;
  text-align: right;
  background: var(--body-bg);
  border-bottom: var(--border-m) solid var(--normal-border);
}
.authoring-table {
  border-collapse: collapse;
}
.authoring-table thead {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.authoring-table thead tr th {
  text-align: left;
}
.preview-question-taking .common-preview-question-title,
.preview-question-taking .common-preview-question-answer {
  width: 100%;
}
.preview-question-taking .question-title-taking,
.preview-question-taking .question-content-taking {
  overflow: hidden;
}
.preview-question-taking .question-title-taking .a-container,
.preview-question-taking .question-content-taking .a-container {
  height: 100%;
  width: 100%;
  padding: 24px;
  position: relative;
}
.preview-question-taking .question-title-taking .a-container .a-content,
.preview-question-taking .question-content-taking .a-container .a-content {
  width: calc(100% - 48px);
  padding-bottom: 24px;
  position: absolute;
}
.preview-question-taking .question-title-taking .stable-container,
.preview-question-taking .question-content-taking .stable-container {
  overflow: hidden !important;
}
.preview-question-taking .question-title-taking .stable-container .a-content,
.preview-question-taking .question-content-taking .stable-container .a-content {
  width: calc(100% - 48px) !important;
}
.file-uploader-link {
  color: var(--link-color);
  cursor: pointer;
  text-decoration: none;
}
.file-uploader-link:hover {
  text-decoration: underline;
}
.download-base64-link {
  position: fixed;
  left: 100000000000000000000000px;
}
.mark-validation-isDe {
  line-height: 1;
}
.question-change-direction {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-left: 1px solid var(--normal-border);
  cursor: pointer;
  width: 50px;
}
.question-change-direction:hover {
  background: var(--hover-bg-rgba);
}
.category-question-container .aui-expander-title-template,
.category-item .aui-expander-title-template {
  width: calc(100% - 42px);
}
.marks-position {
  position: relative;
}
@media (min-width: 992px) {
  .marks-position {
    position: absolute;
    right: 0;
  }
}
.additional-richeditor-plugin {
  display: flex;
  justify-content: end;
  margin-top: 8px;
}
.additional-richeditor-plugin .additional-richeditor-plugin-btn {
  background-color: #E6E7E8 !important;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.additional-richeditor-plugin .additional-richeditor-plugin-btn .button-icon-part {
  font-size: var(--font-m);
}
.full-screen-answer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background: #fff;
}
.full-screen-answer.custom-preview-container {
  padding: 24px;
  width: 100%;
  height: 100%;
}
.hot-spot-tips-container {
  padding: 16px;
}
.hot-spot-tips-container .tips-content-header {
  margin-bottom: 12px;
}
.hot-spot-tips-container .tips-content-header .tips-icon {
  float: left;
  margin-top: 3px;
}
.hot-spot-tips-container .tips-content-item {
  padding-left: 21px;
  position: relative;
  margin-bottom: 16px;
}
.hot-spot-tips-container .tips-content-item:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7D848B;
  left: 6px;
  top: 6px;
  border-radius: 50%;
}
.hot-spot-tips-container .fia-lightbulb::before {
  color: #415364;
}
.fill-in-blank-for-marking {
  position: relative;
}
.fill-in-blank-for-marking .fib-blank-wrap {
  padding-bottom: 50px;
}
.fill-in-blank-for-marking .fib-blank-answer-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  left: 130px;
  min-width: 280px;
  width: calc(100% - 130px);
}
.fill-in-blank-for-taking {
  position: relative;
}
.fill-in-blank-for-taking .fib-blank-wrap {
  padding-bottom: 0;
}
.fill-in-blank-for-taking .fib-blank-answer-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  left: 130px;
  z-index: 1;
  min-width: 280px;
  width: calc(100% - 130px);
}
.pdf-dialog-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e7e7e7;
}
.critical-question-icon:before {
  color: #415364;
}
.critical-question-markerview-icon:before {
  color: #c76e20;
}
.critical-question-nhg-icon:before {
  color: #E5681F;
}
.critical-question-red:before {
  color: #c91d1d;
}
.critical-question-nhg-box {
  padding: 0 6px;
  border: 1px solid #E5681F;
  border-radius: 4px;
  background-color: #FFF4DF;
  margin-right: 12px;
}
@media print {
  .fill-in-blank-for-marking {
    position: relative;
  }
  .fill-in-blank-for-marking .fib-blank-wrap {
    padding-bottom: 0;
  }
  .fill-in-blank-for-marking .fib-blank-answer-wrap {
    display: flex;
    align-items: center;
    position: initial;
    margin-left: 130px;
    z-index: 1;
    min-width: 280px;
    width: calc(100% - 130px);
  }
}
.pull-right {
  float: right;
}
.common-question-type-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 24px !important;
}
.common-question-type-icon:before {
  color: #454868 !important;
}
.common-preview-question-title .fib-blank-in-title {
  font-weight: bold;
  border-radius: 4px;
  margin: 0 4px;
  border: 1px solid #D4D6D8;
  padding: 0px 4px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
}
.preview-question-active .fib-blank-in-title-selected {
  border: 1px solid var(--theme-6);
  background-color: #fff;
}
.preview-question-active .fib-blank-in-title-answered {
  border: 1px solid var(--theme-6);
  background-color: var(--theme-1);
}
.preview-question-active .activeAnswer {
  border: 1px solid var(--theme-6);
  background-color: var(--theme-1);
}
.common-preview-question-answer .auto-mark-icon {
  width: 24px;
  text-align: center;
  vertical-align: text-top;
}
.common-preview-question-answer .auto-mark-icon.fia-close:before {
  color: var(--error-6);
  font-size: 11px;
}
.common-preview-question-answer .auto-mark-icon.fia-check:before {
  color: var(--success-6);
  font-size: 16px;
}
.common-preview-question-answer .essay-preview-container .essay-inner-container {
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: white;
}
.common-preview-question-answer .essay-preview-container .essay-inner-container .annotation-container {
  width: 100%;
}
.common-preview-question-answer .essay-preview-container .essay-inner-container .annotation-container .document-area {
  width: 100%;
  min-width: 300px !important;
}
.common-preview-question-answer .essay-preview-container .essay-inner-container .aui-loading-element {
  z-index: 111;
}
.common-preview-question-answer .essay-preview-container .essay-textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #D4D6D8;
  margin-top: 16px;
  outline: 0px;
  padding-top: 70px;
  overflow: auto;
  background-color: #f5f5f5;
  color: #585C75;
  opacity: 0.5;
  text-align: center;
}
.common-preview-question-answer .essay-preview-container .essay-textarea-edit textarea {
  min-height: 150px;
  height: 150px;
  width: 100%;
  resize: vertical;
  background-color: transparent;
  margin: 0px;
}
.common-preview-question-answer .essay-preview-container .essay-textarea-edit-resize {
  resize: vertical;
}
.common-preview-question-answer .essay-preview-container .essay-desc {
  color: #415364;
}
.common-preview-question-answer .fill-in-blank .fib_option_placeHold {
  width: calc(100% - 130px);
  flex-shrink: 0;
  height: 34px;
  line-height: 34px;
  display: flex;
  color: var(--theme-6);
  border: 1px solid #E8E9EA;
  vertical-align: middle;
  position: relative;
  padding: 0px 4px;
}
.common-preview-question-answer .fill-in-blank .fib_otion_blank_Input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 4px;
  text-overflow: ellipsis;
}
.common-preview-question-answer .fill-in-blank .fib-option_placeHold_content {
  line-height: 34px;
  width: 100%;
  height: 100%;
}
.common-preview-question-answer .fill-in-blank .fib_correct_count {
  background-color: #F5F5F5;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  float: right;
  margin-top: 4px;
  margin-right: 8px;
  cursor: pointer !important;
  margin-left: 4px;
  right: 0;
}
.common-preview-question-answer .fill-in-blank .fib_correct_count_popup_ofelement {
  position: absolute;
  right: -10px;
  top: 0px;
}
.common-preview-question-answer .fill-in-blank .fib-blank-in-title {
  font-weight: bold;
  border-radius: 4px;
  margin: 0 4px;
  border: 1px solid #D4D6D8;
  padding: 0px 4px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
}
.common-preview-question-answer .fill-in-blank .fib-blank-in-title-selected {
  border: 1px solid var(--theme-6);
  background-color: #fff;
}
.common-preview-question-answer .fill-in-blank .fib-blank-in-title-answered {
  border: 1px solid var(--theme-6);
  background-color: var(--theme-1);
}
.common-preview-question-answer .fill-in-blank .fib-blanks-area {
  width: 100%;
  margin: 24px 0px;
}
.common-preview-question-answer .fill-in-blank .fib-blanks-area > div + div {
  margin-top: 24px;
}
.common-preview-question-answer .fill-in-blank .fib-blank-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.common-preview-question-answer .fill-in-blank .fib-blank-wrap .fib-blank-title {
  min-width: 114px;
  width: 130px;
  font-weight: 600;
  flex-shrink: 0;
  padding-right: 25px;
}
.common-preview-question-answer .fill-in-blank .fib-blank-wrap .fib-blank-icon {
  width: 6px;
  flex-shrink: 0;
}
.common-preview-question-answer .fill-in-blank .fib-blank-wrap .fib-blank-icon .fia-caret-right {
  width: 2px;
  height: 34px;
  background-color: var(--theme-6);
  position: relative;
}
.common-preview-question-answer .fill-in-blank .fib-blank-wrap .fib-blank-icon .fia-caret-right:before {
  color: var(--theme-6);
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: -1px;
}
.common-preview-question-answer .fill-in-blank .fib_option_for_auto_mark {
  border: none;
  width: calc(100% - 115px);
  display: inline-flex;
  line-height: 30px;
}
.common-preview-question-answer .fill-in-blank .fib_option_for_auto_mark .fib-option_placeHold_content {
  padding-right: 8px;
  color: var(--body-color);
}
.common-preview-question-answer .fill-in-blank .auto-mark-blank-marks {
  display: flex;
  align-items: flex-start;
}
.common-preview-question-answer .multiple-choice-option-tr {
  background-color: #F5F8FA;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: white;
}
.common-preview-question-answer .multiple-choice-option-tr label {
  height: 18px;
}
.common-preview-question-answer .choice-preview .choice-rich > td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: middle;
}
.common-preview-question-answer .choice-preview .choice-rich > td aui-radio,
.common-preview-question-answer .choice-preview .choice-rich > td aui-checkbox {
  vertical-align: top;
}
.common-preview-question-answer .choice-preview .singleChoice-input {
  padding-right: 16px;
  position: relative;
}
.common-preview-question-answer .choice-preview .question-content-lable {
  width: 100%;
  margin-left: 5px;
}
.common-preview-question-answer .choice-preview .multiple-choice-container-table {
  table-layout: fixed;
  width: 100%;
}
.common-preview-question-answer .true-false-table {
  width: 100%;
}
.common-preview-question-answer .true-false-table .true-false-correct-answer {
  text-transform: capitalize;
}
.common-preview-question-answer .true-false-table .true-false-row {
  cursor: pointer;
  height: 44px;
  background-color: #F5F8FA;
  margin-bottom: 10px;
  display: flex;
  line-height: 44px;
}
.common-preview-question-answer .true-false-table .true-false-row .true-false-check {
  width: 50px;
  padding-left: 16px;
  position: relative;
}
.common-preview-question-answer .true-false-table .true-false-row .true-false-check .fia-check-circle,
.common-preview-question-answer .true-false-table .true-false-row .true-false-check .fia-check-circle-solid {
  line-height: 44px;
  font-size: 16px;
  position: absolute;
  top: 2px;
}
.common-preview-question-answer .true-false-table .true-false-row .true-false-check label {
  height: 20px;
}
.common-preview-question-answer .true-false-table .true-false-row .true-false-check .fia-check {
  position: absolute;
  top: 18px;
}
.common-preview-question-answer .true-false-table .true-false-row .true-false-text {
  padding: 2px 0;
}
.common-preview-question-answer .true-false-table .correct-answer {
  padding-left: 24px;
}
.common-preview-question-answer .true-false-table .correct-answer .correct-answer-icon {
  display: inline-block;
  margin-bottom: 4px;
}
.common-preview-question-answer .match-preview-container {
  width: calc(100% - 5px);
}
.common-preview-question-answer .match-preview-container .option-item {
  align-items: center;
  position: relative;
}
.common-preview-question-answer .match-preview-container .option-item .content {
  padding: 10px;
  background-color: #F5F8FA;
  border: 2px solid #F5F8FA;
  border-radius: 2px;
  width: 100%;
  flex-shrink: 0;
  user-select: none;
  min-height: 64px;
  white-space: pre-wrap;
  word-break: break-all;
}
.common-preview-question-answer .match-preview-container .option-item .square {
  height: 16px;
  width: 6px;
  background-color: #e5e6e7;
  flex-shrink: 0;
  z-index: 0;
}
.common-preview-question-answer .match-preview-container .option-item .square i {
  display: none;
  margin-top: 1px;
}
.common-preview-question-answer .match-preview-container .option-item .square i:before {
  color: white;
}
.common-preview-question-answer .match-preview-container .option-item.matching .content {
  border: 2px solid #7B7CEA;
  background-color: #7B7CEA14;
}
.common-preview-question-answer .match-preview-container .option-item.matching .square {
  width: 12px;
  background-color: #7B7CEA;
}
.common-preview-question-answer .match-preview-container .option-item.matched .square {
  background-color: #7B7CEA;
}
.common-preview-question-answer .match-preview-container .option-item.true .content.right {
  border: 2px solid #28CC74;
}
.common-preview-question-answer .match-preview-container .option-item.true .square {
  background-color: #28CC74;
}
.common-preview-question-answer .match-preview-container .option-item.true .circle {
  position: absolute;
  right: -5px;
  height: 13px;
}
.common-preview-question-answer .match-preview-container .option-item.true .circle i:before {
  background: white;
  color: #28CC74;
}
.common-preview-question-answer .match-preview-container .option-item.false .content.right {
  border: 2px solid #C91D1D;
}
.common-preview-question-answer .match-preview-container .option-item.false .square {
  background-color: #C91D1D;
}
.common-preview-question-answer .match-preview-container .option-item.false .circle {
  position: absolute;
  right: -5px;
  height: 13px;
}
.common-preview-question-answer .match-preview-container .option-item.false .circle i:before {
  background: white;
  color: #C91D1D;
}
.common-preview-question-answer .match-preview-container .option-item:hover:not(.common-preview-question-answer .match-preview-container .option-item.disabled) .content {
  border: 2px solid #7B7CEA;
  background-color: #7B7CEA14;
}
.common-preview-question-answer .match-preview-container .option-item:hover:not(.common-preview-question-answer .match-preview-container .option-item.disabled) .square {
  width: 12px;
  background-color: #7B7CEA;
}
.common-preview-question-answer .match-preview-container .option-item:hover:not(.common-preview-question-answer .match-preview-container .option-item.disabled) .square i {
  display: block;
}
.fib_correct_detail {
  background-color: var(--gloomy-2);
  color: black;
}
.fib_correct_detail_container {
  width: 320px;
  max-height: 240px;
  overflow: auto;
  padding: 16px 16px 8px;
}
.fib_correct_detail_container .fib_option_item {
  font-size: 12px;
  margin-bottom: 8px;
}
.fib_correct_detail_container .fib_option_item_title {
  font-weight: 600;
  height: 12px;
  line-height: 12px;
  margin-bottom: 4px;
}
.fib_correct_detail_container .fib_option_item_content {
  line-height: 1;
}
.fib-hr {
  height: 1px;
  background-color: #E6E7E8;
}
.common-section-message .full-marks-icon {
  vertical-align: top;
}
.common-section-message .full-marks-icon::before {
  color: #53565A;
  vertical-align: top;
}
.common-section-message .question-number-icon {
  vertical-align: top;
}
.common-section-message .question-number-icon::before {
  color: #53565A;
  vertical-align: top;
}
.common-question-stack-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}
.marking-schema-panel {
  background-color: #F5F8FA;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: white;
  min-height: 55px;
  padding: 10px;
}
.font-semibold {
  font-weight: var(--font-semibold);
}
.font-bold {
  font-weight: var(--font-bold);
}
.option-wrap {
  display: flex;
}
.middle-split {
  width: 15%;
  max-width: 160px;
  position: relative;
}
.middle-split-line:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.1px;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
  background: #E6E7E8;
}
.order-options-wrap {
  position: relative;
  flex: 1;
  margin-top: 30px;
}
.order-options-wrap .option-title {
  position: absolute;
  left: 0;
  top: -30px;
}
.order-options-wrap .order-options-container {
  position: relative;
  width: 100%;
}
.order-options-wrap .order-options-container .order-options-item {
  display: flex;
  align-content: center;
  margin: 12px 0;
  width: 100%;
}
.order-options-wrap .order-options-container .order-options-item .order-options-index {
  min-width: 20px;
  line-height: 47px;
  text-align: right;
  padding-right: 5px;
}
.order-options-wrap .order-options-container .order-options-item .order-options-content {
  position: relative;
  width: 100%;
  min-height: 34px;
  background: #F5F8FA;
  padding: 13px 5px 13px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.order-options-wrap .order-options-container .order-options-item .order-options-content pre {
  margin: 0;
  width: calc(100% - 20px);
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
}
.order-options-wrap .order-options-container .order-options-item .order-options-content .option-icon {
  width: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
.order-options-wrap .order-options-container .order-options-item .no-option {
  border: 1px dashed #9AA2AA;
  background: transparent;
}
.order-options-wrap .order-options-container .order-options-item .had-option {
  cursor: move;
}
.order-options-wrap .drop-area-from-option .order-options-item .no-option {
  border-color: #9AA2AA !important;
  background: #fff !important;
}
.order-options-wrap .drop-area-from-option .order-options-item .no-option .drop-area {
  background: transparent !important;
}
.order-options-wrap .drop-area-from-option .order-options-item .had-option {
  border: none;
}
.order-options-wrap .drop-area-from-option .order-options-item .had-option .drop-area {
  background: transparent;
}
.options-order-column .order-options-container .order-options-item .order-options-content {
  width: calc(100% - 20px);
}
.options-order-column .order-options-container .order-options-item:first-child {
  margin-top: 0;
}
.long-option-wrap {
  width: 100%;
  margin-top: 0;
}
.long-option-wrap:before {
  height: 0;
  width: 0;
}
.long-option-wrap .order-options-container .order-options-item {
  margin: 0 0 24px 0;
}
.long-option-wrap .order-options-container .order-options-item .order-options-content {
  flex: 1;
  position: relative;
  width: 540px !important;
  cursor: auto;
}
.order-preview-container {
  width: 100%;
  position: relative;
}
.marking-order-container {
  width: calc(100% - 11px);
}
.marking-order-container .option-wrap,
.marking-order-container .order-correct-answer-wrap {
  width: 100%;
}
.marking-order-container .option-wrap .order-options-wrap,
.marking-order-container .order-correct-answer-wrap .order-options-wrap {
  width: 100%;
  max-width: 100%;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item {
  position: relative;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .order-options-content,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .order-options-content {
  position: relative;
  width: 100%;
  cursor: auto;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .making-icon,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .making-icon {
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .correct-option,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .correct-option {
  border: 2px solid #28CC74;
  overflow: auto;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .fia-check-circle-solid:before,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .fia-check-circle-solid:before {
  background: white;
  color: #28CC74;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .fia-close-circle-solid:before,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .fia-close-circle-solid:before {
  background: white;
  color: #DD4D40;
}
.marking-order-container .option-wrap .order-options-wrap .order-options-container .order-options-item .wrong-option,
.marking-order-container .order-correct-answer-wrap .order-options-wrap .order-options-container .order-options-item .wrong-option {
  overflow: auto;
  border: 2px solid #DD4D40;
}
.drop-area {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.drop-area .drop-area-prev {
  height: 50%;
}
.drop-area .drop-area-next {
  height: 50%;
}
.drop-area-from-option {
  border: 1px dashed transparent;
}
.question-comments {
  background: #fef0d6;
  border: 1px solid #C76E20;
  padding: 12px;
  margin-top: 12px;
}
.preview-match-table {
  width: 100%;
  table-layout: fixed;
}
.preview-match-table .tr-placeholder {
  height: 20px;
}
.user-select-none {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
.options-drop-area {
  min-height: 264px;
  border: 1px solid #E6E7E8;
  padding: 4px 16px;
  position: relative;
}
.empty-options-tips {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.authoring-popup-container {
  width: 300px;
  position: absolute;
  right: -2px;
  top: 40px;
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-size-m) var(--shadow-color);
  background-color: #ffffff;
  z-index: 1;
}
.authoring-popup-container .popup-arrow {
  display: inherit;
  color: var(--shadow-color);
  border-style: solid;
  border-color: #0000;
  position: absolute;
  inset: -10px auto auto calc(17px - 0.5em);
  border-width: 0px 10px 10px;
  filter: drop-shadow(currentcolor 0px -4px 4px);
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ffffff;
  right: 9px;
  left: 268px;
}
.authoring-popup-container .popup-close {
  position: absolute;
  right: 2px;
  top: 3px;
}
.authoring-popup-container .popup-text {
  height: auto;
  min-height: 0;
  pointer-events: auto;
  border-radius: var(--radius-s);
  flex-direction: column;
  flex: auto;
  display: flex;
  overflow: hidden;
  margin: 16px;
  margin-top: 34px;
  line-height: initial;
  max-height: calc(50vh - 48px);
  overflow-y: auto;
  overflow-x: auto;
}
@media screen and (max-height: 812px) {
  .authoring-popup-container .popup-text {
    max-height: calc(50vh - 175px);
  }
}
.category-preview-container {
  position: relative;
  width: 100%;
  display: flex;
}
.category-preview-container .category-item {
  height: 100%;
  position: relative;
  flex: 1;
  overflow-x: auto;
}
.category-preview-container .category-item .aui-expander {
  margin-bottom: var(--gap-m);
}
.category-preview-container .options-area {
  padding: 16px 16px 0;
  border: 1px solid #E6E7E8;
}
.category-preview-container .options-area .options-item {
  position: relative;
  margin-bottom: 16px;
}
.category-preview-container .option-move {
  cursor: move;
}
.category-preview-container .option-content-target {
  min-height: 34px;
  background: #F5F8FA;
  padding: 13px 5px 13px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  align-items: center;
}
.category-preview-container .option-content-target pre {
  margin: 0;
  width: calc(100% - 20px);
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
}
.category-preview-container .correct-option {
  border: 1px solid #28CC74;
  position: relative;
  flex: 1;
}
.category-preview-container .wrong-option {
  border: 1px solid #DD4D40;
  position: relative;
  flex: 1;
}
.category-preview-container .making-icon {
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}
.category-preview-container .fia-close-circle-solid:before {
  background: white;
  color: #DD4D40;
}
.category-preview-container .fia-check-circle-solid:before {
  background: white;
  color: #28CC74;
}
.category-preview-container .categorys-area .options-item {
  margin-top: 16px;
  position: relative;
}
.category-preview-container .categorys-area .options-item:first-child {
  margin-top: 0;
}
.category-preview-container .empty-options-area {
  border: 1px dashed #9AA2AA;
  min-height: 50px;
  padding: 13px 5px 13px 15px;
  border-radius: 3px;
}
.category-preview-container .option-icon {
  padding-top: 5px;
}
.preview-paper .candidate-view .answer-body .question-right-panel #question-answer .question-answer-content .category-preview-container .categorys-area .aui-expander .aui-expander-panel {
  height: auto !important;
}
.drop-area-mask {
  border: 1px dashed var(--theme-6);
  background: var(--theme-2);
  opacity: 0.5;
}
.narrow-container table {
  display: none;
}
.narrow-container .narrow-container-table-placeholder {
  color: var(--link-color);
  cursor: pointer;
}
.narrow-container .narrow-container-table-placeholder:hover {
  text-decoration: underline;
}
.table-dialog-content .narrow-container-table-placeholder {
  display: none;
}
.dropdown-container .dropdown-item-preview:first-child {
  padding-top: 24px;
}
.dropdown-container .dropdown-item-preview .dropdown-combobox-container {
  margin-bottom: 24px;
}
.dropdown-container .dropdown-item-preview .corrent-answer-wrap {
  width: 100%;
  padding-left: 130px;
}
.dropdown-container .dropdown-combobox-container {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-container .dropdown-combobox-container .answer-label {
  width: 130px;
  align-items: center;
  justify-content: space-between;
}
.dropdown-container .dropdown-combobox-container .answer-combobox {
  flex: 1;
  max-width: calc(100% - 130px);
}
.dropdown-container .radio-item-preview {
  padding-top: 24px;
}
.dropdown-container .dropdown-options-container {
  width: 100%;
  padding-left: 130px;
}
.dropdown-container .dropdown-options-container .dropdown-options {
  border: 1px solid #E6E7E8;
  padding: 14px 16px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 2px;
}
.preview-question-taking .answer-block {
  cursor: pointer;
}
.common-shimmer {
  display: flex;
  justify-content: space-between;
}
.common-shimmer-rect {
  background-color: #415364;
  opacity: 0.08;
  border-radius: var(--radius-s);
}
.common-shimmer-marks {
  width: 160px;
  height: 160px;
  border-radius: var(--radius-s);
  background-color: #415364;
  opacity: 0.08;
}
.common-shimmer-size44 {
  height: 44px;
}
.common-shimmer-size60 {
  height: 60px;
}
.common-shimmer-size80 {
  height: 80px;
}
.common-shimmer-size160 {
  height: 160px;
}
.common-shimmer-size220 {
  height: 220px;
}
.common-shimmer-size550 {
  height: 550px;
}
.preview-doc-iframe-wrap,
.preview-docx-iframe-wrap {
  position: absolute;
  top: -93px;
  height: calc(100% + 97px);
}
.preview-doc-iframe-marking-wrap,
.preview-docx-iframe-marking-wrap {
  position: initial;
  top: 0;
  height: 100%;
}
.file-common-mask-all {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}
.file-common-mask-all-doc,
.file-common-mask-all-docx {
  width: calc(100% - 16px);
  top: inherit;
  height: 0;
  bottom: 64px;
}
.file-common-mask-all-xlsx,
.file-common-mask-all-xls {
  width: 100%;
  height: 32px;
  top: inherit;
  bottom: 0;
}
.file-common-mask-all-ppt,
.file-common-mask-all-pptx {
  top: inherit;
  height: 0;
  bottom: 28px;
}
.file-common-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: not-allowed;
  background: transparent;
}
.file-mask-docx,
.file-mask-doc {
  position: absolute;
  bottom: -72px;
  height: 33px;
  right: -16px;
  width: 170px;
}
.file-mask-xlsx,
.file-mask-xls {
  position: absolute;
  bottom: -6px;
  height: 40px;
  right: -16px;
  width: 140px;
}
.file-mask-pptx,
.file-mask-ppt {
  position: absolute;
  bottom: -33px;
  height: 40px;
  right: -16px;
  width: 140px;
}
@media print {
  .aui-richeditor-echo svg {
    max-width: 100%;
  }
}
.category-correct-answer-wrap {
  width: 100%;
}
.preview-video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.preview-video::-moz-media-controls-fullscreen-button {
  display: none !important;
}
.preview-video::-ms-media-controls-fullscreen-button {
  display: none !important;
}
.shape-item {
  position: absolute;
  z-index: 20;
}
.shape-item .shape-entity {
  width: 100%;
  height: 100%;
  background: rgba(123, 124, 234, 0.5);
}
.shape-2 .shape-entity {
  border-radius: 50%;
}
.temp-shape-2 {
  border-radius: 50%;
}
.shape-selected {
  border: 2px #7B7CEA solid;
  position: relative;
}
.shape-selected span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #7B7CEA;
  margin-left: -4px;
  margin-top: -4px;
}
.shape-selected .shape-lt {
  left: 0;
  top: 0;
  cursor: nw-resize;
}
.shape-selected .shape-lm {
  left: 0;
  top: 50%;
  cursor: w-resize;
}
.shape-selected .shape-lb {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}
.shape-selected .shape-mb {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}
.shape-selected .shape-rb {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}
.shape-selected .shape-rm {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}
.shape-selected .shape-rt {
  left: 100%;
  top: 0;
  cursor: ne-resize;
}
.shape-selected .shape-mt {
  left: 50%;
  top: 0;
  cursor: n-resize;
}
.shape-symbol {
  fill: #fff;
  stroke: #7B7CEA;
  stroke-width: 2;
}
.circle {
  border-radius: 50%;
}
.tempShape {
  background: rgba(123, 124, 234, 0.5);
  position: absolute;
  z-index: 500;
}
.hotspot-shape-container .shape-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hotspot-shape-container .svg-container {
  position: absolute;
  left: 0;
  top: 0;
}
.hotspot-shape-container .point {
  width: 6px;
  height: 6px;
  border: 2px solid #7B7CEA;
  position: absolute;
  z-index: 20;
}
.hotspot-shape-container .first-intersect-point:hover {
  fill: #DD4D40 !important;
}
.hotspot-shape-container .first-point:hover {
  fill: #7B7CEA !important;
}
.draw-shape {
  cursor: crosshair;
}
.container .shape-btn {
  background: #ccc;
  padding: 5px 10px;
  cursor: pointer;
}
.report-text .card {
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 3px 3px 12px 0 var(--shadow-color);
}
.report-text .card .card-header {
  padding: 1rem;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E6E7E8;
}
.report-text .card .list-group {
  padding: 0px;
  margin: 0px;
}
.report-text .card .list-group .list-group-item:last-child {
  border-bottom: none;
}
.report-text .card .list-group .list-group-item {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #E6E7E8;
}
.legend-container {
  margin-left: 240px;
}
.legend-container ul {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  justify-content: space-around;
}
.legend-container ul li {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}
.legend-container ul li span {
  height: 8px;
  margin-right: 10px;
  width: 8px;
  -webkit-border-radius: 50%;
}
.legend-container ul li p {
  color: #666666;
  margin: 0px;
  padding: 0px;
}
.legend-tooltip .g2-tooltip-name {
  white-space: break-spaces;
  word-break: break-word;
}
.singleChoice-report-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleChoice-report-container .g2-container-pie {
  flex: auto;
}
.singleChoice-report-container .g2-customize-legend {
  margin-left: 8px;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.singleChoice-report-container .g2-customize-legend .legend-item {
  width: 100%;
  min-width: 360px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.singleChoice-report-container .g2-customize-legend .legend-item .legend-item-marker {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 6px;
}
.singleChoice-report-container .g2-customize-legend .legend-item .legend-item-name {
  flex: 1;
}
.singleChoice-report-container .g2-customize-legend .legend-item > span {
  margin-left: 8px;
}
.g2-tooltip {
  font-size: 14px !important;
  color: inherit !important;
}
.singleChoice-report-legend-item-tooltip {
  line-height: 12px;
  display: inline-block;
  padding: 8px 10px 8px 4px;
}
.noCursor {
  cursor: no-drop !important;
}
.annotation-container {
  position: relative;
  display: flex;
  background-color: #F5F8FA;
}
.annotation-container .annotation-tool-bar {
  user-select: none;
  display: flex;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
  z-index: 110;
}
.annotation-container .annotation-tool-bar .annotation-tool-item {
  padding: 3px;
  border-radius: 3px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
}
.annotation-container .annotation-tool-bar .annotation-tool-item span {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.annotation-container .annotation-tool-bar .annotation-tool-item .current-selected {
  border-color: red;
}
.annotation-container .annotation-tool-bar .annotation-operate:hover {
  background-color: var(--hover-bg-rgba);
}
.annotation-container .needToTrigger {
  cursor: pointer !important;
}
.annotation-container .needToTrigger .button {
  opacity: 1;
}
.annotation-container .needToTrigger .button .button-icon-part:before {
  color: var(--button-color);
}
.document-area {
  flex: 1;
}
.document-area .highlighted {
  -webkit-print-color-adjust: exact;
  position: relative;
  cursor: pointer;
}
.document-area .highlighted .highlight-order {
  border: 1px solid #000;
  border-radius: 15px;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-style: initial;
}
.document-area .highlighted .currentAnnotationHighlight {
  background: #000;
  color: #fff;
  z-index: 100 !important;
}
.document-area .annotation-reponse-container .aui-richeditor-container .aui-htmlpurify {
  padding: 16px;
}
.annotation-container-marking .document-area ::selection {
  background: #FE983B;
}
.annotation-container-marking .text-background-FE983B ::selection {
  background: #FE983B;
}
.annotation-container-marking .text-background-FFCC00 ::selection {
  background: #FFCC00;
}
.annotation-container-marking .text-background-28CC74 ::selection {
  background: #28CC74;
}
.annotation-container-marking .text-background-4DBEFB ::selection {
  background: #4DBEFB;
}
.annotation-container-marking .text-background-A2A9FC ::selection {
  background: #A2A9FC;
}
.annotation-container-marking .currentHighlighted {
  text-decoration: 4px underline dotted;
}
.annotation-area {
  width: 400px;
  border-left: 1px solid #ccc;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  padding-top: 20px;
}
.annotation-area .annotation-item {
  -webkit-print-color-adjust: exact;
  background: #fff;
  border: 1px solid #ccc;
  border-left: 3px solid red;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.annotation-area .annotation-item .annotation-sub-wrap {
  width: 100%;
  display: flex;
  transform: translateX(0);
  transition: 0.2s all linear;
}
.annotation-area .annotation-item .annotation-content {
  width: 100%;
  display: flex;
}
.annotation-area .annotation-item .annotation-content .comment-order {
  width: auto;
  padding: 7px 5px 0 0;
}
.annotation-area .annotation-item .annotation-content .comment-order span {
  border: 1px solid #000;
  border-radius: 15px;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #000;
}
.annotation-area .annotation-item .annotation-content .comment-content {
  flex: 1;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header {
  display: flex;
  justify-content: space-between;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header .header-info {
  line-height: 34px;
  max-width: 135px;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header .header-info .annotation-username {
  font-size: 16px;
  padding-right: 20px;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header .header-operate {
  line-height: 30px;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header .header-operate .fia-icon {
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}
.annotation-area .annotation-item .annotation-content .comment-content .annotation-header .header-operate .fia-icon:hover {
  background: rgba(0, 0, 0, 0.2);
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-item pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
  height: auto;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 5px;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-item .annotation-time-container {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-item .annotation-time {
  font-size: 12px;
  color: #A0A6AA;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-item .edit-icon {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 12px #00000029;
  border-radius: 0px 0px 8px 8px;
  opacity: 1;
  padding: 4px;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-item .valiMeg {
  width: calc(100% - 76px);
  position: relative;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-text .aui-validation-message {
  position: absolute;
}
.annotation-area .annotation-item .annotation-content .comment-content .comment-text .aui-ellipsis .aui-box {
  word-break: break-word;
}
.annotation-area .annotation-item .annotation-delete {
  width: 50%;
  text-align: center;
  position: relative;
}
.annotation-area .annotation-item .annotation-delete .annotation-delete-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.annotation-area .annotation-item .annotation-delete .annotation-delete-content .delete-operate-wrap .fia-icon {
  padding: 10px;
}
.annotation-area .annotation-item .addComment {
  text-align: right;
  margin-top: 5px;
}
.annotation-area .currentAnnotation .comment-order span {
  background: #000;
  color: #fff !important;
}
.delete-popup-backgroud {
  padding: 24px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #C2C5C899;
}
.delete-popup-backgroud .delete-btn-color {
  color: #C91D1D;
}
.preview-annotation-area .annotation-item .annotation-sub-wrap .annotation-content .comment-order {
  width: auto;
  padding: 0px 5px 0 0;
}
.preview-annotation-area .annotation-item .annotation-sub-wrap .annotation-content .comment-content .comment-item pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: inherit;
  height: auto;
  border: none;
  padding: 0;
  border-top: 1px solid #E9E9E9;
}
.preview-annotation-area .annotation-item .annotation-sub-wrap:first-child .annotation-content .comment-content .comment-item pre {
  border: none;
  padding: 0;
}
.simple-view {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg-theme-1 {
  background: #FFCB65;
}
.bg-theme-2 {
  background: #F37543;
}
.bg-theme-3 {
  background: #08B565;
}
.bg-theme-4 {
  background: #01B7EE;
}
.bg-theme-5 {
  background: #636ABC;
}
.annotation-reponse-container .aui-richeditor-container .aui-htmlpurify {
  padding: 16px;
}
.annotation-reponse-container .aui-richeditor-container .aui-htmlpurify a,
.annotation-reponse-container .aui-richeditor-container .aui-htmlpurify .cke_widget_wrapper {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
@media print {
  .annotation-reponse-container .aui-richeditor-container svg {
    display: inline-block;
    max-width: 100%;
  }
}
.marker-10-container .highlighted.highlight-marker-0 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-10-container .highlight-order-marker-0 {
  display: none !important;
}
.marker-10-container .highlighted.highlight-marker-1 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-10-container .highlight-order-marker-1 {
  display: none !important;
}
.marker-10-container .highlighted.highlight-marker-2 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-10-container .highlight-order-marker-2 {
  display: none !important;
}
.marker-0-container .highlighted.highlight-marker-1 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-0-container .highlight-order-marker-1 {
  display: none !important;
}
.marker-0-container .highlighted.highlight-marker-2 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-0-container .highlight-order-marker-2 {
  display: none !important;
}
.marker-0-container .highlighted.highlight-marker-10 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-0-container .highlight-order-marker-10 {
  display: none !important;
}
.marker-1-container .highlighted.highlight-marker-0 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-1-container .highlight-order-marker-0 {
  display: none !important;
}
.marker-1-container .highlighted.highlight-marker-2 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-1-container .highlight-order-marker-2 {
  display: none !important;
}
.marker-1-container .highlighted.highlight-marker-10 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-1-container .highlight-order-marker-10 {
  display: none !important;
}
.marker-2-container .highlighted.highlight-marker-0 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-2-container .highlight-order-marker-0 {
  display: none !important;
}
.marker-2-container .highlighted.highlight-marker-1 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-2-container .highlight-order-marker-1 {
  display: none !important;
}
.marker-2-container .highlighted.highlight-marker-10 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.marker-2-container .highlight-order-marker-10 {
  display: none !important;
}
.common-preview-paper .highlighted.highlight-marker-10 {
  background: transparent !important;
  text-decoration: none !important;
  cursor: text;
}
.common-preview-paper .highlight-order-marker-10 {
  display: none !important;
}
.drag-container {
  width: 100%;
  position: relative;
}
.drag-container .drag-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.drag-container .horizontal {
  flex-direction: row;
}
.drag-container .horizontal .drag-direction {
  flex: 1;
}
.drag-container .horizontal .drag-to-prev {
  border-left: 2px dotted transparent;
}
.drag-container .horizontal .drag-to-next {
  border-right: 2px dotted transparent;
}
.drag-container .vertical {
  flex-direction: column;
}
.drag-container .vertical .drag-direction {
  flex: 1;
}
.drag-container .vertical .drag-to-prev {
  border-top: 2px dotted transparent;
}
.drag-container .vertical .drag-to-next {
  border-bottom: 2px dotted transparent;
}
@media print {
  .authoring-generate-paper-container .choice-aui-radio-container {
    vertical-align: middle !important;
  }
  .vertical-middle {
    vertical-align: middle !important;
  }
  .dropdown-container .radio-item-preview .corrent-answer-wrap {
    align-items: flex-start !important;
  }
}


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