.container, .navbar-collapse {
    position: relative;
}

legend {
    font-weight: 500;
}

/** Hero Search **/
.doc_banner_area .input-wrapper label {
    position: absolute;
    top: 48%;
    left: -2px;
}

/************************ Reset CSS ***********************/
.admin-bar, .admin-bar .navbar_fixed.menu_one {
    margin-top: 32px;
}

.shortcode_info ul.article_list li a::before {
    content: "\68";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 15px;
}

.shortcode_info .recently_added {
    margin-top: 50px;
}

.shortcode_info .recently_added h4 {
    margin-bottom: 20px;
}

.toggle_body p:last-child,
.tab_shortcode .tab-content p {
    margin: 0;
}

.nav-sidebar .nav-item .nav-link img {
    margin-right: 15px;
    padding-right: 0;
    max-width: 18px;
    height: auto;
    padding-bottom: 5px;
}

.nav-sidebar .nav-item.no_icon.active .nav-link img,
.nav-sidebar .nav-item.no_icon .nav-link img + img {
    display: none;
}

.nav-sidebar .nav-item.no_icon.active .nav-link img + img {
    display: block;
}

.nice-select.open .list {
    width: 220px;
}

.documentation_text .round {
    background: transparent;
}

.documentation_text .doc-logo {
    padding-bottom: 20px;
}

.doc_faq_info .card-body p:last-child {
    margin-bottom: 0;
}

.explanation p:last-child {
    margin-bottom: 0;
}

.explanation::after {
    border-radius: 3px;
}

.table_shortcode tbody tr .th {
    background: var(--brand_color);
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

/** === Tooltip styling === **/
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-width: 11px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: -1px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
}

/** === Docs Single Page Styles === **/
.footnotes-link::before {
    display: none;
}

.footnotes-link {
    color: var(--brand_color);
}

.tip_content p {
    font-size: 14px;
}

.tip_content p:last-child {
    margin-bottom: 0;
}

.footnotes_item strong {
    position: relative;
}

span.top-arrow {
    position: absolute;
    top: -3px;
}

/** === Comment Form === **/
.blog_comment_box .get_quote_form {
    position: relative;
}

/** === Search widget === **/
.widget_search .search-form .form-control {
    padding: 0 30px;
    background: #fff;
    height: 60px;
    font-size: 15px;
    color: #677294;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    border-color: transparent;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px !important;
}

.widget_search .search-form button {
    position: absolute;
    background: 0 0;
    padding: 0;
    border: 0;
    right: 30px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #282835;
    z-index: 0;
}

.widget_search .search-form .form-control:focus {
    border-color: var(--brand_color);
    background: #fff;
}

/** === Widget recent comments === **/
.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    color: #686d7d;
}

.widget_recent_comments #recentcomments .recentcomments a {
    color: #686d7d;
}

.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: var(--brand_color);
}

.widget_recent_comments .comment-author-link {
    font-size: 13px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding-left: 22px;
}

.widget_recent_comments .comment-author-link::before {
    position: absolute;
    content: "\77";
    font-family: 'ElegantIcons';
    left: 0;
    top: 0;
    padding-right: 10px;
    font-size: 13px;
}

.widget_recent_comments #recentcomments .recentcomments {
    font-weight: 400;
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
    margin-bottom: 15px;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link a {
    font-size: 13px;
    font-weight: 500;
    color: #1d2746;
}

/** === Single post === **/
.single_post_tags.post-tags {
    font-weight: 500;
    clear: both;
    margin-top: 40px;
}

.blog_comment_box {
    clear: both;
}

.single_post_tags.post-tags a {
    color: var(--black_900);
    padding: 2px 18px;
    display: inline-block;
    background: var(--black_50);
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
    margin: 4px;
    font-weight: 400;
}

.single_post_tags.post-tags a:hover {
    box-shadow: 0 10px 20px 0 rgba(76, 76, 241, 0.24);
    background: var(--brand_color);
    color: #fff;
}

.post_tag .cats {
    display: inline-block;
}

.post_tag .cats ion-icon {
    font-size: 14px;
    margin-bottom: -1px;
}

.post_tag .cats a {
    color: var(--black_100);
}

.post_tag .cats a + a {
    padding-left: 4px;
}

.post_tag .cats a::before {
    display: none;
}

.logged-in .blog_comment_box .get_quote_form {
    padding-top: 0;
}

.blog_comment_box p.logged-in-as {
    margin-bottom: 40px;
}

