/* help-banner-start */
#help-banner {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    background: var(--theme-background-linear);
}

#help-banner h1 {
    text-align: left;
    font-size: 48px;
    padding-bottom: 30px;
}

#help-banner p {
    text-align: left;
    font-size: 18px;
}

#help-banner img {
    height: 208px;
    margin-right: 20;
}

@media (max-width: 768px) {
    #help-banner h1, #help-banner p {
        text-align: center;
    }
}
/* help-banner-end */

/* help-center-start */
#help-center {
    padding-top: 66px;
    padding-bottom: 70px;
    user-select: none;
}

#help-center .content-empty {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

#help-menu {
    top: 0px;
    position: sticky;
    height: min-content;
    max-height: 100vh;
    overflow-y: scroll;
}

#help-menu { 
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#help-menu::-webkit-scrollbar {
    width: 0 !important;
}

@media (max-width: 992px) {
    #help-menu {
        position: inherit;
        margin-bottom: 60px;
    }
}

#help-menu .top-item {
    border-bottom: var(--theme-border);
}

#help-menu .top-menu {
    padding: 16px 8px 16px 0;
    cursor: pointer;
}

#help-menu .top-menu span {
    font-weight: 500;
}

#help-menu .top-menu.bolder span {
    font-weight: 600;
}

#help-menu .common-menu {
    padding: 10px 8px 10px 0;
    border-radius: 8px;
    cursor: pointer;
}

#help-menu .common-menu span {
    font-weight: 500;
}

#help-menu .common-menu.bolder span {
    font-weight: 600;
}

#help-menu .menu {
    margin-bottom: 16px;
}

#help-menu i {
    padding: 8px;
}

#help-menu .open i {
    transform: rotate(90deg)
}

#help-menu .common-menu:hover {
    color: var(--theme-primary-main)
}

#help-menu .top-menu.check {
    color: var(--theme-primary-main);
}

#help-menu .common-menu.check {
    background-color: var(--theme-primary-light);
    color: var(--theme-primary-main);
}
/* help-menu-end */

/* doc-content-container */

#doc-content-container {
    padding: 0 40px;
}

@media (max-width: 992px) {
    #doc-content-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#doc-content-container .loading {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

#doc-content-container .hide {
    display: none;
}

#slate-title {
    color: #212433;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* doc-content-container-end */

/* doc css*/

#slate-doc * {
    color: #212433;
    font-family: PingFang SC-Regular, PingFang SC;
}

#slate-doc p {
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
}

#slate-doc h1 {
    font-size: 26px !important;
    margin: 16px 0;
    line-height: 24px !important;
    text-align: left;
}

#slate-doc h2 {
    font-size: 20px !important;
    margin: 16px 0;
    line-height: 20px !important;
    text-align: left;
}

#slate-doc h3, #slate-doc h4, #slate-doc h5 {
    font-size: 18px !important;
    line-height: 18px !important;
    margin: 16px 0px;
    text-align: left;
}

#slate-doc h6 {
    font-size: 16px !important;
    line-height: 16px !important;
    margin: 16px 0px;
    text-align: left;
}

@media (max-width: 768px) {
    #slate-doc h1 {
        font-size: 26px !important;
        margin: 16px 0;
        line-height: 24px !important;
        padding-bottom: 0 !important;
    }
    
    #slate-doc h2 {
        font-size: 20px;
        margin: 16px 0;
        line-height: 20px !important;
        padding-bottom: 0 !important;
    }
    
    #slate-doc h3, #slate-doc h4, #slate-doc h5 {
        font-size: 18px;
        line-height: 18px;
        margin: 16px 0px;
        padding-bottom: 0 !important;
    }
    
    #slate-doc h6 {
        font-size: 16px;
        line-height: 16px;
        margin: 16px 0px;
        padding-bottom: 0 !important;
    }
}

#slate-doc img{
    max-width: 60%;
    max-height: 400px;
    border: var(--theme-border);
    border-radius: 4px;
    margin: 10px 0;
}

#slate-doc a{
    text-decoration: underline;
    color: var(--theme-primary-main)
}

#slate-doc blockquote{
    width: 100%;
    border-left: 4px solid;
    padding: 12px;
    border-radius: 4px;
    margin: 16px 0;
    display: flex;
}

#slate-doc .emoji {
    display: block;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    margin-right: 12px;
    background-size: 5800% 5700%;
    background-image: url('/static/images/new/emoji.png');
}

@media (max-width: 992px) {
    #slate-doc img {
        width: 100%;
        max-width: unset;
        max-height: unset;
    }
}

/* doc css end */

/* imagepreview modal */
#imagePreview .modal-dialog {
    max-width: 100vw;
    max-height: 80vh;
    justify-content: center;
}

#previewingImage {
    max-width: 100%;
    max-height: 80vh;
}

/* imagepreview modal end */
