/home/smartbloks/public_html/help.smartbloks.ai/wp-content/themes/docly/assets/scss/wp-custom.scss
/************************ Reset CSS ***********************/
.admin-bar .navbar {
  margin-top: 32px;
}
.single-docs .body_wrapper {
  overflow: inherit;
}
.admin-bar .menu_two + div, .admin-bar .menu_two + section {
  margin-top: 130px;
}
.toggle_body p:last-child,
.tab_shortcode .tab-content p {
  margin: 0;
}

.nice-select.open .list {
  width: 220px;
}
.toggle_btn {
  margin-top: .25rem!important;
}
.doc_tag .nav-item .nav-link {
  letter-spacing: .5px;
}
.documentation_text .round {
  background: transparent;
}
.documentation_text .doc-logo {
  padding-bottom: 20px;
}
.doc_faq_info .card-body p:last-child {
  margin-bottom: 0;
}
.explanation p:last-child {
  margin-bottom: 0;
}
.explanation::after {
  border-radius: 3px;
}
.table_shortcode tbody tr .th {
  background: var(--brand_color);
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}

/** === Tooltip styling === **/
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-width: 11px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: -1px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

/** === Docs Single Page Styles === **/
.elementor-page .post-password-required .shortcode_title h1 {
  padding-left: 0;
}
.footnotes-link::before {
  display: none;
}
.footnotes-link {
  color: var(--brand_color);
}
.tip_content p {
  font-size: 14px;
}
.tip_content p:last-child {
  margin-bottom: 0;
}
.footnotes_item strong {
  position: relative;
}
span.top-arrow {
  position: absolute;
  top: -3px;
}

/** === Comment Form === **/
.blog_comment_box .get_quote_form {
  position: relative;
}

p.comment-form-cookies-consent {
  position: absolute;
  top: 0;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}

p.comment-form-cookies-consent label {
  padding-left: 5px;
}

/** === Search widget === **/
.widget_search .search-form .form-control {
  padding: 0 20px;
  background: #f3f4f9;
  border-radius: 4px;
  height: 60px;
  font-size: 15px;
  color: #677294;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.widget_search .search-form button {
  position: absolute;
  background: 0 0;
  padding: 0;
  border: 0;
  right: 22px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}
.widget_search .search-form .form-control:focus {
  border-color: var(--brand_color);
  background: #fff;
}

/** === Widget recent comments === **/
.widget_recent_comments #recentcomments .recentcomments {
  position: relative;
  color: #686d7d;
}
.widget_recent_comments #recentcomments .recentcomments a {
  color: #686d7d;
}
.widget_recent_comments #recentcomments .recentcomments a:hover {
  color: var(--brand_color);
}
.widget_recent_comments .comment-author-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.widget_recent_comments .comment-author-link::before {
  position: absolute;
  content: "\77";
  font-family: 'ElegantIcons';
  left: 0;
  top: 0;
  padding-right: 10px;
  font-size: 13px;
}

.widget_recent_comments #recentcomments .recentcomments {
  font-weight: 400;
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
  margin-bottom: 15px;
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link a {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary_color);
}

/** === Single post === **/
.single_post_tags.post-tags{
  font-weight: 500;
  clear: both;
  margin-top: 40px;
}
.blog_comment_box{
  clear: both;
  margin-top: 80px;
}
.single_post_tags.post-tags a {
  color: var(--p_color);
  padding: 2px 18px;
  display: inline-block;
  background: #f3f8f9;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  margin: 4px;
  font-weight: 400;
}
.single_post_tags.post-tags a:hover {
  box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.24);
  background: var(--brand_color);
  color: #fff;
}
.post_tag .cats {
  display: inline-block;
  margin-left: 15px;
}
.post_tag .cats::before {
  content: "";
  width: 1px;
  height: 13px;
  background: #B7B9BE;
  display: inline-block;
  margin-right: 13px;
}
.post_tag .cats a::before {
  display: none;
}
.post_tag .cats a:hover {
  color: var(--brand_color);
}
.logged-in .blog_comment_box .get_quote_form {
  padding-top: 0;
}
.blog_comment_box p.logged-in-as {
  margin-bottom: 40px;
}

.subscribe_widget img {
  margin-bottom: 32px;
}

