.md-tabs__link--active {
    border-bottom: 2px solid #FFF;
    font-weight: 600;
}

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

.md-main__inner {
    margin-top: 0;
}

.md-tabs__link {
    opacity: 1;
}

.md-typeset h1 {
    font-weight: 600;
    color: var(--md-typeset-fg-color);
}

.md-typeset h2 {
    font-weight: 500;
    color: var(--md-typeset-fg-color);
}

.md-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

[dir=ltr] .md-sidebar--primary > .md-sidebar__scrollwrap {
    border-right: 1px solid silver;
}

[dir=ltr] .md-sidebar--secondary > .md-sidebar__scrollwrap {
    border-left: 1px solid silver;
}

[dir=rtl] .md-sidebar--primary > .md-sidebar__scrollwrap {
    border-left: 1px solid silver;
}

[dir=rtl] .md-sidebar--secondary > .md-sidebar__scrollwrap {
    border-right: 1px solid silver;
}

.md-sidebar {
    padding-top: 0;
}

.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
    box-shadow: none;
    background: none;
    color: black;
    position: inherit;
}

.md-nav--secondary .md-nav__title {
    box-shadow: none;
    background: none;
    color: black;
    position: inherit;
}

.md-sidebar__scrollwrap {
    margin: 0;
    background-color: #efefef;
    padding-top: 1.2rem;
}

[dir=ltr] .md-header__title {
    margin-left: 0;
}

[dir=rtl] .md-header__title {
    margin-right: 0;
}

.announcement__link {
    color: white !important;
    text-decoration: underline;
}

.md-banner {
    height: 50px;
    background-color: #f5f6f8;
    overflow: hidden;
}

.md-header {
    background-color: #212121;
    box-shadow: none;
}

.md-tabs {
    background-color: #212121;
}

.nav-link {
    margin-right: 20px;
}

.md-footer-hcl {
    text-align: center;
    bottom: 0;
    width: 80%;
    color: #ffffff;
    font-size: 13px;
    min-height: 34px;
    margin-left: 120px;
}

.footer-launch::after {
    content: url("../assets/new-tab.svg");
    width: 20px;
    height: 20px;
    margin: auto 2px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: text-bottom;
}

.dropbtn {
    color: #007bff;
    font-size: 16px;
    border: none;
    z-index: 9999;
}

.dropdown {
    float: right;
    z-index: 9999;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #212121;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-size: 14px;
    margin-left: -8%;
}

.dropdown-content a {
    color: white;
    padding: 2px 6px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.md-banner--feedback {
    margin-left: 180px;
    margin-right: 150px;
    text-align: center;
}

.md-banner--warning {
    background: var(--md-typeset-mark-color) !important;
}

:root {
    --md-primary-light-grey: #efefef;
}

@media screen and (min-width: 800px) {
    .md-select {
        position: relative;
        z-index: 1;
        margin-left: -40%;
    }

    .dropdown-content {
        margin-left: -2%;
    }
}

.md-clipboard {
    color: #ffffff !important;
}

.md-clipboard:hover {
    color: #238ffb !important;
}

.md-clipboard:focus {
    color: #238ffb !important;
}
