/** {*/
/*  font-family: "Plus Jakarta Sans", sans-serif;*/
/*}*/
.edit-text a:hover {
    color: #fff !important;
    background-color:var(--blue);
}
.progress-container {
    position: sticky;
    top: 0;
    z-index: 99999;
  width: 100%;
  height: 4px;
  background: #ccc;
}

.progress-bar {
  height: 4px;
  background: var(--blue);
  width: 0%;
}
#bread2 a{
font-weight: 600;
text-decoration: none;
color: var(--blue);
font-size: 14px;
transition: .3s ease-in-out;
}
#bread2 a:hover{
    color: var(--blue2);
}
#bread2 i{
    margin-top: 2px;
    font-size: 11px;
}
#bread2 .blog-link{
    font-weight: 400;
    font-size: 14px;
    color: #797979;
}
#inner-blog .blog-img{
    width: 100%;
    height: 100%;
    max-height: 500px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
}
#inner-blog .blog-img img{
    width: 600px;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#inner-blog  a{
    text-decoration: none;
}
#inner-blog  h1{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--black);
    transition: .4s ease-in-out;
}
#inner-blog  h6{
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: 400;
    color: #585858;
    transition: .4s ease-in-out;
}
#inner-blog .blog-text p{
    font-size: 14px;
}
#inner-blog .blog-text a{
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    transition: .4s ease-in-out;
}
#inner-blog .blog-text a:hover{
    color: var(--blue);
}
#inner-blog .fww{
    font-size: 8px;
    color: var(--blue);
}
#inner-blog h6{
    line-height: 1.5;
}
#inner-blog .blog-text span{
    color: var(--blue);
    font-weight: 600;
    font-size: 15px;
}
#inner-blog .blog-cat .blog-cat-item{
    color: var(--black);
    font-size: 15px;
    padding: 4px 10px;
    background-color: var(--white);
    border: 1px solid #c2c2c2;
    border-radius: 50px;
    font-weight: 400 !important;
    transition: .4s ease-in-out;
    margin-right: 5px;
}
#inner-blog .blog-cat a:hover .blog-cat-item{
    color: var(--blue);
    border-color: var(--blue);
}
#inner-blog .blog-content h2{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h2 strong{
    font-weight: 700;
}
#inner-blog .blog-content h1{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h1 strong{
    font-weight: 700;
}
#inner-blog .blog-content h3{
    font-size: 22px;
    padding-top: 20px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h3 strong{
    font-weight: 700;
}
#inner-blog .blog-content h4{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h4 strong{
    font-weight: 700;
}
#inner-blog .blog-content h5{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h5 strong{
    font-weight: 700;
}
#inner-blog .blog-content h6{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#inner-blog .blog-content h6 strong{
    font-weight: 700;
}
#inner-blog .blog-content p{
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17.5px;
    color: #111111;
}
#inner-blog .blog-content blockquote{
     border: 1px solid #e8e8e8;
    border-left: 5px solid var(--blue);
    background-color: var(--bg);
    padding: 15px 20px;
    margin-bottom: 30px;
}
#inner-blog .blog-content blockquote p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    color: #585858;
}
#inner-blog .blog-content img{
    border: 1px solid #d2d2d2;
    width: 100% !important;
    height: auto !important;
}
#inner-blog .blog-content ul{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#inner-blog .blog-content ol{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#inner-blog .blog-content ul li{
    list-style-type: square;
    font-size: 17px;
    font-weight: 400;
    color: #111111;
}
#inner-blog .blog-content ul li::marker{
   color: var(--blue);
}
#inner-blog .blog-content table{
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    text-align: left;
    margin-bottom: 30px;
    overflow-x: auto !important;
}
#inner-blog .blog-content table td{
    padding: 10px 15px;
    border: 1px solid #c2c2c2;
    font-weight: 500;
}
#inner-blog .blog-content table th{
    background-color: var(--blue);
    color: var(--white);
}
#inner-blog .sidebar h5{
    font-weight: 600;
    font-size: 18px;
}
#inner-blog .bg-all-sidebar{
    background-color: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.2);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 35px;
}
#inner-blog .bg-all-sidebar .side-head{
    color: #696981;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#inner-blog .categories a{
    color: #585858;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 12px;
    transition: .4s ease-in-out;
}
#inner-blog .categories .accordion-header{
    background-color: transparent;
    border: 1px solid #e5e5e5;
}
#inner-blog .categories a:hover{
    border-color: var(--blue);
    color: var(--blue);
}
#inner-blog .categories a i{
    color: var(--blue);
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0 !important;
}
.accordion-item:last-of-type{
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 0 !important;
}
.accordion-item{
    border: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border: none;
    box-shadow: none;
}
.accordion-body{
    background-color: #f9f9f9;
} 
.accordion-button{
    width: 30px !important;
    background-color: #f5f5f5 !important;
    height: 40px;
    transition: .4s ease-in-out !important;
} 
.accordion-button::after{
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(34%) sepia(41%) saturate(3267%) hue-rotate(215deg) brightness(101%) contrast(105%);
    transform: scale(0.8) rotate(-90deg);
    transition: .4s ease-in-out;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    transform: scale(0.8) rotate(0);
}
.accordion-button:hover{
    background-color: var(--blue) !important;
}
.accordion-button:hover::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(218deg) brightness(102%) contrast(103%);
}
.accordion-body ul li{
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #d6d6d6;
}
.accordion-body ul li:last-of-type{
    list-style: none;
    padding: 7px 0;
    border-bottom: none;
}
.accordion-body ul li a{
    font-weight: 500 !important;
}
.accordion-button {
      border: none;
      background: none;
      padding: 0;
      margin-left: auto;
      transition: transform 0.2s ease;
    }

    .accordion-toggle-btn.collapsed::after {
      transform: rotate(0deg);
    }

