/* Ẩn cột 'Quyền cao nhất' trong bảng Users */
th.column-key-super_user,
td.column-key-super_user {
  display: none !important;
}

/* Ẩn nút cấp/hủy super ở trang hồ sơ user */
a[href*="users/make-super"],
a[href*="users/remove-super"] {
  display: none !important;
}
.bage{
    color: #fff;
}