/* Site-wide — entity list action column + dropdown (all pages) */

.entitylist {
  overflow: visible !important;
}

.entitylist .view-grid,
.entitylist .entity-grid {
  overflow-x: auto !important;
  overflow-y: visible !important;
}

.entitylist table.table th:last-child,
.entitylist table.table td:last-child {
  display: table-cell !important;
  position: sticky !important;
  right: 0 !important;
  z-index: 10 !important;
  min-width: 72px !important;
  width: 72px !important;
  overflow: visible !important;
  background: #fff !important;
  box-shadow: -8px 0 12px rgba(0, 0, 0, 0.08);
  border-left: 2px solid #e4e9f2;
}

.entitylist table.table thead th:last-child {
  background: #eef3fb !important;
  z-index: 11 !important;
}

.entitylist table.table td:last-child .dropdown {
  position: static !important;
}

.entitylist table.table td:last-child .dropdown-menu {
  z-index: 9999 !important;
}
