:root {
  --main-gray: #4a4e57;
  --main-green: #a3c238;
  --main-blue: #13abd8;
  --nf-blue: #1fbfe8;
  --ice-blue: #e7e6e6;
  --box-shadow-regular:  0 0 10px 0 rgba(0, 0, 0, 0.19);
  --box-shadow-hover: 3px 3px 10px 0px rgb(0 0 0 / 36%);
  --border-radius-regular: 10px;
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 768px) {
  table {
    width: 100% !important;

    tbody {
      tr {
        td {
          padding: 8px;
          font-size: 12px;
          width: 33.33% !important;
        }
      }
    }
  }
}

.kb_breadcrumbs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  column-gap: 8px;
  padding-inline: 20px;
  flex-wrap: wrap;
}

.kb_breadcrumbs a:last-child {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}

.kb-breadcrumbs-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.kb-breadcrumbs-wrapper .kb_breadcrumbs .kb-breadcrumb {
  text-transform: uppercase;
  color: #17191d;
  font-size: 11px;
}

.kb-breadcrumbs-wrapper .kb_breadcrumbs .kb-breadcrumb:hover {
  color: var(--nf-blue) !important;
}

.kb-breadcrumbs-wrapper .kb_breadcrumbs a.kb-breadcrumb:hover:not(:last-child) {
  color: var(--nf-blue);
}

.kb_breadcrumbs_separator {
  font-weight: 300;
  font-size: 16px;
}

.kb-list-item:hover {
  transform: scale(1.01);
  transition: 0.3s;
}

.kb-list-item:hover .kb-item-link {
  color: var(--main-blue);
}

.kb-list-item {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  display: block;
  transition: 0.3s;
}

.kb-content-wrapper {
  margin-top: 25px;
  display: flex;
  padding-block: 25px;
  padding-inline-start: 10px;
  padding-inline-end: 80px;
  flex-wrap: wrap;
  line-height: 1.56;
  justify-content: center;
}

.kb-content-wrapper u {
  text-decoration: none;
}

.kb-content-wrapper a {
  color: var(--nf-blue) !important;
  font-weight: 600;
  text-decoration: none;
}

.kb-single .kb-content-wrapper a:hover{
  text-decoration: underline;
}

.kb-single em {
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.kb-single strong, .kb-single b {
  font-weight: 600;
}

.kb_sidebar-wrapper {
  flex-shrink: 0;
  flex: 1;
  min-width: 300px;
  margin-inline: 30px;
  margin-top: 30px;
}

.kb_sidebar-wrapper #expertForm {
  top: 100px;
  position: sticky;
  max-width: 350px;
}

.kb_content {
  min-width: 0;
  flex: 3;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-inline: 3.125rem;
  font-family: Poppins, sans-serif;
  min-width: 550px;
}

.kb_content h2 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1.8rem;
}

.kb_content h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  margin-top: 1.6rem;
}

.kb_content--single p,
.kb_content--single ul,
.kb_content--single ol,
.kb_content--single li,
.kb_content--single span,
.kb_content--single div {
  font-weight: 300;
  color: #5d5f64;
  margin-bottom: 0.2rem;
}

.kb_content--single h1 {
  font-size: 32px;
  font-weight: 600;
  color: #17191d;
  margin-bottom: 1.3rem;
  margin-top: 1.8rem;
}

h1.kb-title{
  color: var(--main-gray) !important;
  font-size: 1.75rem;
  font-weight: bold;
}

.kb_content--single h2 {
  font-size: 1.5rem;
  color: var(--main-gray);
  font-weight: 600;
  margin-bottom: 1.3rem;
  margin-top: 1.8rem;
}

.kb_content--single h3,
h4,
h5 {
  color: var(--main-gray);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
  margin-top: 1.6rem;
}
.kb_content--single pre,
.kb_content--single code {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}

.kb_content--single table {
  overflow-wrap: hyphenate-word;
  hyphens: overflow;
}

