#ebn_menuitems_toggle_admin_bar {
  position: relative; /* This is needed for the absolutely positioned element */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 100%;
  width: 40px;
  cursor: pointer;
}

#ebn_menuitems_toggle_bricks_bar {
  position: relative; /* This is needed for the absolutely positioned element */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 100%;
  width: 40px;
  cursor: pointer;
}

.ebn_logo {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/ebn-logo2.png");
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: center;
}

#ebn_menuitemMenuContainer {
  display: none;
  position: fixed; /* This positions the element relative to its parent */
  z-index: 100000;
  background-color: var(--builder-bg);
}

.ebn_menuitems_menu {
 
}

.ebn_menuitem_submenu {
  display: none;
  z-index: 100;
}

.ebn_menu_item_row {
  background-color: var(--builder-bg);
  color: var(--builder-color);
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  height: 40px;
  align-items: center;
  width: 150px;
  
}

.ebn_menu_item_row:hover * {
  color: var(--builder-color);
}

.ebn_menu_item_currently_selected {
  font-weight: bold;
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #90ee90;
  z-index: 100000;
  position: relative;
}

.ebn_menu_item_row:active * {
  outline: none;
  outline-style: none;
  box-shadow: none;
  color: var(--builder-color);
}

.ebn_menu_item_row:focus * {
  outline: none;
  outline-style: none;
  box-shadow: none;
  color: var(--builder-color);
 
}

.ebn_current_menu_path * {
  background-color: var(--builder-color-accent) !important;
  color: var(--builder-color-accent-inverse) !important;
}

ul.ebn_menu_top_level {
  list-style-type: none;
}

ul.ebn_menu_level_container {
  list-style-type: none;
  width: 150px;
  margin-inline: 0px;
  margin: 0px;
  margin-block: 0px;
  padding: 0px;
  box-shadow:  0 8px 8px -4px var(--builder-bg);
  background-color: var(--builder-bg);
}

li.ebn_menu_list_item {
  list-style-type: none;
  margin: 0px;
  margin-inline: 0px;
  border-bottom: grey 1px dashed;
}

li.ebn_menu_list_item:focus {
  background-color: var(--builder-color-accent) !important;
  color: var(--builder-color-accent-inverse) !important;
  outline: none !important;
  text-decoration: none;
}

.ebn_item_focused * {
  background-color: var(--builder-color-accent) !important;
  color: var(--builder-color-accent-inverse) !important;
}

.ebn_menuitem_menu_item_row_inactive * {
  background-color: #dfd8d8;
  color: #c0b8b8da;
}

.ebn_menu_item_row_on_drag {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  height: 40px;
  align-items: center;
  cursor: move;
  background-color: var(--builder-bg);
  color: var(--builder-color);
  border-top: 2px dashed var(--builder-color-accent);
  border-bottom: 2px dashed var(--builder-color-accent);
  width: 100%;
  
}

.ebnmenu_col_icon {
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ebn_tab_icon {
}

.ebn_tab_icon::before {
  display: inline;
  content: attr(data-tabindex);
  background-color: var(--builder-color-accent-inverse);
  border: 1px solid var(--builder-color-accent);
  color: var(--builder-color-accent);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px; /* This will center the content vertically */
  text-align: center; /* This will center the content horizontally */
  position: absolute;
  top: +1px;
  right: -1px;
  z-index: 2;
}

.ebnmenu_col_text {
  flex: 1;
  min-width: 50px; /* or some value */
}

.ebnmenu_item_text_link {
  padding-left: 5px;
  text-decoration: none;
  color: var(--builder-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0px;
  height: 40px;
  display: block; /* makes overflowing text ellipsis work */
  line-height: 40px; /* makes the text vertically centered */
  font-size: 1em;
}

.ebnmenu_item_icon_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
  color: var(--builder-color);
  text-decoration: none;
  white-space: nowrap;
}

.ebnmenu_item_icon_link:hover {
  font-weight: bold;
  font-size: 1.3em;
}

.ebnmenu_col_arrow_more {
  width: 18px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.ebn_contextmenu {
  padding: 1em;
  z-index: 100001;
  background-color: var(--builder-bg);
  color: var(--builder-color);
  position: fixed;
}

.ebn_contextmenu_form {
  display: grid;
  grid-template-columns: 100px 1fr;
  width: 180px;
}

.ebn_contextmenu_form_color_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.ebn_contextmenu_form_submit {
  margin-top: 1em;
  padding: 5px;
  text-align: center;
}

.ebn_contextmenu_trash_icon {
  margin-left: 5px;
}

.ebn_contextmenu_form_label {
}

.ebn_contextmenu_form_input {
}

.ebn_menu_item_row_on_drag_hovered {
  height: 60px;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(75)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M10-6V6M10 14v12M26 10H14M6 10H-6'  stroke-linecap='square' stroke-width='1' stroke='hsla(46, 80%, 64%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.ebn_not_allow_cursor {
  cursor: not-allowed;
}

.ebn_no_select {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.ebn_no_select:hover,
.ebn_no_select:active,
.ebn_no_select:focus:not(:focus-visible),
.ebn_no_select:focus,
.ebn_no_select:focus-within,
.ebn_no_select a::-moz-focus-inner {
  outline: none;
  outline-style: none;
  box-shadow: none;
}

.ebn_menu_item_dragged_indicator {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.ebn_round {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--builder-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--builder-color-accent-inverse);
}