.subscribe_widget img {
    margin-bottom: 32px;
}

/** === Contact Form 7 === **/
.wpcf7-form-control span.wpcf7-list-item {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #6b707f;
    padding-left: 22px;
    margin: 20px 20px 15px;
    position: relative;
}

.wpcf7-form-control span.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7 input[type="checkbox"] {
    width: 12px;
    position: absolute;
    outline: none;
    height: 12px;
    top: 1px;
    left: 0;
    margin: 0;
}

.wpcf7 input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #6b707f;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
}

.wpcf7 input[type="checkbox"]:checked:before {
    border-color: var(--brand_color);
}

.wpcf7 input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid var(--brand_color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 5px;
    opacity: 0;
    transition: all 0.2s linear;
}

.wpcf7 input[type="checkbox"]:checked:after {
    opacity: 1;
}

.wpcf7 input[type="radio"] {
    width: 12px;
    position: absolute;
    outline: none;
    height: 12px;
    margin: 0;
    left: 0;
    top: 1px;
}

.wpcf7 input[type="radio"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #6b707f;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.2s linear;
}

.wpcf7 input[type="radio"]:checked:before {
    border-color: var(--brand_color);
}

.wpcf7 input[type="radio"]:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand_color);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    transform: scale(0);
    transition: all 0.2s linear;
}

.wpcf7 input[type="radio"]:checked:after {
    transform: scale(1);
}

