.polmap__wrp-palette {
  position: absolute;
  left: 105px;
  width: 90px;
  text-align: center;
}
.polmap__btn-color {
  width: 18px;
  height: 18px;
  border: 1px solid #222;
  border-radius: 3px;
  background: transparent;
  margin: 2px;
}
.polmap__ipt-color {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.polmap__btn-erase {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5333333333);
  color: var(--color-text-light-heading);
  border: 1px solid var(--color-border-dark);
}
.polmap__btn-erase:hover {
  color: var(--color-text-light-highlight);
  border-color: var(--color-border-highlight-alt);
  border-bottom-color: var(--color-border-highlight);
  box-shadow: 0 0 10px var(--color-shadow-highlight);
}
.polmap__btn-erase--active {
  background: rgba(60, 0, 120, 0.5019607843);
  box-shadow: 0 0 10px #9b8dff;
  border: 1px solid #3b1893;
}
.polmap__btn-erase--active:hover {
  border-color: #3b1893;
  box-shadow: 0 0 10px #9b8dff;
}
.polmap__btn-erase--active:focus {
  box-shadow: 0 0 10px #9b8dff;
}
.polmap__wrp-btns-other {
  margin-top: 5px;
}
.polmap__flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.polmap__flex-vh-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.polmap__flex-col {
  display: flex;
  flex-direction: column;
}