/** === Contact Form 7 === **/
.wpcf7-form-control span.wpcf7-list-item {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--p_color);
  padding-left: 22px;
  margin: 20px 20px 15px;
  position: relative;
}
.wpcf7-form-control span.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 input[type="checkbox"] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}
.wpcf7 input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--p_color);
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.wpcf7 input[type="checkbox"]:checked:before {
  border-color: var(--brand_color);
}
.wpcf7 input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s linear;
}
.wpcf7 input[type="checkbox"]:checked:after {
  opacity: 1;
}

.wpcf7 input[type="radio"] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  margin: 0;
  left: 0;
  top: 1px;
}
.wpcf7 input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid var(--p_color);
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.wpcf7 input[type="radio"]:checked:before {
  border-color: var(--brand_color);
}
.wpcf7 input[type="radio"]:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand_color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transform: scale(0);
  transition: all 0.2s linear;
}
.wpcf7 input[type="radio"]:checked:after {
  transform: scale(1);
}

.wpcf7 input[type="text"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  height: 60px;
  line-height: 55px;
  background: #f9fbfc;
  box-shadow: none;
  padding-left: 30px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 6px;
  border: 1px solid #d9e1e3;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}
.wpcf7 textarea {
  height: 200px;
  padding-top: 0;
  font-size: 14px;
}
.wpcf7 input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
  border-radius: 4px;
  background: var(--brand_color);
  display: inline-block;
  padding: 14px 28px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .18s ease-in-out;
}
.wpcf7 input[type="submit"] {
  border: 0;
  padding: 13px 42px;
  box-shadow: none;
}
.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

.wpcf7-form h6 {
  margin-bottom: 5px;
}
/* !--- End Form Styling ---! */


/** === Footnotes Columns === **/
.footnotes_column_2 {
  column-count: 2;
  column-gap: 30px;
}
.footnotes_column_3 {
  column-count: 3;
  column-gap: 30px;
}
.footnotes_column_4 {
  column-count: 4;
  column-gap: 30px;
}
.documentation_item .icon img {
  max-width: 36px;
}
.nav-sidebar .nav-item .dropdown_nav{
  padding-top: 5px;
}

/** === Code Syntax Highlighter === **/
.docly-source-code div.code-toolbar>.toolbar {
  position: absolute;
  top: 10px;
  right: 25px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.docly-source-code div.code-toolbar>.toolbar a, .docly-source-code div.code-toolbar>.toolbar button,
.docly-source-code div.code-toolbar>.toolbar span {
  display: inline-block;
  color: #bbb;
  font-size: .8em;
  padding: 3px 10px;
  border: 0;
  background: #242323;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
  margin: 0 2px;
  border-radius: 5px;
}
div.code-toolbar>.toolbar a:focus, div.code-toolbar>.toolbar a:hover, div.code-toolbar>.toolbar button:focus,
div.code-toolbar>.toolbar button:hover, div.code-toolbar>.toolbar span:focus, div.code-toolbar>.toolbar span:hover {
  color: #fff!important;
  text-decoration: none;
}

/** === Blog tweaks === **/
.widget .c_head {
  margin-bottom: 30px;
}
.widget_tag_cloud.widget .c_head {
  margin-bottom: 35px;
}
.widget_tag_cloud, .widget_categories {
  margin-bottom: -8px;
}
.doc_feedback_slider .item h5{
  margin-bottom: 10px;
}
.post_author .author_text a:hover h4,
.post_tag a:hover{
  color: var(--brand_color);
}
section.doc_blog_classic_area {
  padding: 120px 0;
}

/** === Ol & UL List Styling === **/
.blog_single_item ul.list-box,
.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol.list-box{
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  padding: 20px;
  border-radius: 2px;
}

.blog_content > ul, .blog_single_item ul, .blog_content > ol,
.comment_box .media-body > ol,
.comment_box .media-body > ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 25px;
}
.eazydocs-comments-wrap .comment_inner {
  padding-top: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog_single_item ol ol li:first-child,
.blog_single_item ul ul li:first-child {
  margin-top: 10px;
}
.blog_single_item ol:not(.ordered-list) {
  list-style: decimal;
  padding-left: 40px;
}
.blog_single_item ul li, .blog_single_item ol li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.blog_single_item ul:not(.ordered-list) li {
  position: relative;
  padding-left: 20px;
}
.blog_single_item ol:not(.ordered-list) li {
  padding-left: 10px;
}
.blog_single_item ul li + li, .blog_single_item ol li + li {
  margin-top: 15px;
}
.blog_single_item ul:not(.ordered-list)>li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand_color);
  position: absolute;
  left: 0;
  top: 7px;
}
.blog_single_item ul ul, .blog_single_item ol ol {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: unset;
  box-shadow: none;
}