.kb_content--single p:first-child {
  margin-bottom: 0;
}

.kb_content--single li {
  margin-bottom: 5px;
}

.kb_content--single li:not(:last-child) {
  margin-bottom: 5px;
}

.kb_content--single ul, .kb_content--single  ol {
  margin-bottom: 1rem;
  padding-inline-start: 1rem;
}

body .kb_content--single img  {
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-block: 1.5rem;
}

/*sidebar*/
.kb_sidebar {
  top: 20px;
}

.kb-categories {
  list-style: none;
  padding-left: 10px;
}

.menu-posts-item {
  margin-bottom: 20px;
}

.parent-term-item {
  border-radius: 5px;
  padding-right: 20px;
}

.parent-term-item.active {
  background-color: #f7f7f7;
}

.child-terms {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}

.parent-term-item.active .child-terms {
  max-height: 1200px;
}

.kb-parent-icon:hover {
  fill: var(--main-blue);
}

.kb-category-icon.kb-child-icon {
  margin-left: 10px;
}

/*.kb-parent-icon:hover,*/
.parent-term-item.active .kb-parent-icon {
  transform: rotate(45deg);
}

.kb-child-icon:hover {
  fill: var(--main-blue);
}

.child-term-item.active .kb-child-icon {
  transform: rotate(90deg);
}

.parent-term-item.active .kb-categories-link-parent,
.child-term-item.active .kb-categories-link-child,
.parent-term-item.active .kb-parent-icon,
.child-term-item.active .kb-child-icon {
  fill: var(--main-green);
  color: var(--main-green);
}

.cat-posts-item.active .kb-categories-link,
.menu-posts-item.active .kb-categories-link {
  font-weight: 700;
}

.child-term-item .kb-categories-link:hover,
.parent-term-item .kb-categories-link:hover {
  color: var(--main-blue);
  fill: var(--main-blue);
  transform: rotate(0deg);
}

.kb-category-icon {
  display: inline-block;
  height: fit-content;
  margin-right: 20px;
  fill: #7e7e7e;
  margin-left: 5px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  transform: translateY(2px);
  cursor: pointer;
}

.child-term-item {
  font-weight: 300;
}

.child-term-item.active .cat-posts {
  max-height: 1000px;
  transition: max-height 0.4s ease-out;
}

.cat-posts {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  list-style: none;
  padding-left: 60px;
}

.cat-posts.active {
  max-height: 1000px;
}

.cat-posts-item {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  padding-block: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 30px;
}

.cat-posts-item.active {
  font-weight: 700;
}

.kb-categories .kb-categories-link {
  font-size: 14px;
  font-weight: normal;
  width: 90%;
  color: var(--main-gray, var(--main-gray));
}

.kb-categories-link:hover {
  color: #16abd8;
}

.kb-categories__name {
  margin: 0;
  padding: 10px 0 10px 5px;
  cursor: pointer;
}

.kb-populated {
  display: flex;
}

.kb-subcat-posts {
  list-style: none;
  padding: 0;
  max-width: 1100px;
}

.kb-main-wrapper {
  width: 78%;
  margin: auto;
  padding-block: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
}

.kb-main-cat-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: auto;
  margin-bottom: 50px;
}

.kb-subcat-name-wrap {
  border-bottom: solid 1px #f2f2f2;
  font-weight: 400;
  margin-bottom: 10px;
  padding-inline: 30px;
  padding-block: 20px;
  max-width: 1100px;
  transition: 0.3s;
}

.kb-main-cat-title {
  display: flex;
  align-items: center;
}

.kb-subcat-name-wrap p.kbs-count, .kbs-count {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-gray);
}


h3.kb-subcat-name,
.kb-subcat-description p,
.kbs-count {
  transition: 0.3s;
}

h3.kb-subcat-name {
  font-family: Poppins;
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--main-gray);
}

.kb-subcat-name-wrap:hover {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  cursor: pointer;
}

