.pf-v5-c-page__header-brand-link {
    position: relative;
    text-decoration: none !important;
}
.pf-v5-c-page__header-brand-link .keycloak__pageheader_brand {
    display: none !important;
}
.pf-v5-c-page__header-brand-link::before {
    content: "用户目录管理";
    display: inline-flex;
    align-items: center;
    height: 35px;
    padding: 0 12px;
    color: #0066cc;
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}
.pf-v5-c-page__header-brand-link {
    pointer-events: none;
    cursor: default;
}
