.root {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.main-content {
  padding: 0.5rem;
  margin: 10px;
  height: 100%;
}

.row-container {
  height: 100%;
}

/* Map CSS */
.map {
  height: 100%;
  width: 100%;
}

.ol-button i {
  color: inherit;
}
.ol-button.red button,
.ol-button.green button,
.ol-button.blue button {
  color: #f00;
  background-color: currentColor;
  border: 2px solid currentColor;
  width: 1em;
  height: 1em;
  border-radius: 0;
}
.ol-button.green button {
  color: #0f0;
}
.ol-button.blue button {
  color: #00f;
}
.ol-button.red button:hover,
.ol-button.green button:hover,
.ol-button.blue button:hover {
  background-color: currentColor !important;
  border-color: #000;
}
.options ul {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.options li {
  padding: 0.1em 0.5em;
}
.options li:hover {
  background-color: #369;
  color: #fff;
}
.options .redo li {
  opacity: 0.4;
}
.options button {
  margin: auto;
  display: block;
}
.options li:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.3em;
  background-color: #369;
  color: #fff;
  padding: 0.2em;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0.3em;
}
.options li.addfeature:before {
  content: "\f067";
}
.options li.modify:before {
  content: "\f040";
}
.options li.translate:before {
  content: "\f0b2";
}
.options li.rotate:before {
  content: "\f01e";
}
.options li.scale:before {
  content: "\f047";
}
.options li.delete:before {
  content: "\f1f8";
}
.options li.split:before {
  content: "\f0c4";
}
.options li.color:before {
  content: "\f1fc";
}

.god-mode-switch {
  width: 4em !important;
  height: 1.5rem;
}

.suggest-wrap {
  width: 30%;
  margin-top: -40px;
  position: relative;
  top: 46px;
  z-index: 999;
  float: right;
  right: 7px;
}