.kb-subcat-name-wrap:hover > a h3,
.kb-subcat-name-wrap:hover > .kb-subcat-name,
.kb-subcat-name-wrap:hover > .kb-subcat-description p,
.kb-subcat-name-wrap:hover > .kbs-count
{
  color: var(--main-blue, #13abd8);
  transition: 0.3s;
}


/* sub category page */

h1.solution-category-subheading {
  font-size: 2rem;
  font-family: 'Poppins';
  font-weight: bold;
  color: var(--main-gray);
}


h2.solution-category-subheading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2rem;
}

.header_description_for_solution_category {
  font-size: 1.125rem;
  color: #888888;
}

/* welcome page */

.kb-card-link {
  background-color: #fff;
  border: solid 1px #f2f2f2;
  padding: 30px 30px 30px 20px;
  min-height: 200px;
  border-radius: 5px;
}

.kb-card-link:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.kb-cat-tile {
  max-width: 1080px;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

h2.kb-title {
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #17191d;
  margin-bottom: 1.3rem;
  margin-top: 1.8rem;
}

.kb-title-main {
  margin-top: 35px;
}

.kb-main-card {
  font-family: Poppins, sans-serif;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 28px;
  color: black;
  cursor: pointer;
  max-width: 435px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  transition: all 0.2s;
}

.kb-main-card .kb-card-header img {
  aspect-ratio: 1.43;
  width: 100%;
}

.kb-main-card .kb-card-body {
  padding-inline: 30px;
  padding-block-start: 15px;
  padding-block-end: 10px;
}

.kb-main-card .kb-card-body h2.kb-title {
  color: var(--main-gray);
  font-size: 20px !important;
  margin-top: 0px;
  margin-bottom: 8px;
  position: relative;
}

.kb-main-card .kb-card-body p {
  color: #888888;
  font-size:16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.kb-main-card .kb-card-body span.articles-count {
  color: var(--main-gray);
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  display: block;
}

.kb-main-card a> p {
  color: black;
}

.kb-main-card:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  transform: scale(1.01);
}

.kb-main-card:hover .kb-card-body h2,
.kb-main-card:hover .kb-card-body p,
.kb-main-card:hover .kb-card-body span {
  color: #16abd8;
  transition: color 0.3s;
}

.kb-title  {
  color: #17191d;
  font-size: 28px;
}



.kb-card-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin: 0px;
  margin-top: 0.3rem;
  color: #17191d;
}

.kb-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.kb-card-count {
  margin-top: auto;
}
.kb-card-link:hover {
  color: var(--main-blue);
}

.kb-card-title-wrapper {
  display: flex;
  padding-bottom: 1rem;
}

.kb-card .kb-card-count {
  font-size: 12px;
  color: var(--main-gray);
  margin-bottom: 0;
  margin-top: auto;
}

.kb-card:hover {
  color: var(--main-blue);
}

.kb-item-link {
  color: #888888;
  font-size: 18px;
  font-weight: normal;
}

.kb-card-description {
  font-weight: 400;
  color: var(--main-gray);
  font-size: 14px;
  margin-top: 0;
}

div.kb-subcat-description p {
  font-size: 1.125rem;
  color: #888888;
}

.kb-hero {
  background-image: url("/wp-content/uploads/2022/08/KB-Spots-Mobile-AppSec-Release-Orchestration2.svg");
  color: #ffffff;
  text-align: center;
  background-size: cover;
  padding: 80px 0;
  background-color: var(--main-blue);
}

.kb-hero .kb-hero-heading {
  color: #ffffff;
  margin: auto;
  margin-bottom: 25px;
  font-size: 3rem !important;
  font-weight: 500;
}

.kb-hero .searchform {
  width: 980px;
  min-width: 300px;
  margin: auto;
  max-width: 90vw;
}

