code {
    white-space : pre-wrap !important;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: monospace;
}

wrap {
    white-space : pre-wrap !important;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: monospace;
    background-color: var(--md-code-bg-color);
    border-radius: .1rem;
    display: block;
    font-size: .85em;
    padding: .7720588235em 1.1764705882em;
        padding-top: 0.772059em;
        padding-right: 1.17647em;
        padding-bottom: 0.772059em;
        padding-left: 1.17647em;
}
div#headerPanel {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 300ms ease-in-out;
    height: 130px;
    background: rgb(246,254,255);
    background: url("../img/home_page_banner.png"),linear-gradient(45deg, rgba(246,254,255,1) 0%, rgba(227,246,253,1) 45%, rgba(216,244,249,1) 80%, rgba(180,240,241,1) 95%);
    background-position: right, center;
    background-size: contain, cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--borders_decorative, #DEDEDE);
    justify-content: center;
}
#headerPanel .header-name {
    position: static;
    color: #000;

}

h1.main-title { 
    color: white;
    font-weight: 700;
    font-size: 33px !important;
    white-space: nowrap;
    overflow-x: auto;
    z-index: 1;
    margin: 0; 
    text-align: left; 
    margin-left: 6vw;
}

.child {
    display: inline-block;
    font-size: 12px !important;
    /* background-color: red; */
}

.md-header__button.md-logo {
    color: #000;
}
.md-header {
    width: 100%;
    background: #ffff !important;
    z-index: 900;
}
.md-header__inner {
    max-width: 100%;
}
.md-header__topic {
    display: none;
}
.md-header__ellipsis {
    background: url(../img/hcl_sw_logo_black.svg);
    background-position: 20% 80%;
    width: 200px; 
    height: 200px;
    background-repeat: no-repeat;
    transition: none;
}

.md-header__title>.md-header__ellipsis {
    width: 145px;
    height: 45px;
    position: static;
}
.md-header__title[data-md-state=active] .md-header__topic+.md-header__topic,
.md-header__title[data-md-state=active] .md-header__topic,
.md-header__topic+.md-header__topic {
    transform: none;
    transition: none;
}
/* .md-ellipsis {
    display: none;
} */
.md-sidebar--primary .md-nav__link {
    padding: 0.4rem 0.2rem;    
    border-top: 1pt solid #eee;
    margin-top: 0;
}
.md-sidebar--primary .md-nav__link:hover,
.md-nav--secondary .md-nav__link:hover {
    background: #b4f0f1;
}
.xmd-sidebar--primary .md-nav__link--active {
    background-image: linear-gradient(
        -90deg, #d2d4dd 0%, rgba(217,221,235,0.8) 80%, rgba(235,237,245,0) 100%);
}
.xmd-sidebar--primary .md-sidebar__inner {
    border: 1pt solid #eee;
    border-radius: 0.5rem;
    padding: 0.8rem 0.3rem;
}
.md-nav--secondary .md-nav__item {
    border-top: 1pt solid #eee;
    padding-bottom: .625em;
}
.md-sidebar--secondary .md-nav__title {
    padding-bottom: .625em;
}
.md-nav__link {
    padding: 0.2rem 0.6rem;
}
a.md-nav__button.md-logo {
    background: url(../img/hcl-sofy-logo.svg) no-repeat;
    height: 1rem;
    width: 8rem;
    color: #000;

}
.md-nav__title .md-nav__button.md-logo svg {
    display:none;
}
@media screen and (min-width: 60em) {
    .md-search__form {
        background-color: rgba(255,255,255,.26);
    
    }
    .md-search__form ::placeholder {
        color: #363636;
        opacity: 1; 
      }
    .md-search__form:hover {
        background-color: rgba(255,255,255,.50);
    }

    .md-search__inner{
        width: 18.7rem;
    }
    .md-search__input+.md-search__icon{
        color: #007A87;
    }
    .md-search{
       margin-right: 1rem;
    }
    .md-header__button {
        color: #000;
    }
}
@media screen and (min-width: 76.25em) {
    .md-nav--primary .md-nav__title[for=__drawer] {
        margin-bottom: 0.4rem;
    }
}
@media screen and (max-width: 76.1875em){
    .md-nav--primary .md-nav__title[for=__drawer] {
        background: #fff;
        color: #007A87;
        }
}

@media (max-width: 968px) {
    div#headerPanel {
        background : linear-gradient(45deg, rgba(246,254,255,1) 0%, rgba(227,246,253,1) 45%, rgba(216,244,249,1) 80%, rgba(180,240,241,1) 95%);
        justify-content: center; 
        text-align: center; 
    }

    h1.main-title {
        font-size: 26px !important;
        white-space: normal;
        overflow: visible;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 24px;

    }
}
@media (min-width: 968px) {
    h1.main-title {
        max-width: 90%; 
        text-overflow: ellipsis; 
        overflow: visible;
    }
}

.md-footer{
    color: #121212;
    background: #fff;
    min-height: 46px;
    border-top: 1px solid #DEDEDE;
}
.md-footer-meta__inner {
    background: #fff;
}
.md-footer-meta{
 background-color: #fff;
}
.md-footer-meta__inner .md-copyright{
  color: #121212;
  font-size: 0.75rem;
  font-weight: 300;
}

html .md-footer-meta.md-typeset a{
    color: #121212;
    font-size: 0.875rem;
    font-weight: 500;
}
html .md-footer-meta.md-typeset a:focus{
    color: #121212;
    font-size: 0.875rem;
    font-weight: 500;
}
html .md-footer-meta.md-typeset a:hover{
    color: #006075;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
}
.md-search__input{
    border-radius: .4375rem;
    padding: 0 35px;
    box-sizing: border-box;
    transition: .2s;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    font-family: Open Sans;
    letter-spacing: .01rem;
    line-height: 1.25rem;
    color: var(--default-text, #363636);
    font-family: inherit;
    border: 2px solid #F2F2F2;
}
.md-header__button {
    color: #007A87;
}