.primary-container-shell:not(.sidebar-open) .sidebar.sidebar-left {
  transform: translate(-110%);
  position: absolute;
}

.primary-container-shell:not(.sidebar-open) .article-content-container {}

.primary-container-shell:not(.sidebar-open) .article-content-container {
    width: 100%;
    flex-shrink: 0;
}

input[search] {
    width: auto;
}

.searchbox .input-box {
    width: 90%;
}

.card-group.inline-list.row {
    grid-template-columns: revert;
}

.threebar {
    width: 35px;
    height: 25px;
    display: block;
    margin-left: 25px;
    margin-top: 11px;
}

.threebar * {
    height: 3px;
    width: 70%;
    background-color: #3b3b3b;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 4px;
    cursor: pointer;
}

.docs-topbar .searchbox {
    margin-left: 29px;
    width: calc(100% - 100px);
}

.searchbox input {
    width: 100%;
}

.docs-topbar .flex-h.logo-section {
    display: none;
}

.input-box:has([search]):before {
    transform: translate(0, -37%);
}

.primary-container-shell .sidebar {
    width: 90%;
}

.modal .search-results {
    width: 90%;
    left: 5%;
}

.dual-section>div {
  flex-direction: column-reverse !important;
}

.dual-section .right-section {
    position: relative !important;
}

.dual-section>div>* {
    width: 100% !important;
}

.hljs-ln td, .hljs-ln td>* {
    line-height: 16px !important;
    font-size: 11px !important;
}

.hljs-ln-n:before {
  line-height: 16px !important;
  font-size: 11px !important;
}

.content-container .article-flex-box {
    padding-left: 25px;
    padding-right: 25px;
}

.initial-survey {
    display: flex;
    flex-direction: column;
    align-items: start !Important;
}

.initial-survey h2 + div {
    margin-top: 15px !important;
}

.sidebar:not(.sidebar-left) + .article-content-container {
    width: 500px !important;
    flex-shrink: 0;
    flex-grow: 0;
}

.header-menu:nth-child(2) {
    white-space: nowrap;
    margin-right: 0px !important;

}

.header-menu a {
    margin-right: 0px !important;
}

.docs-topbar .header-box {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.modal.search-results {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
}

.search-results .results .result {
    margin-bottom: 12px;
    border-bottom: 1px solid #00000008;
    padding-bottom: 10px;
    padding-top: 0px;
    height: auto;
}


.results>:nth-child(1) {
    margin-bottom: 20px;
}

.content-skeleton-wrapper {width: 90%;position: fixed;box-sizing: border-box;}

.content-skepeton .box-a {}

.content-skeleton-wrapper .content-skeleton {
    width: 100%;
}