.kb-hero .kb-hero-subheading {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.hints {
  background-color: #ffffff;
}

.ui-autocomplete {
  border-top: none;
  margin-left: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999;
  background-color: #ffffff;
  list-style: none;
  padding-left: 0;
  width: 70vw;
  animation: fadeIn 0.3s ease-in-out;
  max-width: 800px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

}

.ui-autocomplete li {
  list-style: none;
  padding: 15px;
  background-color: #ffffff;
  cursor: pointer;
}

.ui-autocomplete li:hover {
  background-color: #f4f3f3;
  color: #16abd8;
  transition: 0.3s;
}

.ui-autocomplete li:first-child {
  margin-top: 40px;
}

.kb-author {
  margin-right: 0;
  color: var(--main-gray);
  font-size: 14px;
  margin-bottom: 0.8rem;
}

.kb-card-text {
  flex-basis: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kb-single,
.kb-category-page {
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 1368px) {
  .kb-single,
  .kb-category-page {
    width: calc(80% - 350px);
  }
}

/* icons */

.kb-card-icon {
  height: auto;
  width: 30px;
  margin-right: 10px;
}

.kb-card-icon:hover {
  color: var(--main-blue);
}

.kb-cat-icon {
  margin-right: 20px;
  font-size: 30px;
  color: var(--main-blue);
}

.kb-card-icon.advanced-app-shielding:after {
  content: "\f3ed";
}

.kb-card-icon.jailbreak-and-root-protection:after {
  content: "\f3ce";
}

.kb-card-icon.enterprise-mobility:after {
  content: "\f085";
}
.kb-card-icon.mobile-access-and-microvpn-profiles:after {
  content: "\f30d";
}

.kb-card-icon.hackzero:after {
  content: "\f2f7";
}

.kb-card-icon.data-loss-prevention:after {
  content: "\f1c0";
}

.kb-card-icon.mobile-authentication:after {
  content: "\f14a";
}

.kb-card-icon.mobile-identity:after {
  content: "\f2c2";
}
.kb-card-icon.mobile-privacy:after {
  content: "\f070";
}
.kb-card-icon.secure-communication:after {
  content: "\f09e";
}
.kb-card-icon.mobile-threat:after {
  content: "\f456";
}
.kb-card-icon.totalcode-obfuscation:after {
  content: "\f2a1";
}
.kb-card-icon.totaldata-encryption:after {
  content: "\f121";
}

.kb-card-icon.accelerating-app-lifecycles:after {
  content: "\f192";
}

.kb-card-icon.threat-events:after {
  content: "\f164";
}

.kb-card-icon.appdome-rest-api:after {
  content: "\f1ce";
}

.kb-card-icon.troubleshooting-and-tips:after {
  content: "\f0eb";
}

.kb-card-icon.how-appdome-works:after {
  content: "\f0c3";
}

.kb-search-bg {
  background-image: url("/wp-content/uploads/2022/08/KB-Spots-Mobile-AppSec-Release-Orchestration2.svg");
  padding-block: 50px;
  padding-inline-end: 100px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-left: 20%;
  flex-direction: column;
}
.header_description_for_main_category {
  max-width: 1000px;
  margin-bottom: 30px;
  color: var(--main-gray);
  font-size: 1.125rem;
}
.appdome-search-form-content {
  position: relative;
}
.appdome-search-button {
  position: absolute;
}

.kb-search-container {
  max-width: 800px;
  width: 100%;
}
.appdome-search-form-input {
  border-radius: 30px !important;
}
.search-result-author {
  padding-bottom: 5px;
  font-size: 15px;
  color: #0006;
}

.kb_content .search-result-wrapper {
  padding: 20px;
  border-radius: var(--border-radius-regular);
  border-bottom: 1px solid var(--ice-blue);
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}

.kb_content .search-result-wrapper:hover {
  box-shadow: var(--box-shadow-regular);
  transform: scale(0.99);
  transition: 0.3s;
}

.kb_content .search-result-wrapper a.search-result-title {
  font-size: 26px;
  font-weight: 400;
  color: #17191d !important;
}

.kb_content .search-result-wrapper:hover > a.search-result-title{
  color: var(--nf-blue) !important;
}

.search-result-links {
  font-size: 30px;
  font-weight: 400;
}

.kb-search-results #menu-footer-menu li {
  font-size: 20px;
}
.kb-search-result-excerpt {
  margin: 15px 0 10px;
}
.kb-search-result-excerpt p {
  margin-bottom: 0;
}
.kb-search-result-wrapper {
  display: flex;
  margin-top: 20px;
}

.kb-search-result-option:first-child {
  flex: 1 1 50%;
  margin-right: 50px;
}
.kb-search-result-option-title {
  font-size: 24px;
}

.post-type-archive-kb_article #main {
  padding: 0 !important;
}