.wpcf7 input[type="text"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    height: 60px;
    line-height: 55px;
    background: #f9fbfc;
    box-shadow: none;
    padding-left: 30px;
    font-weight: 400;
    transition: all 0.2s linear;
    border-radius: 6px;
    border: 1px solid #d9e1e3;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}

.wpcf7 textarea {
    height: 200px;
    padding-top: 0;
    font-size: 14px;
}

.wpcf7 .wpcf7-form-control:focus {
    background: #fbfcfd;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}

.wpcf7 input[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
    border-radius: 4px;
    background: var(--brand_color);
    display: inline-block;
    padding: 14px 28px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .18s ease-in-out;
}

.wpcf7 input[type="submit"] {
    border: 0;
    padding: 13px 42px;
    box-shadow: none;
}

.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

.wpcf7-form h6 {
    margin-bottom: 5px;
}

/* !--- End Form Styling ---! */

.breadcrumb_text h2 {
    font-weight: 500;
}

/** === Footnotes Columns === **/
.footnotes_column_2 {
    column-count: 2;
    column-gap: 30px;
}

.footnotes_column_3 {
    column-count: 3;
    column-gap: 30px;
}

.footnotes_column_4 {
    column-count: 4;
    column-gap: 30px;
}

.documentation_item .icon img {
    max-width: 36px;
}

.nav-sidebar .nav-item .dropdown_nav {
    padding-top: 5px;
}

/** === Code Syntax Highlighter === **/
.docy-source-code div.code-toolbar > .toolbar {
    position: absolute;
    top: 10px;
    right: 25px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.docy-source-code div.code-toolbar > .toolbar a, .docy-source-code div.code-toolbar > .toolbar button,
.docy-source-code div.code-toolbar > .toolbar span {
    display: inline-block;
    color: #bbb;
    font-size: .8em;
    padding: 3px 10px;
    border: 0;
    background: #242323;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 2px;
    border-radius: 5px;
}

div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar span:focus, div.code-toolbar > .toolbar span:hover {
    color: #fff !important;
    text-decoration: none;
}

/** === Blog tweaks === **/
.widget .c_head {
    margin-bottom: 30px;
}

.widget_tag_cloud.widget .c_head {
    margin-bottom: 35px;
}

.widget_tag_cloud, .widget_categories {
    margin-bottom: -8px;
}

.doc_feedback_slider .item h5 {
    margin-bottom: 10px;
}

section.doc_blog_classic_area {
    padding: 100px 0;
}

/** === Ol & UL List Styling === **/
.blog_single_item ul.list-box,
.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol.list-box {
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
    border: 1px solid #e5ebef;
    padding: 20px;
    border-radius: 2px;
}

.comment .media-body ol,
.comment .media-body ul {
    padding-left: 40px;
    line-height: 2.2;
    margin-bottom: 1rem;
    list-style: disc;
}

.comment .media-body ol ol,
.comment .media-body ul ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.page:not(.page-template-page-onepage) .page_wrapper ol ol li:first-child,
.blog_single_item ol ol li:first-child,
.blog_single_item ul ul li:first-child {
    margin-top: 10px;
}

.page:not(.page-template-page-onepage) .page_wrapper ol:not(.ordered-list),
.blog_single_item ol:not(.ordered-list) {
    list-style: decimal;
    padding-left: 40px;
}

.page:not(.page-template-page-onepage) .page_wrapper ul:not(.ordered-list),
.blog_single_item ul:not(.ordered-list) {
    padding-left: 40px;
    list-style: disc;
}

.page:not(.page-template-page-onepage) .page_wrapper ul:not(.ordered-list) ul,
.page:not(.page-template-page-onepage) .page_wrapper ol:not(.ordered-list) ol,
.blog_single_item ul:not(.ordered-list) ul,
.blog_single_item ol:not(.ordered-list) ol {
    padding-left: 20px;
}

.page:not(.page-template-page-onepage) .page_wrapper ul li, .page:not(.page-template-page-onepage) .page_wrapper ol li,
.blog_single_item ul li, .blog_single_item ol li {
    font-size: 15px;
    line-height: 2em;
}

.page:not(.page-template-page-onepage) .page_wrapper ul ul, .page:not(.page-template-page-onepage) .page_wrapper ol ol,
.blog_single_item ul ul, .blog_single_item ol ol {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: unset;
    box-shadow: none;
}

.blog_single_item blockquote p,
blockquote p {
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 45px;
    font-size: 20px;
}

.blog_single_item blockquote cite,
blockquote cite {
    font-weight: 500;
    font-size: 16px;
    color: var(--black_800);
    font-style: normal;
}

.breadcrumb_content {
    max-width: 770px;
}

.blog_top_post.sticky {
    background: rgba(76, 76, 241, 0.05);
    position: relative;
}

.blog_top_post.sticky .sticky-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background: var(--brand_color);
    color: #fff;
}

/** === Unit test === **/
.blog .navbar:not(.navbar_fixed) .logo h3 {
    color: #fff;
}

.navbar_fixed .navbar-brand.logo h3 {
    padding-top: 10px;
}

.single.has_not_menu .navbar:not(.navbar_fixed) {
    height: 98px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span {
    position: fixed;
    right: 15px;
}

.comment ul.children {
    list-style: none;
    padding-left: 75px;
}

.comment_box .trackback, .comment_box .pingback {
    padding-top: 20px;
}

.footer_area.no_footer_widgets {
    padding-top: 20px;
}

.footer_area.no_footer_widgets .footer_bottom {
    padding-bottom: 45px;
}

.docs_widget ul li + li {
    padding-top: 25px;
}

.docs_widget ul li a img {
    max-width: 23px;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: -5px;
}

.blog_related_post .blog_grid_post img {
    height: auto;
}

.shortcode_info img {
    max-width: 100%;
    height: auto;
}

.doc_banner_area_two {
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar_fixed.menu_one .nav_btn {
    background: transparent;
}

.fact_navigation .nav-item .nav-link {
    padding-left: 0;
}

.dk_menu .hamburger-cross span,
.dk_menu .hamburger span {
    background: var(--p_color);
}

.dk_menu .nav-item > .nav-link {
    color: var(--p_color);
}

.breadcrumb .breadcrumb-item:last-child {
    color: var(--secondary_color);
}

.blog_classic_item.toc-creative-media {
    margin-bottom: 0;
    margin-top: 50px;
}

.blog_classic_item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/** === Table Design === **/
.comment table,
.page:not(.page-template-page-onepage) .page_wrapper table,
.blog_single_item table {
    border: 1px solid #d6d6d6;
}

.comment table thead,
.page:not(.page-template-page-onepage) .page_wrapper table thead,
.blog_single_item table thead {
    background: #f5f5f5;
}

.page:not(.page-template-page-onepage) .page_wrapper .table_shortcode thead {
    background: #06a8cb;
}

.comment table td,
.page:not(.page-template-page-onepage) .page_wrapper table td,
.page:not(.page-template-page-onepage) .page_wrapper table th,
.blog_single_item table td,
.blog_single_item table th {
    padding: 12px;
}

.comment table a,
.page:not(.page-template-page-onepage) .page_wrapper table a,
.blog_single_item table a {
    color: #6b707f;
}

.docs_widget ul.list-unstyled {
    margin-top: 25px;
    padding-top: 5px;
}

.feedback_link h6 a {
    padding-right: 0;
}

.c_head a {
    color: #1d2746;
}

.journalism-feature-image img {
    margin-left: 25px;
}

.blog_post_author .media-body h5 a {
    color: #1d2746;
}

/** === Cookie Bar === **/
.cookieAcceptBar {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(204, 204, 204);
    padding: 0 0 10px;
    z-index: 9;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.cookieAcceptBar p {
    margin-bottom: 0;
    padding-top: 10px;
}

.cookieAcceptBar a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.cookieAcceptBar button {
    cursor: pointer;
    border: none;
    background-color: var(--brand_color);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-left: 40px;
    font-size: 12px;
}

/** --- End Cookie --- **/

.journalism-feature-image img {
    top: 150px;
}

.breadcrumb_area_three .breadcrumb_text {
    max-width: 100%;
}

.doc_banner_area_one {
    padding: 250px 0 100px;
    min-height: 700px;
    height: auto;
    align-items: start;
}

.search-result-item .doc-list {
    display: flex;
    height: 100%;
}

.search-result-item .doc-list .doc-section {
    flex: 33% 0 0;
    padding: 10px 15px 10px 25px;
}

#docy-search-result h5 {
    margin-bottom: 10px;
    text-align: left;
    color: #dc3545;
}

.search-result-item .doc-article {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 67% 0 0;
    transition: all .3s;
}

/** === Registration / Login Form === **/
#reg-form-validation-messages {
    color: #29bd5d;
    padding-bottom: 20px;
    padding-top: 25px;
}

#reg-form-validation-messages .error span {
    padding-right: 5px;
}

#reg-form-validation-messages .error {
    color: #f95959;
}

/** === Link and paragraph style === **/
.onepage-doc-sec p,
.doc-main-content p {
    line-height: 1.9;
}

.onepage-doc-sec li a,
.onepage-doc-sec p a, .doc-main-content p a,
.card-body a, .blog_single_item p a {
    color: inherit;
    position: relative;
    text-decoration: none;
}

.onepage-doc-sec p a::after, .doc-main-content p a::after,
.doc_faq_info a::after, .blog_single_item p a::after {
    background-color: rgba(76, 122, 241, .25);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all .2s ease;
    width: 100%;
}

.onepage-doc-sec p a:hover, .doc-main-content p a:hover,
.card-body a:hover, .blog_single_item p a:hover {
    color: #000;
}

.body_dark .onepage-doc-sec p a:hover, .body_dark .doc-main-content p a:hover,
.body_dark .card-body a:hover, .body_dark .blog_single_item p a:hover {
    color: #fff;
}

.onepage-doc-sec p a:hover::after, .doc-main-content p a:hover::after,
.card-body a:hover::after, .blog_single_item p a:hover::after {
    background-color: rgba(76, 122, 241, .75);
}

.post_author_two .media-body p {
    color: #23262f;
}

#was-this-helpful {
    margin-top: -25px;
}

