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

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