.math-sample {
  color: #888888;
  height: 68px;
  font-size: 1.1em;
}

.math-preset {
  color: #888888;
  background-color: #f8f9fa;
  height: 48px;
  font-size: 1.1em;
  cursor: pointer;
}

.math-preset-pink-hover {
  background-color: rgba(239, 154, 154, 0.4);
  border-color: rgba(239, 154, 154, 1);
  color: rgba(199, 84, 84, 1);
}

.active-preset-pink {
  background-color: rgba(239, 154, 154, 1);
  color: white;
}

.math-preset-green-hover {
  background-color: rgba(129, 199, 132, 0.4);
  border-color: rgba(129, 199, 132, 1);
  color: rgba(56, 142, 60, 1);
}

.active-preset-green {
  background-color: rgba(129, 199, 132, 1);
  color: white;
}

.math-preset-purple-hover {
  background-color: rgba(179, 157, 219, 0.3);
  border-color: rgba(179, 157, 219, 1);
  color: rgba(126, 87, 194, 1);
}

.active-preset-purple {
  background-color: rgba(179, 157, 219, 1);
  color: white;
}

.math-preset-blue-hover {
  background-color: rgba(85, 119, 251, 0.3);
  border-color: rgba(85, 119, 251, 1);
  color: rgba(85, 119, 251, 1);
}

.active-preset-blue {
  background-color: rgba(85, 119, 251, 1);
  color: white;
}

#userSymbol {
  border-width: 2px;
  font-size: 1.25rem;
}

#mathField {
  font-size: 1.5em;
  display: block;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.canvas-container {
  padding-top: 20px;
}

#canvasRoot {
  background-color: white;
}

#canvasArea {
  /* background-color: rgba(85, 119, 251, 0.05); */
  background-color: #ffc10710;
}

#mathRangeInfo {
  position: absolute;
  top: 16px;
  right: 66px;
}

.form-label-math {
  font-size: 1em;
  font-weight: 500;
  color: #5577fb;
}

#highContents {
  margin-top: 250px;
}

#mathFieldWrapper {
  max-width: 912px;
  margin-top: 8px;
}
