label {
    font-weight: 500
}

#article_comments {
    margin-bottom: 15px
}

.article .title-head {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1c1c1c
}

@media (max-width: 767px) {
    .article .title-head {
        font-size: 22px
    }
}

.article .postby {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    margin-top: 15px;
    position: relative
}

    .article .postby:before {
        content: "";
        width: 50px;
        height: 1px;
        background: rgba(0,0,0,0.35);
        margin: 0px auto;
        display: block;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0
    }

    .article .postby svg {
        position: relative;
        top: 2px
    }

    .article .postby b {
        margin-right: 10px;
        font-weight: 500
    }

@media (max-width: 767px) {
    .article .postby {
        font-size: 12px
    }
}

.article .article-details {
    margin-top: 50px
}

    .article .article-details p {
        word-wrap: break-word
    }

@media (max-width: 767px) {
    .article .article-details {
        margin-top: 30px
    }
}

.article .article-details a {
    color: var(--color-green)
}

    .article .article-details a:hover, .article .article-details a:focus {
        color: #1c1c1c;
        font-weight: 500
    }

.article .article-details img {
    max-width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .article .article-details img {
        max-width: 600px;
        display: block
    }
}

@media (max-width: 480px) {
    .article .article-details img {
        margin-left: -7px;
        width: 100vw !important;
        max-width: unset !important
    }
}

.article-summary {
    font-size: 15px;
    margin: 20px auto;
    font-style: italic;
    color: #333;
    text-align: justify
}

.tag_article .inline {
    font-weight: 500;
    font-size: 15px
}

.tag_article a {
    background: #f0f2f5;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none
}

    .tag_article a:hover {
        background-color: #000;
        color: #fff
    }

.article-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background-color: var(--color-cafe);
    border-radius: 5px;
}

@media (max-width: 767px) {
    .article-toolbar {
        display: block;
        margin-bottom: 20px
    }
}

.article-toolbar .article-toolbar-left .article-toolbar-head {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 5px
}

@media (max-width: 767px) {
    .article-toolbar .article-toolbar-left .article-toolbar-head {
        width: 100%;
        margin-right: 0
    }
}

.article-toolbar .article-toolbar-left .article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
}

    .article-toolbar .article-toolbar-left .article-toolbar-title a {
        color: #fff;
    }

@media (max-width: 991px) {
    .article-toolbar .article-toolbar-left .article-toolbar-title {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .article-toolbar .article-toolbar-left .article-toolbar-title {
        max-width: unset;
        width: 100%
    }
}

@media (max-width: 767px) {
    .article-toolbar .article-toolbar-left {
        width: 100%
    }
}

@media (max-width: 767px) {
    .article-toolbar .article-toolbar-right {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

.article-toolbar .article-toolbar-right a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500
}

    .article-toolbar .article-toolbar-right a i {
        font-size: 16px;
    }

    .article-toolbar .article-toolbar-right a:first-child i {
        margin-right: 6px
    }

    .article-toolbar .article-toolbar-right a:last-child {
        margin-left: 15px
    }

        .article-toolbar .article-toolbar-right a:last-child i {
            margin-left: 6px
        }

    .article-toolbar .article-toolbar-right a:hover {
        font-weight: 700;
    }

        .article-toolbar .article-toolbar-right a:hover i {
            font-weight: 700;
        }

.article-toolbar .article-toolbar-right .separator {
    display: inline-block;
    position: relative;
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: rgba(255,255,255,0.8);
    vertical-align: middle
}

#article-comments {
    margin-top: 0 !important
}

    #article-comments .user-name-comment strong {
        font-weight: 500
    }

#article_comments button {
    padding-top: 0;
    padding-bottom: 0
}

.blog_related {
    margin-bottom: 15px;
    margin-top: 15px;
    background: #fefefe;
    border: 1px solid var(--color-green);
    border-radius: 4px;
    padding: 10px
}

    .blog_related h2 {
        color: #222;
        margin: 0;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 500;
        text-transform: uppercase
    }

