p b, p strong, ul li strong {
  font-family: "Archia-Medium", monospace, sans-serif;
}

video:focus {
  outline: 0;
}

body:not(.home) .betterdocs-wrapper .container,
body:not(.home) .wrapper .container {
  max-width: none !important;
  padding: 0 !important;
}

.betterdocs-search-form-wrap {
  background-image: url(../../../../wp-content/uploads/2024/01/header_search.jpg);
  background-position: center center;
  background-size: cover !important;
}
.betterdocs-search-form-wrap .betterdocs-live-search {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .betterdocs-searchform {
    border-radius: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
  }

  .betterdocs-searchform-input-wrap {
    border: none !important;
    height: 50px;
    margin-bottom: 0px !important;
    padding: 10px;
  }
}
.betterdocs-search-field {
  font-size: 20px !important;
}

svg.docs-search-icon {
  fill: #1f1f1f !important;
}

.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper {
  max-width: none !important;
  padding-top: 0px !important;
  padding-right: 25px !important;
  padding-bottom: 30px !important;
  padding-left: 25px !important;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar {
  max-width: none !important;
  grid-column: 1/span 3;
}
.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar .betterdocs-category-grid-wrapper {
  padding-top: 65px;
}
.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-sidebar .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title:first-child {
  padding: 0 !important;
}
.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-content-area {
  grid-column-end: 11;
  grid-column-start: 4;
  padding: 50px 0px 0px 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-content-area {
    grid-column-end: 12;
    grid-column-start: 1;
  }
}
.betterdocs-wrapper:not(.betterdocs-fluid-wrapper) .betterdocs-content-wrapper .betterdocs-content-area .betterdocs-content-inner-area {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper {
  min-height: 170px;
  box-shadow: none !important;
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-title {
  font-style: normal !important;
  font-weight: normal;
  font-family: "ABC Italic Bold";
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper:hover {
  box-shadow: none !important;
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper:hover .betterdocs-category-title {
  padding-left: 20px;
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper:hover .betterdocs-category-items-counts {
  background: #1f1f1f !important;
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper:hover .betterdocs-category-items-counts span {
  color: #fff !important;
}
.betterdocs-blocks.betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-items-counts {
  box-shadow: none !important;
  border: 1px solid #1f1f1f;
  height: 40px !important;
  width: 40px !important;
}

.betterdocs-sidebar ul.betterdocs-articles-list li svg {
  display: none;
}
.betterdocs-sidebar ul.betterdocs-articles-list li a.active {
  position: relative;
}
.betterdocs-sidebar ul.betterdocs-articles-list li a.active:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  z-index: 19;
  background-color: #1f1f1f;
  transition: background-color 0.2s;
}
.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-category-title {
  font-size: 22px !important;
}
.betterdocs-sidebar .betterdocs-sidebar-content .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header {
  border-right: 3px solid #1f1f1f !important;
  background: transparent !important;
}
.betterdocs-sidebar .betterdocs-single-category-wrapper .betterdocs-category-header .betterdocs-category-title:first-child {
  padding-left: 0;
}

h2.betterdocs-entry-heading,
h2.betterdocs-entry-title {
  font-size: 45px !important;
  font-family: "ABC Italic Bold";
  font-weight: normal;
  letter-spacing: 0.01em !important;
  margin: 50px auto 10px auto !important;
}

.betterdocs-breadcrumb .betterdocs-breadcrumb-item a {
  color: #7f7f7f;
  letter-spacing: 0.01em !important;
}

.betterdocs-breadcrumb-item.current span {
  color: #1f1f1f;
}

.betterdocs-taxonomy-doc-category ul li {
  background: transparent;
  padding: 0 0 0 20px !important;
  border-left: 2px solid #1f1f1f;
  margin-bottom: 10px;
  transition: padding 0.2s;
}
.betterdocs-taxonomy-doc-category ul li svg {
  display: none;
}
.betterdocs-taxonomy-doc-category ul li a {
  color: #1f1f1f !important;
  display: block;
  padding: 1em 1em 1em 0;
  font-family: "Archia-Medium", monospace, sans-serif;
  font-size: 18px !important;
  line-height: 29px !important;
}
.betterdocs-taxonomy-doc-category ul li:hover {
  padding: 0 0 0 30px !important;
}

.betterdocs-article-reactions {
  padding: 2em 0 !important;
}

.update-date {
  font-size: 14px;
  font-style: normal !important;
  color: #1f1f1f !important;
}

.docs-navigation a {
  margin-left: 0px !important;
  color: #1f1f1f !important;
}
.docs-navigation a svg {
  fill: #1f1f1f !important;
}

.h2, h2 {
  font-size: 30px !important;
}

.wp-block-file__button,
.wp-block-button__link {
  border: 1px solid #1f1f1f;
  color: #ffffff !important;
}
.wp-block-file__button:hover,
.wp-block-button__link:hover {
  background: none !important;
  border: 1px solid #1f1f1f !important;
  color: #1f1f1f !important;
}

docs-search-close .close-line {
  fill: #1f1f1f;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-3 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li {
  margin-left: 0px !important;
}

/*# sourceMappingURL=kb.css.map */