.developer-form {
  background-color: var(--main-gray);
}

.get-guide-form {
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.get-guide-form .hbspt-form {
  padding: 20px;
}
.get-guide-form form .hs-form-field label:not(.hs-error-msg) {
  color: #ffffff;
  font-size: 12px;
}
.get-guide-form form .hs-form-field {
  text-align: left;
}
.developer-form .hs-button.primary {
  background-image: none;
  background-color: var(--main-gray);
  border: 1px solid #ffffff;
  font-size: 18px;
}
.get-guide-form label.hs-error-msg {
  color: #f74c3b;
}
.get-guide-form__image {
  background-image: url(/wp-content/uploads/2020/08/Blog-Ultimate-Guid-to-mobile-App-Security-small.jpg);
  height: 190px;
  background-size: contain;
}

span.italic {
  font-style: italic;
}

.wp-block-codemirror-blocks-code-block {
  max-width: 70vw;
}


@media screen and (min-width: 780px) and (max-width: 1368px) {
  .kb_sidebar-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .kb-main-wrapper {
    padding-block: 50px;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media screen and (max-width: 780px) {
  .kb_content {
    min-width: unset;
  }
  .wp-block-codemirror-blocks-code-block {
    max-width: 88vw;
  }

  .kb-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-block: 40px;
  }

  .kb-all-wrapper {
    flex-wrap: wrap;
  }

  .kb-cat-tile {
    text-align: center;
  }

  .kb-content-wrapper {
    padding-inline-start: unset;
    padding-inline-end: unset;
  }

  .kb_sidebar .get-guide-form {
    margin-left: 0;
    margin-right: 3.125rem;
    margin-bottom: 20px;
  }
  .kb_sidebar #expertForm {
    margin-right: 10%;
    margin-top: 20px;
  }
  .kb-cat-tile {
    font-size: 25px;
  }
  .kb-search-bg {
    padding: 30px 30px 40px;
  }

  .kb-category-page{
    justify-content: center;
  }

  .kb-single,
  .kb-category-page,
  .kb-search-results {
    padding: 20px;
    width: 100%;
    margin: auto;
  }
  .get-guide-form__image {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kb-search-container {
    width: 100%;
  }

  .kb-categories {
    padding-left: 0;
    margin: auto;
  }

  .kb_content {
    max-width: 100%;
    margin: 0;
  }

  .get-guide-form{
    margin-left: none;
  }
  .kb-content-wrapper {
    max-width: 90%;
    margin-right: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-family: Poppins !important;
  }

  .kb-main-cat-wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;

  }
  .get-guide-form{
    margin: auto;
  }

  div#expertForm{
    margin: auto;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .kb-hero .kb-hero-heading {
    font-size: 32px !important;
  }

  .kb-hero {
    padding: 80px 20px;
  }

  .kb-single,
  .kb-category-page {
    padding: 35px 5px 5px 10px;
    width: 100%;
  }
}

.appdome-search-submit {
  visibility: hidden;
}
.header_description_for_solution_category {
  font-size: 16px;
  font-weight: 400;
}

.su-spoiler-style-default>.su-spoiler-title {
  padding-left: 32px !important;
  padding-block: 15px;
  border-bottom: 1px solid #c7c7c7;
  outline: none !important;
  font-size: 16px;
  color: #17191d;
  font-weight: 600;
}

.su-accordion .su-spoiler {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.su-tabs-nav span.su-tabs-current {
  font-weight: bold;
}

.su-tabs-nav span {
  font-size: 16px !important;
  outline: none !important;
}

.su-tabs-nav span:not(.su-tabs-current):hover {
  color: var(--main-blue);
}

.su-spoiler-title:hover {
  color: var(--main-blue);
}

.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: 8px !important;
  top: calc(50% - 11px);
}

.su-tabs-pane {
  font-size: 16px !important;
}

.tablepress thead th {
  background-color: #13abd8 !important;
  color: white;
  padding-left: 8px;
}

.note-container {
  display: flex;
  border-left: 5px solid  #13abd8;
  border-radius: 5px;
  padding-left: 10px;
  padding-block: 15px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 5%);
  align-items: center;
  margin-block: 12px;
  flex-wrap: wrap;
}

