/* #region color palette */
/* #endregion */
/* #region constant sizes */
/* #endregion */
.gisContextMenuPopup {
  min-width: 130px;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #ebebeb;
  box-shadow: 7px 8px 15px 2px rgba(0, 0, 0, 0.42);
  background-color: white;
  overflow: hidden;
}
.gisContextMenuList {
  margin: 0;
  padding: 3px 0;
  list-style-type: none;
}
.gisContextMenuItem {
  font-size: 13px;
  padding: 2px 4px;
  cursor: pointer;
}
.gisContextMenuItem:hover {
  color: white;
  background-color: #0b78d1;
}
