/* Disables the hyperlink on the top-left header logo */
.portal-header-logo a, 
header a:has(img),
.nx-portal-header a:first-child {
    pointer-events: none !important;
    cursor: default !important;
}