.note-container i {
  font-size: 24px;
  margin-right: 10px;
}

.note-container.warning {
  background-color: rgba(243, 231, 72, 0.2);
  border-color: #fde728;
}

.note-container.info {
  background-color: rgba(127, 191, 228, 0.2);
}

.note-container.danger {
  background-color: rgba(255, 87, 72, 0.2);
  border-color: #ff6554;
}

.note-container.success {
  background-color: rgb(158 255 171 / 20%);
  border-color: #54ff57;
}

.kb_content--single .new-kb-template ol li {
    counter-increment: list;
    padding-right:10px;
    display:flex;
}

.kb_content--single .new-kb-template ul li {
  display: list-item;
}

.kb_content--single .new-kb-template ol {
    counter-reset: section;
    list-style-type: none;
}

.kb_content--single .new-kb-template ul li::before {
    content: none;
}

.kb_content--single .new-kb-template ol li::before {
    counter-increment: section;
    content: counters(section, ".") ".  ";
    list-style-type:none;
    font-weight: 600;
    padding-right:10px;
}

.kb_content--single p {
    line-height: 1.6;
}

.all-tabs {
  width:100%;
}

.all-tabs .tab button {
  color: black;
  font-family: 'Poppins';
  border-radius: 0;
  font-weight: 400;
}

.all-tabs .tab button:hover {
  color: #13abd8;
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 10px;
  border-radius: 5px 5px 0 0;
}

.all-tabs .tab button.active {
  background-color: white;
  font-weight: 600;
  color: #16abd8;
  border-radius: 5px 5px 0 0;
  padding-top: 10px;
  box-shadow: 0 0 20px 6px rgb(0 0 0 / 5%);
  z-index: 2;
}

.all-tabs .tab {
  display: flex;
  align-items: end;
  border-radius: 5px 5px 0 0;
  border-bottom: #c7c7c7;
  overflow-x: auto;
}

table.threat-table th {
  text-align: start;
  color: white;
  background-color: #16abd8 !important;
}

table.threat-table th:hover {
  background-color: #16abd8 !important;
}

.red-x {
  position: relative;
  font-size: 22px;
  font-family: 'Poppins';
  color: #fa3b54;
}

.side-menu-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
  width: 20%;
  background: #f7f7f7;
  padding-right: 30px;
  padding-block: 50px;
  min-width: 270px;
}

.elementor-kit-50283 .side-menu-wrapper a {
  color: unset
}

.kb-search-results {
  display: flex;
}

.kb-search-results .kb-content-wrapper {
  width: 80%;
}

nav.side-menu-wrapper ul {
  list-style: none;
  padding: 0;
  line-height: 1.65;
}

nav.side-menu-wrapper {
  padding-left: 30px;
}

.side-menu-wrapper a {
  font-family: 'Poppins';
  font-size: 12px;
}