.blog_single_item blockquote p,
blockquote p{
  color: var(--p_color);
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 20px;
}
.blog_single_item blockquote cite,
blockquote cite{
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary_color);
  font-style: normal;
}
.blog_top_post.sticky {
  background: #edfbfe;
  position: relative;
}
.blog_top_post.sticky .sticky-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: var(--brand_color);
  color: #fff;
}

/** === Unit test === **/
.blog .navbar:not(.navbar_fixed) .logo h3{
  color: #fff;
}
.navbar_fixed .navbar-brand.logo h3 {
  padding-top: 10px;
}
.single.has_not_menu .navbar:not(.navbar_fixed) {
  height: 98px;
}
/*.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span {
  position: fixed;
  right: 15px;
}*/
.comment ul.children {
  list-style: none;
  padding-left: 100px;
}
.comment_box .trackback, .comment_box .pingback {
  padding-top: 20px;
}
.footer_area.no_footer_widgets{
  padding-top: 20px;
}
.footer_area.no_footer_widgets .footer_bottom{
  padding-bottom: 45px;
}
.docs_widget ul li+li {
  padding-top: 25px;
}
.docs_widget ul li a img {
  max-width: 23px;
  height: auto;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: -5px;
}
.blog_related_post .blog_grid_post img {
  height: auto;
}
.shortcode_info img {
  max-width: 100%;
  height: auto;
}
.doc_banner_area_two {
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar_fixed.menu_one .nav_btn {
  background: transparent;
}
.fact_navigation .nav-item .nav-link{
  padding-left: 0;
}

/** === Search Keywords === **/
.header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  margin-top: 20px;
}

.header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  font-weight: 400;
}

.header_search_keyword ul {
  margin-bottom: 0px;
}

.header_search_keyword ul li {
  display: inline-block;
  margin-right: 4px;
}

.header_search_keyword ul li a {
  display: block;
  font-size: 14px;
  padding: 0px 12px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 300ms linear 0s;
  font-weight: 500;
}

.header_search_keyword ul li a:hover {
  background: #fff;
  color: var(--brand_color);
  border-color: #fff;
}

.doc_banner_area_two .header_search_keyword ul li a:hover {
  background: #4c5267;
  color: #fff;
}

.doc_banner_area_two .header_search_keyword span {
  color: #4c5267;
}

.doc_banner_area_two .header_search_keyword ul li a {
  color: var(--secondary_color);
  border: 1px solid var(--secondary_color);
}

/** === Doc search form result === **/
form.banner_search_form {
  display: flex;
}
.doc_banner_text .banner_search_form {
  transition: all .4s;
}
.banner_search_form .form-control:focus .doc_banner_area_one {
  align-items: flex-start;
}
.banner_search_form .form-control:focus .doc_banner_text {
  padding-top: 200px;
}
.doc_banner_text .banner_search_form {
  margin-top: 45px;
}
.doc_banner_text .banner_search_form{
  position: relative;
}
#docly-search-result{
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #e6eeef;
  border-radius: 4px;
  box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  display: none;
  transition: all .4s;
  z-index: 99;
}
#docly-search-result.ajax-search{
  display: block;
}
#docly-search-result::before{
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
}
.search-result-item .doc-item,
.search-result-item .doc-list{
  text-align: left;
}
.search-result-item .doc-item a{
  color: var(--secondary_color);
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6eeef;
  font-weight: 500;
}
.search-result-item .doc-list{
  padding: 0;
  display: flex;
  height: 100%;
}
.search-result-item.parent-doc .doc-item {
  margin-bottom: 5px;
}
#docly-search-result .search-result-item.parent-doc {
  margin-top: 15px;
}
#docly-search-result .search-result-item.parent-doc:first-child {
  margin-top: 0;
}
.search-result-item .doc-section {
  padding: 0px 15px 5px 25px;
  text-align: right;
}
.search-result-item .doc-section a {
  color: #898d99;
}
.search-result-item .doc-article {
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
}
.search-result-item .doc-article:hover {
  background: rgba(143,187,237,.1);
}
.search-result-item .doc-article:hover a {
  color: #2f495e;
}
.search-result-item .doc-article a {
  color: var(--p_color);
}
.search-result-item span {
  display: inline-block;
}

