@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,100..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap');

.hljs {
    color: #24292e;
    background: none !important;
}


.simple-table {
  table-layout: fixed !important;  /* Ensures consistent column width */
  width: 100% !important; /* Forces table to fit within container */
}

.simple-table td {
  word-wrap: break-word !important; /* Allows long words to break */
  overflow-wrap: break-word !important; /* Ensures proper text breaking */
  white-space: normal !important; /* Allows text to wrap */
}

/* Hide Community option next to the logged-in user profile */
.nav-wrapper-desktop .user-nav-list li a[href='/hc/en-us/community/topics'] {
  display: none;
}

.pt-side-logo .menu-list-mobile-items li a[href='/hc/en-us/community/topics'] {
  display: none;
}

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --peach: #f9f7f5;
  --grey: #e7e7e7;
  --text: #666;
  --text-dark: #272d32;
  --tree-text: #6e6e6e;
  --text-invert: #fff;
  --border-radius: 6px;
  --primarycolor: rgba(18, 18, 18, 1);
  --secondarycolor: #272d32;
  --headerheight: 71px;
  --bgcolor: #fff;
  --linkcolor: #6275D7;
  --buttonpadding: 5px 15px;
  --btn-color: #666;
  --Warm-Grey-900: #121212;
  --Warm-Grey-500: #7b7b7b;
  --Warm-Grey-200: #e7e7e7;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

/*FontAwesome*/
body .fa-classic,
body .fa-regular,
body .fa-solid,
body .far,
body .fas {
  font-weight: 900;
}

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: "Inter", sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}


