
html {
    scroll-behavior: smooth;
}
body {
    background-color: #FAFAFA;
}

.navbar .nav>li>a {
    font-family: Helvetica Neue;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 22px !important;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 35px;
}

.navbar .brand{
    padding: 24px 0;
}

.navbar .nav>li.active>a {
    font-weight: 500;
}
.navbar .nav .active .caret{
    display: none;
}
section#docsSearch {
    padding: 10px 20px;
    background-color: #EBE4FF;
    margin-bottom: 0;
    position: relative;
    border: none;
}
section#docsSearch::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 420px;
    height: 100%;
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-bg1.svg');
    background-repeat: no-repeat;
    background-size: 79%;
    background-position: bottom left;
}

section#docsSearch::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 400px;
    height: 100%;
    background-image: url(https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-bg2.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
}
form#searchBar {
    padding-top: 30px;
    padding-bottom: 90px;
    width: 100%;
    max-width: 723px;
    text-align: left;
}
section#docsSearch h1 {
    margin: 0;
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
    color: #000;
    padding-top: 100px;
}
#searchBar .search-query {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    border-radius: 5px;
    padding: 20px;
    height: 63px;
    margin-right: 0;
    border: none;
    box-shadow: none;
    max-width: 575px;
}

#searchBar .search-query::placeholder {
    color: #A6A5A5;
}

#searchBar button {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #4b1bce;
    border-radius: 5px;
    padding: 20px 40px;
    right: 0px;
    height: auto;
    top: 29px;
    border: none;
    box-shadow: none;
}

div#serp-dd {
    box-shadow: 1px 1px 20px 0px #00000014;
    border: none;
    top: 99px;
    border-radius: 5px;
    display: block !important;
}

#serp-dd .result>li {
    background-color: #fff;
}
ul.result li{
    padding:10px 15px;
}
#serp-dd .result>li.active {
    background-color: #F4EFFF;
    opacity:1;
    
}

ul.result li a {
    color: #875FF5;
padding:0;
    opacity:1;
    font-family: Helvetica Neue;
font-size: 16px;
font-weight: 400;
line-height: 23px;
letter-spacing: 0em;
text-align: left;
}
#serp-dd .result a{
    padding: 0;
    background-color: transparent;
}
#serp-dd .result a:hover{
    background: transparent;
}
#serp-dd .result a:hover{
    color: #875FF5;
}
#searchBar button:hover {
    background-color: #4b1bce;
}

.category-list .category {
    box-shadow: 0px 4px 6px 0px #00000005;
    padding: 120px 20px 30px;
    margin: 0;
    background-color: #fff;
    border: none;
    width: 100%;
    display: block;
    width: 27.77%;
    position: relative;
}


section.category-list {
    margin: 100px auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.category-list .category:hover {
    background-color: #fff;
}
.category-list .category .article-count {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
}

.category-list .category::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}

.category-list .category:first-child::before {
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-cat1.svg');
}

.category-list .category:nth-child(2)::before {
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-cat2.svg');
}

.category-list .category:nth-child(3)::before {
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-cat3.svg');
}

.category-list .category:nth-child(4)::before {
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-cat4.svg');
}

.category-list .category:nth-child(5)::before {
    background-image: url('https://multicollabdev.wpengine.com/wp-content/uploads/2024/02/helps-cat5.svg');
}
.category-list .category:nth-child(6)::before {
    background-image: url(https://www.multicollab.com/wp-content/uploads/2025/07/product-doc.svg);
    background-size: 65px;
}
.category-list .category:nth-child(7)::before {
    background-image: url(https://www.multicollab.com/wp-content/uploads/2025/07/faq-docs.svg);
    background-size: contain;
}
.category-list .category:nth-child(8)::before {
    background-image: url(https://www.multicollab.com/wp-content/uploads/2025/07/account-doc.svg);
    background-size: contain;
}
.category-list .category:last-child::before {
    background-image: url('https://www.multicollab.com/wp-content/uploads/2024/04/FAQ.svg');
}
.category-list h3 {
    margin-top: 0;
    font-family: Helvetica Neue;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-bottom: 7px;
}
.category-list .category p {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}
footer p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}
section#main-content {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0;
    background: none;
    margin-bottom: 30px;
}

.contentWrapper {
    border: none;
    box-shadow: 0px 4px 6px 0px #00000005;
    padding: 40px;
}

#sidebar form .search-query {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    color: #000;
    box-shadow: none;
    outline: none;
}