.doc_feedback_slider .item p {
  font-weight: 300;
}

.dk_menu .hamburger-cross span,
.dk_menu .hamburger span{
  background: var(--p_color);
}
.dk_menu .nav-item > .nav-link {
  color: var(--p_color);
}
.breadcrumb .breadcrumb-item:last-child{
  color: var(--secondary_color);
}
.blog_classic_item img {
  max-width: 100%;
  height: auto;
}

/** === Table Design === **/
.page_wrapper table,
.blog_single_item table {
  border: 1px solid #d6d6d6;
}
.page_wrapper table thead,
.blog_single_item table thead {
  background: #f5f5f5;
}
.page_wrapper .table_shortcode thead {
  background: #06a8cb;
}
.page_wrapper table td,
.page_wrapper table th,
.blog_single_item table td,
.blog_single_item table th {
  padding: 12px;
}
.page_wrapper table a,
.blog_single_item table a {
  color: var(--p_color);
}

.docs_widget ul.list-unstyled {
  margin-top: 25px;
  padding-top: 5px;
}

.feedback_link h6 a {
  padding-right: 0;
}

.feedback_link h6 {
  margin-top: -10px;
}

.c_head a {
  color: var(--secondary_color);
}

.journalism-feature-image img {
  margin-left: 25px;
}

.blog_post_author .media-body h5 a {
  color: var(--secondary_color);
}

.wp-block-table.is-style-stripes table {
  border: none;
}

.wp-block-table.is-style-stripes table thead {
  border-bottom: 3px solid;
  background: transparent;
}

.wp-block-table.is-style-stripes table tfoot {
  border-top: 3px solid;
}

/** === Cookie Bar === **/
.cookieAcceptBar {
  position: fixed;
  left:0;
  right: 0;
  text-align: center;
  background: rgb(51, 51, 51);
  color: rgb(204, 204, 204);
  padding: 0 0 10px;
  z-index: 9;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.cookieAcceptBar p {
  margin-bottom: 0;
  padding-top: 10px;
}
.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: var(--brand_color);
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 40px;
  font-size: 12px;
}
/** --- End Cookie --- **/

.journalism-feature-image img {
  top: 150px;
}

.breadcrumb_area_three .breadcrumb_text {
  max-width: 100%;
}

.doc_banner_area_one {
  padding: 250px 0 100px;
  min-height: 750px;
  height: auto;
  align-items: start;
}

.search-result-item .doc-list .doc-section {
  flex: 33% 0 0;
  padding: 5px 15px 5px;
}

#docly-search-result h5 {
  margin-bottom: 0;
}

.search-result-item .doc-article {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 67% 0 0;
  transition: all .3s;
}
form.banner_search_form {
  display: block;
}

/** === Registration / Login Form === **/
#reg-form-validation-messages {
  color: #29bd5d;
  padding-bottom: 20px;
  padding-top: 25px;
}

#reg-form-validation-messages .error span {
  padding-right: 5px;
}
#reg-form-validation-messages .error {
  color: #f95959;
}

/** === Link and paragraph style === **/
.onepage-doc-sec p,
.doc-middle-content p {
  line-height: 1.9;
}
.onepage-doc-sec li,
.onepage-doc-sec p, .doc-middle-content p,
.card-body, .blog_single_item p {
  a {
    color: inherit;
    position: relative;
    text-decoration: none;
    text-decoration: underline;
    text-decoration-color: rgba(76,122,241,.25);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    &[target="_blank"] {
      margin-right: 15px;
      &::after {
        content: "\26";
        font-family: eleganticons;
        position: absolute;
        top: -8px;
        right: -10px;
        font-size: 10px;
        background-color: transparent !important;
      }
    }
  }
}

.onepage-doc-sec p a:hover, .doc-middle-content p a:hover,
.card-body a:hover, .blog_single_item p a:hover {
  text-decoration-color: var(--brand_color);
}
.post_author_two .media-body p {
  color: #23262f;
}

#was-this-helpful {
  margin-top: -25px;
}

