/*
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
*/

.single-docs h1,
.single-docs h2,
.single-docs h3 {
  color: #006ebd !important;
  font-weight: 100 !important;
}

.single-docs .shortcode_title .ezd-doc-badge {
  background: rgba(8, 102, 255, 0.6);
  color: white;
}

.single-docs .shortcode_title {
  margin-bottom: 0px;
}

.single-docs .ezd-meta.dot-sep {
  display: none;
}

.single-docs .doc-btm p.left {
  display: none;
}

.single-docs .eazydocs-comments-wrap {
  padding-bottom: 100px;
  padding-top: 60px;
  display: none;
}

.single-docs .eazydocx-credit-text p {
  font-size: 14px;
  color: var(--black_400);
  display: none;
}

/*.toc_right ul li {
    margin: 0 0 0px;
    display: block;
    width: 100%;
    list-style-type: disc !important;
    position: relative;
    left: 0.3em;
}*/

/*.toc_right .nav-link {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 2;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    margin-bottom: 0px;*/
/*    text-decoration: none;*/
/*}*/

.single-docs .toc_right .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  position: relative;
  margin-bottom: 0px;
  text-decoration: none;
}

/** Single Page Styles **/

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: calc(100vh - 20px);
  overflow-y: auto;
  padding-top: 20px;
  padding: 20px 40px 0px 0px;
}

#primary .entry-header {
  margin-bottom: 20px;
}

#toc {
  max-height: 100vh;
  overflow-y: auto;
  border-left: 1px solid #ddd;
}

#toc a {
  color: #535454;
  text-decoration: none;
}

#toc a:hover {
  text-decoration: underline;
}

.search-aside {
  background-color: #f5f7f9;
}

.toc-aside {
  position: sticky;
  background-color: white;
}

#toc h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#toc {
  padding-left: 40px !important;
}

@media only screen and (min-width: 1900px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (min-width: 1900px) {
  .extra-large {
    width: 80%;
  }
}

#primary .entry-header {
  margin-bottom: 20px;
  padding-top: 20px;
}

.main-wrapper {
  background-color: #f5f7f9;
}

ul#categoryList {
  padding: 0px 0px;
}

li.category-item {
  list-style-type: none;
  padding: 10px 10px;
  margin: 10px 0px;
  background: #efefef5e;
  border-radius: 4px;
}

li.category-item a {
  text-decoration: none;
  color: #535a60;
  font-weight: 500;
}

.content-wrapper {
  background-color: white;
  padding: 0 80px;
}

li.category-item a:hover {
  text-decoration: none;
}

.search-aside {
  background-color: #f5f7f9;
  border-right: 1.5px solid #ebe8e8;
}

input#categoryFilter {
  border: 1px solid var(--black_50) !important;
  width: 100%;
  padding: 3px 18px;
  outline: none;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background: var(--black_50);
  color: var(--black_800) !important;
  height: 48px;
}

.elementor-toc__header {
  border-bottom: none !important;
}

h4.elementor-toc__header-title {
  font-weight: 600 !important;
}

/* .breadcrumb a, .breadcrumb span {
    display: inline-table;
    padding: 5px 10px;
    text-decoration: none !important;
    background: #0f72baad;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
    color: white;
    font-weight: 600;
} */

.breadcrumb a,
.breadcrumb span {
  font-size: 18px;
  padding: 0px 5px;
}

i.icon_printer.print-button {
  font-size: 21px;
  color: #006ebd;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  color: #006ebd;
  font-weight: 100;
  font-family: "Open Sans";
}

a.elementor-toc__list-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  position: relative;
  margin-bottom: 0px;
  text-decoration: none;
  color: #403d3d !important;
}

span.doc-title {
  font-size: 24px;
  line-height: 1.9em;
}

@media print {
  /* Hide all elements by default */
  body * {
    visibility: hidden !important;
  }

  /* Hide specific elements */
  .single_banner,
  i.icon_printer.print-button,
  nav.breadcrumb,
  nav.breadcrumb *,
  .helpful-block-content.wth-theme-thumbs,
  section.doc_banner_area.banner_creative1.docy_search_hero {
    visibility: hidden !important;
    display: none !important;
  }

  /* Show the content you want to print */
  .article-wrap,
  .article-wrap * {
    visibility: visible !important;
  }

  /* Ensure that the article wrapper itself is positioned properly */
  .article-wrap {
    position: relative; /* Adjusted to avoid layout shifts */
    width: 100%;
  }

  /* Customize h1 for print */
  h1 {
    margin: 0;
    padding: 0;
    font-size: 36pt;
    visibility: visible !important;
    display: block !important;
  }
}

button.print-button {
  border: none;
  padding: 8px;
  color: white;
  background: #006ebd;
  min-width: 110px;
}

/** Category Filter Shortcode Styles **/

p.card-title a {
  text-decoration: none;
  color: #006ebd;
}

/* .title-wrapper {
  height: 170px;
} */

.card {
  min-width: 212px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
}

.card {
  background-color: #fff;
  border: 0px solid #69727d;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .25s;
  width: 100%;
  box-shadow: none !important;
  
}


.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 212px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(232,232,232,1);
  -moz-box-shadow: 0px 5px 4px 0px rgba(232,232,232,1);
  box-shadow: 0px 5px 4px 0px rgba(232,232,232,1);
}

.card-body:hover{
  border: 1px solid #585858;
  transition-duration: .15s;
}

h3.card-title {
  min-height: 20px;
  font-size: 21px;
}

a.view-more-btn {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: "Open Sans";
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  /* CSS */
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  .title-wrapper {
    height: fit-content !important;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
}


/** kb page -- card style **/

/** Featured Articles **/

#featured-articles-gst .elementor-heading-title,
#featured-articles-ghr .elementor-heading-title,
#featured-articles-ghh .elementor-heading-title {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #006ebd;
  line-height: 1.3em;
}

.featured-article-heading h2::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  width: 25px;
  height: 22px;
  background-image: url(https://knowledge.docy.civilgeo.com/wp-content/uploads/2024/10/icon_trending.png) !important;
  background-size: 23px 17px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.product-card {
  min-height: 295px !important;
}
.product-card img {
  border-radius: 50px;
  background: #eeeeee;
  padding: 10px;
  width: 56px;
  margin-bottom: 20px;
}
span.article-numbers {
  position: relative;
  top: 10px;
  color: #585858;
  font-size: 15px;
}

p.card-title a {
  text-decoration: none;
  color: #006ebd;
}

/* .title-wrapper {
  height: 186px;
} */

.card-body {
  min-height: 212px;
}

h3.card-title {
  min-height: 30px;
  font-size: 21px;
}

a.view-more-btn {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: "Open Sans";
}

.category-svg-image {
  width: 56px;
  padding: 10px;
  background: #eeeeee;
  border-radius: 50px;
  margin-bottom: 20px;
}





/** Popular Article Cards **/
.popular-article-cards .elementor-post__card{
    min-width: 300px;
    min-height: 400px !important;
}


.popular-article-cards .elementor-post__title{
    height: 118px;
    font-size: 21px;
}

@media (max-width: 1025px) {
    /* CSS */
    .card-body.carbdks .title-wrapper {
        height: 270px !important;
    }
  }