#inner-blog .tags a{
    color: #585858;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid var(--bg);
    background-color: var(--bg);
    transition: .4s ease-in-out;
}
#inner-blog .tags a:hover{
    color: var(--blue);
    border-color: var(--blue);
}
#inner-blog .r-post img{
    width: 100px;
    height: 65px;
    margin-right: 15px;
    border-radius: 8px;
    object-fit: cover;
}
#inner-blog .r-post h6{
    font-size: 15px;
    line-height: 1.35;
    color: var(--black2);
    padding-right: 10px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: .4s ease-in-out;
}
#inner-blog .r-post{
    border-bottom: 1px solid #e7e7e7;
}
#inner-blog .r-post:last-of-type{
    border-bottom: none;
    padding-bottom: 0 !important;
}
#inner-blog .r-post a:hover h6{
    color: var(--blue);
}
#inner-blog .recent{
    position: sticky;
    top: 20px;
}

/* Base TOC styles */

#tocList li a {
    text-decoration: none;
    display: block;
    color: #333;
    transition: color 0.3s ease;
}
#tocList li {
    list-style: none;
}

#tocList li a:hover {
    color: var(--blue);
}

/* Hierarchy Styling */
#tocList .toc-h1 a {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 0;
}

#tocList .toc-h2 a {
    font-weight: 600;
    font-size: 15px;
    padding-left: 0;
    color: #444;
    margin-bottom: 10px;
}

#tocList .toc-h3 a {
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 7px;
    color: #585858;
}
#tocList .toc-h3 {
  margin-left: 20px;
  position: relative;
}
#tocList .toc-h3::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 6px;
  color: #585858;
  opacity: 0.5;/* your preferred color */
  font-size: 12px;
  line-height: 1.2;
}

#tocList .toc-h4 a {
    font-weight: 500;
    font-size: 12.5px;
    padding-left: 40px;
    margin-bottom: 7px;
}

#tocList .toc-h5 a {
    font-weight: 400;
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 7px;
}

#tocList .toc-h6 a {
    font-weight: 400;
    font-size: 11.5px;
    padding-left: 50px;
    margin-bottom: 7px;
}
#tocList li a.active {
    color: var(--blue);
    font-weight: 700;
}
.table-of-content{
    position: sticky;
    top: 20px;
}
.author{
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.author .auth-img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--blue);
}
.author h5{
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.author .auth-text a{
    display: inline-block;
}
.author .auth-text a:hover h5{
    color: var(--blue2);
}
.author h6{
    font-size: 16px;
    font-weight: 600;
}
.author p{
    font-size: 14.5px;
    color: #585858;
}
.author ul{
    display: flex;
    gap: 5px;
    align-items: center;
}
.author ul li{
    list-style: none;
}
.author ul li a{
    color: #c2c2c2;
    font-size: 20px;
    padding: 5px;
    transition: .3s ease-in-out;
}
.author ul li a:hover{
    color: var(--blue);
}
.comment{
    background-color: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.comment .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}
.comment button{
    padding: 8px 30px !important;
    background-color: var(--blue) !important;
}
.comment button:hover{
    border-color: var(--black);
    background-color: var(--black) !important;
}
.reply-form {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
}
.comment, .reply {
    /*background-color: #f9f9f9;*/
    /*border-radius: 10px;*/
}

.reply small {
    font-size: 0.85rem;
}
.t-link a{
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
}
.t-link a:hover{
    background-color: var(--bg) !important;
}
.toc{
    width: 300px !important;
    padding: 0;
}
.right-sidebar{
    padding: 0;
    width: 320px;
}
.tab-list{
    display: none;
    cursor: pointer;
    font-size: 22px;
    transition: .3s ease-in-out;
}
.tab-list:hover{
    color: var(--blue);
}
 #extraFields.hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  /* Show smoothly when active */
  #extraFields.show {
    opacity: 1;
    max-height: 500px; /* enough space for all fields */
    transition: all 0.4s ease;
  }

 @media only screen and (max-width: 991px) {
       .blog-text{
           flex-direction: column;
       }
       .blog-text h6{
           display: none;
       }
       #inner-blog .blog-img img{
           width: 100%;
           max-width: 600px;
       }
    }
    @media only screen and (max-width: 550px) {
       #inner-blog h1{
           font-size: 25px;
           font-weight: 600;
       }
       .auth-flex{
           flex-direction: column;
           text-align: center;
       }
       .auth-flex-head{
           text-align: center;
       }
       .author ul{
           justify-content: center;
       }
       .right-sidebar{
            width: 100%;
       }
       .toc{
            width: 100% !important;
       }
       .tab-list{
            display: block;
        }
        #tocList .toc-h2 a{
            font-size: 14px;
        }
        #tocList .toc-h3 a{
            font-size: 13px;
        }
        li.toc-h3:first-of-type{
            margin-top: 20px;
        }
}
    }