.documentation_body img {
  max-width: 100%;
  height: auto;
}

.sticky-nav-doc .body_fixed.body_navbar_fixed .doc_left_sidebarlist,
.sticky-nav-doc .body_fixed.body_navbar_fixed .doc_rightsidebar {
  padding-top: 50px;
}

.onepage-doc-sec .border_bottom {
  margin: 80px 0 100px 0;
}

.onepage-doc-sec .doc-content h4,
.onepage-doc-sec .doc-content h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

#post .onepage-doc-sec {
  padding-top: 120px;
  margin-top: -120px;
}

.articles-list .article_list {
  padding-left: 20px;
  padding-top: 1px;
}

#post .onepage-doc-sec:last-child .child-doc:last-child .border_bottom {
  display: none;
}

.process_tab_shortcode ul#myTabs li::before {
  display: none;
}

.ordered-list li ul,
.ordered-list li ol {
  list-style: none;
  padding-left: 0;
}

.taxonomy.forum-post-tags .tags {
  color: #838793;
}

.question-icon {
  margin-top: -20px;
}

input#searchInput {
  border: 0 solid transparent;
  box-shadow: none;
}

form.banner_search_form {
  position: relative;
  z-index: 1;
}

.doc_banner_area_one {
  overflow: unset;
}

.doc_banner_area_one .bl_right, .doc_banner_area_one .bl_left {
  bottom: 0;
}

.shortcode_info {
  padding-left: 0;
  padding-right: 45px;
}

.footer_top .widget.widget_nav_menu ul li a.nav-link {
  padding: 0;
}

.preset_footer .f_widget {
  padding-left: 30px;
}

.subscribe_widget .f_social_icon {
  padding-top: 40px;
}

.subscribe_widget p.mchimp-errmessage {
  margin-top: 20px;
  margin-bottom: 0;
}

.doc_banner_text_two .banner_search_form .form-control {
  flex-grow: 1;
}

.doc_banner_text_two .banner_search_form .input-group-append {
  flex-grow: 0;
}

.input-group-append {
  display: flex;
}

.doc_banner_area_two, .doc_banner_area_two .building_img {
  z-index: unset;
}

.elementor-widget-docly_list_item .steps-panel {
  border: none;
}

.blog_single_item ol li,
.shortcode_info ol li {
  margin-bottom: 15px;
}

.more-communities {
  border-bottom: none;
}


body.page-template-page-onepage .body_wrapper {
  overflow: inherit;
}

.page-template-page-onepage .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}

body:not(.single-docs) .body_fixed #font-switcher {
  width: 216px;
}

.doc_banner_area_one .dark {
  z-index: 0;
}

.doc-sec-unique {
  margin-top: 15px;
}

.click_capture {
  background: rgba(0, 0, 0, 0.6);
}

.pointing_img_container .img_pointing {
  position: absolute;
}

.navbar .nav-bar-search + .nav_btn {
  margin-left: 20px;
}

.search_form .search-nav,
.nav-bar-search .search_form:focus-within .search-submit-icon {
  display: none;
}

.search_form:focus-within .search-submit-icon + .search-nav {
  display: flex;
}

.search_form .search-nav {
  position: absolute;
  top: 5px;
  right: 10px;
}

.search_form .search-nav button {
  font-size: 20px;
  position: static;
}

.search_form .search-nav .clear {
  padding: 2px;
  border: 1px solid #e1e4e5;
  border-radius: 50%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 16px;
  margin-top: 6px;
  margin-left: 5px;
}

.search_form .search-nav .clear:hover {
  background: #E81123;
  border-color: #E81123;
  color: #fff;
}

.sticky_menu .menu_one .menu > .nav-item .nav-link {
  font-weight: 500;
}

.docly-banner-support .banner-content-wrapper .banner-title {
  font-weight: 700;
}

.ordered-list li p:last-child {
  margin-bottom: 0;
}

.widget_search .search-form input[type="search"]::-webkit-search-decoration,
.widget_search .search-form input[type="search"]::-webkit-search-cancel-button,
.widget_search .search-form input[type="search"]::-webkit-search-results-button,
.widget_search .search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

#docly-search-result h5 {
  margin-bottom: 0;
  color: var(--secondary_color);
  padding: 20px;
  box-sizing: border-box;
}

.single-onepage-docs .breadcrumb_area_three .one {
  display: none;
}

