
.table-menu,        
.table-menu-new        {position: absolute; top: 45px; left: 0; width: 200px; background-color: var(--espediter-white); border: 1px solid var(--espediter-component-light); z-index: 20; flex-direction: column; display: none;}
.table-menu.active, 
.table-menu-new.active {display: flex;}


.table-menu a, 
.table-menu-new a          {color:var(--espediter-black); text-decoration:none; font-weight: 500; font-size:12px; line-height:36px;}

.table-menu-item           {padding: 0px; margin:0px; cursor: pointer; width: 100%; box-sizing: border-box;}
.table-menu-item:hover     {background-color: var(--espediter-component-dark); color:var(--espediter-primary-blue)}

.table-menu-item-separator {background-color: var(--espediter-component-dark); height:1px; width:100%; padding: 0px; margin: 0px !important;}
