.jcodex-plugin-docs-container-div {
    display: flex;
}

.jcodex-plugin-docs-left-sidebar-main-div {
    width: 22.666%;
    border-right: 1px solid #C8D5DC;
    padding: 20px 30px;
    background: #F9F9F9;
}

.jcodex-plugin-docs-left-sidebar-main-category-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.jcodex-plugin-docs-left-sidebar-sub-category-text {
    
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
}

.jcodex-plugin-docs-left-sidebar-sub-category-title {
    
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    /* padding: 0px 20px;
    margin: 7px 10px; */
}

.jcodex-plugin-docs-right-section-main-div {
    width: 75%;
    padding: 2em 3em 3em 7em;
    display: flex;
    columns: 3;
    column-gap: 17px;
    flex-wrap: wrap;
}

.jcodex-plugin-docs-post-item {
    margin-bottom: 20px;
}

.jcodex-plugin-docs-terms-title {
    
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin: unset;
}

.jcodex-plugin-docs-terms-date {
    color: #324A6DBF;
    
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
}



.jcodex-plugin-docs-left-sidebar-sub-sub-categories {
    margin-left: 20px;
}

.jcodex-plugin-docs-left-sidebar-sub-category-title a {
    color: #000000
}

.jcodex-plugin-docs-left-sidebar-sub-sub-categories {
    
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    padding: 0px 20px;
    margin: 7px 10px;
}

.jcodex-plugin-docs-left-sidebar-sub-sub-categories a {
    color: #000000;
    margin-left: 20px;
}

.jcodex-plugin-docs-right-sidebar-sub-category-title {
    
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.2em !important;
    letter-spacing: 0px !important;
    margin-bottom: 18px !important;
}


.jcodex-plugin-docs-right-sidebar-sub-category-post {
    width: 48%;
    margin-bottom: 3em;
}

.jcodex-plugin-docs-right-sidebar-sub-category-post li{
    list-style-type: none;
    display: flex;
    align-items: center;
    line-height: 27px;
    column-gap: 10px;
}

.jcodex-plugin-docs-right-sidebar-sub-category-ul{
    padding: 0px;
    font-size: 15px;
    line-height: 35px;
    margin-top: 5px;
    font-weight: 400;
    list-style-type: none;
}
.jcodex-plugin-docs-right-sidebar-sub-category-icon-img{
    width: 14px;
    height: 15px;
    filter: grayscale(100%);
}



/*========== accordian ==========*/
.acc {
    padding: 0;
  }
  
  .acc li {
    list-style-type: none !important;
    padding: 0;
  }
  .texonomy_doc_acc_ctrl {
    background: unset;
    border: none;
    border-bottom: solid 1px #d6d6d6;
    cursor: pointer;
    display: block;
    outline: none;  
    position: relative;
    text-align: left;
    width: 100%;
}
.texonomy_doc_acc_ctrl:before {
    background: #0e0e0f;
    content: '';
    height: 2px;
    margin-right: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
  }
  
  .texonomy_doc_acc_ctrl:after {
    background: #000000;
    content: '';
    height: 2px;
    margin-right: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
  }
  
  .texonomy_doc_acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .texonomy_doc_acc_ctrl.active h2, .texonomy_doc_acc_ctrl:focus h2 {
    position: relative;
  }

  .texonomy_doc_acc_panel {
    /* background: #F2F2F2; */
    display: none;
    overflow: hidden;
  }
  


  .texonomy_doc_acc_panel a {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 29px;
    margin-top: 10px;
    transform: translateX(0);
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 6px 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
  }

/* ============= Media Query For Mobile Screen =============*/
@media (max-width: 1055px) {
    .texonomy_doc_acc_ctrl:before {
      background: #000000;
      content: "";
      height: 2px;
      margin-right: 0px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 10px;
    }
    .texonomy_doc_acc_ctrl:after {
      background: #000000;
      content: "";
      height: 2px;
      margin-right: 0px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 10px;
    }
    .jcodex-plugin-docs-left-sidebar-sub-category-title {
        font-size: 14px;
    }
  }

