body {
    padding-top: 0 !important
}

.page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(var(--cp-tertiary-rgb, 32, 38, 84), 0.75)
}

.page-overlay.page-overlay--cover-content-area {
    display: block;
    z-index: 1020
}

.page-overlay.page-overlay--cover-header {
    display: block;
    z-index: 1031
}

.page-overlay.page-overlay--cover-page {
    display: block;
    z-index: 1040
}

.whm-app-title__image {
    width: 48px;
    height: 48px
}

#navigation {
    width: 100%;
    display: table
}

#breadcrumbsContainer {
    width: 100%;
    z-index: 2147483645;
    display: table-row
}

@media(min-width:769px) {
    #breadcrumbsContainer {
        min-height: 42px;
        height: 42px
    }
}

@media(max-width:768px) {
    #breadcrumbsContainer {
        min-height: 32px;
        height: 32px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 5px 0 0;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    line-height: 18px
}

.breadcrumbs--without-heading {
    margin: 1rem 0
}

.breadcrumbs li {
    display: inline;
    padding: 3px 3px 3px 3px
}

.breadcrumbs li .leafNode {
    color: rgba(51, 51, 51, 0.9)
}

.breadcrumbs a#docs-link img {
    width: 18px;
    height: 18px;
    color: black
}

.muted {
    color: #999
}

.description {
    margin-bottom: 20px
}
