/*
Theme Name: Docly Child
Theme URI: https://wp.spider-themes.com/docly/
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Template: docly
Description: Docly 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.4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docly
*/

.nav-sidebar .nav-item .nav-link + .icon {
    right: 40px;
    top: 10px;
}	
.nav-sidebar .nav-item {
    margin-bottom: 0;
}
#preloader .head {
    display: none;
}	
.body_dark .doc_menu .nav-link.active, .body_dark .doc_menu .nav-link:hover{
    color:#fff !important;
}
.feedback_link .h_btn.positive {
    background: #1f9852;
    color: #fff;
}
.feedback_link .h_btn.positive:hover {
    color: #000;
}

.banner_search_form button, .breadcrumb_area .banner_search_form button{
    padding: 15px 25px;
    height: 100%;
    Background: #080a13;
}

.doc_tag .nav-item .nav-link{
    margin: 0 5px 10px;
}

.doc_tag .nav-item .nav-link:hover, .doc_tag .nav-item .nav-link.active{
    color: #79ccde;
}

.custom-select{
    color: #000;
}

.ordered-list li::before{
    background: #131417;
}

blockquote.notice{
    display: inline-block;
    width: 100%;
}

blockquote.notice i{
    display: none;
}

blockquote.notice .media-body{
    margin-left: 10px;
}

.body_dark blockquote.notice{
    color: #878EA6;
}

.body_dark #docly-search-result h5,.body_dark blockquote.notice .media-body .title{
    color: #000 !important;
}

.body_dark .search-result-item .doc-item a{
    color: #878EA6;
}

.action_btn{
   background: #000;
}

.body_dark h2[id^="important-"],.body_dark h2[id^="important"]{
    color: #000;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #d3d4d4;
    background: #131417;
  }
 
  h1, h2, h3, h4 ,h5 ,h6 {
    color: #fff;
  }
  
  .single-docs .shortcode_title h1,
  .documentation_item .media-body .title{
     color: #fff;
  }
  
   body a:hover{
       color: #79ccde;
   }
  
  .header_search_keyword ul li a:hover{
      color: #000 !important;
  }
  
  input, .banner_search_form .form-control, #docly-search-result h5,.body_dark .search-result-item .doc-item a,.body_dark .search-result-item .doc-section a{
      color: #000;
  }
  
  .body_dark .search-result-item .doc-article a{
    color: #878EA6;
  }

}				