html {
    scroll-behavior: smooth;
}

.lazy {
    width: unset !important;
    background-color: dodgerblue;
    content:url("/static/images/spinner_puff.svg");
}

.support_chat {
    overflow: unset;
    padding-bottom: 50px;
    scroll-behavior: unset;
}

.page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
}

.help-nav-menu {
    height: auto;
}

.help-nav-menu .help-nav-menu-handler {
    position: fixed;
    font-size: 35px;
    left: 2px;
    top: 77px;
    color: #ee6e73;
    cursor: pointer;
    display: none;
}

.help-nav-menu .help-nav-menu-handler:hover {
    transform: scale(1.3);
}

@media only screen and (max-width: 768px) {
    .help-nav-menu .help-nav-menu-handler {
        left: unset;
        right: 5px;
    }
}

.help-nav-menu .nav-wrapper {
    margin-top: 10px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.desktop-nav {
    padding-left: 20px !important;
    min-width: max-content;
    border-bottom: 1px solid #ddd;
}

.desktop-nav li {
    margin-bottom: -1px;
}

.desktop-nav>li>a {
    line-height: 2.2 !important;
}

.desktop-nav>li.active>a {
    color: #555 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.help-section-text {
    font-family: Cera,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding-bottom: 20vh;
    overflow: auto;
}

.help-section-text .scrollspy.section h1 {
    font-weight: 700;
    color: #333;


}

.help-section-text .scrollspy.section h3 {
    font-weight: 700;
    color: #333;
}

.chapter-articles-contents {
    display: none;
    margin-left: 20px;
}

.chapter-anchor,
.article-anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.table-of-contents a.chapter-contents.active {
    border-width: 4px;
}

@media only screen and (max-width: 768px) {
    .help-section-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .help-section-text .scrollspy.section h1 {
        font-size: 2rem;
    }

    .help-section-text .scrollspy.section h3 {
        font-size: 1.5rem;
    }
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    width: 100%;
}