.ace_editor, .ace_editor div, .ace_line, .ace_line span {
  font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;
}

.editorquiz_wrapper {
  padding: 5px 10px 15px;
  background-color: #212126;
  border-radius: 5px;
}

.editorquiz_wrapper.hidden {
  border-width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  display: block !important;
  overflow: hidden;
}

.editorquiz_wrapper .modal__content p {
  font-size: 1.2rem;
  margin: 0 !important;
  border-bottom: initial !important;
}

.editorquiz_wrapper .modal__content pre {
  max-height: 300px;
}

.editorquiz_wrapper .modal__content__btn {
  display: flex;
  gap: 5px;
  align-items: center;
}

.editorquiz_wrapper .modal__content__btn a {
  padding: 0em 0.5em;
  color: #3fb1ce;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #3fb1ce;
  border-radius: 5px;
  white-space: nowrap;
}

.editorquiz_wrapper .modal__content__btn a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3fb1ce;
}

.editorquiz_wrapper .modal__content__btn a.js-modal-close {
  color: #737373;
  border: 2px solid #737373;
}

.editorquiz_wrapper .modal__content__btn a.js-modal-close:hover {
  color: #fff;
  background-color: #737373;
}

.editorquiz_wrapper .editorquiz_head ul.editorquiz_tabs {
  display: flex;
  list-style-type: none;
  margin: 15px 0 -0.1em 0;
}

.editorquiz_wrapper .editorquiz_head ul.editorquiz_tabs li a {
  color: #42454a;
  background-color: #dfdfdf;
  border: 1px solid #4d4d4d;
  border-bottom: none;
  padding: 0.3em;
  text-decoration: none;
}

.editorquiz_wrapper .editorquiz_head ul.editorquiz_tabs li a.active {
  color: #fff;
  background-color: #3fb1ce;
  font-weight: bold;
  padding: 0.6em 0.3em 0.38em 0.3em;
  cursor: default;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper {
  border-radius: 5px;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper .editor {
  width: 100%;
  height: 300px;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper.hidden {
  border-width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  display: block !important;
  overflow: hidden;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper .content_comment {
  color: #fff;
  padding: 5px 0;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper .content_body {
  position: relative;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper .content_body > button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
}

.editorquiz_wrapper .editorquiz_body .editor_wrapper .content_body > pre {
  border: none;
}

.editorquiz_wrapper .editorquiz_tools_wrapper {
  position: relative;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools {
  color: #fff;
  display: flex;
  gap: 10px;
  font-size: 1.5em;
  padding: 3px 0;
  align-items: center;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .success-msg {
  font-size: 14px;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools button {
  background-color: initial;
  display: block;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item {
  cursor: pointer;
  position: relative;
  min-width: 18px;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .mes {
  position: absolute;
  bottom: -33px;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
  background-color: aquamarine;
  padding: 0px 5px;
  border-radius: 3px;
  width: max-content;
  z-index: 10;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item:last-child {
  margin-left: auto;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item:last-child .mes {
  left: auto;
  right: 0;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader,
.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:before,
.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 1em;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader {
  color: #ffffff;
  text-indent: -9999em;
  position: relative;
  font-size: 3px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-left: 8px;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:before,
.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.editorquiz_wrapper .editorquiz_tools_wrapper .editorquiz_tools .item .loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.editorquiz_wrapper .editorquiz_tools_wrapper progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #eee;
}

.editorquiz_wrapper .editorquiz_tools_wrapper progress::-moz-progress-bar {
  background-color: #3fb1ce;
}

.editorquiz_wrapper .editorquiz_tools_wrapper progress::-webkit-progress-bar {
  background-color: #eee;
}

.editorquiz_wrapper .editorquiz_tools_wrapper progress::-webkit-progress-value {
  background-color: #3fb1ce;
}

.editorquiz_wrapper .editorquiz_result {
  color: #fff;
  background-color: #212126;
  border: none;
  font-size: 1.1em;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  display: grid;
}

.editorquiz_wrapper .editorquiz_result > div {
  display: flex;
}