/** === Dark Mode CSS === **/
.body_dark {
  .onepage-doc-sec p a:hover, .doc-middle-content p a:hover,
  .card-body a:hover, .blog_single_item p a:hover {
    color: #fff;
  }
  .dk_menu .nav-item > .nav-link {
    color: #fff;
  }
  .breadcrumb_area {
    background-color: #2c303a;
    background-image: none;
  }
  .custom-select,
  input#searchInput {
    background: #131417;
    color: #fff;
  }
  .breadcrumb_area{
  .custom-select{
    &:before {
      background: #707172;
      }
    }
  }
  &.search-focused{
    .custom-select,
    input#searchInput {
      background: #363636;
    }
  }
  #docly-search-result {
    background: #444853;
    border: 1px solid #444853;
      h5.error.title {
        color: #fcfcfc;
      }
  }
  #docly-search-result::before {
    background: #444853;
    border-left-color: #444853;
    border-top-color: #444853;
  }
  .breadcrumb .breadcrumb-item {
    color: #9dabb7;
  }
  .nice-select .list {
    background-color: #131417;
  }
  .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #444853;
    color: rgb(255, 255, 255);
  }
  #docly-search-result .search-result-item {
    border-bottom-color: rgb(204 204 204 / 60%);
  }
  .blog_comment_box .get_quote_form .form-group .form-control {
    background: #131417 !important;
    border-color: #383838;
    color: #fff;
    &:focus{
      border-color: var(--brand_color);
    }
  }
  .alert-info {
    color: #a4a2a4;
    background: #2c303a;
    border-color: #2c303a;
  }
  .contact_form .form-group .form-control, .contact_form .form-group textarea {
    border-color: #373838;
    background-color: #090909;
  }
}

#docly-search-result .search-result-item {
  padding: 7px 15px;
  position: relative;
  border-bottom: 1px solid rgba(216, 216, 224, 0.6);
  transition: 0.3s all;
  cursor: pointer;
}
#docly-search-result .search-result-item a {
  display: flex;
}
#docly-search-result .search-result-item a.title {
  color: var(--black_800);
}
#docly-search-result .search-result-item:last-child {
  border-bottom: none;
}
#docly-search-result .search-result-item:hover svg.block.h-auto.w-16 {
  display: block;
}
#docly-search-result .search-result-item:hover {
  background: var(--ezd_brand_color);
}
#docly-search-result .search-result-item:hover .breadcrumb-item {
  color: var(--black_100);
}
#docly-search-result .search-result-item:hover a {
  color: #fff;
}
#docly-search-result .search-result-item img, #docly-search-result .search-result-item svg.block.h-full.w-auto {
  position: absolute;
  top: 12px;
  margin: auto;
}
#docly-search-result .search-result-item svg.block.h-auto.w-16 {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.cheatsheet_accordian .card .card-header button:focus{
  outline: none;
  box-shadow: none;
}

body.body_dark{
  .cheatsheet_item,
  .process_tab_shortcode .version,
  .key, kbd, p .key, p kbd {
    background: #2c303a;
  }

  .cheatsheet_accordian .card {
    background: transparent;
  }

  .table_shortcode tbody tr td:not(.th),
  .notice p {
    color: black;
  }

  .cheatsheet_accordian .card .card-header button {
    color: #fff;
  }

  .cheatsheet_item,
  .process_tab_shortcode .version,
  .tab_shortcode .nav-tabs .nav-item .nav-link {
    background: #2c303a;
  }

  .cheatsheet_accordian .card {
    background: transparent;
  }

  .table_shortcode tbody tr td:not(.th),
  .notice p {
    color: black;
  }

  .cheatsheet_accordian .card .card-header button {
    color: #fff;
  }
}
.bbp-voting {
  position: absolute;
  left:0;
  
  @media screen and ( min-width: 561px ) {
    padding-right: 0;
  }

  .score {
    text-align: left;
    padding-left: 8px;
    margin-left: 0 !important;
  }
  a.vote {
    margin-left: 0 !important;
}
}

.navbar {
  button.navbar-toggler {
    &:focus {
      box-shadow: none;
    }
  }
}

/*================= Footer ===============*/
.footer_area  {
  .footer_widget  {
    ul {
      li {
        a {
          &::after {
            display: none;
          }
        }
      }
    }
  }
}