.documentation_body img {
    max-width: 100%;
    height: auto;
}

.articles-list .article_list {
    padding-left: 20px !important;
    padding-top: 1px;
    list-style: none;
}

.article_list {
    padding-left: 20px;
    list-style: none;
}

.steps-panel .ordered-list::before {
    display: none;
}

#post .onepage-doc-sec:last-child .child-doc:last-child .border_bottom {
    display: none;
}

.still-stuck h6 i {
    padding-right: 8px;
}

.still-stuck h6 a {
    padding-right: 0;
}

.still-stuck h6 a {
    color: var(--brand_color);
}

.process_tab_shortcode ul#myTabs li::before {
    display: none;
}

.dark_menu .menu > .nav-item.current-menu-parent .nav-link {
    color: var(--brand_color);
}

.ordered-list li ul,
.ordered-list li ol {
    list-style: none;
    padding-left: 0;
}

form.banner_search_form {
    position: relative;
    z-index: 1;
}

.doc_banner_area_one {
    overflow: unset;
}

.doc_banner_area_one .bl_right, .doc_banner_area_one .bl_left {
    bottom: 0;
}

.footer_top .widget.widget_nav_menu ul li a.nav-link {
    padding: 0;
}

.subscribe_widget .f_social_icon {
    padding-top: 40px;
}

.subscribe_widget p.mchimp-errmessage {
    margin-top: 20px;
    margin-bottom: 0;
}

.doc_banner_text_two .banner_search_form .form-control {
    flex-grow: 1;
}

.doc_banner_text_two .banner_search_form .input-group-append {
    flex-grow: 0;
}

.doc_banner_area_two, .doc_banner_area_two .building_img {
    z-index: unset;
}

