.NewContextMenu {
  z-index: 10000;
  position: fixed;
  width: 180px;
  border-radius: 8px;
  z-index: 1000000;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(182, 182, 182, 0.3);
  background-color: white;
}
.NewContextMenu .NewContextMenuArrow {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 25px;
  height: 15px;
  background: url(https://goo.gl/BeSyyD);
  /* The points are: centered top, left bottom, right bottom */
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.NewContextMenu section {
  padding: 10px;
  cursor: pointer;
}
.NewContextMenu section div {
  color: #8b8b8b;
  line-height: 150%;
  padding: 5px;
}
.NewContextMenu section div:hover {
  background-color: rgba(182, 182, 182, 0.3);
}
.MapContextMenu {
  width: 160px;
}
.MapContextMenu section {
  padding: 5px;
}
.MapContextMenu section div {
  padding: 4px;
  line-height: 100%;
  font-size: 13px;
}
.MapContextMenu .NewContextMenuArrow {
  right: unset;
  left: 10px;
  display: none !important;
}
/*# sourceMappingURL=NewContextMenu.css.map */