/* Form detail header visibility fix:
   - Docname in navbar breadcrumb: white + bold
   - Document title in page head: golden + bold */

html body #navbar-breadcrumbs li.disabled,
html body #navbar-breadcrumbs li.disabled a,
html body #navbar-breadcrumbs li.disabled span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}

html body .content.page-container .page-head .page-title .title-area .title-text,
html body .content.page-container .page-head .page-title .title-area .title-text.ellipsis,
html body .content.page-container .page-head .page-title .title-area h3.title-text,
html body .content.page-container .page-head .page-title .title-area h3.title-text.ellipsis {
    color: #f4c542 !important;
    -webkit-text-fill-color: #f4c542 !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}

html body .content.page-container .page-head .page-title .title-area .sub-heading,
html body .content.page-container .page-head .page-title .title-area .sub-heading .ellipsis,
html body .content.page-container .page-head .page-title .title-area .sub-heading a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}
