.color-error {
  color: rgb(223, 51, 51);
}

.color-warn {
  color: rgb(243, 169, 32);
}

.color-info {
  color: rgb(42, 126, 235);
}

.color-success {
  color: rgb(3, 177, 53);
}

.bg-error {
  background-color: rgb(223, 51, 51);
}

.bg-warn {
  background-color: rgb(243, 169, 32);
}

.bg-info {
  background-color: rgb(223, 51, 51);
}

.bg-success {
  background-color: rgb(3, 177, 53);
}

.root {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.main-view {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  position: relative;
  flex-shrink: 5;
  flex-grow: 1;
  overflow-y: scroll;
  background-color: #f2f2f2;
}

.main-view-content {
  width: 100%;
  min-width: 200px;
  max-width: 1700px;
  position: relative;
  top: 0;
  left: 50%;
  height: auto;
  margin-bottom: 100px;
  padding: 10px;
  transform: translateX(-50%);
}

.sheetview-title {
  width: 100%;
  height: auto;
  padding: 10px 5px;
  text-align: center;
}

.exercise {
  border: 0px solid white;
  padding: 10px;
  margin-bottom: 1em;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1294117647);
  background-color: white;
}

.subtask {
  border: 0px solid white;
  padding: 10px;
  margin-bottom: 1em;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1294117647);
  border-left: 5px solid rgb(243, 169, 32);
  background-color: #e3e0de;
  padding-bottom: 50px;
}

.minuspoint {
  border: 0px solid white;
  padding: 10px;
  margin-bottom: 1em;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1294117647);
  border-left: 5px solid rgb(223, 51, 51);
  background-color: #ddcece;
}

.text-row {
  border: 0px solid white;
  padding: 10px;
  margin-bottom: 1em;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1294117647);
  display: flex;
  flex-direction: column;
  border-left: 5px solid rgb(42, 126, 235);
  background-color: #bbc6d2;
}

.hidable-group-hidden {
  height: 85px;
  overflow: hidden;
}

/*# sourceMappingURL=sheet-view.css.map */
