

.ablocks-menu-item__submenu-overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }


.ablocks-menu-item-toolbar-dropdown-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
}
.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text {
  padding: 15px;
}
.ablocks-menu-item__dropdown-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.ablocks-menu-item__dropdown-icon svg {
  width: 1em;
  height: 1em;
 
}