@media (max-width: 480px) {
    .blog_related h2 {
        font-size: 16px
    }
}

.blog_related .blog_entry {
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .blog_related .blog_entry {
        margin-bottom: 7px
    }
}

.blog_related .blog_entry h3 {
    margin: 0;
    font-size: 15px;
    font-weight: normal
}

@media (max-width: 767px) {
    .blog_related .blog_entry h3 {
        margin-top: 0
    }
}

.blog_related .blog_entry h3 a {
    font-size: 15px;
    color: #135841
}

    .blog_related .blog_entry h3 a:hover, .blog_related .blog_entry h3 a:focus {
        color: var(--color-green);
        text-decoration: none
    }

        .blog_related .blog_entry h3 a:hover i, .blog_related .blog_entry h3 a:focus i {
            color: var(--color-green)
        }

.aside-item.collection-category {
    border: 1px solid #eee;
    padding: 5px
}

    .aside-item.collection-category .aside-title .title-head {
        font-size: 16px;
        font-weight: 500;
        color: #1a1a1a;
        padding: 6px 15px;
        position: relative;
        background-color: #f5f5f5;
        margin-bottom: 0;
        text-transform: uppercase
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item a {
        font-size: 15px;
        padding-left: 0px;
        padding-right: 25px;
        color: #1c1c1c;
        white-space: normal;
        position: relative;
        display: table;
        width: 100%
    }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item a:hover, .aside-item.collection-category .aside-content .navbar-pills .nav-item a:focus {
            color: var(--color-green);
            background-color: transparent
        }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item a i.fa-caret-right {
            display: table-cell;
            width: 10px !important
        }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus {
        position: absolute;
        right: 0;
        top: calc(50% - (20px / 2));
        width: 20px;
        height: 20px
    }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before, .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            background-color: currentColor;
            -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
        }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before {
            width: 11px;
            height: 1px;
            opacity: 1
        }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
            width: 1px;
            height: 11px
        }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::before {
        opacity: 0
    }

    .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu {
        margin: 0;
        padding: 0;
        -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
        transition: left 0.3s ease 0s, opacity 0.3s
    }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item a {
            padding: 5px 10px;
            padding-right: 25px
        }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
            padding: 5px 20px
        }

        .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
            padding: 5px 30px
        }

.toc {
    overflow-y: auto
}

    .toc > .toc-list {
        overflow: hidden;
        position: relative
    }

        .toc > .toc-list li {
            list-style: none
        }

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-position-fixed {
    position: fixed !important;
    top: 0
}

.is-active-link {
    font-weight: 600
}

.toc-link::before {
    background-color: #EEE;
    content: ' ';
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link::before {
    background-color: var(--color-green)
}

.toc {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

    .toc .toc-list .toc-list-item:hover, .toc .toc-list .toc-list-item:focus {
        color: var(--color-green)
    }

        .toc .toc-list .toc-list-item:hover a, .toc .toc-list .toc-list-item:focus a {
            color: var(--color-green)
        }

            .toc .toc-list .toc-list-item:hover a::before, .toc .toc-list .toc-list-item:focus a::before {
                background-color: var(--color-green)
            }

.toc-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    max-height: 100vh;
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 10px;
    overflow-y: auto;
    /*background: #fff;*/
}

    .toc-sidebar .toc-title h3 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 6px
    }

        .toc-sidebar .toc-title h3:after {
            content: '';
            background-color: #abacad;
            height: 3px;
            width: 67px;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: .4
        }

.toc-content h3 {
    outline: none;
    box-shadow: none
}

.toc-content h1, .toc-content h2, .toc-content h3, .toc-content h4, .toc-content h5, .toc-content h6 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-green) !important;
    outline: none;
    box-shadow: none;
}

    .toc-content h1 em, .toc-content h2 em, .toc-content h3 em, .toc-content h4 em, .toc-content h5 em, .toc-content h6 em {
        font-style: normal;
    }