.main-category-link img {
  margin-right: 10px;
}

a {
  color: #16abd8;
}

.main-category-container a {
  padding-left: 10px;
  padding-block: 5px;
  display: flex;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
}

.main-category-container a.main-category-link {
  color: #17191d;
  font-weight: bold;
}

.category-container:not(.main-category-wrapper), .post-title-container a, .articles-container-wrapper {
  border-left: 2px solid #e8e8e8;
}

.main-category-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
}

.secondary-category-container {
  display: flex;
  flex-direction: column;
}

.secondery-categories-wrapper {
  margin-left: 18px;
}

.post-title-container {
  margin-left: 23px;
}

a.main-category-link:hover, a.second-category-link {
  text-decoration: none !important;
}

.post-title-container.article-menu-item {
  margin-left: 27px;
}

a.second-category-link {
  padding-left: 24px;
}

.post-title-container.active a, .post-title-container a:hover,
.category-container.active:not(.main-category-wrapper), .category-container.active a.main-category-link, .category-container:hover  {
  border-color: #16abd8;
  color: #16abd8 !important;
  text-decoration: none !important;
}

.category-container {
  display: flex;
  align-items: center;
  line-height: 2.2;
}

.category-container i {
  margin-left: 10px;
  cursor: pointer;
  font-size: 7px;
  width: 7px;
  opacity: 1;
  transition: 0.3s;
}

.category-container.active {
  font-weight: bold;
}
.category-container i.fa-play {
  margin-top: 3px;
}

.category-container.active i.fa-play {
  transform: rotate(90deg);
  opacity: 1;
  color: #16abd8;
}

.category-container:not(.active):hover > i.fa-play {
  opacity: 1;
  color: #16abd8;
}

.category-container i.fa-play {
  opacity: 0;
  transition: 0.3s;
}

.parent-category-container {
  display: none;
}

.parent-category-container.active {
  display:block;
  animation: fade-in 0.3s;
}

.kb-all-wrapper {
  display: flex;
  overflow-x: auto;
}

a.how-to-menu-header  {
  font-size: 14px;
  color: var(--main-gray);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding-inline-start: 10px;
}

a.how-to-menu-header:hover {
  color:#16abd8;
}

.main-category-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #b6b6b6;
  mask-repeat: no-repeat;
  mask-position: center / contain;
  -webkit-mask-position: center / contain;
  -webkit-mask-repeat: no-repeat;
}

.main-category-icon:hover {
  transition: background-color 0.3s ease;
  background-color: #16abd8;
}

.main-category .category-container:hover > a.main-category-link {
  color: #16abd8;
}

.main-category .category-container:hover > a.main-category-link .main-category-icon,
.main-category .category-container.active .main-category-icon {
  background-color: #16abd8;
}

.side-menu-wrapper .mobile-menu i.hidden,
.side-menu-wrapper .mobile-menu {
  display: none;
}

.menu-content.hidden {
  display: block;
}

@media (max-width: 768px) {
    #elementor-toggle-kb-menu.menu-exists {
        display: block;
    }

  #kb-mobile-menu-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #kb-mobile-menu-toggle i::before {
    font-size: 22px;
  }

  .side-menu-wrapper .mobile-menu .menu-content.hidden {
    display: none;
  }

  .side-menu-wrapper {
    position: fixed;
    top: 0;
    width: 100vw;
    margin-top: 37px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 20%);
    z-index: 999;
    overflow-y: auto;
    max-height: 85vh;
  }

  .side-menu-wrapper .menu-content {
    padding-top: 25px;
    animation: fade-in 0.3s;
  }

  .side-menu-wrapper .menu-content.hidden {
    display: none;
  }

  .side-menu-wrapper .mobile-menu {
    display: flex;
    justify-content: space-between;
  }

  .parent-category-container.active {
    max-height: 85vh;
    overflow-y: auto;
  }

  a.appdome-logo {
    display: flex;
  }

  #kb-menu-wrapper.open {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .category-container i.fa-play {
    opacity: 1;
  }


  .kb_content--single .new-kb-template ol li {
    flex-wrap: wrap;
  }

}