.elementor-widget-docy_list_item .steps-panel {
    border: none;
}

.blog_single_item ol li,
.shortcode_info ol li {
    margin-bottom: 10px;
}

.more-communities {
    border-bottom: none;
}

.doc_community_info {
    width: 100%;
}

.doc_testimonial_slider .slick-dots {
    padding-left: 15px;
}


.modal-backdrop.fade {
    opacity: 0;
    z-index: 0;
}

.menu_purple .navbar-brand h3 {
    color: #fff;
    margin-top: 10px;
}

.menu_purple.navbar_fixed .navbar-brand h3 {
    color: var(--black_700)
}

.doc_features_item img {
    max-width: 50px;
    max-height: 50px;
}

.doc_community_item .doc_entry_info .author_avatar li img {
    border-radius: 50%;
}

.doc_community_item .doc_entry_info .author_avatar .avatar_plus {
    z-index: 0;
}

.doc_community_item .doc_entry_info .author_avatar li {
    z-index: 2;
}

.doc_community_item .doc_entry_info .author_avatar li:nth-child(even) {
    z-index: 1;
}

.doc_community_item .doc_community_icon {
    background: transparent !important;
}

.b_top_post_content .post_tag .meta-item {
    color: var(--black_400)
}

.single_breadcrumb .post_tag a:hover {
    color: #fff;
}

.video_list .video_list_inner .card {
    margin-bottom: 20px;
}

/** === Footer Widgets === **/
.footer_widget {
    margin-top: 60px;
}

.doc_service_list_widget .footer_widget:first-child,
.doc_service_list_widget .footer_widget:nth-child(2),
.doc_service_list_widget .footer_widget:nth-child(3),
.doc_service_list_widget .footer_widget:nth-child(4) {
    margin-top: 0;
}

.doc_about_widget img {
    max-width: 108px;
}

.breadcrumb .home-icon {
    display: flex;
    color: #878ea6;
    display: none;
}

.breadcrumb .home-icon ion-icon {
    padding-right: 3px;
}

.question_menu .nav-tabs li a img {
    margin-right: 10px;
    max-width: 16px;
}

.gallery-top .slick-track {
    max-width: none !important;
}

.doc-scrollable {
    position: relative;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.input-group-append {
    display: flex;
}

#blog-search-results .search-result-item .doc-article,
#forum-search-results .search-result-item .doc-article {
    flex: 100% 0 0;
}

/** === Header Search Form === **/
.right-nav .search-icon {
    margin-left: 10px;
    font-size: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.right-nav .search-icon.show-close .search-outline,
.right-nav .search-icon .close-outline {
    display: none;
}

.right-nav .search-icon.show-close .close-outline {
    display: block;
}

.menu_purple .right-nav .search-icon {
    color: #fff;
}

.docy-source-code.prism-dark {
    margin-bottom: 30px;
}

/** TAG PAGE CSS **/
.tag-section-wrapper {
    margin: 60px 0;
}

.tag-section-wrapper .navigation.pagination {
    margin: 30px 0
}

.tag-wrapper {
    margin: 1rem 0 16px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(40, 41, 42, .2);
    background: #fff;
}

.tag-wrapper:after {
    content: '';
    display: block;
    clear: both
}

.tag-wrapper .tag-title {
    width: 30%;
    padding-right: 16px;
    float: left;
}

.tag-wrapper .tag-title h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    line-height: 28px
}

.tag-wrapper .tag-content {
    width: 70%;
    float: right;
    margin: 2px 0;
}

.tag-wrapper .tag-content > p {
    margin: unset;
}

.tag-wrapper .tag-title a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .tag-wrapper .tag-title,
    .tag-wrapper .tag-content {
        width: 100%;
        float: none
    }
}

/** TOC 2 LAYOUT CSS **/
.tip_banner_area.toc-wrapper {
    padding: 200px 0 120px;
}

.tip_banner_area.toc-wrapper .toc-wrapper-banner {
    margin: 0;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    padding-right: 20px;
}

.tip_banner_area.toc-wrapper .banner_title {
    text-align: left;
    margin: 20px 0;
}

.tip_banner_area.toc-wrapper p {
    color: var(--black_200)
}

.tip_banner_area.toc-wrapper .breadcrumb .active {
    color: var(--black_400)
}

.tip_banner_area.toc-wrapper .banner-img-thumbnail {
    width: auto;
    max-width: 120%;
    height: auto
}

