/* Hide tenant expiration and licensed-user badges on the dashboard footer. */
.page-header-index-wide > .ant-row:last-child .ant-tag {
  display: none !important;
}
