/*============ Pre-defined Styles =============*/
body.single-docs {
  background-color: var(--bs-white);
}
body.single-docs .body_wrapper {
  overflow: visible !important;
}
body.single-docs a {
  color: var(--primary-color);
}
.eazydocs_shortcode ul.article_list {
  padding: 0;
}
.eazydocs_shortcode ul.article_list li {
  list-style: none;
}
/*============ Documentation Single =============*/
.ezd_search_banner {
  padding: 240px 0 100px;
}
@media (max-width: 991px) {
  .ezd_search_banner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 550px) {
  .ezd_search_banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .elementor-page .shortcode_title h1 {
    font-size: 30px;
  }
}
.elementor-page .shortcode_title {
  padding-left: 10px;
}

body.single-docs .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.shortcode_info p {
  margin-bottom: 30px;
}
.shortcode_info ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}
.shortcode_info .steps-panel ol.ordered-list li {
  list-style: none;
}
.steps-panel {
  box-shadow: 0 3px 6px 0 #04495905;
  border: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 10px;
  padding-right: 10px;
}
.ordered-list {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 30px 0;
}
.ordered-list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
}
.ordered-list li::before {
  content: counter(a);
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid var(--bs-white);
}
@media (max-width: 1199px) {
  .documentation_item {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.documentation_item .media-body .title:hover {
  text-decoration: none;
}
.documentation_item .icon {
  margin-right: 15px;
}
.documentation_item .icon img {
  max-width: 36px;
}
@media (max-width: 1440px) {
  .documentation_item .icon {
    margin-right: 15px;
  }
}
#eazydocs-toc .nav-link.active {
  color: var(--primary-color);
}
#eazydocs-toc .nav-link.active::before {
  left: -20px;
  height: 100%;
  content: " ";
  position: absolute;
  border-left: 2px solid;
  color: var(--primary-color);
}
.eazydocx-credit-text p {
  margin-top: revert;
}
.eazydocs-footer {
  padding-bottom: 20px;
}
.doc_rightsidebar .pageSideSection .print i {
  color: #425466;
}
@media (max-width: 575px) {
  .doc_documentation_area {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .doc_documentation_area .doc_mobile_menu.left-column {
    max-width: 290px;
    top: 40px;
  }
}
@media (max-width: 550px) {
  .doc_documentation_area .doc_mobile_menu.left-column {
    top: 130px;
  }
}
@media (max-width: 550px) {
  .doc_documentation_area .doc_right_mobile_menu {
    top: 130px;
  }
}
@media (max-width: 991px) {
  .doc_documentation_area .doc_documentation_full_area .doc_mobile_menu {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .doc-middle-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 550px) {
  .doc-middle-content {
    padding-right: 15px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .eazydocs-comments-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer.help_text .feedback_link {
    justify-content: space-between;
  }
}
@media (max-width: 650px) {
  .help_form {
    height: auto;
  }
}
@media (max-width: 650px) {
  .help_form .modal-content {
    max-height: 640px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .help_form .modal-content {
    max-height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*============ Model Popup =============*/
.img_modal {
  background: var(--bs-white);
  padding-right: 0 !important;
  box-shadow: 0 4px 14px 0 #04495914;
}
.img_modal .close {
  font-size: 30px;
  opacity: 1;
  color: #6b707f;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 3;
}
.modal-backdrop {
  background-color: var(--bs-white);
  height: auto;
}
.modal-backdrop.fade {
  opacity: 0;
  z-index: 0;
}
#eazydocs_feedback .close:hover, #eazydocs_feedback .action_btn {
  background-color: var(--primary-color);
}
/*============ Responsive Typography =============*/
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

.doc-scrollable ul {
    list-style: none;
}

.eazydocs-footer {
    padding-bottom: 0px;
}
.eazydocs-footer {
    padding-top: 20px;
}