/*
 * MathQuill v0.10.1               http://mathquill.com
 * by Han, Jeanine, and Mary  maintainers@mathquill.com
 *
 * This Source Code Form is subject to the terms of the
 * Mozilla Public License, v. 2.0. If a copy of the MPL
 * was not distributed with this file, You can obtain
 * one at http://mozilla.org/MPL/2.0/.
 */
 /* stylelint-disable */
/* prettier-ignore */

@font-face {
  font-family: Symbola;
  src: local('Symbola Regular'), local('Symbola'),
    url(font/Symbola.woff2) format('woff2'),
    url(font/Symbola.woff) format('woff'),
    url(font/Symbola.ttf) format('truetype') url(font/Symbola.svg#Symbola)
      format('svg');
}
.mq-editable-field {
  display: inline-box;
  display: inline-block;
}
.mq-editable-field .mq-cursor {
  position: relative;
  z-index: 1;
  /* display: inline-box; */
  display: inline-block;
  padding: 0;
  margin-left: -2px;
  border-left: 2px solid black;
  line-height: 1;
}
.mq-editable-field .mq-cursor.mq-blink {
  visibility: hidden;
}
.mq-math-mode .mq-editable-field {
  margin: 2px;
}
.mq-editable-field .mq-latex-command-input {
  padding-right: 2px;
  margin-right: 2px;
  margin-left: 4px;
  font-family: 'Courier New', monospace;
  color: inherit;
  border: 2px solid gray;
}
.mq-editable-field .mq-latex-command-input.mq-empty {
  background: transparent;
}
.mq-editable-field .mq-latex-command-input.mq-hasCursor {
  border-color: ActiveBorder;
}
.mq-editable-field.mq-empty::after,
.mq-editable-field.mq-text-mode::after,
.mq-math-mode .mq-empty::after {
  visibility: hidden;
  content: 'c';
}
.mq-editable-field .mq-cursor:only-child::after,
.mq-editable-field .mq-textarea + .mq-cursor:last-child::after {
  visibility: hidden;
  content: 'c';
}
.mq-editable-field .mq-text-mode .mq-cursor:only-child::after {
  content: '';
}
.mq-editable-field.mq-text-mode {
  overflow-x: auto;
  overflow-y: hidden;
}
.mq-root-block,
.mq-math-mode .mq-root-block {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  display: inline-box;
  display: inline-block;
  width: 100%;
  padding: 4px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.mq-math-mode {
  display: inline-box;
  display: inline-block;
  font-size: 130%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.4;
}
.mq-math-mode .mq-non-leaf,
.mq-math-mode .mq-scaled {
  display: inline-box;
  display: inline-block;
}
.mq-math-mode var,
.mq-math-mode .mq-text-mode,
.mq-math-mode .mq-nonSymbola {
  font-family: 'Times New Roman', Symbola, serif;
  line-height: 0.9;
}
.mq-math-mode * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  user-select: none;
  user-select: none;
  user-select: none;
  border-color: black;
}
.mq-math-mode .mq-empty {
  background: #ccc;
}
.mq-math-mode .mq-empty.mq-root-block {
  background: transparent;
}
.mq-math-mode.mq-empty {
  background: transparent;
}
.mq-math-mode .mq-text-mode {
  display: inline-block;
}
.mq-math-mode .mq-text-mode.mq-hasCursor {
  min-width: 1ex;
  padding: 0 0.1em;
  margin: 0 -0.1em;
  box-shadow: inset darkgray 0 0.1em 0.2em;
}
.mq-math-mode .mq-font {
  /* font: 1em "Times New Roman", Symbola, serif; */
}
.mq-math-mode .mq-font * {
  font-family: inherit;
  font-style: inherit;
}
.mq-math-mode b,
.mq-math-mode b.mq-font {
  font-weight: bolder;
}
.mq-math-mode var,
.mq-math-mode i,
.mq-math-mode i.mq-font {
  font-style: italic;
}
.mq-math-mode var.mq-f {
  margin-right: 0.2em;
  margin-left: 0.1em;
}
.mq-math-mode .mq-roman var.mq-f {
  margin: 0;
}
.mq-math-mode big {
  font-size: 200%;
}
.mq-math-mode .mq-roman {
  font-style: normal;
}
.mq-math-mode .mq-sans-serif {
  font-family: sans-serif, Symbola, serif;
}
.mq-math-mode .mq-monospace {
  font-family: monospace, Symbola, serif;
}
.mq-math-mode .mq-overline {
  margin-top: 2px;
  border-top: 2px solid black;
}
.mq-math-mode .mq-underline {
  margin-bottom: 2px;
  border-bottom: 2px solid black;
}
.mq-math-mode .mq-hline {
  width: 100%;
  margin-bottom: 2px;
  border-top: 2px solid black;
}
.mq-math-mode .mq-binary-operator {
  display: inline-box;
  display: inline-block;
}
.mq-math-mode .mq-supsub {
  font-size: 90%;
  text-align: left;
  vertical-align: -0.5em;
}
.mq-math-mode .mq-supsub.mq-limit {
  font-size: 80%;
  vertical-align: -0.4em;
}
.mq-math-mode .mq-supsub.mq-sup-only {
  vertical-align: 0.5em;
}
.mq-math-mode .mq-supsub.mq-sup-only .mq-sup {
  display: inline-block;
  vertical-align: text-bottom;
}
.mq-math-mode .mq-supsub .mq-sup {
  display: block;
}
.mq-math-mode .mq-supsub .mq-sub {
  display: block;
  float: left;
}
.mq-math-mode .mq-supsub.mq-limit .mq-sub {
  margin-left: -0.25em;
}
.mq-math-mode .mq-supsub .mq-fraction {
  font-size: 70%;
}
.mq-math-mode sup.mq-nthroot {
  min-width: 0.5em;
  margin-right: -0.6em;
  margin-left: 0.2em;
  font-size: 80%;
  vertical-align: 0.8em;
}
.mq-math-mode .mq-paren {
  padding: 0 0.1em;
  vertical-align: top;
  transform-origin: center 0.06em;
  transform-origin: center 0.06em;
  transform-origin: center 0.06em;
  transform-origin: center 0.06em;
  transform-origin: center 0.06em;
}
.mq-math-mode .mq-paren.mq-ghost {
  color: silver;
}
.mq-math-mode .mq-paren + span {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.mq-math-mode .mq-array {
  text-align: center;
  vertical-align: middle;
}
.mq-math-mode .mq-array > span {
  display: block;
}
.mq-math-mode .mq-operator-name {
  font-family: Symbola, 'Times New Roman', serif;
  font-style: normal;
  line-height: 0.9;
}
.mq-math-mode var.mq-operator-name.mq-first {
  padding-left: 0.2em;
}
.mq-math-mode var.mq-operator-name.mq-last {
  padding-right: 0.2em;
}
.mq-math-mode var.mq-operator-name.mq-last.mq-followed-by-supsub {
  padding-right: 0;
}
.mq-math-mode var.mq-operator-name.mq-last.mq-followed-by-supsub + .mq-supsub {
  padding-right: 0.2em;
}
.mq-math-mode .mq-fraction {
  padding: 0 0.2em;
  font-size: 90%;
  text-align: center;
  vertical-align: -0.4em;
}
.mqmode .mq-fraction,
.mqmode .mq-large-operator,
.mq-math-mode x:-moz-any-link {
  display: -moz-groupbox;
}
.mqmode .mq-fraction,
.mqmode .mq-large-operator,
.mq-math-mode x:-moz-any-link,
.mq-math-mode x:default {
  display: inline-block;
}
.mq-math-mode .mq-numerator,
.mq-math-mode .mq-denominator {
  display: block;
}
.mq-math-mode .mq-numerator {
  padding: 0 0.1em;
}
.mq-math-mode .mq-denominator {
  float: right;
  width: 100%;
  padding: 0.1em;
  border-top: 2px solid;
}
.mq-math-mode .mq-sqrt-prefix {
  position: relative;
  top: 0.1em;
  padding-top: 0;
  vertical-align: top;
  transform-origin: top;
  transform-origin: top;
  transform-origin: top;
  transform-origin: top;
  transform-origin: top;
}
.mq-math-mode .mq-sqrt-stem {
  padding-top: 2px;
  padding-right: 0.2em;
  padding-left: 0.15em;
  margin-top: 2px;
  margin-right: 0.1em;
  border-top: 4px solid;
  line-height: 0.9;
}
.mq-math-mode .mq-dot-stem {
  padding-top: 2px;
  margin-top: 2px;
  margin-right: 0.1em;
}
.mq-math-mode .mq-dot-stem::before {
  display: block;
  text-align: center;
  content: '.';
}
.mq-math-mode .mq-vector-prefix {
  display: block;
  margin-bottom: -0.1em;
  font-size: 0.75em;
  line-height: 0.25em;
  text-align: center;
}
.mq-math-mode .mq-vector-stem {
  display: block;
}
.mq-math-mode .mq-large-operator {
  padding: 0.2em;
  text-align: center;
  vertical-align: -0.2em;
}
.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator big,
.mq-math-mode .mq-large-operator .mq-to {
  display: block;
}
.mq-math-mode .mq-large-operator .mq-from,
.mq-math-mode .mq-large-operator .mq-to {
  font-size: 80%;
}
.mq-math-mode .mq-large-operator .mq-from {
  float: right;

  /* take out of normal flow to manipulate baseline */
  width: 100%;
}
.mq-math-mode,
.mq-math-mode .mq-editable-field {
  font-family: Symbola, 'Times New Roman', serif;
  cursor: text;
}
.mq-math-mode .mq-overarrow {
  padding-top: 0.2em;
  margin-top: 2px;
  border-top: 2px solid black;
}
.mq-math-mode .mq-overarrow::before {
  position: relative;
  top: -0.34em;
  display: block;
  font-size: 0.5em;
  line-height: 0em;
  text-align: right;
  content: '\27A4';
}
.mq-math-mode .mq-overarrow.mq-arrow-left::before {
  filter: 'FlipH';
  filter: 'FlipH';
  transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
}
.mq-math-mode .mq-matrix {
  margin-right: 0.1em;
  margin-left: 0.1em;
  vertical-align: middle;
}
.mq-math-mode .mq-matrix table {
  width: auto;
  border-bottom: none;
}
.mq-math-mode .mq-matrix table.mq-rows-1 {
  margin-bottom: 2px;

  /* better alignment when there's just one row */
  vertical-align: middle;
}
.mq-math-mode .mq-matrix td {
  width: auto;

  /* defensive resets */
  padding: 0 0 0 0.3em;
  text-align: left;
  vertical-align: baseline;
  border: none;
}
.mq-math-mode .mq-align {
  margin-right: 0.1em;
  margin-left: 0.1em;
  vertical-align: middle;
}
.mq-math-mode .mq-align table {
  width: auto;
  border-bottom: none;
}
.mq-math-mode .mq-align table.mq-rows-1 {
  margin-bottom: 2px;

  /* better alignment when there's just one row */
  vertical-align: middle;
}
.mq-math-mode .mq-align td {
  width: auto;

  /* defensive resets */
  padding: 0 0 0 0.3em;
  text-align: right;
  vertical-align: baseline;
  border: none;
}
.mq-math-mode .mq-selection,
.mq-editable-field .mq-selection,
.mq-math-mode .mq-selection .mq-non-leaf,
.mq-editable-field .mq-selection .mq-non-leaf,
.mq-math-mode .mq-selection .mq-scaled,
.mq-editable-field .mq-selection .mq-scaled {
  color: HighlightText;
  background: #b4d5fe !important;
  background: Highlight !important;
  border-color: HighlightText;
}
.mq-math-mode .mq-selection .mq-matrixed,
.mq-editable-field .mq-selection .mq-matrixed {
  background: #39f !important;
}
.mq-math-mode .mq-selection .mq-matrixed-container,
.mq-editable-field .mq-selection .mq-matrixed-container {
  filter: progid:dximagetransform.microsoft.chroma(color='#3399FF') !important;
}
.mq-math-mode .mq-selection.mq-blur,
.mq-editable-field .mq-selection.mq-blur,
.mq-math-mode .mq-selection.mq-blur .mq-non-leaf,
.mq-editable-field .mq-selection.mq-blur .mq-non-leaf,
.mq-math-mode .mq-selection.mq-blur .mq-scaled,
.mq-editable-field .mq-selection.mq-blur .mq-scaled,
.mq-math-mode .mq-selection.mq-blur .mq-matrixed,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed {
  color: black;
  background: #d4d4d4 !important;
  border-color: black;
}
.mq-math-mode .mq-selection.mq-blur .mq-matrixed-container,
.mq-editable-field .mq-selection.mq-blur .mq-matrixed-container {
  filter: progid:dximagetransform.microsoft.chroma(color='#D4D4D4') !important;
}
.mq-editable-field .mq-textarea,
.mq-math-mode .mq-textarea {
  position: relative;
  user-select: text;
  user-select: text;
  user-select: text;
}
.mq-editable-field .mq-textarea *,
.mq-math-mode .mq-textarea *,
.mq-editable-field .mq-selectable,
.mq-math-mode .mq-selectable {
  position: absolute;
  width: 2px;
  height: 2px;
  clip: rect(1em 1em 1em 1em);
  resize: none;
  user-select: text;
  user-select: text;
  user-select: text;
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
}
.mq-math-mode .mq-matrixed {
  display: inline-box;
  display: inline-block;
  background: white;
}
.mq-math-mode .mq-matrixed-container {
  margin-top: -0.1em;
  filter: progid:dximagetransform.microsoft.chroma(color='white');
}
