/* .md-footer__inner {
    padding-left: 12.1rem;
} */

.md-nav__list>.md-nav__item--active>.md-nav__link--active {
    display: none;
}

.md-header, .md-tabs, .md-nav__title {
    background: linear-gradient(to right, rgb(234, 88, 33), rgb(240, 141, 22));
    ;
}

/* .md-header__inner {
    color: white;
} */

.md-content__inner {
    max-width: calc(100% - 200px);
}

.md-content__inner table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.md-sidebar {
    width: 14.1rem;
}

.md-tabs__link--active {
    font-weight: bold;
}

.md-nav__item .md-nav__link--active {
    font-weight: bold;
    color: #FD7E14;
}

.md-header .md-ellipsis {

    font-size: 1.2rem;
}

.md-top:hover {
    background-color: #FD7E14;
}

.md-typeset table:not([class]) td {
    padding: 0.6em 1.25em;
}

.md-typeset {
    line-height: 1.5;
    font-size: 16px;
}

.md-typeset h1, .md-typeset h2 {
    font-weight: 400;
    letter-spacing: -.01em;
}

.md-typeset ul {
    line-height: 1.2;
}

.md-typeset ol li, .md-typeset ul li {
    margin-bottom: 0.3em;
}


body {
    font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* For small size screens */
@media screen and (max-width: 76.1875em) {
    .md-footer__inner {
        padding: 0.2rem !important;
    }

    .md-content__inner {
        max-width: 100%;
    }

    .md-nav__list>.md-nav__item--active>.md-nav__link--active {
        display: block;
    }

    .md-sidebar {
        width: 12.1rem;
    }

    .md-nav--integrated>.md-nav__list>.md-nav__item--active .md-nav--secondary {
        border-left: none;
    }
}

@media screen and (min-width: 60em) {
    .md-footer__inner {
        padding-right: 16.1rem;
        padding-left: 14.1rem;
        /* width: calc((100% - 14.1rem) * 0.6); */
    }

    /*  */
}

@media screen and (min-width: 76.25em) {
    [dir="ltr"] .md-nav--integrated>.md-nav__list>.md-nav__item--active .md-nav--secondary {
        border-left: none;
    }

    [dir="ltr"] .md-sidebar--primary:not([hidden])~.md-content>.md-content__inner {
        margin-left: 1.2rem;
        padding-left: 40px;
    }

    .md-nav--primary>.md-nav__list>.md-nav__item {
        border-right: 0.05rem solid #00000021;
    }
}

@supports selector(::-webkit-scrollbar) {
    [dir=ltr] .md-sidebar__inner {
        padding-right: inherit;
    }
}