@media (max-width: 768px){
    .jcodex-plugin-docs-left-sidebar-main-div {
       display: none;
    }

    section.jcodex-single-documentation-search-form-right-section {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .jcodex-single-documentation-search-form-main-right-div {
        margin-bottom: 10px;
        width: 60%;
    }
    .jcodex-plugin-docs-right-sidebar-sub-category-post {
        width: 47%;
    }   

    .jcodex-plugin-docs-right-section-main-div {
        width: 85%;
        padding: unset;
        margin: auto;
        display: flex;
        columns: 3;
    }

 }



/* ============= Media Query For Mobile Screen =============*/
@media (max-width: 576px){
    .jcodex-plugin-docs-left-sidebar-main-div {
       display: none;
    }

    .jcodex-single-documentation-search-form-main-right-div {
        margin-bottom: 20px;
        width: 80%;
    }

    .jcodex-plugin-docs-right-section-main-div {
        width: 90%;
        /* padding: 2em 0em 1em 1em; */
        display: grid;
        justify-content: center;
        columns: 3;
    }

    .jcodex-plugin-docs-right-sidebar-sub-category-post {
        width: 100%;
    }
    .jcodex-single-documentation-search-form-section{
        width: 80%;
        margin: 0 auto;
    }
 }


/* Seach Form Css */
 
.jcodex-single-documentation-search-form-section{
    width: 100%;
}
.jcodex-single-documentation-search-form-main-div{
    margin-bottom: 10px;
}

form.asearch {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 5px;
}
form.asearch button#mybtn {
    padding: 5px;
    cursor: pointer;
    background: none;
    border: unset;
}
form.asearch input#keyword {
    border: none;
    
    background-color: transparent;
}
form.asearch input#keyword:focus-visible {
    outline: unset;
}
div#datafetch {
    background: white;
    z-index: 999;
    position: absolute;
    max-height: 425px;
    overflow: auto;
    /* box-shadow: 0px 15px 15px #00000036; */
    border: 1px solid #d3d3d3;
    right: 0;
    left: 0;
    top: 50px;
}
div.search_bar {
    width: 600px!important;
    max-width: 90%!important;
    position: relative;
}

div.search_result ul a li {
    margin: 0px;
    padding: 5px 0px;
    padding-inline-start: 18px;
    color: #3f3f3f;
    font-weight: 500;
    /* text-decoration: underline; */
    font-size: 12px;
}
div.search_result li {
    margin-inline-start: 20px;
}
div.search_result ul {
    padding: 13px 0px 10px 0px;
    list-style: none;
    margin: auto;
}

div.search_result ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
div.search_result ul a:hover {
    background-color: #f3f3f3;
}
.asearch input#keyword {
    width: 100%;
}



div.search_bar {
    width: 100% !important;
    max-width: 100%!important;
    position: relative;
}
form.asearch {
    padding: 3px 6px;
    border-radius: 50px;
}


img.wp-smiley, img.emoji {
    height: unset !important;
    width: 15px !important;
}

h5.asearch-live-resilt-title {
    font-size: 14px;
    margin: 0 0 4px 0;
    text-decoration: underline;
    line-height: 18px;
}
.asearch-live-resilt-description{
    font-size: 12px;
}
/* Search Css End */


.jcodex-plugin-docs-right-sidebar-sub-category-post a{
    font-size: 14px;
}
@media(min-width: 768px){
.jcodex-single-documentation-search-form-right-section{
    display: none;
}
}
.jcodex-single-documentation-search-form-main-right-div{
    margin-bottom: 10px;
}




button.texonomy_doc_acc_ctrl.active h4 {
    color: white !important;
}
button.texonomy_doc_acc_ctrl.active  {
    color: white !important;
    background-color: #002FB2;
}
.elementor-kit-5442 button:hover h4 {
    color: white;
}
.texonomy_doc_acc_ctrl.active:after {
    background: white;
}

.elementor-kit-5442 button:focus h4 {
    color: white;
}


.texonomy_doc_acc_ctrl:hover:before {
    background: white;
}
.texonomy_doc_acc_ctrl:focus:before{
    background: white;
}

.texonomy_doc_acc_ctrl:hover:after {
    background: white;
}

.texonomy_doc_acc_ctrl:focus:after {
    background: white;
}