.toc-creative-media {
    width: 120%;
}

.toc-creative-media.toc-creative-default {
    cursor: default;
    box-shadow: none;
    min-height: 350px;
    background: none;
}

.toc-creative-media.video_post {
    min-height: 350px;
}

.toc-banner-overlay img.overlay-shape-dark {
    display: none
}

.body_dark .toc-banner-overlay img.overlay-shape-light {
    display: none
}

.body_dark .toc-banner-overlay img.overlay-shape-dark {
    display: block
}

.toc-banner-overlay img {
    transform: scaleX(-1);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.toc-summery-wrapper {
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
    background-color: #fff;
    flex: 0 0 auto;
    border-radius: 16px;
    line-height: normal;
    box-sizing: border-box;
    transition-delay: .1s;
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 24px;
    padding-left: 48px;
    transform: translate(0);
    margin-bottom: 80px;
    border-left: 8px solid var(--brand_color);
}

.body_dark .toc-summery-wrapper {
    background-color: #2c303a;
}

.toc-summery-wrapper h1.toc-summery-title {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    font-weight: 900;
}

.toc-summery-wrapper p.toc-summery-info {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 25px;
}

.toc-summery-wrapper .toc-content > .col-lg-4.col-md-6 {
    width: 100%
}

.toc-summery-wrapper .toc-content .tip_item {
    margin-bottom: 5px;
}

.toc-summery-wrapper .toc-content .tip_title {
    color: #6c7778;
    font-size: 14px !important;
    line-height: 21px;
}

.body_dark .toc-summery-wrapper .toc-content .tip_title {
    color: #bbc0c4;
}

.toc-summery-wrapper .toc-content .tip_para {
    display: none
}

@media screen and ( max-width: 991px ) {
    .tip_banner_area.toc-wrapper {
        padding: 150px 0 60px;
    }

    .tip_banner_area.toc-wrapper .banner-img-thumbnail,
    .toc-creative-media {
        max-width: 100%;
    }
}

/* DOCY SEARCH FORM */
body.admin-bar .header_tabs_area.tab_fixed .header_tab_items {
    top: -38px;
}

body.navbar-shown .header_tabs_area.tab_fixed .header_tab_items {
    top: 4px;
}

body.navbar-shown.admin-bar .header_tabs_area.tab_fixed .header_tab_items {
    top: 36px;
}

.no-search-banner.doc_documentation_area {
    margin-top: 50px;
}

.search .search-post-item .breadcrumb.reply .breadcrumb-item:last-child,
.search .search-post-item .breadcrumb.page .breadcrumb-item:last-child {
    display: block;
}

/*---- Elementor box shadow (post widget) --------*/
.elementor-card-shadow-yes .elementor-post__card {
    border: 1px solid #eaeeef;
    box-shadow: 0 20px 60px -5px rgb(51 77 114 / 12%);
}

/** === Progress Bar === **/
#reading-progress {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 9999;
    top: 0;
    left: 0;
}

#reading-progress-fill {
    height: 5px;
    width: 0;
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width .4s ease;
    background-color: var(--brand_color);
    display: none;
}

.post-password-form {
    background: var(--black_900);
    padding: 60px 80px;
    max-width: 750px;
    margin: 0;
    border-radius: 10px;
}

/**== Resurces box css ==**/
.resource-box .elementor-icon {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 50%;
}

.accordion-article-item h4 {
    font-size: 16px;font-weight: 600;
    line-height: 22px;
    color: var(--brand_color);
}

.accordion-article-item .post-meta{
    margin-bottom: 0;
}

.accordion-article-item .post-meta li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px !important;
    color: var(--black_400);
}

.accordion-article-item {
    border: 1px solid var(--border_on_white);
    padding: 20px;
    margin: 12px 0;
    min-height: 230px;
}

/**== Focused knowledge base demo ==**/
.doc_community_icon {
    width: 20%;
}

.docs6 .doc_community_item .doc_community_icon {
    width: 20%;margin-right: 0;
}

.docs6 .doc_community_item .doc_community_icon img {
    max-height: 100%;
    width: auto;
}

.docs6 .doc_entry_content {
    width: 80%;
}

.docs6 .doc_community_item {
    padding: 38px 20px;
}

.docs6 .doc_entry_content {
    padding-right: 30px;
}

.navbar-nav .dropdown-menu {
    top: 100%;
}

/**=== Gutenberg Block  ===**/
.topics-block .doc_community_icon img {
    max-width: 100%;
}