.math_model_color_green_1 {
  background-color: #42f56c;
}

.math_model_color_green_2 {
  background-color: #9afab2;
}

.math_model_color_green_3 {
  background-color: #6c967a;
}

.math_model_color_blue_1 {
  background-color: #4ebfd5;
}

.math_model_color_blue_2 {
  background-color: #28bbe7;
}

.math_model_color_blue_3 {
  background-color: #28bbe7;
}

.math_model_color_red_1 {
  background-color: #ec82db;
}

.math_model_color_red_2 {
  background-color: #e77c99;
}

.math_model_color_red_3 {
  background-color: #e83e5d;
}

.math_model_color_yellow_1 {
  background-color: #e0a476;
}

.math_model_color_yellow_2 {
  background-color: #c5b768;
}

.math_model_color_yellow_3 {
  background-color: #e3dd9c;
}

/*MATH MODEL -- SCREEN SIZE  */
/*MATH MODEL -- QUESTIONS/FONTS */
.math_model_question_centered_margin_small {
  margin: 1rem auto;
}

.math_model_question_center_margin_medium {
  margin: 2rem auto;
}

.math_model_question_centered_margin_large {
  margin: 3rem auto;
}

/*MATH MODEL -- BUTTONS */
.math_model_question_buttons_container {
  margin-top: 1rem;
}

/*MATH MODEL -- blocks */
.individual_grid_square_xsmall {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.individual_grid_square_xsmall .arrow_body {
  width: 24px;
  height: 2px;
  margin: 5px auto;
}
@media (max-width: 599px) {
  .individual_grid_square_xsmall .arrow_body {
    width: 24px;
    height: 2px;
    margin: 5px auto;
  }
}
.individual_grid_square_xsmall .arrow_body .arrow {
  padding: 2px;
  border-width: 0 2px 2px 0;
  top: -2px;
}
.individual_grid_square_xsmall .arrow_body .arrow_body_scale_text {
  top: -1px;
  font-size: 10px;
  font-weight: 700;
  left: 2px;
}

.individual_grid_square_small {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
@media (max-width: 599px) {
  .individual_grid_square_small {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.7);
  }
}

.individual_grid_square_medium {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
@media (max-width: 599px) {
  .individual_grid_square_medium {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.7);
  }
}

.individual_grid_square_big {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
@media (max-width: 599px) {
  .individual_grid_square_big {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.7);
  }
}

/* MATH MODEL -- SYMBOLS AND UNITS */
.arrow_body {
  position: relative;
  background-color: black;
  width: 44px;
  height: 3px;
  margin: 10px auto;
}
@media (max-width: 599px) {
  .arrow_body {
    width: 24px;
    height: 2px;
    margin: 5px auto;
  }
}
.arrow_body .arrow {
  position: absolute;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 3px;
  display: inline-block;
}
@media (max-width: 599px) {
  .arrow_body .arrow {
    padding: 2px;
    border-width: 0 2px 2px 0;
  }
}
.arrow_body .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 0;
  top: -3px;
}
@media (max-width: 599px) {
  .arrow_body .right {
    top: -2px;
  }
}
.arrow_body .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 0;
  top: -3px;
}
@media (max-width: 599px) {
  .arrow_body .left {
    top: -2px;
  }
}
.arrow_body .arrow_body_scale_text {
  color: black;
  position: absolute;
  top: 10px;
  left: 3px;
}
@media (max-width: 599px) {
  .arrow_body .arrow_body_scale_text {
    top: 1px;
    font-size: 10px;
    font-weight: 700;
    left: 2px;
  }
}

.open_answer--box {
  border: 1px solid #ccc;
  background-color: white;
  padding: 6px 10px 6px;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  height: 40px;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.open_answer--box.small {
  width: 65%;
  height: 35px;
}
.open_answer--box.medium {
  width: 75%;
  height: 35px;
}
.open_answer--line {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 100%;
  height: 40px;
}
.open_answer--line.small {
  width: 65%;
}
.open_answer--line.medium {
  width: 75%;
}
.open_answer--line.dashed {
  border-bottom: 1px dashed black;
}
.open_answer--line.dotted {
  border-bottom: 1px dotted black;
}

.answer-option {
  border: 1px solid darkgray;
  border-radius: 50%;
  margin: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.answer-options {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.answer-options.worksheet-answers:not(.default) .answer-option:not(.correct) {
  filter: grayscale(1);
}
.answer-options.worksheet-answers:not(.default) .answer-option.correct {
  transform: scale(1.15);
  border: 1px solid #00B419;
}
.answer-options.worksheet-answers.default .correct {
  border: 0 none;
}
.answer-option.image {
  border-radius: 0;
  border: 0 none;
}
.answer-option.correct {
  border-color: #00B419;
}

.timeScore {
  position: absolute;
  right: 0;
  bottom: 5rem;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 19cm;
  display: flex;
  justify-content: space-between;
}
.timeScore_timer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeScore_correct {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeScore_img {
  width: 30px;
  height: 30px;
}
.timeScore_title {
  margin: 0 10px;
}
.timeScore_value {
  width: 150px;
  margin: 0 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.divider_box {
  margin-bottom: 50px;
}
/*# sourceMappingURL=model_general.css.map */