#sidebar form .search-query::placeholder {
    color:#A6A5A5;
}

#searchBar.sm button .icon-search {
    color: #000;
}

#searchBar.sm {
    margin-bottom: 40px;
}
#sidebar {
    margin: 100px 0 0 0;
}
#sidebar h3 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    text-transform: capitalize;
}

#sidebar .nav-list a {
    /* font-family: Helvetica Neue; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
    color: #828282;
}

#sidebar .nav-list .active a {
    font-weight: 500;
    color: #000;
}
#sidebar .nav-list  .icon-arrow:before{
    color: #000;
}
#sidebar .nav-list li {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: normal;
}

#sidebar .nav-list .active a:hover {
    color: #000;
    font-weight: 500;
}

.contentWrapper h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    color: #000;
}
#sbContact {
    color: #4b1bce;
}
.contentWrapper h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4b1bce;
    width: 50px;
    height: 4px;
}
.related ul>li a{
    color: #4b1bce;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    color: #000;
}
#fullArticle blockquote, #fullArticle dd, #fullArticle div, #fullArticle li, #fullArticle ol, #fullArticle p, #fullArticle table, #fullArticle ul {
    font-size: 16px;
}
#fullArticle .callout ol {
    list-style-type: none;
    margin: 0;
}
#fullArticle .callout h2 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}
#fullArticle .callout {
    background: #F3F4F6;
    border: none !important;
    border-radius: 5px;
}
#fullArticle .callout ol li:before {
    content: "\e603";
    color: #A7A7A7;
    margin-right: 6px;
    font-family: helpscout-docs3;
}
#fullArticle .callout ol ol {
    list-style-type: none;
margin-left: 20px;
}
.helpsdoc-faq #fullArticle p {
    height: 0;
    display: none;
    margin: 0;
    transition: all .35s;
}

.helpsdoc-faq #fullArticle h3.active + p {
    height: auto;
    display: block;
}
.helpsdoc-faq #fullArticle hr {
    margin: 20px auto 20px auto;
    border-top: 1px solid rgba(112, 112, 112, .4);
}
.helpsdoc-faq #fullArticle h3 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    padding-right: 10px;
}

.helpsdoc-faq #fullArticle h3::after {
    content: "+";
    color: #4b1bce;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
}

.helpsdoc-faq #fullArticle h3.active {
    margin-bottom: 15px;
}

.helpsdoc-faq #fullArticle h3.active::after {
    content: "-";
}
.articleFoot i.icon-contact, .articleFoot p.help, .articleFoot time.lu {
    display: none;
}
.md-widget--support {
    margin: 0 0 45px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 4%), 0 2px 40px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 20px;
}
.md-widget--support h2 {
    font-size: 22px;
    margin-top: 0;
}
.md-widget--support p {
    font-size: 14px;
    margin: 0 0 17px;
}
.md-widget--support .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 6px;
    outline: 0 !important;
    outline-offset: 0;
    border: none;
    white-space: normal;
    text-shadow: none;
    background: #4b1bce !important;
}
.mdinc-blog-rightbar-free-trial {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9;
    padding: 20px 15px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#4b1bce), color-stop(140%, #ad49e2));
    background: linear-gradient(360deg, #4b1bce 0, #ad49e2 140%);
    -webkit-box-shadow: 0 10px 40px 0 rgba(111, 137, 163, .2);
    box-shadow: 0 10px 40px 0 rgba(111, 137, 163, .2);
    border-radius: 6px;
    background-color: rgba(75, 27, 206, .06);
    margin-bottom: 20px;
}

.mdinc-blog-rightbar-free-trial::before {
    background-image: url(https://www.multicollab.com/wp-content/themes/multicollabs/assets/images/bg-image-blog.svg);
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right top;
    display: block;
    background-size: cover;
}
.mdinc-blog-rightbar-free-trial h5 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}

.mdinc-blog-rightbar-free-trial p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

a.mdinc-blog-rightbar-free-trial-btn {
    transition: background-color .1s;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background-color: #ffd602;
    box-shadow: 0 4px 26px 2px rgba(0, 0, 0, .3);
    color: #000;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}
.md-ebook-helpdoc-sidebar {
    padding: 10px 14px;
    border: 1px solid rgba(11, 16, 20, .2);
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .md-ebook-helpdoc-sidebar {
        max-width: 225px;
    }
}
@media only screen and (max-width: 820px) {
    .md-widget--support {
        padding: 15px;
    }
    .mdinc-blog-rightbar-free-trial{
        padding: 12px;
    }
    .md-widget--support h2 {
        font-size: 18px;
    }
    #sidebar .nav-list a {
        font-size: 15px;
    }
    .mdinc-blog-rightbar-free-trial h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .mdinc-blog-rightbar-free-trial p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width:1199px){  
    section#docsSearch::before {
        bottom: 1px;
        width: 360px;
        background-size: 48%;
    }

    section#docsSearch::after {
        bottom: 1px;
        right: 15px;
        width: 234px;
        background-size: 70%;
    }
    form#searchBar {
        max-width: 610px;
    }
    .docsSearch #searchBar .search-query {
        max-width: 460px;
    }

    #searchBar button {
        top: 29px;
    }
    .category-list .category{
        width: 27%;
    }
    .mdinc-blog-rightbar-free-trial {
        padding: 15px 10px;
    }
}
@media screen and (max-width:991px){
    section#docsSearch::before,
    section#docsSearch::after{
        display: none;
    }
    .category-list .category {
        padding: 100px 20px 30px;
        width: 25%;
    }
    .category-list .category::before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
}
@media screen and (max-width:768px){
    .navbar .btn-navbar {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .navbar .btn-navbar .icon-bar {
        background: white;
    }
    #searchBar.sm button {
        right: 50px;
    }
    .navbar .nav>li>a{
        padding-bottom: 9px;
    }
    #contactMobile, #sbContactMobile{
        display: inline-block;
    }
    .nav li#contactMobile {
        display: block;
    }
    .nav-collapse, .nav-collapse.collapse {
        position: absolute;
        width: 100%;
        left: -20px;
        z-index: 999;
        top: 97px;
        background-color: #4b1bce;
        overflow: auto;
        width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    }
    section.articleFoot {
        display: block;
        align-items: center;
        margin-top: 30px;
        text-align: center;
    }
    i.icon-contact {
        position: relative;
    top: 0px;
    right: 0;
    display: inline-block;
    }
    p.help {
        margin-bottom: 0;
        position: relative;
        text-align: center;
    }
    .articleFoot p.lu, .articleFoot time.lu{
        margin-top: 6px;
    display: block;
    width: 100%;
    text-align: center;
    }
    .contentWrapper br{
        display: none;
    }
    #fullArticle .printArticle {
        right: 26px;
        top: 50px;
    }
    section#main-content {
        margin-top: 50px;
    }
    #sidebar {
        margin: 50px 0 0 0;
    }
    .mdinc-blog-rightbar-free-trial {
        padding: 12px;
        width: 225px;
    }
     .md-sb-main {
        width: 250px;
    }
}
@media screen and (max-width:767px){
    section#docsSearch h1 {
        margin: 0;
        font-size: 28px;
        line-height: 32px;
        padding: 50px 0 0 0;
    }
    form#searchBar {
        padding-bottom: 50px;
        max-width: 610px;
    }
    .docsSearch #searchBar .search-query {
        max-width: 444px;
        line-height: 23px;
        padding: 15px;
        height: 55px;
    }
    #searchBar .search-query {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
        color: #000;
        border-radius: 5px;
        padding: 20px;
        height: 55px;
        margin-right: 0;
        border: none;
        box-shadow: none;
        max-width: 575px;
    }
    section#docsSearch h1 {
        margin: 0;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        color: #000;
        padding: 50px 0 0 0;
    }
    .category-list .category{
        width: 100%;
    }
    section.category-list {
        margin: 50px auto;
    }
    #searchBar button {
        top: 30px;
        height: 55px;
        padding: 20px;
        font-size: 12px;
        line-height: 22px;
    }
   
    .contentWrapper h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #searchBar.sm button {
        right: 30px;
    }

}