.ee-resize__box {
  position: absolute;
  border: 1px solid #1a73e8;
  cursor: default;
  pointer-events: none;
}

.ee-resize__ctrl {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #1a73e8;
  border: 1px solid white;
  box-sizing: border-box;
}

.ee-resize__l {
  cursor: w-resize;
}

.ee-resize__tl {
  cursor: nw-resize;
}

.ee-resize__t {
  cursor: n-resize;
}

.ee-resize__tr {
  cursor: ne-resize;
}

.ee-resize__r {
  cursor: e-resize;
}

.ee-resize__br {
  cursor: se-resize;
}

.ee-resize__b {
  cursor: s-resize;
}

.ee-resize__bl {
  cursor: sw-resize;
}

.ee-modal.modal {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ee-modal.modal {
  z-index: 9999999;
}

.ee-modal-container {
  position: absolute;
  z-index: 9999998;
  top: 0;
  right: 0;
  border: 1px solid #7f7f7f;
  padding: 0 10px 10px;
  border-radius: 5px;
}

.ee-modal-header {
  width: 100%;
  display: flex;
  height: 20px;
  cursor: move;
  justify-content: flex-end;
  padding: 25px 0 10px;
  box-sizing: border-box;
}

.ee-modal-header .ee-mtable__cancel {
  margin-bottom: 10px;
}

.ee-modal-container .ee-modal-header {
  border-bottom: none;
}

.ee-modal .small-button {
  width: 20px;
  height: 20px;
  padding: 0;
  color: white;
  background-color: #556e7b;
  background-image: none;
  overflow: hidden;
  font-size: 12px;
  align-self: center;
}

.ee-modal .small-button:hover {
  color: white;
  background-color: #5a6268;
  border-color: #545b62;
}

.ee-modal .small-button:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.ee-modal-header .small-button {
  width: 20px;
  height: 20px;
  padding: 0;
  color: white;
  background-color: #556e7b;
  background-image: none;
  overflow: hidden;
  font-size: 12px;
  align-self: center;
}

.ee-modal-header .small-button:hover {
  color: white;
  background-color: #5a6268;
  border-color: #545b62;
}

.ee-modal-header .small-button:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.ee-modal-body {
  max-height: initial;
}

.ee-modal-header {
  width: auto;
}

.ee-character-modal * {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.ee-chemical-modal {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-gap: 5px;
  position: relative;
}

.ee-chemical-modal .symbol {
  padding: 0;
  color: #000;
  border: 2px solid transparent;
  border-radius: 2px;
  line-height: 24px;
}

.ee-chemical-modal .symbol:hover {
  border: 2px solid #fc8b02;
}

.ee-chemical-modal .symbol.alakali-metals {
  background: #ffa935;
}

.ee-chemical-modal .symbol.alakaline-earth {
  background: #fdf54c;
}

.ee-chemical-modal .symbol.basic-metal {
  background: #00cccc;
}

.ee-chemical-modal .symbol.noble-gas {
  background: #00f7f7;
}

.ee-chemical-modal .symbol.non-metal {
  background: #00f548;
}

.ee-chemical-modal .symbol.transition-metal {
  background: #ff7998;
}

.ee-chemical-modal .symbol.lanthanides {
  background: #ffaa8d;
}

.ee-chemical-modal .symbol.actinides {
  background: #e4accb;
}

.ee-chemical-modal .symbol.grey {
  background: #e8e8e8;
}

.ee-chemical-modal .symbol.white {
  background: #fff;
}

.ee-chemical-modal .symbol.pink {
  background: #fdb3c5;
  border-bottom: 1px solid #aa959a;
}

.ee-chemical-modal .symbol.pink:hover {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.ee-chemical-modal .symbol.pink:before {
  content: "";
  width: 16px;
  height: 53px;
  border-bottom: 1px solid #aa959a;
  border-left: 1px solid #aa959a;
  display: block;
  position: absolute;
  top: 193px;
  left: 78px;
}

.ee-chemical-modal .symbol.pink:after {
  content: "";
  width: 24px;
  height: 53px;
  border-bottom: 1px solid #aa959a;
  border-left: 1px solid #aa959a;
  display: block;
  position: absolute;
  top: 226px;
  left: 70px;
}

.ee-character-modal {
  position: relative;
  max-height: 195px;
  overflow-y: scroll;
}

.ee-character-modal .ee-character-modal-content {
  display: grid;
  grid-template-columns: repeat(10, 35px);
  grid-gap: 5px;
  padding-right: 10px;
}

.ee-character-modal .ee-character-modal-content .symbol {
  height: 35px;
  width: 35px;
  border-radius: 4px;
}

.ee-modal {
  top: 10%;
  left: calc(50% - 375px);
  width: auto;
  height: auto;
  margin-left: 0;
}

.ee-drawing__dialog {
  max-width: 100%;
  margin: 0 auto;
}

.ee-drawing__dialog .ee-modal-header {
  align-items: flex-end;
  height: 96px;
  padding: 10px;
  cursor: move;
}

.ee-drawing__dialog .modal-title {
  display: block;
  width: 100%;
}

.ee-drawing__dialog .ee-modal-body {
  padding: 0;
  background: #ffffff;
}

.ee-drawing__dialog .ee-modal-footer {
  border: none;
  padding-right: 29px;
  display: flex;
  justify-content: flex-end;
}

.ee-drawing__dialog .ee-modal-footer button {
  text-shadow: none;
  margin: 0 5px;
}

.ee-drawing__dialog .modal-tools {
  width: 100%;
}

.ee-drawing__dialog .ee-image-editor-cancel,
.ee-drawing__dialog .ee-image-editor-close {
  align-self: baseline;
}

.ee-drawing__dialog .small-button {
  background-image: unset;
}

.ee-drawing__modal {
  width: auto;
}

.ee-drawing__modal:focus {
  outline: none;
}

.ee-drawing__modal .modal-dialog {
  width: 242px;
}

.ee-drawing__tools {
  display: flex;
}

.ee-drawing__tools div {
  display: flex;
}

.clear-all {
  background: transparent;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}

.ee-drawing__canvaswrapper {
  overflow: hidden;
}

.ee-drawing__modal .modal-dialog {
  width: max-content;
  height: max-content;
}

.ee-drawing__dialog .ee-modal-footer button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-header .tabs-container {
  overflow: hidden;
  overflow-x: auto;
}

.tabs-header.hide-tabs .tabs-container {
  display: none;
}

.tabs-header .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: none;
}

.tabs-header .nav-tabs .nav-link {
  font-size: 0.8rem;
  white-space: nowrap;
}

.tabs-header .btn-tabs {
  margin-bottom: 0;
}

.ee-icon.svg-icon {
  background: transparent;
}

.ee-icon.svg-icon svg {
  display: none;
  width: 100%;
  height: 100%;
}

.ee-tabs-header .tabs-container {
  min-height: 2.3rem;
}

.ee-mtable__form {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: max-content;
}

.ee-mtable__buttons {
  display: flex;
  flex-direction: row;
  padding: 5px;
}

.ee-mtable__buttons > * {
  margin: 0.25rem;
}

.ee-mtable__input {
  width: initial;
}

.ee-resize-corner__background {
  background-color: #7f7f7f;
  width: 100%;
  height: 100%;
}

mjx-mtable[data-custom-type="common-stack"]
  mjx-mtd[data-custom-type="stack-line"]
  > mjx-menclose {
  width: 100%;
}

mjx-mtable[data-custom-type="common-stack"]
  mjx-mtd[data-custom-type="stack-line"]
  > mjx-menclose
  > mjx-box {
  width: 100%;
  text-align: right;
}

mjx-mtable[data-custom-type="us-long-division"]
  mjx-mtd[data-custom-type="us-long-division-line"]
  > mjx-menclose {
  width: 100%;
}

mjx-mtable[data-custom-type="us-long-division"]
  mjx-mtd[data-custom-type="us-long-division-line"]
  > mjx-menclose
  > mjx-box {
  width: 100%;
}

mjx-mtable[data-custom-type="us-long-division"] mjx-mtr:last-child mjx-mtd {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

mjx-mtable[data-custom-type="spain-long-division"]
  mjx-mtd[data-custom-type="spain-long-division-line"]
  > mjx-menclose {
  width: 100%;
}

mjx-mtable[data-custom-type="spain-long-division"]
  mjx-mtd[data-custom-type="spain-long-division-line"]
  > mjx-menclose
  > mjx-box {
  width: 100%;
}

mjx-mtable[data-custom-type="spain-long-division"] mjx-mtr:first-child mjx-mtd {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

mjx-mtable[data-custom-type="spain-long-division-remained"]
  mjx-mtd[data-custom-type="spain-long-division-remained-line"]
  > mjx-menclose {
  width: 100%;
}

mjx-mtable[data-custom-type="spain-long-division-remained"]
  mjx-mtd[data-custom-type="spain-long-division-remained-line"]
  > mjx-menclose
  > mjx-box {
  width: 100%;
}

mjx-mtable[data-custom-type="spain-long-division-remained"]
  mjx-mtr:first-child
  mjx-mtd {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

mjx-mtable[data-custom-type="us-long-division-remained"]
  mjx-mtd[data-custom-type="us-long-division-remained-line"]
  > mjx-menclose {
  width: 100%;
}

mjx-mtable[data-custom-type="us-long-division-remained"]
  mjx-mtd[data-custom-type="us-long-division-remained-line"]
  > mjx-menclose
  > mjx-box {
  width: 100%;
}

mjx-mtable[data-custom-type="us-long-division-remained"]
  mjx-mtr:nth-child(2)
  mjx-mtd {
  padding-left: 0.1em;
  padding-right: 0.1em;
}

mjx-mfenced mjx-mrow {
  margin-left: 0 !important;
}

mjx-mfenced mjx-mo.mjx-n {
  margin-left: 0;
}

mjx-script mjx-mrow {
  width: fit-content;
}

mjx-c.symbol-font.mjx-c21A6 {
  font-family: "MJXZERO", serif;
}

mjx-c.symbol-font.mjx-c21A6:before {
  padding: 0.511em 0.85em 0.011em 0 !important;
}

mjx-c.symbol-font.mjx-c221A:before {
  transform: translate(0.01em, -0.03em);
}

mjx-c.symbol-font.mjx-c221A.TEX-S1:before {
  transform: translate(0.01em, -0.027em);
  -moz-transform: translate(0, 0);
}

mjx-c.symbol-font.mjx-c221A.TEX-S2:before {
  padding: 1.15em 0.98em 0.65em 0 !important;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

mjx-c.symbol-font.mjx-c221A.TEX-S3:before {
  padding: 1.45em 0.98em 0.95em 0 !important;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

mjx-c.symbol-font.mjx-c221A.TEX-S4:before {
  padding: 1.75em 0.98em 1.25em 0 !important;
  transform: translate(0, 0.01em);
  -moz-transform: translate(0, 0);
}

mjx-c.symbol-font.mjx-c221A mjx-beg mjx-c:before {
  padding-top: 0.632em;
}

mjx-c.symbol-font.mjx-c28.TEX-MI::before {
  padding: 0.75em 0.357em 0.25em 0 !important;
}

mjx-c.symbol-font.mjx-c29.TEX-MI::before {
  padding: 0.35em 0.409em 0.45em 0 !important;
}

mjx-c.symbol-font.mjx-c23.TEX-MI::before {
  padding: 0.694em 0.628em 0.194em 0 !important;
}

mjx-c.symbol-font.mjx-c220F::before,
mjx-c.symbol-font.mjx-c220F.TEX-S1::before {
  padding: 0.55em 0.8em 0.55em 0 !important;
}

mjx-c.symbol-font.mjx-c1D6FA::before,
mjx-c.symbol-font.mjx-c3A9::before {
  padding: 0.35em 0.7em 0.35em 0 !important;
}

mjx-sqrt mjx-c.mjx-c221A:not(.TEX-S2):not(.TEX-S3):not(.TEX-S4)::before,
mjx-root mjx-c.mjx-c221A:not(.TEX-S2):not(.TEX-S3):not(.TEX-S4)::before {
  padding-right: 0.82em !important;
  padding-top: 0.84em !important;
}

mjx-sqrt mjx-c.mjx-c221A:not(.TEX-S2):not(.TEX-S3):not(.TEX-S4).TEX-S1::before,
mjx-root mjx-c.mjx-c221A:not(.TEX-S2):not(.TEX-S3):not(.TEX-S4).TEX-S1::before {
  padding-right: 1em !important;
  padding-top: 0.88em !important;
}

mjx-stretchy-h.top-parenthesis mjx-beg mjx-c::before {
  content: "\E150\E151" !important;
  padding: 0.12em 0 0.213em 0 !important;
}

mjx-stretchy-h.bottom-parenthesis mjx-beg mjx-c::before {
  content: "\E152 \E153" !important;
  padding: 0.333em 0 0 0 !important;
}

[data-specific="top_parenthesis"] mjx-over {
  padding-top: 0.1em !important;
  padding-left: 0 !important;
}

[data-specific="top_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-stretchy-h.top-parenthesis {
  height: 12px !important;
  width: unset !important;
}

[data-specific="top_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-stretchy-h
  mjx-ext
  mjx-c {
  margin-top: 1px;
}

[data-specific="top_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext {
  padding: 0;
  margin-left: 0;
}

[data-specific="top_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext.single-or-none {
  margin-left: -0.115em;
}

.eq-editor-mac
  [data-specific="top_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext.single-or-none {
  margin-left: 0;
}

[data-specific="bottom_parenthesis"] mjx-under {
  padding-top: 0.06em !important;
  padding-left: 0 !important;
}

[data-specific="bottom_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-stretchy-h.bottom-parenthesis {
  height: 12px !important;
  width: unset !important;
}

[data-specific="bottom_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-stretchy-h
  mjx-ext
  mjx-c {
  margin-top: 1px;
}

[data-specific="bottom_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext {
  padding: 0;
  margin-left: 0;
}

[data-specific="bottom_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext.single-or-none {
  margin-left: -0.115em;
}

.eq-editor-mac
  [data-specific="bottom_parenthesis"]
  mjx-mo[data-specific="parenthesis"]
  mjx-utext.single-or-none {
  margin-left: 0;
}

mjx-stretchy-h.mjx-c23DF mjx-beg {
  transform: translateX(-0.2rem);
}

mjx-stretchy-h.mjx-c23DF mjx-mid mjx-c:before {
  padding: 0.333em 0 0 0 !important;
  margin: 0 -0.01em !important;
}

mjx-stretchy-h.mjx-c23DF mjx-end {
  transform: translateX(0.2rem);
}

mjx-stretchy-h.mjx-c23DF mjx-end:before {
  margin: 0 -0.115em 0 0 !important;
}

mjx-stretchy-h.mjx-c23DF mjx-ext mjx-c:before {
  padding: 1px 0 0 0 !important;
}

mjx-stretchy-h.mjx-c23DE mjx-beg {
  transform: translateX(-0.2rem);
}

mjx-stretchy-h.mjx-c23DE mjx-mid mjx-c:before {
  margin: 0 -0.01em !important;
}

mjx-stretchy-h.mjx-c23DE mjx-end {
  transform: translateX(0.2rem);
}

mjx-stretchy-h.mjx-c23DE mjx-end mjx-c:before {
  margin: 0 0 0 -0.115em !important;
}

mjx-stretchy-h.mjx-c23DE mjx-ext mjx-c:before {
  padding: 1px 0 0 0 !important;
}

mjx-mo.ee-use-serif mjx-utext {
  font-family: serif !important;
}

mjx-math [space="1"],
mjx-math [space="2"],
mjx-math [space="3"],
mjx-math [space="4"] {
  margin-left: 0 !important;
}

mjx-container [size="s"] {
  font-size: 68.7% !important;
}

mjx-mi mjx-c.mjx-c2205::before {
  padding: 0.511em 0.85em 0.011em 0 !important;
}

mjx-mi mjx-c.mjx-c2203::before,
mjx-mi mjx-c.mjx-c2220::before,
mjx-mi mjx-c.mjx-c24::before,
mjx-mi mjx-c.mjx-c2F::before {
  padding: 0.511em 0.65em 0.011em 0 !important;
}

mjx-mi mjx-c.mjx-c2200::before {
  padding: 0.511em 0.85em 0.011em 0 !important;
}

mjx-mi mjx-c.mjx-c2F::before {
  padding: 0.611em 0.35em 0.2em 0.02em !important;
}

mjx-mi mjx-c.mjx-c5C::before,
mjx-mi mjx-c.mjx-c27::before {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.symbol-font * {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

mjx-mtable {
  text-align: left !important;
}

[data-symbol="€"] mjx-utext {
  padding: 0.75em 0.1em 0.3em 0 !important;
}

[data-symbol="²"] mjx-utext,
[data-symbol="³"] mjx-utext {
  padding: 0.75em 0.1em 0.2em 0 !important;
}

[data-symbol="©"] mjx-utext {
  padding: 0.75em 0.1em 0.2em 0 !important;
}

[data-symbol="∑"] .mjx-c2211::before,
[data-symbol="∑"] .mjx-c2211.TEX-S1::before {
  padding: 0.55em 0.7em 0.55em 0 !important;
}

[data-symbol="±"] mjx-c::before,
[data-symbol="±"] mjx-c.TEX-S1::before {
  padding: 0.666em 0.578em 0 0 !important;
}

[data-symbol="+"] mjx-c::before,
[data-symbol="+"] mjx-c.TEX-S1::before {
  padding: 0.557em 0.567em 0.057em 0 !important;
}

[data-symbol="⊥"] mjx-c::before,
[data-symbol="⊥"] mjx-c.TEX-S1::before {
  padding: 0.668em 0.68em 0 0 !important;
}

[data-symbol="∞"] mjx-c::before,
[data-symbol="∞"] mjx-c.TEX-S1::before {
  padding: 0.442em 0.8em 0.011em 0 !important;
}

[data-symbol="µ"] {
  padding: 0.75em 0.1em 0.2em 0 !important;
}

mjx-mrow[data-fix-stretchy="true"] {
  width: 100%;
}

mjx-mrow[data-fix-stretchy="true"] > mjx-mo {
  width: 100%;
  text-align: center;
}

mjx-mrow[data-fix-stretchy="true"] > mjx-mo > mjx-stretchy-h {
  width: 100% !important;
}

mjx-mover[data-fix-mover="true"] > mjx-over {
  padding: 0 !important;
  text-align: center;
}

mjx-stretchy-v mjx-c,
mjx-stretchy-h mjx-c {
  font-family: MJXZERO, MJXTEX-S1, MJXTEX-S4, MJXTEX, MJXTEX-A !important;
}

mjx-stretchy-h > * {
  display: table-cell;
  width: 0;
}

mjx-stretchy-h > * > mjx-c {
  display: inline-block;
  transform: scalex(1);
}

mjx-stretchy-h > * > mjx-c::before {
  display: inline-block;
  padding: 0.001em 0;
  width: initial;
}

mjx-stretchy-h > mjx-beg > mjx-c {
  margin-right: -0.1em;
}

mjx-stretchy-h > mjx-ext {
  overflow: hidden;
  width: 100%;
}

mjx-stretchy-h > mjx-ext > mjx-c {
  width: 0;
}

mjx-stretchy-h > mjx-ext > mjx-c::before {
  transform: scalex(500);
}

mjx-stretchy-h > mjx-end > mjx-c {
  margin-left: -0.1em;
}

mjx-stretchy-h.mjx-c2190 mjx-ext mjx-c::before,
mjx-stretchy-h.mjx-c2192 mjx-ext mjx-c::before,
mjx-stretchy-h.mjx-c2194 mjx-ext mjx-c::before,
mjx-stretchy-h.mjx-c21C0 mjx-ext mjx-c::before {
  content: "\2212";
  padding: 1px 0 0 0 !important;
}

mjx-stretchy-h.mjx-c2190 mjx-ext mjx-c::before,
mjx-stretchy-h.mjx-c2192 mjx-ext mjx-c::before {
  content: "\2212";
  padding: 1.3px 0 0 0 !important;
}

mjx-stretchy-h.mjx-c2192 mjx-end mjx-c::before {
  content: "\2192";
  padding: 0.511em 0 0.011em 0;
}

mjx-stretchy-h.mjx-c2190 mjx-beg mjx-c::before {
  content: "\2190";
  padding: 0.511em 0 0.011em 0;
}

mjx-stretchy-h.mjx-c21C0 mjx-end mjx-c::before {
  content: "\21C0";
  padding: 0.511em 0 0 0;
}

mjx-stretchy-h.mjx-c2194 mjx-beg mjx-c::before {
  content: "\2190";
  padding: 0.511em 0 0.011em 0;
}

mjx-stretchy-h.mjx-c2194 mjx-end mjx-c::before {
  content: "\2192";
  padding: 0.511em 0 0.011em 0;
}

mjx-stretchy-h.mjx-cAF mjx-ext mjx-c::before {
  content: "\AF";
  padding: 0.59em 0 0 0;
}

mjx-mrow.ee-fix-stretchy-arrow {
  width: 100%;
  text-align: center;
}

mjx-mrow.ee-fix-stretchy-arrow > mjx-mo {
  width: 100%;
}

.under_script_with_brace mjx-row mjx-base {
  padding: 0 !important;
  text-align: center !important;
}

.under_script_with_brace mjx-row mjx-under {
  padding: 0.2em 0 0 !important;
  text-align: center !important;
}

.over_script_with_brace {
  width: min-content;
}

.over_script_with_brace mjx-over {
  padding: 0 0 0.2em !important;
  text-align: center !important;
}

.over_script_with_brace mjx-base {
  padding: 0 !important;
  text-align: center !important;
}

.over_script_with_brace mjx-base mjx-mover {
  width: min-content;
}

.over_script_with_brace mjx-base mjx-base {
  padding: 0 !important;
  text-align: center !important;
}

.top_curly_bracket {
  width: min-content;
}

.top_curly_bracket mjx-base {
  padding: 0 !important;
  text-align: center !important;
}

.bottom_curly_bracket mjx-row mjx-base {
  padding: 0 !important;
  text-align: center !important;
}

mjx-munderover mjx-munder.ee-fix-stretchy-row {
  width: 100%;
}

mjx-munder.ee-fix-stretchy-row {
  width: min-content;
}

mjx-math.ee-fix-stretchy-row mjx-mover {
  width: min-content;
}

mjx-mover.ee-overscript-align > mjx-over {
  text-align: center;
}

mjx-munder.ee-overscript-align > mjx-row > mjx-under {
  text-align: center;
}

mjx-munderover.ee-overscript-align > mjx-over {
  padding-left: 0 !important;
  text-align: center;
}

mjx-munderover.ee-overscript-align > mjx-box > mjx-munder {
  width: 100%;
}

mjx-munderover.ee-overscript-align
  > mjx-box
  > mjx-munder
  > mjx-row
  > mjx-under {
  padding-left: 0 !important;
  text-align: center;
}

mjx-c.mjx-c22F1::before {
  padding-top: 1em !important;
}

.default-colors {
  display: grid;
  grid-template-columns: repeat(6, 25px);
  grid-gap: 5px;
  padding-bottom: 10px;
}

.default-colors .color-btn {
  width: 25px;
  height: 25px;
}

.color-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color-input input {
  max-width: 80px;
}

.color-preview {
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #000000;
}

.ee-toolbar__group .select-tool {
  position: relative;
  width: 90px;
  height: 30px;
  margin: 0 2px 2px 0;
}

.ee-toolbar__group .select-tool .tool-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  padding: 0;
  background: transparent;
  border: 1px solid;
  text-align: left;
}

.ee-toolbar__group .select-tool .tool-trigger .value {
  width: 70%;
  padding-left: 8px;
}

.ee-toolbar__group .select-tool .tool-trigger .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-right: 8px;
}

.ee-toolbar__group .select-tool .tool-trigger .arrow span {
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.ee-toolbar__group .select-tool .options-container {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid;
  z-index: 2;
}

.ee-toolbar__group .select-tool .options-container.hidden {
  display: none;
}

.ee-toolbar__group .select-tool .options-container .option {
  background: transparent;
}

.swal2-container {
  overflow: hidden !important;
}

.swal2-popup {
  position: absolute !important;
  will-change: transform;
}

.swal2-popup .swal2-header {
  cursor: move;
}

.swal2-popup .swal2-header .swal2-title {
  font-size: 1.5em;
  user-select: none;
}

.swal2-popup .swal2-header .swal2-close {
  font-size: 2em;
}

.swal2-popup .ee-wrapper {
  width: 61vw;
}

.swal2-popup .swal2-actions {
  margin-top: 1em;
}

.swal2-popup .swal2-actions button {
  margin-top: 0 !important;
}

.ee-wrapper {
  display: grid;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  min-width: 500px;
}

.ee-input-container {
  width: 100%;
  min-height: 150px;
  height: 180px;
  max-height: 250px;
  padding: 5px;
  font-size: 36px;
  box-sizing: border-box;
  cursor: text;
  overflow: auto;
  text-align: left;
  border-radius: 8px;
}

.ee-input-container * {
  outline: none !important;
}

.ee-input-container.ee-blink-container {
  background-color: transparent;
}

.ee-input-wrapper {
  position: relative;
}

.ee-input-wrapper.hidden {
  display: none;
}

.ee-source-container {
  position: relative;
  height: 100%;
  font-size: 18px;
}

.ee-source-container.hidden {
  display: none;
}

.ee-source-container .ee-source-input {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.ee-source-container .ee-source-input::-webkit-scrollbar {
  appearance: none;
  -webkit-appearance: none;
}

.ee-source-container .ee-source-input::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #eaeaea;
  border-radius: 20px;
}

.ee-source-container .ee-source-input::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

.ee-container {
  display: flex;
}

.ee-cursor {
  background-color: #000;
  position: absolute;
  width: 1px;
}

.ee-cursor.hidden {
  display: none;
}

.ee-bottom-cursor {
  background-color: #000;
  position: absolute;
}

.ee-bottom-cursor.hidden {
  display: none;
}

.ee-input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  pointer-events: none;
}

.ee-placeholder {
  color: #ccc;
}

.ee-placeholder mjx-c.mjx-c3F.TEX-MI::before {
  content: "▯";
  color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgd2lkdGg9IjUuMiIgaGVpZ2h0PSI3Ij48cmVjdCBkYXRhLWVlLXJvbGU9InN0cm9rZS1wbGFjZWhvbGRlciIgeD0iMCIgeT0iMCIgd2lkdGg9IjUuMiIgaGVpZ2h0PSI3IiBzdHlsZT0ic3Ryb2tlOiNjY2M7c3Ryb2tlLXdpZHRoOjEuMztmaWxsLW9wYWNpdHk6MCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}

mjx-mrow[data-newline="true"] > .ee-placeholder mjx-c.mjx-c3F.TEX-MI::before,
mjx-mrow[data-relation-align="true"]
  > .ee-placeholder
  mjx-c.mjx-c3F.TEX-MI::before {
  content: " ";
  background-image: unset;
}

.ee-newline {
  opacity: 0;
}

.ee-selected {
  position: relative;
  background-color: rgba(51, 51, 51, 0.42);
}

.ee-selectedmjx-mglyph:after {
  content: "";
  background: rgba(51, 51, 51, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ee-skip-selection {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.ee-persistent-panel {
  float: left;
}

.ee-image {
  cursor: pointer;
  border: 1px solid black;
}

.ee-resize__container {
  position: relative;
}

.ee-wrapper .tab-content {
  display: flex;
  overflow: visible;
  overflow-x: visible !important;
}

.ee-wrapper .tab-content > .active,
.ee-wrapper .tab-content > .ee-persistent-panel {
  display: flex;
}

.ee-wrapper .tab-content > .active .ee-toolbar__group,
.ee-wrapper .tab-content > .ee-persistent-panel .ee-toolbar__group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.ee-wrapper .tab-content .ee-toolbar__group {
  padding: 0 3px;
}

.ee-wrapper .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}

.ee-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 5px;
}

.ee-wrapper .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.ee-toolbar__group,
.ee-drawing__tools {
  text-align: left;
}

.ee-toolbar__group button.ee-icon,
.ee-drawing__tools button.ee-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  background-size: cover !important;
  background-clip: content-box !important;
}

.ee-toolbar__group button.ee-icon:not(:last-child),
.ee-drawing__tools button.ee-icon:not(:last-child) {
  margin: 0;
}

.ee-toolbar__group button.ee-icon[disabled="disabled"],
.ee-drawing__tools button.ee-icon[disabled="disabled"] {
  cursor: default;
  opacity: 0.4;
}

.tab-pane.ee-tab-icons-large button.ee-icon,
.ee-persistent-panel.ee-tab-icons-large button.ee-icon {
  height: 25px;
  width: 25px;
}

.tab-pane.ee-tab-icons-medium button.ee-icon,
.ee-persistent-panel.ee-tab-icons-medium button.ee-icon {
  height: 25px;
  width: 25px;
}

.tab-pane.ee-tab-icons-small button.ee-icon,
.ee-persistent-panel.ee-tab-icons-small button.ee-icon {
  height: 20px;
  width: 20px;
}

.ee-hidden-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ee-input-container::-webkit-scrollbar {
  -webkit-appearance: none;
}

.ee-input-container::-webkit-scrollbar:vertical {
  width: 20px;
}

.ee-input-container::-webkit-scrollbar:horizontal {
  height: 20px;
}

.ee-input-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 2px solid #eaeaea;
}

.ee-input-container::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.ee-icons-container {
  display: none;
}

.edoc_equation_editor_modal {
  z-index: 9999997;
}

.edoc_equation_editor_modal .ee-modal-container {
  z-index: 9999998;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  margin-top: 5px !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ee-theme-wiris .ee-input-container {
  color: #000;
  background: #fff;
  border: 1px solid #fc8b02;
}

.ee-theme-wiris .ee-toolbar__group button,
.ee-theme-wiris .ee-drawing__tools button,
.ee-theme-wiris .ee-character-modal button {
  border: 2px solid transparent;
  border-radius: 4px;
}

.ee-theme-wiris .ee-toolbar__group button:not([disabled="disabled"]):hover,
.ee-theme-wiris .ee-drawing__tools button:not([disabled="disabled"]):hover,
.ee-theme-wiris .ee-character-modal button:not([disabled="disabled"]):hover {
  border-color: #fc8b02;
  background-color: rgba(255, 255, 255, 0.1);
}

.ee-theme-wiris .ee-toolbar__group .active,
.ee-theme-wiris .ee-drawing__tools .active,
.ee-theme-wiris .ee-character-modal .active {
  border-color: #fc8b02;
  background-color: #fc8b02;
}

.ee-theme-wiris .ee-drawing__dialog .ee-modal-footer button {
  border: 1px solid #fc8b02;
  transition: 0.5s ease;
}

.ee-wrapper.ee-theme-wiris .tab-content {
  padding: 2px;
  margin-bottom: 2px;
  border: 1px solid #fc8b02;

  border-radius: 0 0 0.25rem 0.25rem;
  background: #fff3e6;
}

.ee-wrapper.ee-theme-wiris .tab-content .ee-toolbar__group {
  border-right: 1px solid #fc8b02;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-item.active .nav-link {
  color: #000;
  border: 1px solid #fc8b02;

  border-bottom: none !important;

  background: #fc8b02;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link {
  color: #fff;
  border: 1px solid #fc8b02;
  border-bottom: none !important;
  background: #fff3e6;
  transition: 0.5s ease;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link.active {
  color: #000;
  border: 1px solid #fc8b02;
  border-bottom: none;
  background: #fc8b02 !important;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link.active:hover {
  border-bottom: none;
  background: #fc8b02;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link:hover,
.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link:focus {
  color: inherit;
  border: 1px solid #fc8b02;
  border-bottom: none;
  background-color: #fc8b02;
}

.ee-wrapper.ee-theme-wiris .nav-tabs .nav-link:not(.active):hover {
  background: #fc8b02;
}

.ee-theme-wiris .ee-icon.svg-icon svg.wiris {
  display: block;
}

.ee-icon.ee-wiris-icon-alef-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-align_center-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-align_left-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-align_relation-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-align_right-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-aligned_equations-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-almost_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-alpha-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-angle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-angle_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-angle_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-angle_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-angle_brackets_with_bar-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-approximately_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arccosine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arcsine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arctangent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arrow_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arrow_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arrow_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-arrow_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-asterisk-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-asymptotically_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-auto_italic-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-back_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-back_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bar_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bar_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bar_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bar_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-because-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-beta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bevelled_big_fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bevelled_small_fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_intersection-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_operator_with_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_operator_with_subscript_and_superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_operator_with_under_and_over_scripts-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_operator_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_square_cap-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_square_cup-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-big_union-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bold-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bottom_curly_bracket-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bottom_curly_bracket-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bottom_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bottom_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bullet-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-bullet-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_alpha-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_beta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_chi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_delta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_epsilon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_eta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_gamma-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_iota-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_kappa-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_lambda-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_mu-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_nu-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_omega-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_omicron-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_phi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_pi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_psi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_rho-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_sigma-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_tau-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_theta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_upsilon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_xi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-capital_zeta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-ceiling-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-character-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-chemical-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-chi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_asterisk-dims {
  width: 786px;
  height: 672px;
}

.ee-icon.ee-wiris-icon-circled_asterisk-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_division-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_division-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_dot-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_plus-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-circled_times-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-color-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-complex_numbers_double-struck_capital_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-contains_as_member-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-contains_as_normal_subgroup-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-contour_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-coproduct-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-copy-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cosecant-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cosecant-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cosine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cosine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cotangent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-cotangent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-curl-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-curly_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-curly_brackets_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-curly_brackets_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-definite_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-definite_integral_with_differential-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-degree_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-degree_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-delete-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-delete_all-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-delta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-derivative-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-diaeresis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-diaeresis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-diamond-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-diamond-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-differential-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-digit_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-digit_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-divergence-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-division_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-division_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-division_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-does_not_contain_as_member-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-dot_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-dot_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_a_-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_a-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_capital_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_struck_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-double_vertical_bars-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-down_diagonal_strike-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-down_diagonal_strike-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-down_right_diagonal_ellipsis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-downwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-downwards_arrow_leftwards_of_upwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-downwards_arrow_with_corner_leftwards-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-downwards_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-downwards_harpoon_with_barb_left_beside_upwards_harpoon_with_barb_right-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-element_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-element_over-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-element_under-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-elements_under_and_over-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-ell-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-empty_set-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_actuarial-dims {
  width: 875px;
  height: 1225px;
}

.ee-icon.ee-wiris-icon-enclose_actuarial-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_bottom-dims {
  width: 608px;
  height: 1225px;
}

.ee-icon.ee-wiris-icon-enclose_bottom-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_box-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-enclose_box-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_circle-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-enclose_circle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_left-dims {
  width: 875px;
  height: 958px;
}

.ee-icon.ee-wiris-icon-enclose_left-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_right-dims {
  width: 875px;
  height: 958px;
}

.ee-icon.ee-wiris-icon-enclose_right-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_rounded_box-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-enclose_rounded_box-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-enclose_top-dims {
  width: 608px;
  height: 1225px;
}

.ee-icon.ee-wiris-icon-enclose_top-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-epsilon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-equals_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-equals_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-eraser-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-eta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-final_sigma-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-floor-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-for_all-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-forward_slash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_bevelled-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_bevelled_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_bevelled_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_exp_exp-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_exp_exp_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraction_exp_exp_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_a-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_a-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_capital_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-fraktur_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-gamma-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-gradient-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_and_single-line_not_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_or_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_or_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_or_slanted_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-greater-than_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-hat_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-hat_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-horizontal_and_vertical_strikes-dims {
  width: 1008px;
  height: 1358px;
}

.ee-icon.ee-wiris-icon-horizontal_and_vertical_strikes-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-horizontal_ellipsis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-horizontal_strike-dims {
  width: 1008px;
  height: 958px;
}

.ee-icon.ee-wiris-icon-horizontal_strike-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-identical_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-image-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-imaginary_numbers_double-struck_capital_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-imaginary_part_black-letter_capital_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-increment-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-infinity-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-integer_numbers_double-struck_capital_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-integral_with_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-integral_with_subscript_and_differential-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-intersection-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-iota-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-italic-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-kappa-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-lambda-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-laplacian-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_over_right_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_over_right_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_over_right_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_over_right_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_right_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_right_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_right_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_right_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_harpoon_over_right_harpoon_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_arrow_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_arrow_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_arrow_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_arrow_accent_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_right_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_subscript_and_superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-left_superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_arrow_from_bar-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_arrow_over_rightwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_arrow_with_hook-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_harpoon_over_rightwards_harpoon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_harpoon_with_barb_downwards-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_harpoon_with_barb_up_above_long_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-leftwards_harpoon_with_barb_upwards-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_and_single-line_not_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_or_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_or_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_or_slanted_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-less-than_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-limit_to_infinity-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-limit_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-logarithm-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-logarithm_to_base_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-logical_and-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-logical_or-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_division-dims {
  width: 1241.5px;
  height: 1425px;
}

.ee-icon.ee-wiris-icon-long_division-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_division_used_in_spain_brazil_and_elsewhere-dims {
  width: 1716.67px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-long_division_used_in_spain_brazil_and_elsewhere-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_division_used_in_the_us_gb_and_elsewhere-dims {
  width: 1853.58px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-long_division_used_in_the_us_gb_and_elsewhere-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_division_with_remainder_used_in_spain_brazil_and_elsewhere-dims {
  width: 1716.67px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-long_division_with_remainder_used_in_spain_brazil_and_elsewhere-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-long_division_with_remainder_used_in_the_us_gb_and_elsewhere-dims {
  width: 1235.61px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-long_division_with_remainder_used_in_the_us_gb_and_elsewhere-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-matrix_with_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-matrix_with_square_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-matrix_with_vertical_bars-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-measured_angle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-middle_dot-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-middle_dot-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-midline_horizontal_ellipsis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minus-or-plus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minutes-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minutes_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-minutes_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-move-dims {
  width: 28px;
  height: 28px;
}

.ee-icon.ee-wiris-icon-mu-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-much_greater-than-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-much_less-than-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-multiplication_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-multiplication_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-multiplication_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-nabla-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-natural_logarithm-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-natural_numbers_double-struck_capital_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-negate_operator-dims {
  width: 542px;
  height: 542px;
}

.ee-icon.ee-wiris-icon-negate_operator-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-normal_subgroup_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-north_east_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-north_west_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_almost_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_an_element_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_equal_to_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_identical_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_parallel_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-not_tilde-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-nu-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-number_pi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-number_pi_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-number_pi_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-omega-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-omicron-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-over_script_with_brace-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-over_script_with_brace-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parallel_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parallelogram-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parallelogram-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parentheses-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parentheses_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-parentheses_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-partial_derivative-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-partial_differential-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-paste-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-pencil-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-perpendicular-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-phi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-pi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-piecewise_function-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-plain_text-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-plus-minus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-plus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-plus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-plus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-precedes-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-prime_numbers_double-struck_capital_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-product-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-product_with_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-product_with_subscript_and_superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-product_with_under_and_over_scripts-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-product_with_under_scripts-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-proportional_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-proportional_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-psi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-quadruple_apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-quadruple_apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rational_numbers_double-struck_capital_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-real_numbers_double-struck_capital_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-real_part_black-letter_capital_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-redo-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-reverse_solidus-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-reversed_prime-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rho-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_over_left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_harpoon_over_left_harpoon_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-right_left_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_from_bar-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_from_bar-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_leftwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_over_short_leftwards_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_arrow_with_hook-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_harpoon_over_leftwards_harpoon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_harpoon_with_barb_down_below_long_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_harpoon_with_barb_downwards-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-rightwards_harpoon_with_barb_upwards-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-ring_operator-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-ring_operator-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-root-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-root_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-root_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_a-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_a-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_b-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_c-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_capital_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_d-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_e-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_f-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_g-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_h-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_i-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_j-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_k-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_l-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_m-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_n-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_o-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_p-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_q-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_r-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_s-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_t-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_u-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_v-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_w-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_x-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_y-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-script_z-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-secant-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-secant-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-seconds-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-seconds_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-seconds_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-set_minus-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_dash-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_under_and_over_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-short_rightwards_arrow_over_leftwards_arrow_with_under_script-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-sigma-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-sine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-sine-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-small_fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-source-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-south_east_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-south_west_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-spherical_angle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_brackets_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_brackets_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_cap-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_cup-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_root-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_root_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_root_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_subset_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_subset_of_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_superset_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-square_superset_of_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-subscript_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-subscript_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-subset_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-subset_of_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-succeeds-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-sum-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-summation_with_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-summation_with_subscript_and_superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-summation_with_under_and_over_scripts-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-summation_with_under_scripts-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superscript_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superscript_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superscript_and_subscript-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superset_of-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-superset_of_or_equal_to-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-surface_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-surface_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-table-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tangent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tangent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tau-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-there_does_not_exist-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-there_exists-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-therefore-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-theta-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-thinner_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-thinner_space-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_column_row-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_columns_row_with_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_column-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line-dims {
  width: 299.86px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_minus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_minus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_minus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_minus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_multiplication_sign-dims {
  width: 680.95px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_multiplication_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_multiplication_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_multiplication_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_plus_sign-dims {
  width: 680.95px;
  height: 2004px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_plus_sign-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_plus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-three_rows_stack_with_line_and_plus_sign_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tilde-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tilde-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tilde_operator-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tiny_fraction-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tiny_fraction_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-tiny_franction_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-top_curly_bracket-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-top_curly_bracket-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-top_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-top_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-triangle-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-triangle_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-triple_apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-triple_apostrophe-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-triple_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-two_columns_row_with_square_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-two_rows_column_with_left_curly_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-two_rows_column_with_parenthesis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-two_rows_column_with_right_curly_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-two_rows_column_with_square_brackets-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-under_script_with_brace-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-under_script_with_brace-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-undo-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-union-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-up_and_down_diagonal_strike-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-up_and_down_diagonal_strike-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-up_diagonal_strike-dims {
  width: 1142px;
  height: 1492px;
}

.ee-icon.ee-wiris-icon-up_diagonal_strike-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-up_down_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-up_down_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-up_right_diagonal_ellipsis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upload-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upsilon-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upwards_arrow_leftwards_of_downwards_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upwards_double_arrow-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-upwards_harpoon_with_barb_left_beside_downwards_harpoon_with_barb_right-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vector_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vector_accent-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vertical_bars-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vertical_bars_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vertical_bars_alt-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vertical_ellipsis-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-vertical_strike-dims {
  width: 608px;
  height: 1358px;
}

.ee-icon.ee-wiris-icon-vertical_strike-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-volume_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-volume_integral-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-xi-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-z_transform-dims {
  width: 39px;
  height: 39px;
}

.ee-icon.ee-wiris-icon-zeta-dims {
  width: 39px;
  height: 39px;
}

.ee-theme-wiris .ee-drawing__dialog .modal-content {
  border: 1px solid #fc8b02;
}

.ee-theme-wiris .ee-drawing__dialog .ee-modal-header {
  background: #fff3e6;
  border-bottom: 1px solid #fc8b02;
}

.ee-theme-wiris .ee-drawing__dialog .ee-modal-body {
  border-bottom: 1px solid #fc8b02;
}

.ee-theme-wiris .ee-drawing__dialog .ee-modal-footer {
  background: #fff3e6;
}

.ee-modal-container.ee-theme-wiris {
  background: #fff3e6;
}

.ee-modal-container.ee-theme-wiris label {
  color: #000;
}

.ee-modal-container.ee-theme-wiris .color-input span {
  color: #000;
}

.ee-modal-container.ee-theme-wiris .color-preview {
  border: 1px solid #000;
  border-radius: 2px;
}

.ee-theme-wiris .ee-modal-container {
  background: #fff3e6;
}

.ee-theme-wiris .ee-modal-container label {
  color: #000;
}

.ee-theme-wiris .ee-modal-container .color-input span {
  color: #000;
}

.ee-theme-wiris .ee-modal-container .color-preview {
  border: 1px solid #000;
  border-radius: 2px;
}

.ee-theme-wiris .ee-toolbar__group .select-tool .tool-trigger {
  border-color: #7f7f7f;
}

.ee-theme-wiris .ee-toolbar__group .select-tool .tool-trigger:hover {
  border-color: #383838;
}

.ee-theme-wiris
  .ee-toolbar__group
  .select-tool
  .tool-trigger:hover
  .arrow
  span {
  border-color: #383838;
}

.ee-theme-wiris .ee-toolbar__group .select-tool .tool-trigger .arrow span {
  border-color: #7f7f7f;
}

.ee-theme-wiris .ee-toolbar__group .select-tool .options-container {
  background: #fff3e6;
  border-color: #7f7f7f;
}
