::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: rgba(0, 150, 136, 0.9);
}

::selection {
    color: #fff;
    background: rgba(0, 150, 136, 0.9)
}

code, kbd, pre {
    font-family: "Roboto Mono","Source Code Pro",Consolas,Monaco,"Courier New",Courier,monospace;
}

.md-typeset h3[id] .headerlink:focus, .md-typeset h3[id]:hover .headerlink:hover, .md-typeset h3[id]:target .headerlink,
.md-nav__link:focus, .md-nav__link:hover {
    color: #009688;
}

.md-typeset h1, .md-typeset h2 {
    font-weight: 800;
    color: #009688;
}

.md-typeset h3 {
    font-weight: 600;
    font-style: italic;
    color: #009688;
}

.md-header-nav__parent {
    color: hsla(0, 0%, 100%, .7);
}

.md-header-nav__source--language {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.1rem 0;
}

.cla-language-selector {
    display: block;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    transform: translateY(0.2rem);
}

/* codex: Tighten header right-side controls to free space for breadcrumbs. */
@media only screen and (min-width: 60em) {
    .md-header .md-header-nav__source:not(.md-header-nav__source--language) {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        width: auto;
        max-width: none;
        padding-right: 0.2rem;
        white-space: nowrap;
    }

    .md-header .md-search__inner {
        width: 9rem;
    }

    .md-header .md-header-nav__source:not(.md-header-nav__source--language) .md-source {
        display: inline-flex;
        align-items: center;
        float: none;
    }

    .md-header .md-header-nav__source:not(.md-header-nav__source--language) .md-nav-right-button {
        margin-left: 0;
    }
}

/*
.md-flex__cell--shrink {
    width: unset;
}
*/

.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover {
    background-color: #009688;
}

md-typeset ol li, .md-typeset ul li {
    list-style-type: square;
}

.md-search-result__link:hover,
.md-search-result__link[data-md-state=active] {
    background-color: rgba(0, 150, 136, 0.1);
}

.md-typeset *:focus {
    outline: none;
}

.md-source {
    float:left;
}

img[src$='.svg'][src*='/static/images'] {
   height: 16px;
   width: 16px;
}

.cla-nav-level-1 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 20px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #009688;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 150, 136, 0.9);
}

img.top-arrow {
    filter: invert(100%);
    top: 15.5px;
    position: relative;
    left: 16.5px;
}

.md-nav-right-button {
    display: inline-block;
    max-width: 100%;
    margin-left: 1.2rem;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.md-source__icon+.md-nav-right-button{
    margin-left: -4.4rem;
    padding-left: 4rem;
}

.md-header-nav__parent:after {
    display: inline;
    color: hsla(0, 0%, 100%, .3);
    content: "/";
}

*, :after, :before {
    box-sizing: inherit;
}

.md-typeset h1 code,
.md-typeset h2 code,
.md-typeset h3 code,
.md-typeset h4 code,
.md-typeset h5 code,
.md-typeset h6 code {
    background: #f5f5f5;
    padding: 4px;
    font-size: 100%;
}

/* prevent title from disappearing on scroll down */
.md-header-nav__title[data-md-state=active] .md-header-nav__topic {
    opacity: unset;
    z-index: unset;
    pointer-events: unset;
}

@media screen and (max-width: 480px) {
    .md-header-nav__parent {
        display: none;
    }
}

.md-footer-copyright {
    text-align: center;
    margin: 0;
    padding: 0;
    float: none;
    max-width: 100%;
}

@media only screen and (max-width: 76.1875em) {
    html .md-nav--primary .md-nav__title--site .md-nav__button {
        width: auto;
        height: auto;
        top: 0;
        font-size: .4rem;
        left: .3rem;
    }
    html .md-nav--primary .md-nav__title {
        height: auto;
        padding: 2.5rem .8rem .2rem;
    }
}

.latest-release {
    font-weight: 800;
    background: #eee;
    padding: 4px;
    border: 1px solid #00bfa5;
}

.md-typeset code, .md-typeset pre {
    font-size: 90%;
}
