/*
Theme Name: Docy Child
Theme URI: https://wp.spider-themes.com/docy/
Template: docy
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Description: Docy is a powerful, responsive, and high-performance online documentation WordPress theme that can assist you quickly develop your next product’s documentation. It can be used for documenting API, frameworks, plugins, templates, software, manual etc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docy-child
*/
.docy-child .categories_guide_item.single-doc-layout-one .doc-top>img {
    max-width: 20px;
    max-height: 20px;
}
.docy-child .categories_guide_item a.doc_tag_title h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.docy-child .tag_list li a:before {
    display: none;
}
body.docy-child .categories_guide_item {
    background: none !important;
}
.docy-child .tag_list li {
    margin: 0 0 24px 0;
}
.docy-child .tag_list li a {
    opacity: 0.5;
    font-size: 16px;
}
.docy-child .tag_list li a:hover {
    opacity: 1;
}

body.docy-child .doc_left_sidebarlist::after,
body.docy-child .doc_left_sidebarlist:not(.one-page-docs-sidebar-wrap)::before,
body.docy-child #bbpress-forums li.bbp-header,
body.docy-child #bbpress-forums li.bbp-footer,
body.docy-child #bbpress-forums li.bbp-header,
body.docy-child .fact_navigation_info,
body.docy-child .doc_faq_info .card {
    background: #1e1f26;
    background: #1A1C1F;
}

body.docy-child .body_wrapper,
body.docy-child .img_modal,
body.docy-child .doc_features_area,
body.docy-child .blog_top_post,
body.docy-child .video_slider_area,
body.docy-child .header_tab_items .nav.nav-tabs li a.active,
body.docy-child .bg_color_gradient,
body.docy-child .shopping_cart_area.bg_color,
body.docy-child textarea#comment,
body.docy-child textarea#massage,
body.docy-child .floating-label,
body.docy-child .blog_comment_box .get_quote_form .form-group .form-control {
    background: linear-gradient(0deg, #111214 0%, #111214 100%)!important;
}

body.docy-child h2.doc-title {
    display: none;
}

body.docy-child a.navbar-brand.header_logo>* {
    color: #0099E5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
}

body.docy-child .editor-content p {
    font-size: 1rem;
}

body.docy-child .navbar > div {
    padding-top: 15px;
}

/*eee*/
body.docy-child code {
    color: #0099E5;
}
body.docy-child .prismjs-twilight .token.builtin,
body.docy-child .prismjs-twilight .token.constant,
body.docy-child .prismjs-twilight .token.keyword,
body.docy-child .prismjs-twilight .token.property,
body.docy-child .prismjs-twilight .token.selector,
body.docy-child .prismjs-twilight .token.symbol {
    color: #0099E5;
}

body.docy-child .prismjs-twilight pre[class*=language-] {
    border: 0.1em solid rgb(0 153 229 / 25%);
}
body.docy-child .code-toolbar code {
    padding: 0;
}

body.docy-child .prismjs-twilight :not(pre)>code[class*=language-],
body.docy-child .prismjs-twilight pre[class*=language-] {
    background: #000;
}