/* help.css */
.wrapper-page.help {
    padding-bottom: 80px;
}
.wrapper-page.help #top-nav {
    background-color: #f8f8f8;
}
section.help-top {
    position: relative;
    padding-top: 180px;
    padding-bottom: 0;
    background-color: #f8f8f8;
    padding-inline: 0;
}
.help-top img {
    height: 200px;
    width: 100%;
}
.help-main h1 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 5px;
    color: rgba(var(--color-headings), 0.9);
}
.help-main.topic h1 {
    font-size: 2.0rem;
    padding-top: 12px;
}
.help-main h1 span {
    font-weight: 500;
    font-style: italic;
    color: rgba(var(--color-red), 1);
}
.help-main p {
    font-size: 1.35rem;
}
.help-main .btns-top {
    display: flex;
    column-gap: 15px;
    border-radius: 10px;
    justify-content: center;
}
@media (max-width: 991.98px) { 
    .help-main .btns-top {
        justify-content: start;
    }
}
@media (max-width: 767.98px) { }
@media (max-width: 575.98px) {
    .help-top {
        padding-top: 120px;
    }
    .help-main h1 {
        font-size: 2.75rem;
        margin-bottom: 0;
    }
}
section.help-main {
    position: relative;
    margin-top: -240px;
    /* padding-inline: 0; */
    padding-top: 0px;
    padding-bottom: 80px;
}
.help-main h2 {
    color: rgba(var(--color-headings), 1);
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.help-main h3 {
    color: rgba(var(--color-headings), 1);
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.help-main nav {
    padding: 10px 15px 15px 15px;
    display: block;
}
.help-main nav a {
    display: block;
    padding-block: 5px;
    width: fit-content;
}
.help-main nav a.active {
    color: rgba(var(--color-headings), 1);
    font-weight: bold;
    text-decoration: none;
}
.help-main .nav-group {
    margin-bottom: 25px;
}
.help-main .nav-group p {
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.help-main ul {
    margin-bottom: 35px;
}
.help-main ul li {
    padding-block: 5px;
}
.left-col {
    border-right: 4px solid #f8f8f8;
}
.right-col {
    border-left: 4px solid #f8f8f8;
}
.row-help {
    gap: 40px;
}
.help-main hr {
    margin: 35px 0;
}
@media (max-width: 991.98px) {
    .left-col {
        border-right: none;
    }
    .help-main nav {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
    .help-main nav .nav-group {
        flex-basis: calc(33% - 25px);
    }
    .row-help {
        gap: 10px;
    }
}
@media (max-width: 767.98px) {
    .help-main nav .nav-group {
        flex-basis: calc(50% - 25px);
    }
}
@media (max-width: 575.98px) {
    .help-main nav {
        display: block;
    }
    .help-main ul {
        padding-inline-start: 20px;
    }
    .help-main ul li {
        padding-block: 6px;
    }
}

#doc-content {
    padding-top: 10px;
}
#doc-content h1,
#doc-content h2,
#doc-content h3,
#doc-content h4,
#doc-content h5 {
    line-height: 150%;
    margin-bottom: 25px;
    font-weight: 400;
    color: #333333;
}
#doc-content h1 { font-size: 2rem; }
#doc-content h2 { font-size: 1.5rem; }
#doc-content h3 { font-size: 1.25rem; }
#doc-content h4 { font-size: 1.1rem; }
#doc-content h5 { font-size: 1.0rem; }

#doc-content p {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.5;
}
#doc-content ol,
#doc-content ul {
    margin-bottom: 25px;
}
#doc-content li {
    padding-block: 5px;
    font-size: 1.1rem;
}
#doc-content b,
#doc-content strong {
    font-weight: 500;
}
#doc-content .image {
    margin-bottom: 15px;
}
#doc-content img {
    border-radius: 4px;
    overflow: hidden;
}
#doc-content .topics {
    padding-top: 5px;
    margin-bottom: 20px;
}
#doc-content .topics .badge {
    border: 1px solid #ddd;
    font-size: 0.8rem;
    padding: 6px 10px 5px 10px;
}
#doc-content .topics .badge.text-bg-secondary {
    background-color: #eee !important;
    color:rgba(var(--color-headings), 0.9) !important;
}
#doc-content .topics .badge a  {
    text-decoration: none;
    font-weight: 400;
}
#doc-content .topics .badge a:hover  {
    text-decoration: underline;
}

