.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);
}

.cli-input {
  background-color: black;
  width: 100%;
  height: 80%;
  font-family: monospace;
  color: white;
}

.cli-output {
  background-color: black;
  width: 100%;
  font-family: monospace;
  color: white;
}

/*# sourceMappingURL=cli.css.map */