code,
kbd,
samp {
	font-family: "IBM Plex Mono", serif;
  font-size: 1em;

}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.ytp-cued-thumbnail-overlay-image {
    border-radius: 12px;
border: 6px solid var(--Warm-Grey-100, #EFEFEF);
width: 100%;
 margin-top: 12px; 
  margin-bottom: 28px;
}


p {
  color: #272D32;
/* Body 1/Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom: 28px;
margin-top: 0px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Inter", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border-radius: 10px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: var(--bgcolor);
  color: var(--text-dark);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
body1,
body2 {
    font-family: "Inter", sans-serif;
  margin: 0;
}

h1 {
  /* H1 */
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 500;
line-height: 56px; /* 127.273% */
  
  padding: 24px 0px 56px 0px;
}

h2 {
  /* H2 */
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */

  padding: 44px 0px 20px 0px;
}

h3 {
  /* H3 */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
  
  padding: 28px 0px 20px 0px;

}

h4 {
    
	font-size: 16px;
	font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 18px 0px 12px 0px;
}

body2 {
font-size: 14px;
font-style: normal;
font-weight: 400;
  line-height: 20px; /* 142.857% */

}

body1 {
  /* Body 1/Regular */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
  padding-bottom: 28px;

}

li {
  margin-bottom: 8px;
}

.article-body li {
  margin-bottom: 8px;
}

a {
  color: var(--linkcolor);
  text-decoration: none;
}

a:visited {
  color: var(--linkcolor);
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid var(--secondarycolor);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A")
    no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929d;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid var(--secondarycolor);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #87929d;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid var(--secondarycolor);
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1260px) {
  .container {
    padding: 0;
/*     display: flex;
    flex-direction: column;
    align-items: center; */
  }
}

.main-content {
  display: flex;
  min-height: calc(100vh - var(--headerheight));
}
.content {
  padding: 32px 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .content {
    padding: 32px 20px;
    width: 100%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

/*Knowledge Tree Styling*/
.knowledge-tree,
.community-tree {
  width: 288px;
  width: 288px;
  padding: 24px 12px;
  border-right: 1px solid var(--grey);
  min-height: calc(100vh - 160px);
}

@media screen and (max-width: 1023px) {
  .knowledge-tree {
    display: block !important;
  }
}

.kt-container,
.ct-container {
  position: sticky;
  top: calc(var(--headerheight) + 32px);
}
.kt-body,
.ct-body {
  margin-top: 54px;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden scroll;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 132px - var(--headerheight));
  gap: 40px;
}


/* For Webkit-based browsers (Chrome, Safari, Edge) */
.kt-body::-webkit-scrollbar,
.ct-body::-webkit-scrollbar {
  width: 6px; /* Set the width of the vertical scrollbar */
  height: 6px; /* Optional: Set height if you need a horizontal scrollbar */
}

/* Transparent Scrollbar Track */
.kt-body::-webkit-scrollbar-track,
.ct-body::-webkit-scrollbar-track {
  background: transparent; /* Make the track background transparent */
  border-radius: 20px; /* Optional: Round the track corners */
}

/* Scrollbar Thumb */
.kt-body::-webkit-scrollbar-thumb,
.ct-body::-webkit-scrollbar-thumb {
  background: var(--Warm-Grey-400, #B0B0B0); /* Scrollbar thumb color */
  border-radius: 20px; /* Rounds the corners of the scrollbar thumb */
  width: 6px; /* Ensure the thumb width is consistent */
  height: 59px; /* Optional: Set a specific height for the thumb */
    min-height: 59px; /* Ensure it stays at 59px */

  
  
}

/* Scrollbar Thumb on Hover */
.kt-body::-webkit-scrollbar-thumb:hover,
.ct-body::-webkit-scrollbar-thumb:hover {
  background: var(--Warm-Grey-700, #555); /* Change thumb color on hover */
}

/* For Firefox */
.kt-body,
.ct-body {
  scrollbar-width: thin; /* Use a thinner scrollbar */
  scrollbar-color: var(--Warm-Grey-400, #B0B0B0) transparent; /* Thumb color, transparent track */
}


.ct-body {
  flex-direction: column-reverse;
}

.kt-sections {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.kt-sub,
.ct-sub {
  padding-left: 10px;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  transition: max-height 0.3s ease;
/*   gap: 8px; */
}



/* .kt-category,
.ct-topic {
  padding-top: 10px;
  padding-bottom: 5px;
} */

.kt-article.current,
.kt-article.current:visited,
.ct-post.current,
.ct-post.current:visited {
  color: var(--Warm-Grey-900, #121212);
  font-weight: 600;
  border-left: 2px solid #0CF274;
  position: relative;
}

/* .kt-article.current:before,
.ct-post.current:before,
.kt-toggle-btn.current:before,
.ct-toggle-btn.current:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
} */

.kt-category h4,
.ct-topic h4 {
  padding: 8px 12px;
  
  text-transform: uppercase;
/*   letter-spacing: 2px; */
  margin: 0;
  color: var(--Warm-Grey-500, #7B7B7B);
/* 12/ UPPERCASE Med */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
text-transform: uppercase;
}

.kt-toggle-btn,
.ct-toggle-btn {
  border: none;
  background: none;
  cursor: pointer;
      padding: 8px 24px 8px 16px;
  position: relative;
  width: 100%;
  display: flex;
  /* Body 2/Medium */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
  color: var(--Warm-Grey-700, #464646);
 
  text-align: left;
  border-radius: var(--border-radius);
  
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.kt-toggle-btn:hover,
.ct-toggle-btn:hover {
  color: var(--Warm-Grey-900, #121212);
}

.kt-toggle-btn:after,
.ct-toggle-btn:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
  transition: transform 0.3s ease;
  font-size: 12px;
}

.active > .kt-toggle-btn:after,
.active > .ct-toggle-btn:after {
  transform: rotate(90deg);
}

.kt-article,
.ct-post {
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; /* This forces the text into a single line */
display: block; /* Change from -webkit-box to block for single-line ellipsis */
color: var(--Warm-Grey-700, #464646);
padding: 8px 16px;
margin-left: 16px;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
border-left: 2px solid #EFEFEF;

}

.kt-article:visited,
.ct-post:visited {
  color: var(--tree-text);
}

.kt-article:hover,
.ct-post:hover {
  color: var(--Warm-Grey-900, #121212);
font-weight: 500;
  border-left: 2px solid #B0B0B0;
}

.kt-article:hover,
.kt-article:active,
.kt-article:focus,
.ct-post:hover,
.ct-post:active,
.ct-post:focus {
  text-decoration: none;
}

.active > .kt-sub,
.active > .ct-sub {
  height: auto;
}

.kt-footer,
.ct-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  border-top: 1px solid var(--grey);
}

@media screen and (max-width: 1023px) {
  .kt-footer,
  .ct-footer {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    width: unset;
    border: none;
  }
}

.kt-footer a,
.ct-footer a {
  color: #666;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--bgcolor);
  transition: background 0.3s ease, color 0.3s ease;
  border-right: 1px solid var(--grey);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 500;
}

.kt-footer a:visited,
.ct-footer a:visited {
  color: #666;
}

.kt-footer a:hover,
.ct-footer a:hover {
  text-decoration: none;
  background: #eceff1;
  color: var(--text);
}

.kt-footer a:active,
.kt-footer a:focus,
.ct-footer a:active,
.ct-footer a:focus {
  text-decoration: none;
}

.kt-footer img.picto-logo,
.ct-footer img.picto-logo {
  max-width: 54px;
}

.mobile-knowledge-tree {
  padding: 0px 20px;
}

.mobile-knowledge-tree .kt-body {
  max-height: 100%;
}

ul {
  list-style: none;
  margin: 0;
  /*padding: 0;*/
}

/* Remove margin from the last <li> in nested lists */
ul li ul li:last-child {
  margin-bottom: 0; 
}

/* Add extra margin only after the last top-level list item */
ul > li:last-child {
  margin-bottom: 0; /* match <p> spacing */
}

.error-page {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1260px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button,
.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  background-color: transparent;
  border: 1px solid var(--primarycolor);
  border-radius: var(--border-radius);
  color: var(--primarycolor);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out,
    color 0.15s ease-in-out, opacity 0.3s ease;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button,
  .split-button button,
  .section-subscribe button,
  .article-subscribe button,
  .community-follow button,
  .requests-table-toolbar .organization-subscribe button,
  .subscriptions-subscribe button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link {
    width: auto;
  }
}

.button:visited,
.split-button button:visited,
.section-subscribe button:visited,
.article-subscribe button:visited,
.community-follow button:visited,
.requests-table-toolbar .organization-subscribe button:visited,
.subscriptions-subscribe button:visited,
.pagination-next-link:visited,
.pagination-prev-link:visited,
.pagination-first-link:visited,
.pagination-last-link:visited {
  color: var(--primarycolor);
}

.button:hover,
.split-button button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button:active,
.split-button button:active,
.section-subscribe button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.button:focus,
.split-button button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.button.button-primary,
.split-button button.button-primary,
.section-subscribe button.button-primary,
.section-subscribe button[data-selected="true"],
.article-subscribe button.button-primary,
.article-subscribe button[data-selected="true"],
.community-follow button.button-primary,
.requests-table-toolbar .organization-subscribe button.button-primary,
.requests-table-toolbar .organization-subscribe button[data-selected="true"],
.subscriptions-subscribe button.button-primary,
.subscriptions-subscribe button[data-selected="true"],
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: var(--text-invert);
  text-decoration: none;
}

.button.button-primary:hover,
.split-button button:hover,
.section-subscribe button.button-primary:hover,
.section-subscribe button:hover[data-selected="true"],
.article-subscribe button.button-primary:hover,
.article-subscribe button:hover[data-selected="true"],
.community-follow button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button.button-primary:hover,
.requests-table-toolbar
  .organization-subscribe
  button:hover[data-selected="true"],
.subscriptions-subscribe button.button-primary:hover,
.subscriptions-subscribe button:hover[data-selected="true"],
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.button.button-primary:focus,
.split-button button.button-primary:focus,
.section-subscribe button.button-primary:focus,
.section-subscribe button:focus[data-selected="true"],
.article-subscribe button.button-primary:focus,
.article-subscribe button:focus[data-selected="true"],
.community-follow button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button.button-primary:focus,
.requests-table-toolbar
  .organization-subscribe
  button:focus[data-selected="true"],
.subscriptions-subscribe button.button-primary:focus,
.subscriptions-subscribe button:focus[data-selected="true"],
.button-primary.pagination-next-link:focus,
.button-primary.pagination-prev-link:focus,
.button-primary.pagination-first-link:focus,
.button-primary.pagination-last-link:focus,
.button.button-primary:active,
.split-button button.button-primary:active,
.section-subscribe button.button-primary:active,
.section-subscribe button:active[data-selected="true"],
.article-subscribe button.button-primary:active,
.article-subscribe button:active[data-selected="true"],
.community-follow button.button-primary:active,
.requests-table-toolbar .organization-subscribe button.button-primary:active,
.requests-table-toolbar
  .organization-subscribe
  button:active[data-selected="true"],
.subscriptions-subscribe button.button-primary:active,
.subscriptions-subscribe button:active[data-selected="true"],
.button-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active {
  opacity: 0.8;
}

.button[data-disabled],
.split-button button[data-disabled],
.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large,
input[type="submit"] {
  cursor: pointer;
  background-color: var(--primarycolor);
  border: 0;
  border-radius: var(--border-radius);
  color: var(--text-invert);
  line-height: 1;
  min-width: 150px;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: backgroud-color 0.3s ease, background 0.3s ease, color 0.3s ease,
    opacity 0.3s ease;
}

@media (min-width: 768px) {
  .button-large,
  input[type="submit"] {
    width: auto;
  }
}

.button-large:visited,
input[type="submit"]:visited {
  color: var(--text-invert);
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  opacity: 0.8;
}

.button-large[disabled],
input[type="submit"][disabled] {
  background-color: #ddd;
}

.btn-border {
  border: 1px solid var(--text-invert);
}

.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: var(--text-invert);
  color: var(--primarycolor);
  border: 1px solid var(--text-invert);
}

.button-secondary {
  color: var(--text);
  border: 1px solid #87929d;
  background-color: transparent;
}

.button-secondary:visited {
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: var(--text-dark);
  border: 1px solid #87929d;
  background-color: darken($background_color, 3%);
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: var(--primarycolor);
  border: 0;
  color: var(--text-invert);
  height: 32px;
  line-height: 16px;
  outline-color: var(--primarycolor);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid var(--text-invert);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid var(--text-invert);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/



.table {
  width: 100%;
  table-layout: fixed !important;
  border-collapse: collapse;
  border-spacing: 0;
    border: 1px solid #ddd; /* Replace with your desired color */
  border-radius: 12px 12px 0px 0px;
  /* table-layout: auto !important; */
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: var(--text);
  text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
}

.form-field input {
  border: 1px solid #87929d;
  border-radius: var(--border-radius);
  padding: 10px 20px;
  width: 100%;
  height: 45px;
}

.form-field input:focus {
  border: 1px solid var(--secondarycolor);
}

.form-field input[type="text"] {
  border: 1px solid #87929d;
  border-radius: var(--border-radius);
}

.form-field input[type="text"]:focus {
  border: 1px solid var(--secondarycolor);
}

.form-field input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.form-field.boolean {
  display: flex;
  position: relative;
  flex-direction: column;
}

.form-field.boolean label {
  padding-left: 30px;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
}

.form-field.boolean p {
  padding-left: 30px;
  margin: 0;
}

.form-field .nesty-input {
  border-radius: var(--border-radius);
  border: 1px solid #87929d;
  height: 45px;
  line-height: 45px;
  outline: none;
  vertical-align: middle;
  padding-left: 18px;
}

.nesty-input:after {
  right: 15px;
  top: calc(50% - 10px);
}

.form-field .nesty-input:focus {
  border: 1px solid var(--secondarycolor);
  text-decoration: none;
}

.nesty-panel {
  border-radius: 8px;
}

.nesty-panel li {
  padding: 15px !important;
  padding-left: 20px !important;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929d;
  border-radius: var(--border-radius);
  min-height: 45px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
  text-decoration: none;
}

.hc-multiselect-toggle::after {
  right: 15px;
  top: calc(50% - 10px);
}

.hc-multiselect-toggle li span[aria-label]::before {
  top: 0;
}

.hc-multiselect-menu {
  border-radius: 8px;
  margin-top: 5px;
}

.hc-multiselect-menu li {
  padding: 5px 10px;
}

.hc-multiselect-menu li input {
  width: 30px;
  height: 30px;
}

body .pika-single.is-bound {
  border-radius: 8px;
  margin-top: 5px;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: var(--text);
  margin-left: 4px;
}

.form-field p {
  color: var(--text);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: var(--text);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: var(--primarycolor);
}

/***** Header *****/
.header {
  background: #fff;
  border-bottom: 1px solid var(--grey);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-container {
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  align-items: center;
  display: flex;
  height: var(--headerheight);
  justify-content: space-between;
}

.logo {
/*   width: 350px; */
  height: var(--headerheight);
  margin-left: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    justify-content: flex-start;
  }
}
.logo img {
  max-height: 24px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: var(--secondarycolor);
  font-size: 18px;
  font-weight: 500;
}

.logo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.logo a:hover,
.logo a:focus,
.logo a:active {
  text-decoration: none;
}

.pt-side-logo {
  height: var(--headerheight);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.pt-side-logo img {
  max-height: 24px;
  vertical-align: middle;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}

.nav-wrapper-desktop a.nav-link {
  display: none;
  color: var(--primarycolor);
  font-size: 14px;
  font-weight: 500;
  width: auto;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, opacity 0.3s ease;
  margin-left: 8px;
}

.nav-wrapper-desktop a.nav-link.sign-in,
.nav-wrapper-desktop a.nav-link.submit-a-request {
  border: 1px solid var(--primarycolor);
  padding: 5px 15px;
  text-align: center;
  border-radius: var(--border-radius);
  color: #121212;
}

.nav-wrapper-desktop a.nav-link.sign-in {
  background-color: var(--primarycolor);
  color: var(--text-invert);
}

.nav-wrapper-desktop a.nav-link.submit-a-request:hover {
  background-color: var(--primarycolor);
  color: #121212;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a.nav-link {
    display: flex;
  }
}

.nav-wrapper-desktop a:hover,
.nav-wrapper-desktop a:focus,
.nav-wrapper-desktop a:active {
  opacity: 0.7;
  text-decoration: none;
}

.nav-wrapper-mobile {
  display: flex;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  vertical-align: middle;
  height: 24px;
  width: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div {
  background: var(--primarycolor);
  border-radius: 2px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  top: 0;
  transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease,
    right 0.3s ease, height 0.3s ease;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:first-child {
  transform-origin: 0;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:nth-child(2) {
  left: 7px;
  width: 21px;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:last-child {
  left: 13px;
  margin-bottom: 0;
  transform-origin: 30px;
  width: 15px;
}

.nav-wrapper-mobile
  .menu-button-mobile[aria-expanded="true"]
  .icon-menu
  div:first-child {
  left: 1px;
  top: -3px;
  transform: rotate(45deg);
  width: 36px;
}

.nav-wrapper-mobile
  .menu-button-mobile[aria-expanded="true"]
  .icon-menu
  div:nth-child(2) {
  left: -5px;
  top: 1px;
  transform: rotate(-45deg);
  width: 37px;
}

.nav-wrapper-mobile
  .menu-button-mobile[aria-expanded="true"]
  .icon-menu
  div:last-child {
  opacity: 0;
}

.mobile-search-btn {
  background: none;
  border: none;
  color: var(--primarycolor);
  font-size: 18px;
  cursor: pointer;
  min-width: 0;
}

@media screen and (min-width: 1024px) {
  .mobile-search-container {
    display: none;
  }
}

.mobile-search-container {
  max-height: 0px;
  transition: max-height 0.3s ease;
  overflow: hidden;
  background: var(--bgcolor);
}

.mobile-search-container.active {
  max-height: 80px;
}

.mobile-search-container .search-container {
  padding: 20px 0;
}

.pt-mobile-menu-container {
  background-color: rgb(255, 255, 255);
  width: 300px;
  max-width: 100%;
  height: 100%;
  flex-direction: row;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  left: -300px;
  transition: left 0.3s ease;
  overflow: scroll;
}

.pt-mobile-menu-container[aria-expanded="true"] {
  left: 0px;
}

.pt-mobile-overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.pt-mobile-menu-container .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.pt-mobile-menu-container .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.pt-mobile-menu-container .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: var(--text-dark);
  cursor: pointer;
  text-align: start;
}

.pt-mobile-menu-container .menu-list-mobile-items button:active,
.pt-mobile-menu-container .menu-list-mobile-items button:focus,
.pt-mobile-menu-container .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.pt-mobile-menu-container .menu-list-mobile-items a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  color: var(--text-dark);
}

.pt-mobile-menu-container .menu-list-mobile-items a:active,
.pt-mobile-menu-container .menu-list-mobile-items a:focus,
.pt-mobile-menu-container .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.pt-mobile-menu-container .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.pt-mobile-menu-container
  .menu-list-mobile-items
  .my-profile
  .my-profile-tooltip {
  font-size: 12px;
  color: #68737d;
}

.pt-mobile-menu-container .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus,
[dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
  margin-left: 8px;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover,
.user-info > button:focus {
  color: var(--primarycolor);
  background-color: transparent;
}

.user-info > button::after {
  color: var(--primarycolor);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

.user-info > button > span {
  margin-left: 6px;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: var(--secondarycolor);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: var(--text-invert);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid var(--grey);
  /*   margin-top: 60px; */
  padding: 30px 0;
}

.footer a {
  color: var(--text);
}

.footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1260px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.powered-by-zendesk {
  clear: both;
  padding: 10px 15px;
  height: 38px;
  background: var(--peach) !important;
  display: none;
  justify-content: center;
  align-items: center;
}
.powered-by-zendesk svg {
  fill: var(--text);
  top: 0;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: var(--text);
  text-decoration: none;
}
/***** Breadcrumbs Container *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 16px 0;
}

/* .breadcrumbs:hover {
  color: #fff;
} */

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

/* General styling for all breadcrumb items */
.breadcrumbs li {
  display: inline;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;

  /* 12/Regular */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
}

/* Styling for links and their visited state */
.breadcrumbs li a,
.breadcrumbs li a:visited {
  color: var(--Warm-Grey-500, #7b7b7b);
  text-decoration: none; /* Remove underline */
  font-weight: 400; /* 12/Regular */
}

/* Styling for hover state */
.breadcrumbs li a:hover {
  color: var(--Warm-Grey-900, #121212);
}

/* Separator between each breadcrumb item */
.breadcrumbs li + li::before {
  content: "/";
  margin: 0 4px;
  color: var(--Warm-Grey-500, #7b7b7b);
  font-weight: 400; /* Regular weight for all separators except last */
}

/* Styling for the last breadcrumb item and separator */
.breadcrumbs li:last-child a,
.breadcrumbs li:last-child::before {
  color: var(--Warm-Grey-900, #121212);
  font-weight: 500; /* 12/Medium for the last breadcrumb and separator */
}

/***** Search field *****/
.search-container {
  position: relative;
  margin-bottom: -28px;
}

.search {
  border-color: #87929d;
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  border: none;
}

.search:focus-within {
  border-color: var(--secondarycolor);
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: var(--border-radius);
  border: none;
}

.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: var(--Warm-Grey-900, #121212);

  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  position: relative;
  border-radius: 4px;
border: 1px solid var(--Warm-Grey-300, #D0D0D0);
background: var(--Warm-Grey-White, #FFF);
}

.kt-container .search input[type="search"],
.ct-container .search input[type="search"] {
  padding-right: 40px;
}

.kt-container .search {
  position: relative;
}

/* .kt-container .search:before,
.ct-container .search:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: calc(50% - 14px);
  position: absolute;
  width: 28px;
  height: 28px;
  right: 6px;
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 2;
}
 */
/* .kt-container .search:after,
.ct-container .search:after {
  content: "⌘K";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  top: calc(50% - 14px);
  display: flex;
  font-size: 12px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  color: var(--primarycolor);
  font-weight: 500;
  /*   background: var(--grey); */
  border-radius: var(--border-radius);
} */

.search input[type="search"]:focus {
  color: #555;
}

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

.search input[type="search"]:-webkit-autofill,
.search input[type="search"]:-webkit-autofill:hover,
.search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
  display: none;
}

.search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}

[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Home Section *****/

.home-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
  margin-top: 24px;
  gap: 52px;
}
.home-header h1 {
  margin-bottom: 8px;
  /* Title */
font-family: Inter;
font-size: 56px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 128.571% */

}
.home-header h3 {
  color: #666;
}

.home-header .search-container {
  width: 720px;
/*   max-width: 450px; */
}

.homepage-content .container {
  max-width: 1000px;
}

/*Contact Call to Action*/
.pt-cards {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 24px;
}

.cta-email,
.cta-call,
.cta-sat {
  border: 1px solid var(--text);
  border-radius: var(--border-radius);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.cta-title {
  margin-bottom: 8px;
}

.cta-subtitle {
  margin-top: 0;
}

.cta-link {
  color: var(--text);
  margin-bottom: 8px;
}
.cta-link:visited {
  color: var(--text);
}

.cta-link i {
  margin-right: 8px;
}

.cta-socials {
  margin-top: 8px;
}

.cta-socials a {
  color: var(--text);
  font-size: 20px;
  margin-right: 8px;
}

.cta-right img {
  position: absolute;
  right: 0;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin: 24px 0 40px 0;
}
.page-header * {
  color: var(--text-invert);
}

@media (min-width: 768px) {
  .page-header {
/*     align-items: center; */
    flex-direction: row;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  color: var(--Warm-Grey-900, #121212);
  margin: 0;

  /* H1 */
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 127.273% */
}
.page-header.community-header h1 {
  margin-bottom: 0;
  margin-right: 4px;
}

.page-header-description {
  margin: 0;
  word-break: break-word;
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.page-header img {
  width: 56px;
  height: 56px;
  margin-top: 24px;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}

.sub-nav .breadcrumbs {
  margin: 0;
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

.blocks-list {
  display: flex; /* Use flexbox layout */
  width: 990px; /* Set the width for the container */
  flex-direction: row; /* Change to row layout */
  flex-wrap: wrap; /* Allow items to wrap into new rows */
  justify-content: center; /* Center items in the row */
  gap: 24px; /* Maintain spacing between items */
  margin: 0 auto; /* Center the entire .blocks-list container */
}



@media (max-width: 768px) {
  .blocks-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .blocks-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blocks-item {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  color: var(--secondarycolor);
  display: flex;
  flex: 0 1 calc((100% / 3) - 24px); /* Set item width to 1/3 of container */
  max-width: calc((100% / 3) - 24px); /* Prevent items from growing too large */
  transition: background-color 0.3s ease, border-color 0.3s ease;

  height: 176px;
  padding: 24px;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--Warm-Grey-300, #D0D0D0);
}

.blocks-item-container {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  border: 1px solid var(--Warm-Grey-600, #585858);

}

/* .blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: var(--text-invert);
} */

/* .blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  text-decoration: none;
} */

.blocks-img img {
  max-width: 100%;
}

.blocks-item:nth-child(5n + 1) .blocks-img img {
  content: url($assets-cat-1-svg);
}

.blocks-item:nth-child(5n + 2) .blocks-img img {
  content: url($assets-cat-2-svg);
}

.blocks-item:nth-child(5n + 3) .blocks-img img {
  content: url($assets-cat-3-svg);
}

.blocks-item:nth-child(5n + 4) .blocks-img img {
  content: url($assets-cat-4-svg);
}
.blocks-item:nth-child(5n + 5) .blocks-img img {
  content: url($assets-cat-5-svg);
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: var(--text-dark);
}

.blocks-item-link {
  color: var(--Warm-Grey-900);
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  /*   border-radius: inherit; */
  /* 16/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.blocks-item-link:visited,
.blocks-item-link:hover,
.blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}

.blocks-item-title {
  color: var(--Warm-Grey-900, #121212);
/* 16/Medium */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
}

/* Container for the sections */
.homepage-sections-container {
  overflow: hidden; /* Prevent overflow */
}

/* Single span holding the comma-separated text */
.blocks-item-description {
  height: 176px;
    margin: 0;
    padding: 0;
    display: -webkit-box; /* Required for multi-line ellipsis */
    -webkit-box-orient: vertical; /* Required for multi-line ellipsis */
    overflow: hidden; /* Hides content that exceeds the set line count */
    text-overflow: ellipsis; /* Adds ellipsis when content overflows */
    -webkit-line-clamp: 2; /* Clamps the text to 2 lines */
    line-clamp: 2; /* Modern browsers use this property */
    color: var(--Warm-Grey-500, #7b7b7b);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* Controls the height of each line */
    white-space: normal; /* Prevents single-line overflow behavior */
}

.block-img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

/***** Homepage *****/

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 0px;
  margin-bottom: 64px;
}

.promoted-articles-item {
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid var(--grey);
  padding: 15px 0;
  color: var(--text);
  position: relative;
}

.promoted-articles-item:first-child a {
  border-top: 1px solid var(--grey);
}

.promoted-articles-item a:hover,
.promoted-articles-item a:active,
.promoted-articles-item a:focus {
  text-decoration: none;
}

.promoted-articles-item a:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
  font-size: 12px;
  top: calc(50% - 10px);
  transition: right 0.3s ease;
}

.promoted-articles-item a:hover:after {
  right: 5px;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.community a:visited {
  color: var(--primarycolor);
}

.community a:hover,
.community a:active,
.community a:focus {
  color: var(--primarycolor);
}

/***** Recent activity *****/

.recent-activity-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 24px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .recent-activity-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .recent-activity-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recent-activity-item {
  background-color: #fff;
  position: relative;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  color: var(--text);
  padding: 20px 30px 60px;
  display: flex;
  flex-direction: column;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .recent-activity-item {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 860px) {
  .recent-activity-item {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  .recent-activity-item {
    padding-bottom: 100px;
  }
}

.recent-activity-item *,
.recent-activity-item *:visited {
  color: var(--text);
}

.recent-activity-item *:hover {
  text-decoration: none;
}

.recent-activity-item h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.recent-activity-item-link {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color 0.3s ease;
}

.recent-activity-item-meta {
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 479px) {
  .recent-activity-item-meta {
    position: relative;
    bottom: 0;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-controls a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.recent-activity-controls a:visited {
  color: var(--primarycolor);
}

.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
  color: var(--primarycolor);
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: var(--secondarycolor);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

.recent-activity-item:hover {
  background-color: var(--primarycolor);
}

.recent-activity-item:hover * {
  color: var(--text-invert);
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
  width: 660px !important;
}

@media (min-width: 1024px) {
  .category-content {
/* width: fit-content !important; */
  }
}

.section-tree {
  /*   grid-template-columns: repeat(3,1fr);
  display: grid; */
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.section-page .section-tree {
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .section-tree {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .section-tree {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-tree .section {
  display: flex;
  /*   max-width: 100%; */
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  /*   flex: 1; */
  justify-content: center;
  gap: 4px;
}

.section-tree .section-tree-items {
  width: 660px;
  padding: 0 16px;
}

.section-tree .section-tree-item {
  display: flex;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative; /* Needed for positioning the ::after element */
}

.section-tree .section-tree-item-start {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.section-tree-item:hover {
  text-decoration: none; /* Remove underline on hover */
}

/* Add a border under each element using a pseudo-element */
.section-tree .section-tree-item::after {
  content: ""; /* Required for pseudo-elements to be visible */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; /* Set the height to make the border visible */
  background-color: var(--Warm-Grey-100, #efefef); /* Color of the border */
}

.section-tree-item .title {
  color: var(--Warm-Grey-700, #464646);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 572px; /* Set the max width to 572px */
    display: inline-block; /* Ensures the ellipsis works correctly */

}

/* Default styles for the arrow icon */
.section-tree-item img[alt="arrow_forward"] {
  filter: brightness(0) saturate(100%) invert(33%) sepia(7%) saturate(478%)
    hue-rotate(175deg) brightness(97%) contrast(87%);
}

/* Hover effect on the entire section-tree-item */
.section-tree-item:hover .title {
  color: var(--Warm-Grey-900, #121212); /* Change title color on hover */
  font-weight: 500; /* Make title bold on hover */
}

/* Hover effect for the arrow's fill color */
.section-tree-item:hover img[alt="arrow_forward"] {
  filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(1784%)
    hue-rotate(163deg) brightness(96%) contrast(93%);
}


.hidden {
  display: none !important; /* Force display: none */
}

.show-more-btn {
color: var(--Secondary-Purple-Light, #6275D7);
/* Body 1/Link */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-decoration-line: underline;

}

.show-more-btn:hover {
  cursor: pointer; /* Change the cursor to a pointer */
}

/* Add a border under each element using a pseudo-element */
.section-tree .show-more-btn::after {
  content: ""; /* Required for pseudo-elements to be visible */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0px; /* Set the height to make the border visible */
/*   background-color: var(--Warm-Grey-100, #efefef); /* Color of the border */ */
}

/* 
.section-tree .section *{
  transition: background-color .3s ease, border-color .3s ease, color .2s ease;
}

.section-tree .section:hover, .section-tree .section:active, .section-tree .section:focus{
  background-color: var(--primarycolor);
  border-color: var(--grey);
}

.section-tree .section:hover *, .section-tree .section:active *, .section-tree .section:focus *, .section-tree .section:focus-within *{
  color: var(--text-invert);
} */

/* .section-tree .section-link{
  color: var(--text-dark);
	padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
  position: relative;
} */

/* .section-tree .section-link:hover,.section-tree .section-link:active, .section-tree .section-link:focus{
  text-decoration: none;
} */
/* 
.section-tree .section-link:before{
  content: '\f02d';
  font-family: 'FontAwesome';
  position: absolute;
  top:20px;
  right:20px;
  -webkit-transform: scaleX(-1) rotate(180deg);
  transform: scaleX(-1) rotate(180deg);
} */

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  color: var(--Warm-Grey-900, #121212);
  /* H4 (Subtitle) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

a.section-tree-title {
  color: var(--Warm-Grey-900, #121212);
  /* H4 (Subtitle) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.section-tree-desc {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color 0.3s ease;
}

.section-tree-desc:not(:empty) {
  margin-top: 8px;
}



.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}


.article-list {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 0px;
  margin-bottom: 0px;
}

.article-list-item a {
  display: block;
  border-bottom: 1px solid var(--grey);
  padding: 15px 0;
  color: var(--text);
  position: relative;
}

.article-list-item:first-child a {
  border-top: 1px solid var(--grey);
}

.article-list-item a:hover,
.article-list-item a:visited,
.article-list-item a:active,
.article-list-item a:focus {
  text-decoration: none;
}

.article-list-item a:after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
  font-size: 12px;
  top: calc(50% - 10px);
  transition: right 0.3s ease;
}

.article-list-item a:hover:after {
  right: 5px;
}

.icon-star {
  color: var(--secondarycolor);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-page {
  padding-bottom: 0;
}

.article-page .container {
  padding-bottom: 0;
  max-width: 100%;
  display: flex;
justify-content: center;
  gap: 80px;
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-sidebar:empty {
  display: none;
}

.article-body a {
  color: var(--linkcolor);
  text-decoration: underline;
}

.article-body a:visited {
  color: var(--linkcolor);
}

.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  color: var(--primarycolor);
}

.article-body img {
/*   height: auto; */
/*   max-width: 100%; */
  border-radius: var(--border-radius);
}

.article-body .fancybox img {
  border-radius: 12px;
	border: 6px solid var(--Warm-Grey-100, #EFEFEF);
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 28px;
}

.article-body p .fancybox img {
  border-radius: 12px;
	border: 6px solid var(--Warm-Grey-100, #EFEFEF);
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
}

.article-body iframe.fancybox {
  border-radius: 12px;
	border: 6px solid var(--Warm-Grey-100, #EFEFEF);
  margin-top: 12px;
  margin-bottom: 28px;
}

.article-body img.asset {
  max-height: 44px !important;
/*   border-radius: var(--border-radius); */
}

.center-elements {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* .article-body iframe {
  border-radius: var(--border-radius);
} */

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 0 0 16px 16px;
}

li > p {
  margin-bottom: 8px;
}


/* 
th, td {
  text-align: left;
  padding: 8px;
  font-size: 11pt
}



tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #3a8f8f;
  color: white;
} */


.article-body table {
  border-collapse: separate !important; /* Changed from collapse to separate for border-radius to work */
  border-spacing: 0 !important;
  border: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-radius: 12px !important; /* Updated to have consistent border radius */
  width: 100% !important;
  max-width: 660px !important;
  display: block !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  height: auto !important;
  background: var(--Warm-Grey-50, #F7F7F7) !important;
  /* margin: 12px 0 28px 0 !important; */
}

.article-body table th {
  background: var(--Warm-Grey-250, #DCDCDC) !important;
  border-bottom: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-right: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  min-width: 188px !important;
  max-width: 500px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  vertical-align: top !important;
  word-wrap: break-word !important;
  white-space: normal !important;
  text-align: left !important;
}

/* .article-body table td a,
.article-body table td a.fancybox {
  white-space: normal !important;
  word-wrap: break-word !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
} */

.article-body table td img,
.article-body table td .fancybox img {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  border: none !important;
}

/* Scrollbar styles with !important */
.article-body table::-webkit-scrollbar {
  height: 6px !important;
}

.article-body table::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 20px !important;
}

.article-body table::-webkit-scrollbar-thumb {
  background: var(--Warm-Grey-400, #B0B0B0) !important;
  border-radius: 20px !important;
  width: 6px !important;
}

.article-body table::-webkit-scrollbar-thumb:hover {
  background: var(--Warm-Grey-700, #555) !important;
}

.article-body table {
  scrollbar-width: thin !important;
  scrollbar-color: var(--Warm-Grey-400, #B0B0B0) transparent !important;
}

@media screen and (max-width: 479px) {
  .article-body table,
  .article-body table * {
    min-width: 0;
  }
}

.article-body table tbody {
  border: none;
}

.article-body table tbody tr:nth-of-type(odd) {
  background-color: var(--grey);
}


table tr:first-child th:first-child {
  border-top-left-radius: 12px !important;
}

table tr:first-child th:last-child {
  border-top-right-radius: 12px !important;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 12px !important;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 12px !important;
}

/* Apply styles to all table header and body cells */
th, td {
  text-align: left !important;
  vertical-align: top !important;
  padding: 16px !important; /* Increase padding for better spacing */
  font-family: Inter, sans-serif; /* Use the Inter font */
  font-size: 14px; /* Set font size */
  box-sizing: border-box; /* Include padding and borders in cell dimensions */
    width: auto !important; /* Override any other width settings */
/*   min-width: 0 !important; Override any min-width settings */
  border: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  white-space: normal;
  overflow-wrap: break-word;
  
}



.article-body table tbody tr {
/*   border-bottom: 1px solid var(--grey); */
}

.article-body table tbody tr:last-of-type td:first-child {
  border-radius: 0 0 0 var(--border-radius) !important;
}

.article-body table tbody tr:last-of-type td:last-child {
  border-radius: 0 0 var(--border-radius) 0 !important;
}

.article-body table thead tr {
  border-bottom: 1px solid var(--grey);
  height: 24px !important;
}
}

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  position: relative;
  border-radius: 8px;
border: 1px solid var(--Warm-Grey-300, #D0D0D0);
background: var(--Warm-Grey-50, #F7F7F7);
  border-radius: var(--border-radius);
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
}

.article-body pre:before {
  content: "";
/*   background: var(--primarycolor); */
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: var(--text);
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;

}

#main-content {
  width: 660px; /* Set the main content width */
}


@media screen and (max-width: 1023px) {
  .main-content.multiple-languages {
    padding-bottom: 50px;
  }
}

.article-comment-count {
  color: var(--text);
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: var(--secondarycolor);
  width: 18px;
  height: 18px;
}

.toc {
/*   flex: 1 0 auto; */
  width: 264px;
}

@media (min-width: 1024px) {
  .toc {
/*     flex: 0 0 30%; */
    padding-left: 32px;
    padding-top: 17px;
    width: 264px !important;
  }
}

@media screen and (max-width: 1023px) {
  .toc {
    display: none;
  }
}

.indent {
  text-indent: 8px;
}

.sidebar-container.sticky {
  position: sticky;
  top: calc(50px + var(--headerheight));
  width: 264px;
  background: #fff;
}

/* ---------------- ON THIS PAGE scrollbar start --------------- */
.on-this-page {
  max-height: 80vh; /* Adjust as needed */
  overflow-y: auto;
  position: sticky;
  top: 100px; /* Optional: make it stick to the viewport */
}

/* ---------------- ON THIS PAGE scrollbar end --------------- */

.otp-title {
  color: var(--Warm-Grey-500, #7B7B7B);
/* 12/ UPPERCASE Med */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */
text-transform: uppercase;
  padding: 8px 12px;
margin-bottom: 0 !important;
}

.otp-item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px; /* 142.857% */
  padding: 0;
  margin: 8px 8px 8px -28px;
  color: var(--Warm-Grey-700, #464646);
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
	font-family: Inter;
}

.heading-level-3 {
  
  margin: 8px 12px 8px 16px;
}


.otp-item:visited,
.otp-item:focus,
.otp-item:active {
  color: var(--tree-text);
  text-decoration: none;
}

.otp-item:hover {
  text-decoration: none;
color: var(--Warm-Grey-900, #121212);
/* Body 2/Regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */

}

.current-article .otp-item {
 text-decoration: none;
color: var(--Warm-Grey-900, #121212);
/* Body 2/Medium */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}

/* .current-article .otp-item:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
} */

.article-votes {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.article-vote {
  margin: 10px 5px;
  min-width: auto;
  width: auto;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: #666;
  transition: color 0.3s ease;
}

.article-vote:hover,
.article-vote[aria-pressed="true"] {
  color: var(--primarycolor);
}

.article-vote.article-vote-up:after {
  content: "\f118";
  font-family: "FontAwesome";
  font-size: 24px;
}

.article-vote.article-vote-down:after {
  content: "\f119";
  font-family: "FontAwesome";
  font-size: 24px;
}

.article-votes-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .article-votes-group {
    flex-direction: column;
  }
}

.article-votes-controls {
  display: flex;
  margin-left: 16px;
}

.article-votes-question {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-more-questions a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.article-more-questions a:visited {
  color: var(--primarycolor);
}

.article-more-questions a:hover,
.article-more-questions a:active,
.article-more-questions a:focus {
  color: var(--primarycolor);
}

.article-return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  display: flex;
  background: var(--primarycolor);
  color: var(--text-invert);
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none;
  opacity: 1;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}

.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  position: relative;
  padding-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  color: #666;
}

.sidenav-item {
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px 30px 4px 8px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  display: flex;
  line-height: 22px;
  transition: color 0.3s ease;
  color: var(--tree-text);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  transition: background 0.3s ease;
  border-radius: var(--border-radius);
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: var(--text-dark);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.form-field .upload-dropzone {
  border-style: dashed;
  border-radius: var(--border-radius);
}

.upload-dropzone span {
  color: var(--text);
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: var(--text);
}

.share a:hover {
  text-decoration: none;
  color: var(--secondarycolor);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/**** Call out styling ****/
.notes {
  position: relative;
  padding: 16px 24px 16px 48px;
  border-left: 3px solid var(--primarycolor);
  border-radius: var(--border-radius);
}

.notes:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

.notes:after {
  content: "\f05a";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
  pointer-events: none;
  font-family: "FontAwesome";
  color: var(--primarycolor);
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: var(--text);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.comment-callout a:visited {
  color: var(--primarycolor);
}

.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
  color: var(--primarycolor);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: var(--text);
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid var(--secondarycolor);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: var(--secondarycolor);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.comment-body a:visited {
  color: var(--primarycolor);
}

.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
  color: var(--primarycolor);
}

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

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: var(--text);
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: var(--text);
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: var(--secondarycolor);
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--text);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: var(--secondarycolor);
}

.vote-voted:hover {
  color: var(--secondarycolor);
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url($community_background_image);
  margin-bottom: 10px;
}

.community-footer {
  border-top: 1px solid var(--grey);
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts,
.community-activity {
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: var(--text-invert);
  color: var(--text-invert);
}

.community-follow button[data-selected="true"] {
  background-color: var(--primarycolor);
  color: var(--text-invert);
  transition: opacity 0.3s ease;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid var(--text-invert);
  color: var(--text-invert);
}

.community-follow button[data-selected="true"]:hover {
  opacity: 0.8;
}

.community-follow button::after {
  border-left: 1px solid var(--primarycolor);
  content: attr(data-follower-count);
  display: inline-block;
  font-family: Inter, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid var(--primarycolor);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
  margin-bottom: 64px;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: var(--text);
  margin-bottom: 10px;
  margin-right: 5px;
  transition: color 0.3s ease;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: none;
  color: var(--primarycolor);
}

.striped-list-title:visited {
  color: var(--primarycolor);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: var(--text);
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: var(--text-dark);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: var(--primarycolor);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  color: var(--primarycolor);
  background: transparent;
  position: relative;
  border-left: 3px solid var(--primarycolor);
  border-radius: var(--border-radius);
}

.status-label-pinned:before,
.status-label-featured:before,
.status-label-official:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned,
.status-label-closed {
  background-color: #e9ebed;
  color: var(--text);
}

.status-label-pending,
.status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 32px;
}

.post-container {
  display: flex;
  flex-direction: column;
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.post-content {
    font-family: Inter, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.post-body a:visited {
  color: var(--primarycolor);
}

.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  color: var(--primarycolor);
}

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

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: var(--text);
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: var(--text);
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: var(--primarycolor);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

.post-sidebar-title {
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: var(--text-dark);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: var(--text-dark);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: var(--border-radius) solid var(--secondarycolor);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: var(--text-dark);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: var(--peach);
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: var(--text);
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: var(--text);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: var(--text);
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid var(--secondarycolor);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid var(--secondarycolor);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: darken($background_color, 3%);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: var(--text);
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pagination-list.right {
  justify-content: flex-end;
}
.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-flex;
}

.pagination-first {
  margin-right: 4px;
}
.pagination-last {
  margin-left: 4px;
}

.pagination-next a,
.pagination-prev a,
.pagination-first a,
.pagination-last a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.pagination-first-link,
.pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text,
.pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: var(--text);
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: darken($background_color, 3%);
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: var(--text);
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px var(--secondarycolor);
  border-radius: 4px;
  color: var(--secondarycolor);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: var(--text);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
  color: var(--text);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: darken($background_color, 3%);
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $background_color;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row-reverse;
  }
}

.search-results-column {
  flex: 1;
  max-width: 660px;
}

@media (min-width: 1024px) {
  .search-results-column {
/*     flex: 0 0 75%; */
    max-width: 660px;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  transition: background 0.3s ease;
}

.search-results-sidebar .sidenav-item:hover {
  color: var(--text);
  background: #eceff1;
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item:active,
.search-results-sidebar .sidenav-item:focus {
  text-decoration: none;
}

.search-results-sidebar .sidenav-item:visited {
  color: var(--tree-text);
}

.search-results-sidebar .sidenav-item.current {
  color: var(--primarycolor);
  border-radius: var(--border-radius);
  border-left: 3px solid var(--primarycolor);
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.search-results-sidebar .sidenav-item.current:before {
  content: "";
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}

.search-results-sidebar .sidenav-tag .content-tag {
  background: #e9ebed;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}

.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545c;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar
  .collapsible-sidebar[aria-expanded="false"]
  .multibrand-filter-list,
.search-results-sidebar .multibrand-filter-list .see-all-filters {
  display: none;
}
@media screen and (max-width: 1023px) {
  .search-results-sidebar .collapsible-sidebar .multibrand-filter-list {
    display: none;
  }
}

.search-results-sidebar
  .collapsible-sidebar[aria-expanded="true"]
  .multibrand-filter-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .search-results-sidebar
    .collapsible-sidebar[aria-expanded="false"]
    .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: var(--primarycolor);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: " \2304";
  font-weight: bold;
}

.search-results-subheading {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  word-break: break-word;
}


.search-results-list {
  margin-bottom: 25px;
  padding: 0;
}

.search-results-list > li {
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
  padding: 24px 0;
}

/* .search-results-list > li:hover,
.search-results-list > li:hover,
.search-results-list > li:hover {
  background: var(--grey);
} */

.search-results-list > li > a {
  display: block;
  padding: 16px 0;
}

/* .search-results-list > li > a:hover,
.search-results-list > li > a:active,
.search-results-list > li > a:focus {
  text-decoration: none;
} */

.search-results-list > li h3 {
  padding: 0;
  font-weight: 600;
}

.search-results-meta-data > .meta-data {
	font-size: 11px;
  font-weight: 500;
}

.search-result-vote-icon {
	vertical-align: text-top;
}


.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  padding-top: 4px;
  word-break: break-word;
}

.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

.search-results .no-results .headline {
  color: #2f3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.search-results .no-results .action-prompt {
  color: #68737d;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}

.search-results .no-results .action-prompt a {
  color: #1f73b7;
}

.search-results .no-results .action-prompt a:visited {
  color: #1f73b7;
}

.search-result-title {
  color: var(--text-dark);
  display: inline-block;
  margin-bottom: 0;
}

.search-result-title a,
.search-result-title a:visited {
  color: var(--text-dark);
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes,
.search-result-meta-count {
  color: var(--text);
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: var(--secondarycolor);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

/* By default use bold instead of italic to highlight */
.search-results-description {
  color: var(--text);
}
.search-results-description em {
  font-style: normal;
  font-weight: 600;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: Inter, sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before,
.notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before,
.notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before,
.notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before,
.notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-flex;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  align-items: center;
  justify-content: center;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #87929d;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.user-info.dropdown {
  position: unset;
}

.user-info.dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0 0 0 var(--border-radius);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-top: 1px;
  min-width: 200px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  top: var(--headerheight);
  display: flex;
  flex-direction: column;
  left: unset;
  right: -200px;
  transition: right 0.3s ease;
  overflow: scroll;
  padding: 0;
}

.user-info.dropdown .dropdown-menu[aria-expanded="true"] {
  display: flex;
  right: 0;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden],
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  display: inline-flex;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.content-tags > p {
  color: #68737d;
  margin-top: 32px;
  margin-bottom: 4px;
}

.content-tags-add-hint {
  color: #68737d;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid #c2c8cc;
  margin-bottom: 4px;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="rtl"] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

/*Language Selector*/
.footer-language-selector {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  background: white;
  border-left: 3px solid var(--primarycolor);
}

.footer-language-selector button {
  color: var(--text);
  display: inline-block;
}

.footer-language-selector .dropdown-menu {
  right: -230px;
  transition: right 0.3s ease;
  display: block;
  bottom: 40px;
  left: auto;
  border: none;
  border-radius: var(--border-radius);
}
.footer-language-selector .dropdown-menu[aria-expanded="true"] {
  right: -20px;
}

@media screen and (max-width: 1023px) {
  .footer-language-selector {
    left: 20px;
    right: unset;
  }
  .footer-language-selector .dropdown-menu[aria-expanded="true"] {
    left: -20px;
    right: unset;
  }
  .footer-language-selector .dropdown-menu {
    left: -230px;
    right: unset;
    transition: left 0.3s ease;
  }
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929d;
  border-radius: var(--border-radius) var(--border-radius) 0
    var(--border-radius);
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px dashed #87929d;
  border-radius: var(--border-radius);
}

/*Mobile Input Text Font Size*/
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}

zd-autocomplete {
    font-family: Inter, sans-serif;
}

zd-autocomplete a {
  color: var(--linkcolor);
}

zd-autocomplete-title-multibrand {
  color: var(--linkcolor) !important;
}


/* // cyera addition  */
/* -------------------collapsible --------------------*/
.accordion {  
    font-family: Inter, sans-serif;
  font-size: 14px;  
  color: #333;  
}  
  
.accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
  
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
}  
  
.accordion-header::before {
  content: ""; /* Remove the text content */
  display: inline-block; /* Make the pseudo-element inline for correct positioning */
  width: 20px; /* Set the width to match the SVG */
  height: 20px; /* Set the height to match the SVG */
  background-image: url(/hc/theming_assets/01J9R5X5CR651TT4JCSQ59V2M3); /* Add SVG data here */
  background-size: contain; /* Contain the SVG within the set dimensions */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); /* Center the icon vertically */
  transition: transform 0.2s ease-in-out;
/*       border-bottom: 1px solid var(--Warm-Grey-100, #EFEFEF); */
}
  
.accordion-header.active::before {  
background-image: url(/hc/theming_assets/01J9R5Z41FS41RHWJA0C3P0PX1); /* Add SVG data here */
      
} 
  
/* .accordion-item:not(.active) .accordion-header::before {  
  transform: translateY(-50%);  
}   */
  
.accordion-header.active {  
/*   border-bottom-left-radius: 0;  
  border-bottom-right-radius: 0; 
  background-color: #9BD6D6; */
  border-bottom: none;
}  
  
.accordion-header:hover {  
  background-color: #F5F5F5;   
}  

.accordion-header:hover,
.accordion-item.active .accordion-header {
  background-color: #F5F5F5;
}

  
.accordion-header .arrow {  
  position: absolute;  
  top: 50%;  
  right: 10px;  
  transform: translateY(-50%);  
  font-size: 12px;  
  
  color: #333;  
  transition: transform 0.2s ease-in-out;  
}  
  
.accordion-header .open {  
  position: absolute;  
  top: 50%;  
  right: 10px;  
  transform: translateY(-50%);  
  font-size: 12px;  
  color: #333;  
}  
  
.accordion-header .close {  
  position: absolute;  
  top: 50%;  
  right: 10px;  
  transform: translateY(-50%);  
  font-size: 12px;  
  color: #333;  
  display: none;  
}  
  
.accordion-header.active .arrow {  
  transform: translateY(-50%) rotate(90deg);  
}  
  
.accordion-header.active .open {  
  display: none;  
}  
  
.accordion-header.active .close {  
  display: block;  
}  

.accordion-item.open .accordion-header::after {
  transform: rotate(90deg); /* down arrow ▾ */
}

.accordion-header::after {
  font-size: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 16px;
}

.accordion-content {  
  display: none;
  padding: 16px;
  background-color: white;
  border-top: 1px solid #e0e0e0;
}  
  
.accordion-item.open .accordion-content {
  display: block;
    background-color: white;
}
.accordion-item.active .accordion-content {  
  max-height: 500px;  
  overflow: hidden;  
  transition: max-height 0.2s ease-in-out;  
  padding: 10px;  
  border: 1px solid #ddd;  
  border-top: none;  
  
}    

/*-----------------collapsible end--------------------*/


/* --------------------- notes start --------------------- */

/* Base class for shared properties */
.tip-blue,
.tip-green,
.tip-yellow,
.tip-red,
.banner-yellow,
.tip-note-grey,
.tip-important,
.tip-tip,
.tip-disclaimer,
.tip-note-green {
border-radius: 6px;
  padding: 16px;
background-position: 12px 16px;
  background-repeat: no-repeat;
 	overflow: hidden;
  padding-left: 48px;
  margin-bottom: 28px;
  margin-top: 12px;
}

/* Remove bottom margin from all <p> tags inside the specified classes */
.tip-blue p,
.tip-green p,
.tip-yellow p,
.tip-red p,
.banner-yellow p,
.tip-note-grey p,
.tip-important p,
.tip-tip p,ΩΩ
.tip-beta p,
.tip-disclaimer p,
.tip-note-green p {
  margin-top: 0;
  margin-bottom: 16px;   /* smaller than 28px but still spaced */
}

/* Remove extra space after last paragraph */
.tip-blue p:last-child,
.tip-green p:last-child,
.tip-yellow p:last-child,
.tip-red p:last-child,
.banner-yellow p:last-child,
.tip-note-grey p:last-child,
.tip-important p:last-child,
.tip-tip p:last-child,
.tip-beta p:last-child,
.tip-disclaimer p:last-child,
.tip-note-green p:last-child {
  margin-bottom: 0;
}

.tip-grey,
.tip-note-grey {
  border: 1px solid var(--Warm-Grey-300, #D0D0D0);
  background-image: url(/hc/theming_assets/01J9RMXZDTKMN4KEKH6DSJ0ZHD);
}

.tip-beta {
  background-color: #fffbea; /* Soft yellow */
  border: 2px solid #ffc107; /* Slightly darker yellow */
  font-family: Arial, sans-serif;
  border-radius: 6px;
  color: #856404;
  display: flex;
  align-items: flex-start;
  background-position: 12px 16px;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01J9RN3PZJ32ZQBGXT4YC3DF5J);
  
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 48px;      /* Icon spacing */
  padding-bottom: 14px;
  
  margin-bottom: 28px;
  margin-top: 12px;
}

.tip-blue, .tip-tip {
 	border: 1px solid #669FFF;
  background-image: url(/hc/theming_assets/01J9RN06J9N5VNS97SMV44QZXK);
}

.tip-green,
.tip-note-green {
  border: 1px solid #83E2A7;
  background-image: url(/hc/theming_assets/01J9RKHKTNGMQQ2NKWYDRFNAR3);
}

.tip-yellow, 
.banner-yellow,
.tip-disclaimer {
 	border: 1px solid var(--State-Warning-500, #FBBF24);
  background-image: url(/hc/theming_assets/01J9RN3PZJ32ZQBGXT4YC3DF5J);
}

.tip-red, 
.tip-important {
 	border: 1px solid #ED7883;
  background-image: url(/hc/theming_assets/01J9RK8CEKTBDQH5H3QR2JYB7Q);
}



/* --------------------- notes end --------------------- */



/* --------------------- table start ------------------- */

/* table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
  font-size: 11pt
}



tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #3a8f8f;
  color: white;
} */

/* --------------------- table end --------------------- */

.article-body .table-container {
  position: relative !important; /* Required for absolute positioning of first column */
  border: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-radius: 12px !important;
  width: 100% !important;
  max-width: 660px !important;
  margin: 12px 0 28px 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  background: var(--Warm-Grey-50, #F7F7F7) !important;
  padding: 0 !important;
}

/* Style for tables with more than 3 columns */
.article-body table.scrollable {
  border: none !important;
  width: auto !important; /* Allow table to expand */
  min-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: var(--Warm-Grey-50, #F7F7F7) !important;
  margin-bottom: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}




.article-body table {
  border: none !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important; /* Ensure no spacing between cells */
  display: table !important;
  background: var(--Warm-Grey-50, #F7F7F7) !important;
  margin-bottom: 0 !important;
  white-space: nowrap !important;
  border-radius: 12px !important; /* Match container border radius */
  overflow: hidden !important;
}

/* Add specific border-radius to corner cells */
.article-body table tr:first-child th:first-child {
  border-top-left-radius: 12px !important;
}

.article-body table tr:first-child th:last-child {
  border-top-right-radius: 12px !important;
}

.article-body table tr:last-child td:first-child {
  border-bottom-left-radius: 12px !important;
}

.article-body table tr:last-child td:last-child {
  border-bottom-right-radius: 12px !important;
}

/* Update cell border styles */
.article-body table td,
.article-body table th {
  border-right: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-bottom: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-left: none !important;
  border-top: none !important;
  background-color: #ffffff !important;
  padding: 16px !important; /* Ensure consistent padding */
}

/* Remove right border from last column */
.article-body table td:last-child,
.article-body table th:last-child {
  border-right: none !important;
}

/* Remove bottom border from last row */
.article-body table tr:last-child td {
  border-bottom: none !important;
}

/* Scrollbar styles for the table container */
.article-body .table-container::-webkit-scrollbar {
  height: 6px !important;
  width: 6px !important;
}

.article-body .table-container::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 20px !important;
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.article-body .table-container::-webkit-scrollbar-thumb {
  background: var(--Warm-Grey-400, #B0B0B0) !important;
  border-radius: 20px !important;
  border: none !important;
}

.article-body .table-container::-webkit-scrollbar-thumb:hover {
  background: var(--Warm-Grey-500, #7B7B7B) !important;
}

/* Firefox scrollbar styles */
.article-body .table-container {
  scrollbar-width: thin !important;
  scrollbar-color: var(--Warm-Grey-400, #B0B0B0) transparent !important; /* Changed track to transparent */
}

/* Remove any background from the scrollbar corner */
.article-body .table-container::-webkit-scrollbar-corner {
  background: transparent !important;
}

/* Make sure the container has the right overflow settings */
.article-body .table-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important; /* Smooth scrolling on iOS */
}

/* Special styling for header cells or cells with background-color: #d0cece */
.article-body table td[style*="background-color: #d0cece"],
.article-body table th[style*="background-color: #d0cece"] {
  background-color: var(--Warm-Grey-50, #F7F7F7) !important;
  font-weight: 500 !important;
}

/* Remove any conflicting border styles */
.article-body table td {
  border-bottom: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  border-right: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
}

/* Ensure borders are visible */
.article-body table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

/* Override styles for bold/strong elements in table headers */
.article-body table td[style*="background-color: #d0cece"] strong,
.article-body table td[style*="background-color: #d0cece"] b,
.article-body table th strong,
.article-body table th b {
  font-weight: 400 !important;
  color: var(--Warm-Grey-600, #585858) !important;
}

/* Override styles for bold/strong elements in table body cells */
.article-body table td strong,
.article-body table td b {
  font-weight: 400 !important;
  color: var(--Warm-Grey-700, #464646) !important;
}

/* Update the existing header styles */

.article-body table td[style*="background-color: #d0cece"],
.article-body table th[style*="background-color: #d0cece"],
.article-body table th {
  background-color: var(--Warm-Grey-50, #F7F7F7) !important;
  color: var(--Warm-Grey-600, #585858) !important;
  font-weight: 400 !important;
  font-family: Inter !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.kt-toggle-btn.current,
.kt-toggle-btn.current:visited,
.ct-toggle-btn.current,
.ct-toggle-btn.current:visited {
  color: var(--Warm-Grey-900, #121212);
  font-weight: 600;
  position: relative;
  border-left: none; /* Remove the green border */
}


h2.related-articles-title {
  padding-top: 12px !important;
}

/* Opt-in: fully manual column control */
.article-body table.table--customizable {
  table-layout: fixed;                 /* <col> widths respected */
  max-width: 100% !important;
  white-space: normal !important;
  overflow-x: auto !important;         /* keep horizontal scroll if needed */
}

.article-body table.table--customizable th,
.article-body table.table--customizable td {
  min-width: 0 !important;             /* remove global min widths */
  width: auto !important;              /* let <col> drive widths */
}

/* Undo header constraints that block manual sizing */
.article-body table.table--customizable th {
  min-width: 0 !important;
  max-width: none !important;
}

/* Keep your existing look */
.article-body table.table--customizable {
  border-radius: 12px !important;
  border: 1px solid var(--Warm-Grey-200, #E7E7E7) !important;
  background: var(--Warm-Grey-50, #F7F7F7) !important;
}


/* ------------------------------ Academy and RN links above breadcrumbs ------------------------------- */
.custom-article-top-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
  padding-top: 16px;
}

.custom-article-top-links .top-link {
  font-weight: 700; /* Bold */
  font-size: 15px;   /* Slightly larger than body text */
  color: #1c1c1c;    /* Dark gray / near black */
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 6px 8px;
  transition: border-color 0.2s ease-in-out;
}

.custom-article-top-links .top-link:hover {
  border-color: #1c1c1c;
}
.user-nav-list .nav-extra-link a {
  font-weight: 600;
  font-size: 14px;
  color: #1c1c1c;
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.2s ease-in-out;
}

.user-nav-list .nav-extra-link a:hover {
  color: #000000;
}
.user-nav-list li .nav-link {
  margin-left: 16px;
}

/* ------------------------------ popular searches chips ------------------------ */

.popular-chip {
  display: inline-block;
  background-color: #E7E7FF;         /* Rest */
  color: #464646;                    /* Gray text at rest */
  border: 1px solid #CDCCFB;
  border-radius: 60px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 300;                  /* Normal weight at rest */
  cursor: pointer;
  text-decoration: none;
  transition: font-weight 0.2s ease-in-out, color 0.2s ease;
}

.popular-chip:hover {
  font-weight: 500;                 /* Bold on hover */
  color: #121212;                   /* Dark text */
  text-decoration: none;            /* No underline */
  background-color: #CDCCFB;        /* Keep same background */
}

.popular-chip:visited,
.popular-chip:focus,
.popular-chip:active {
  color: #121212;
  text-decoration: none;
}


/* --------------------------------- numbered lists ----------------------------- 
/* 1st level: numbers (1, 2, 3) */
ol {
  list-style-type: decimal;
  
  margin-left: 0;
}

/* 2nd level: lowercase letters (a, b, c) */
ol ol {
  list-style-type: lower-alpha;
  
  margin-left: 0;
}

/* 3rd level: lowercase Roman numerals (i, ii, iii) */
ol ol ol {
  list-style-type: lower-roman;
 
  margin-left: 0;
}

/* Optional: remove extra space between list items */
ol, li {
  margin: 0;
}


.article-body table td strong,
.article-body table td b {
  font-weight: 700 !important;
}







/* -------------------------- Allow manual override of table column widths (use "<div class="table-container">" and "<table class="table--manual w-900">") ---------------------------------- */

/* Base: opt a table into manual sizing */
.article-body table.table--manual {
  display: table !important;          /* undo display:block */
  table-layout: auto !important;      /* allow content-based widths */
  width: auto !important;             /* let width shrink/expand */
  max-width: none !important;         /* remove 660px cap */
  white-space: normal !important;     /* allow wrapping (or change per need) */
}

/* Optional: give a fixed width by utility classes */
.article-body table.table--manual.w-720  { width: 720px  !important; }
.article-body table.table--manual.w-900  { width: 900px  !important; }
.article-body table.table--manual.w-1100 { width: 1100px !important; }

/* Let headers/columns be narrower if you choose */
.article-body table.table--manual th {
  min-width: 0 !important;  /* undo 188px */
}

/* If you want this manual table to scroll horizontally when wider than the content column */
.article-body .table-container:has(> table.table--manual) {
  overflow-x: auto !important;
}

/* If you don’t wrap with .table-container, you can apply scrolling directly */
.article-body table.table--manual.is-scrollable {
  display: block !important;
  overflow-x: auto !important;
  white-space: nowrap !important; /* keep columns on one line while scrolling */
}


/* ===== AI Cards (Guide Article) - 660px layout + neon chips banner ===== */

/* Wrapper: keep your gradient if you like; can be 'none' */
.ai-wrap {
  
  padding: 3px 0;            /* slim outer padding */
  border-radius: 20px;
  padding-bottom: 28px;
}

/* Grid: strictly capped to Guide’s ~660px column */
.ai-types {
  --card-bg: rgba(18, 7, 35, 0.92);
  --card-border: #7a37ff;
  --text: #f6f4ff;
  --muted: #cfc6ff;
  --neon: #39ff88;

  max-width: 660px;
  margin: 0 auto;
  padding: 0 8px;             /* small inner gutters so it fits at 660 */
  box-sizing: border-box;

  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr)); /* fits at 660 */
  gap: 16px;                  /* two gaps = 32px total */
  align-items: stretch;       /* equal row height */
}

/* Card */
.ai-card {
  background: var(--card-bg);
  border: 1.5px solid rgba(122,55,255,.35);
  border-radius: 14px;
  color: var(--text);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 13.75px;         /* compact base for 660px */
  line-height: 1.45;
}

/* Header (fixed height so tops align) */
.ai-card__head {
  padding: 12px 14px 8px;
  border-bottom: 1px solid rgba(122,55,255,.35);
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title & subtitle */
.ai-chip {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;            /* slightly smaller */
  line-height: 1.2;
  letter-spacing: .2px;
  color: #31ffa6;
}
.ai-sub {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 16px;
}

/* Neon banner behind chips */
.ai-card__logos {
  min-height: 52px;           /* consistent banner height */
  padding: 0;                 /* banner provides its own padding */
  display: flex;
  align-items: center;
}
.ai-banner {
  background: var(--neon);
  width: 100%;
  margin: 10px 12px 0;
  padding: 10px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* Chip pill */
.ai-logo {
  font-weight: 600;
  white-space: nowrap;
  border-radius: 7px;
  padding: 4px 7px;
  background: #f2f2f2;                 /* light gray pill on neon banner */
  border: 1px solid #d6d6d6;
  font-size: 12.5px;
  color: #000;
}

/* Body (fills remaining height) */
.ai-card__body {
  flex: 1 1 auto;
  padding: 10px 16px 18px;
  font-size: 13.75px;
}
.ai-card__body ul {
  margin: 8px 0 12px;
  padding-left: 1.1rem;       /* tighter indent */
}
.ai-card__body li { margin: 6px 0; }

/* Section label */
.ai-section-title {
  font-weight: 700;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13.25px;
}

/* Remove bottom accent line (clean look at this width) */
.ai-card:after { content: none; }

/* ---------- Responsiveness ---------- */
@media (max-width: 640px) {
  .ai-types {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .ai-types {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 10px;
  }
  .ai-card { font-size: 13.5px; }
  .ai-card__body { font-size: 13.5px; }
}

/* Treat the existing .ai-card__logos as the neon banner itself */
.ai-card__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  /* banner look */
  background: #39ff88;
  border-radius: 8px;

  /* keep it clearly inside the card */
  margin: 10px 12px 0;     /* small inset from card edges */
  padding: 10px 12px;      /* inner padding around chips */
  box-sizing: border-box;
}

/* Chip pills stay visible on neon */
.ai-logo {
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  color: #000;
  border-radius: 7px;
  padding: 4px 7px;
  font-size: 12.5px;
  white-space: nowrap;
}

/* Make sure the card doesn't clip the banner and chips */
.ai-card { overflow: visible; }  /* allows rounded banner to render cleanly */


.c-menu.is-open {
  margin-top: 82px;}

.article-body table td[style*="background-color: #d0cece"] strong,
.article-body table th[style*="background-color: #d0cece"] strong {
  font-weight: 600 !important;
}

/* ========================================================================
   Cyera Custom Article Classes
   Used across KB articles — keep in theme so inline <style> hacks
   can be removed from individual articles.
   ======================================================================== */

/* Responsive images */
.cyera-kb-img {
  max-width: 100%;
}

/* Inline code - Lumi Design System spec */
.cyera-inline-code {
  color: #C7254E;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #F9F9F9;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 2px 4px;
}

/* Code blocks (blue monospace) */
.cyera-code-block {
  color: var(--Text-Informative, #004BCC);
  font-family: var(--Typography-Family-Mono, "IBM Plex Mono");
  font-size: var(--Typography-Size-Md, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Typography-Line-Height-Md, 20px);
}

/* Wizard step number pill (teal) */
.cyera-wizard-step-number {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgb(0, 191, 179);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* Beta badge pill (Cyera blue) */
.cyera-beta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F8FF;
  border: 1px solid #005EFF;
  border-radius: 10px;
  color: #005EFF;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 1px 8px;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: middle;
}

.cyera-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 12px;          /* full pill shape */
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;             /* medium weight */
  padding: 2px 10px;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: middle;       /* aligns with heading text */
}

.cyera-read-permissions-badge {
  background-color: #ECFDF5;     /* light green tint */
  border-color: #22C55E;         /* green border (🟢) */
  color: #15803D;                /* darker green text for readability */
}

.cyera-write-permissions-badge {
  background-color: #FFF7ED;     /* light orange tint */
  border-color: #F97316;         /* orange border (🟠) */
  color: #C2410C;                /* darker orange text for readability */
}