.anchor-element {
  touch-action: pan-x pan-y !important;
}
.cmf-core-controls-contextMenu-dropdown {
  border-radius: 0;
  padding: 4px 0;
  border: 0;
  margin: 0;
}
.cmf-core-controls-contextMenu-dropdown li {
  line-height: 40px;
  min-width: 100px;
  max-width: 400px;
  width: 100%;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  white-space: nowrap;
  padding-left: 40px;
  padding-right: 50px;
}
.cmf-core-controls-contextMenu-dropdown div.cmf-core-controls-context-menu-item-separator {
  height: 1px;
  width: 100%;
}
.cmf-core-controls-contextMenu-dropdown .li-with-complex-content {
  padding: 0;
  min-width: 200px;
  text-align: center;
}
/*When we use the context menu by hand without using the context menu component*/
.cmf-core-controls-contextMenu-dropdown-manual li {
  height: 40px;
  line-height: 40px;
}