.toc-content figcaption {
    text-align: center;
}

/*#region make-me-sticky */
.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5px;
}
/*#endregion */

/*#region table-of-content */
.table-of-content {
    margin-bottom: 1rem;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 90%;
    width: 100%;
    display: block;
    float: right;
}

    .table-of-content em {
        font-style: normal;
    }

    .table-of-content strong {
        font-weight: 500;
    }

    .table-of-content.make-me-sticky {
        background: rgba(255, 255, 255, 1) !important;
        border-radius: 5px;
        overflow: hidden;
        z-index: 2;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: -ms-fit-content;
        width: -o-fit-content;
        width: fit-content;
    }

    .table-of-content .card {
        border-radius: 5px !important;
        box-shadow: 0 0 10px rgba(67,160,71,.39) inset;
        border: 1px solid var(--color-smoke);
        background: none;
    }

        .table-of-content .card .card-header {
            padding: .5rem .5rem;
            margin-bottom: 0;
            background-color: rgba(0,0,0,.03);
            border-bottom: 1px solid rgba(0,0,0,.125);
            display: flex;
            justify-content: space-between;
        }

    .table-of-content .card-header .btn-toggle {
        width: 27px;
        height: 25px;
        padding: 0 .5rem;
        line-height: 25px;
        text-align: center;
        text-indent: 0;
    }

    .table-of-content .card-header .title {
        padding-right: .5rem;
    }

    .table-of-content .card .card-header, .table-of-content .card .card-header strong {
        color: var(--color-red) !important;
        font-weight: 500;
        line-height: 25px;
    }

        .table-of-content .card .card-header .fa {
            margin-left: 20px;
            margin-right: 5px;
        }

            .table-of-content .card .card-header .fa:first-child {
                margin-left: 0;
                margin-right: 0;
            }

    .table-of-content .card .card-body {
        flex: 1 1 auto;
        padding: .5rem;
        padding-bottom: 0;
        text-align: justify;
    }

        .table-of-content .card .card-body ol {
            list-style: circle;
            margin-left: 20px;
            font-weight: 500;
        }

            .table-of-content .card .card-body ol li {
                color: #00aeef;
                font-weight: 500;
                padding-bottom: 5px;
                line-height: 20px;
            }

                .table-of-content .card .card-body ol li a {
                    color: #00aeef;
                    display: block;
                    transition: 0s !important;
                }

                .table-of-content .card .card-body ol li:hover, .table-of-content ol li:hover a {
                    font-weight: 600;
                    color: var(--color-red) !important;
                    text-decoration: none;
                }

.anchor-tag-name {
    margin-top: -25px;
    height: 25px;
    visibility: hidden;
    overflow: hidden;
}
/*#endregion */

/*#region expand-more */
.article-details {
    position: relative;
}

    .article-details a.expand-more {
        position: absolute;
        display: block;
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 1rem .5rem 1rem;
        color: var(--color-green);
        background: transparent;
        text-decoration: none;
        text-shadow: 1px 1px 2px #fffa00, 0 0 1em blue, 0 0 0.2em #aeff00;
        color: red;
        text-transform: uppercase;
    }

        .article-details a.expand-more:hover {
            color: red;
        }

    .article-details.limited a.expand-more {
        padding: 80px 1rem .5rem 1rem;
        background: linear-gradient(transparent,#e1c7ac 90%);
    }

    .article-details a.expand-more:after {
        content: '';
        width: 0;
        right: 0;
        border-bottom: 6px solid var(--color-green);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

    .article-details.limited a.expand-more:after {
        transform: rotate(180deg);
    }

    .article-details .content-inner {
        max-height: none;
        padding-bottom: 20px;
    }

    .article-details.limited .content-inner {
        max-height: 700px;
        overflow: hidden;
        margin-bottom: 0;
    }
/*#endregion */