body .sp-docs-grid-wrapper {
    max-width: 100%;
}
.sp-docs-grid-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap, 30)*1px);
}
.sp-docs-single-cat-wrapper {
    flex: 1 0 calc(100%/var(--column, 3) - var(--gap, 30)*1px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 30px 0px #0037551A;
    border: 1px solid #2B5F471A;
}
.sp-docs-single-cat-inner {
    padding: 28px 30px 30px 30px;
}
.sp-docs-cat-header {
    border-bottom: 2px solid #DDE3E8;
    padding-bottom: 14px;
    margin-bottom: 25px;
}
.sp-docs-cat-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp-docs-cat-title {
    font-size: 20px;
    font-weight: 600;
    color: #1A261F;
}
.sp-docs-cat-count {
    border: 2px solid #2B5F47;
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    color: #2B5F47;
    transition: 0.3s;
}
.sp-docs-single-cat-wrapper:hover .sp-docs-cat-count{
    background: #2B5F47;
    color: #ffffff;
}
.sp-docs-cat-body {
    margin-bottom: 30px;
}
.sp-docs-cat-body ul {
    list-style: none;
    list-style-image: url(../images/doc.svg);
    /* list-style-position: inside; */
    padding-left: 20px;
}
.sp-docs-cat-body ul li {
    margin: 6px 0 6px 0;
}
.sp-docs-cat-body ul li a {
    color: #5D6762;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
.sp-docs-cat-body ul li a:hover {
    color: #2B5F47;
}
.sp-docs-cat-footer .sp-docs-cat-link {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #5D6762;
    border: 1px solid #5D6762;
    border-radius: 50px;
    padding: 8px 30px;
    transition: 0.3s;
}
.sp-docs-cat-footer .sp-docs-cat-link:hover {
    color: #ffffff;
    border: 1px solid #2B5F47;
    background: #2B5F47;
}

/* Sidebar */
.sp-docs-sidebar-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 30px 0px #0037551A;
    border: 1px solid #2B5F471A;
    border-radius: 8px;
    padding-bottom: 40px;
}
.sp-docs-sidebar-wrapper .sp-docs-cat-name {
    color: #1A261F;
    padding: 10px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    font-size: 20px;
    font-weight: 500;
}
.sp-docs-sidebar-wrapper .sp-docs-cat-name:hover,
.sp-docs-sidebar-wrapper li a:hover,
.sp-docs-sidebar-wrapper li a.active {
    color: #2b5f47;
}
.sp-docs-sidebar-wrapper .sp-docs-cat-name.active {
    background-color: #2b5f47;
    color: #fff;
}
.sp-docs-sidebar-wrapper .sp-docs-cat-name.active .sp-docs-cat-count {
    background-color: #fff;
    border-color: #fff;
    color: #2b5f47;
}
.sp-docs-sidebar-wrapper ul li:first-child .sp-docs-cat-name {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sp-docs-sidebar-wrapper .sp-docs-cat-count {
    width: 32px;
    height: 32px;
    font-size: 16px;
}
.sp-docs-sidebar-wrapper>ul>li>ul.doc-subnav {
    padding: 0 26px;
}
.sp-docs-sidebar-wrapper ul.doc-subnav {
    margin-left: 21px;
    padding-left: 0;
    list-style-position: inside;
    list-style: none;
    list-style-image: url(../images/doc.svg);
}
.sp-docs-sidebar-wrapper ul.doc-subnav li {
    margin: 8px 0;
}


.sp-docs-archive-wrapper ul.sp-docs-archive-posts {
    list-style-image: url(../images/doc.svg);
    /* list-style-position: inside; */
    padding-left: 20px;
}
.sp-docs-archive-wrapper ul.sp-docs-archive-posts li {
    padding: 5px 0;
}
.sp-docs-archive-wrapper ul.sp-docs-archive-posts li a {
    text-decoration: none;
}


ul.sp-docs-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sp-docs-sidebar > li span.toggle {
    padding: 0 5px;
    float: right;
    cursor: pointer;
    line-height: 25px;
    border: 1px solid #d4d4d4;
}

ul.sp-docs-sidebar a {
    text-decoration: none;
    font-size: 14px;
}
.doc-subnav{
    display: none;
}
.doc-subnav.show {
    display: block;
}

/* Search Form */
.docufy-search-form .docufy-search-result {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
}
.docufy-search-form {
    margin: 0 auto;
    display: block;
    max-width: 700px;
    width: 100%;
    position: relative;
}
.docufy-search-form .group {
    display: flex;
}
.docufy-search-form input#keyword {
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 100%;
}
.docufy-search-result ul {
    margin: 10px 0 0 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #f5f5f5;
}
.docufy-search-result ul li {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
}
.docufy-search-result ul li:hover {
    background: #f5f5f5;
}
.docufy-search-result ul li:last-child {
    border-bottom: 0;
}
.docufy-search-result ul li a {
    text-decoration: none;
    padding: 6px 18px;
    display: block;
}

/* Update date */
.docufy-update-date {
    float: right;
    margin-top: 50px;
    font-size: 16px;
    color: #515151;
    font-style: italic;
}

/* Breadcrumbs */
.docufy-breadcrumbs {
    display: flex;
}
.docufy-breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.docufy-breadcrumbs ol li {
    float: left;
}
.docufy-breadcrumbs ol li:not(:first-child) {
    float: left;
    padding-left: 5px;
    list-style-image: url(../images/arrow-right.svg);
    list-style-position: inside;
}
.docufy-breadcrumbs a {
    text-decoration: none;
}
