:root {
    --md-primary-fg-color: #075ca4; /* the main docs color, is set to the main SolusVM color */
    --md-accent-fg-color: #069cd9; /* the anchor color, set as the SolusVM logo color */
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Helvetica,
        Arial, sans-serif;
}

.md-content__inner p {
    color: #5a5755;
}

.md-header__button.md-logo img,
.md-nav__title .md-nav__button.md-logo img {
    width: 130px;
    height: 40px;
}

.md-header {
    background-color: #ffffff;
    color: #121212;
}

.md-header__topic:first-child {
    font-weight: 600;
}
.md-header__inner {
    padding: 0;
    height: 60px;
}

.md-tabs {
    background-color: #f8f8f8;
    color: #121212;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}

.md-tabs__link--active {
    color: var(--md-primary-fg-color);
}

.md-tabs__link:is(:focus, :hover) {
    color: var(--md-accent-fg-color);
}

@media screen and (min-width: 60em) {
    .md-search__form {
        background: #ebebeb;
        height: 39px;
        border: 1px solid #a1a1a1;
        border-radius: 6px;
    }

    .md-search__input,
    .md-search__input::placeholder {
        color: #5a5755;
    }

    .md-search__icon svg {
        fill: #5a5755;
    }
}

@media screen and (max-width: 76.1875em) {
    .md-nav--primary .md-nav__title[for='__drawer'] {
        background-color: #fff;
        color: #121212;
    }
}

.md-header__button svg {
    fill: var(--md-accent-fg-color);
}

.md-typeset h1 {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #121212;
}

.md-typeset h1::after {
    display: block;
    width: 100%;
    height: 33px;
    content: '';
    border-bottom: 1px solid #c5c5c5;
}

.md-footer {
    background: #eaf8fe;
    color: var(--md-accent-fg-color);
    text-align: center;
}

.md-footer-meta,
#footer-bottom {
    background: #c5c5c5;
    text-align: center;
}

#footer-bottom {
    padding: 17px 17px 0 17px;
    margin: 0;
    max-width: 100%;
}

.md-footer-copyright__highlight {
    background: #ebebeb;
    color: #5a5755;
    text-align: left;
    padding-top: 45px;
}

.md-footer-meta__inner {
    padding: 0;
}

.md-footer-copyright /*.md-copyright*/ {
    color: #5a5755;
    margin: 0;
    padding: 0 0 16px 0;
}

html .md-footer-meta.md-typeset a {
    color: #5a5755;
}

.md-footer-copyright__highlight img {
    display: block;
    width: 54px;
    height: 16px;
    margin-bottom: 9px;
}

.md-footer-copyright__highlight div {
    margin: 0 auto 41px auto;
    max-width: 61rem;
    padding: 0 19px;
}

.md-grid.md-footer-meta__inner {
    max-width: 100%;
}

.md-footer__link--prev {
    text-align: left;
}

@media screen and (min-width: 45em) {
    .md-footer-copyright {
        width: 100%;
    }
}