@media (max-width: 1100px) {
  .kb-main-cat-wrapper {
    grid-template-columns: 1fr;
  }
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

span.kb-image-note {
 font-style: italic;
}

.subcategories-title {
  font-weight: bold;
}

.new-kb-template {
  scroll-behavior: smooth;
}

.new-kb-template div ol {
  margin-block: 10px;
}

.kb_content--single .new-kb-template ol {
  margin-top: 10px;
}

.new-kb-template li p,
.new-kb-template li {
  font-weight: 300;
  color: #5d5f64;
}

.new-kb-template li {
  margin-bottom: 0.2rem;
}

.new-kb-template li h3,
.new-kb-template li h4 {
  font-weight: 300;
  color: #5d5f64;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  margin-top: unset;
}

div.figure-note p {
  color: var(--main-gray);
}

div.figure-note {
  margin-bottom: 15px;
}

.kb-expert-form .expert-form-title {
  font-size: 27px;
}

#expertForm.kb-expert-form {
  background:linear-gradient(to bottom, #b99fe9 1%, #32c5ff 118%);
}

.ui-autocomplete {
  transition: 0.3s;
  opacity: 1;
}

.ui-autocomplete.ui-helper-hidden-accessible {
  opacity: 0;
}

.feature-buttons-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  height: auto;
  border-radius: 10px;
}

.feature-buttons-container .feature-button {
  color: black;
  border: 0;
  font-weight: 400;
  font-family: 'Poppins';
  width: 50%;
  border-radius: 10px;
}

.feature-buttons-container .feature-button:hover {
  color: #13abd8;
  background-color: rgba(255, 255, 255, 0.75);
  outline: none;
  border-radius: 10px;
}

/* Styles for the active button */
#feature_category_button.active, 
#additional_feature_category_button.active {
  background-color: white;
  font-weight: 600;
  color: #16abd8;
  padding-top: 10px;
  box-shadow: 0 0 20px 6px rgb(0 0 0 / 10%);
  z-index: 2;
  outline: none;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .feature-buttons-container {
    flex-direction: column;
  }

  .feature-buttons-container .feature-button {
    width: 100%;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  box-sizing: border-box;
  max-height: 100%;
  height: auto;
}

.faq-item[open] {
  transition: max-height 0.5s ease-in;
}

.faq-item[open] .faq-question {
  color: #139BC5;
  background-color: #FFF;
}

.faq-item[open] .faq-close, .faq-item[open] .faq-open {
  color: #139BC5;
}

.faq-item[open] .faq-header {
  color: #139BC5;
}

.faq-item:hover .faq-question {
  color: #139BC5;
  background-color: #FBFBFB;
}

.faq-item:hover .faq-close, .faq-item:hover .faq-open {
  color: #139BC5;
}

.faq-item:hover .faq-header {
  color: #139BC5;
}

.faq-close, .faq-open {
  font-size: 18px;
}

.faq-header {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  font-size: 18px;
}

.faq-question {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 10px;
  justify-content: initial;
  border-radius: 0;
  gap: 20px;
  color: #17191D !important;
  align-items: start;
  cursor: pointer;
  border: 1px solid #d5d8dc;
}

.faq-icon {
  align-self: center;
  margin-bottom: 0 !important;
}

.faq-close, .faq-open {
  font-size: 18px;
}

.faq-header {
  margin-bottom: 0 !important;
}

.faq-answer {
  margin-top: 8px;
  background-color: #FBFBFB;
  border: 1px solid #d5d8dc;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 20px 45px;
  margin-bottom: 0 !important;
}

.kb-subcat-name-wrap .category-link {
  color: var(--main-grey) !important;
  font-weight: 400;
}