.list-with-topic {
    padding-top: 32px;
    padding-bottom: 40px;
}
.list-with-topic .badge {
    border: 1px solid #ddd;
    font-weight: 400;
}
.related-docs {
    padding-top: 25px;
}

section.help-guides {
    position: relative;
    margin-top: -20px;
    padding-bottom: 25px;
}

.help-guides h2.title,
.help h2.title {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 35px;
    padding: 0 45px 5px 0;
    width: fit-content;
    border-bottom: 2px solid rgba(var(--color-blue), 0.2);
}
.help-guides h2.title span,
.help h2.title span {
    font-weight: 300;
    font-style: italic;
}
.row-guide {
    margin-bottom: 40px;
}
.row-guide .thumb {
    width: fit-content;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.row-guide .thumb img {
    border-radius: 4px;
}
.row-guide .desc {
    flex-grow: 1;
    font-size: 1.1rem;
}
.row-guide .mw-600 {
    max-width: 600px;
}
.row-guide h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
}
@media (max-width: 767.98px) { 
    .row-guide .desc {
        font-size: 1.0rem;
    }
}
@media (max-width: 575.98px) { 
    .row-guide .thumb img {
        max-width: 300px;
    }
}

.guides-top {
    position: relative;
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #f8f8f8;
}
.guides .bc {
    margin-bottom: 10px;
    font-size: 1.0rem;
}
.guides .bc .caret {
    margin-inline: 5px;
}
.guides h1 {
    font-weight: 300;
    font-size: 1.5rem;
}
.guides section.step {
    position: relative;
    margin-top: -140px;
    padding-bottom: 80px;
    padding-inline: 0;
}
.guides h2 {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.75rem;
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.guides h2 .num {
    background-color: rgba(var(--color-yellow), 1);
    font-weight: 500;
    padding-top: 2px;
    border-radius: 6px;
    padding: 10px 10px 8px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1.1rem;
    column-gap: 5px;
}
.guides .step .col {
    display: flex;
    column-gap: 20px;
}
.guides .step .content {
    flex-grow: 1;
}
.guides .step .media {
    margin-top: 20px;
    margin-bottom: 25px;
}
.guides .step-desc b {
    font-weight: 500;
}
.guides .step-nav {
    width: fit-content;
    min-width: 200px;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border-radius: 6px;
    padding: 15px 25px 35px 20px;
}
.guides .step-nav p {
    font-size: 0.9rem;
    font-family: var(--font-headings);
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
    background-color: #ddd;
    /* width: fit-content; */
    margin-inline: auto;
    padding: 5px 25px 3px 25px;
    border-radius: 4px;
    /* color: rgba(var(--color-blue), 0.8); */
}
.guides .step-nav li {
    margin-bottom: 6px;
}
.guides .step-nav li.active {
    font-weight: 500;
}
.guides .step-nav li span {
    padding-left: 5px;
}
.guides .next-prev {
    display: flex;
}
.guides .next-prev .btn-next {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 15px;
}
.guides .step-desc {
    font-size: 1.1rem;
}
.guides .media {
    position: relative;
    z-index: 1;
}
.guides .embed-container iframe {
    border: 1px solid #eee;
    border-radius: 7px;
}
.guides .guide-video {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    aspect-ratio: 16/9;
    background-color: rgba(var(--color-blue), 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.guides .guide-video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guides .guide-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
}
#guide-player {
    width: 100%;
}
.guides .guide-video .play-icon>div {
    font-size: 7rem;
    color: rgba(var(--color-yellow), 1);
    width: fit-content;
    height: auto;
}

.help-articles {
    padding-top: 40px;
}
.help-articles p {
    font-weight: 500;
}
.help-articles li {
    padding-block: 4px;
}
.help-articles ul {
    margin-bottom: 35px;
    padding-inline-start: 18px;
}
.help-articles a.features {
    display: block;
    width: fit-content;
    margin-bottom: 5px;
}
.help-articles .f-docs > div {
    margin-bottom: 25px;
}
@media (max-width: 991.98px) { 
    .help-articles .f-docs {
        display: flex;
        column-gap: 25px;
        flex-wrap: wrap;
    }
    .help-articles .f-docs > div {
        flex-basis: calc(33% - 50px);
    }
}

section.help-topics {
    background-color: #f5f5f5;
    width: 100%;
    padding-block: 40px;
}
.help-topics .grid-topics {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.help-topics .grid-topics a {
    display: block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}