@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

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

pre {
  font-family: monospace, monospace;
  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: monospace, monospace;
  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;
  height: auto;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: inherit;
  font-weight: inherit;
  line-height: 0;
}

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;
}

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 *****/
:root {
  --ff: 'Kanit', sans-serif;

  --primary-orange-100: #ff7f00;
  --primary-orange-80: #ff9933;
  --primary-orange-60: #ffb266;
  --primary-orange-40: #ffcc99;
  --primary-orange-20: #ffe5cc;

  --primary-purple-100: #9119e8;
  --primary-purple-80: #a747ed;
  --primary-purple-60: #bd75f1;
  --primary-purple-40: #d3a3f6;
  --primary-purple-20: #e9d1fa;

  --primary-110: #083384;
  --primary-100: #0e45ab;
  --primary-80: #3e6abc;
  --primary-60: #6e8fcd;
  --primary-40: #9fb5dd;
  --primary-20: #cfdaee;

  --primary-cream-100: #f1de92;
  --primary-cream-80: #f4e5a8;
  --primary-cream-60: #f7ebbe;
  --primary-cream-40: #f9f2d3;
  --primary-cream-20: #fcf8e9;

  --primary-green-100: #e8d946;
  --primary-green-80: #ede16b;
  --primary-green-60: #f1e890;
  --primary-green-40: #f6f0b5;
  --primary-green-20: #faf7da;

  --primary-lilac-100: #ebbdff;
  --primary-lilac-80: #efcaff;
  --primary-lilac-60: #f3d7ff;
  --primary-lilac-40: #f7e5ff;
  --primary-lilac-20: #fbf2ff;

  --secondary-60: #e0e0e0;
  --secondary-40: #ebebeb;
  --secondary-20: #f9f9f9;

  --success-100: #00e180;
  --success-80: #33e799;
  --success-60: #66edb3;
  --success-40: #99f3cc;
  --success-20: #ccf9e6;

  --error-500: #cc003a;
  --error-100: #ff505d;
  --error-80: #ff737d;
  --error-60: #ff969e;
  --error-40: #ffb9be;
  --error-20: #ffdcdf;

  --alert-100: #f7b014;
  --alert-80: #f9c043;
  --alert-60: #fad072;
  --alert-40: #fcdfa1;
  --alert-20: #fdefd0;

  --neutral-black: #000000;
  --neutral-white: #ffffff;

  --form-gray-900: #000;
  --form-gray-450: #cecfd1;
  --form-gray-400: #c8c8c8;
  --form-gray-350: #e6e6e6;
  --form-gray-300: #ececec;
  --form-gray-300--50: #ececec80;
  --form-gray-200: #f8f8f8;
  --form-gray-100: #fff;

  --gray-100: #000;
  --gray-80: #333;
  --gray-60: #666;
  --gray-40: #999;
  --gray-20: #ccc;
  --gray-5: #f5f5f5;

  --gray-40--23: rgba(153, 153, 153, 0.239);

  --img-filter: brightness(0) saturate(100%) invert(12%) sepia(71%)
    saturate(3254%) hue-rotate(214deg) brightness(95%) contrast(96%);

  --status-open: #ffb648;
  --status-open: #0e45ab;
  --status-solved: #248870;
  --status-closed: #f20045;
}

[data-category='droz-base'] {
  --primary-110: #de0656;
  --primary-100: #ed1163;
  --primary-80: #ff338b;
  --primary-60: #ff66a8;
  --primary-40: #ff99c5;
  --primary-20: #ffcce2;

  --img-filter: brightness(0) saturate(100%) invert(13%) sepia(97%)
    saturate(5559%) hue-rotate(331deg) brightness(98%) contrast(90%);
}

[data-category='droz-bot'] {
  --primary-110: #0126db;
  --primary-100: #1e44ff;
  --primary-80: #4b6aff;
  --primary-60: #788fff;
  --primary-40: #a5b5ff;
  --primary-20: #d2daff;

  --img-filter: brightness(0) saturate(100%) invert(27%) sepia(23%)
    saturate(7485%) hue-rotate(224deg) brightness(95%) contrast(125%);
}

[data-category='droz-nexo'] {
  --primary-110: #6204c2;
  --primary-100: #7700f2;
  --primary-80: #9333f5;
  --primary-60: #ae66f7;
  --primary-40: #c999fa;
  --primary-20: #e4ccfc;

  --img-filter: brightness(0) saturate(100%) invert(11%) sepia(100%)
    saturate(6314%) hue-rotate(273deg) brightness(88%) contrast(122%);
}

[data-category='droz-chat'] {
  --primary-110: #6b6b8b;
  --primary-100: #8283a9;
  --primary-80: #a1a2be;
  --primary-60: #c1c1d4;
  --primary-40: #dadae5;
  --primary-20: #ececf2;

  --img-filter: brightness(0) saturate(100%) invert(54%) sepia(9%)
    saturate(1100%) hue-rotate(199deg) brightness(91%) contrast(89%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: var(--gray-80);
  font-family: var(--ff);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  margin: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: var(--primary-100);
  text-decoration: none;
}
a:where(:visited) {
  color: #9358B0;
}
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[type='submit'] {
  border: 1px solid transparent;
  width: 100%;
}
input:not([type='checkbox']):focus {
  border: 1px solid var(--primary-100);
}

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 var(--gray-20);
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  outline: none;
  color: var(--gray-80);
  width: 100%;
}
select:focus {
  border: 1px solid var(--primary-100);
}
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(--primary-100);
}

.container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-inline: 1.5rem;
}
@media (min-width: 80rem) {
  .container {
    padding: 0 5rem;
  }
}

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

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

.error-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-page h1 {
  margin-bottom: 1.5rem;
}

.error-page p {
  margin-bottom: 2.5rem;
}
.error-page a:hover,
.error-page a:focus,
.error-page a:active {
  text-decoration: none;
}

.error-page a {
  width: 100%;
  max-width: 19.375rem;
  display: block;
  margin: 0 auto;
}

.error-page img {
  margin-top: 5.64rem;
  width: 100%;
  max-width: 34.64475rem;
}

.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;
}

/***** Text components *****/
.text {
  font-style: normal;
  font-family: var(--ff);
}

.text--clamp-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.font--light {
  font-weight: 300;
}

.font--normal {
  font-weight: 400;
}

.font--medium {
  font-weight: 500;
}

.font--semibold {
  font-weight: 600;
}

.font--bold {
  font-weight: 700;
}

.text--xsm {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text--sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text--md {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text--xmd {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text--lg {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text--xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text--2xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text--3xl {
  font-size: 3rem;
  line-height: 3.5rem;
}

@media (min-width: 768px) {
  .text--md {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text--xmd {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text--lg {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text--xl {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text--2xl {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .text--3xl {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

/***** Shadows *****/
.shadow--md {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.shadow--sm {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
}

/***** Cards *****/
.card:not(.card--child),
.card-parent {
  width: 100%;
  max-width: 22.33331rem;
}

.card {
  width: 100%;
  display: flex;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
  background: var(--neutral-white);
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 200ms ease-out;
}

.card--md:active,
.card--sm:active {
  position: relative;
  border: 1px solid var(--primary-100);
  text-decoration: none;
  color: var(--primary-100);
}

.card--md:active:after,
.card--sm:active:after {
  content: '';
  background: var(--primary-100);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  opacity: 0.1;
  border-radius: 0.5rem;
}

.card--big {
  min-height: 18.5rem;
  padding: 2rem;
  gap: 0.75rem;
}

.card--big .card__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.card--big .card__icon {
  width: 4.59044rem;
  height: 4.5rem;
}

.card--big .card__link {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.card--md {
  min-height: 11.5rem;
  justify-content: center;
  padding: 2rem;
  gap: 0.5rem;
  border: 1px solid transparent;
  color: var(--gray-80);
}

.card--md .card__description {
  color: var(--gray-60);
}

.card--md:hover {
  border: 1px solid var(--primary-100);
  text-decoration: none;
}

.card--md:hover .card__title {
  color: var(--primary-100);
}

.card--md .card__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.card--small {
  text-align: left;
  padding: 1.5rem 2rem;
  min-height: unset;
  gap: 1.5rem;
  flex-direction: row;
  border: 1px solid transparent;
}

.card--small .card__icon {
  color: var(--primary-100);
  width: 2rem;
  height: 2rem;
}

.card--small .card__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card--small .card__link {
  margin-top: auto;
  color: var(--gray-40);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card--small .card__link svg {
  opacity: 0;
}

.card--small,
.card--small * {
  transition: all 100ms ease-in;
}

.card--small svg {
  transition:
    color 0s,
    opacity 100ms ease-in;
}

.card--small:hover,
.card--small:focus {
  border: 1px solid var(--primary-100);
}

.card--small:hover .card__title,
.card--small:hover .card__link,
.card--small:hover .card__link svg,
.card--small:focus .card__title,
.card--small:focus .card__link,
.card--small:focus .card__link svg {
  color: var(--primary-100);
}

.card--small:hover .card__link,
.card--small:hover .card__link svg,
.card--small:focus .card__link,
.card--small:focus .card__link svg {
  opacity: 1;
  text-decoration: underline;
}

.content-card {
  padding: 2rem 1.5rem;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
  background: var(--neutral-white);
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .content-card {
    padding: 2rem 3rem;
  }
}

/***** Buttons *****/
.button,
input[type='submit'] {
  display: inline-flex;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.button img {
  object-fit: contain;
}

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

.button.button--primary,
input[type='submit'] {
  background-color: var(--primary-80);
  color: var(--neutral-white);
}

.button.button--primary:hover,
.button.button--primary:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  background-color: var(--primary-100);
}

.button.button--primary:active,
input[type='submit']:active {
  background-color: var(--primary-110);
}

.button.button--secondary {
  background-color: var(--secondary-80);
  color: var(--gray-80);
  border: 1px solid var(--gray-5);
  justify-content: space-between;
}

.button.button--secondary .button--secondary__group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.button.button--secondary.active {
  cursor: default;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  background-color: var(--primary-20);
  color: var(--primary-100);
}

.button.button--secondary:hover img,
.button.button--secondary:focus img {
  filter: var(--img-filter);
}

.button.button--secondary:active,
.button.button--secondary.active {
  color: var(--primary-100);
  background-color: var(--primary-20);
  border: 1px solid var(--primary-40);
}

.button.button--secondary:active img,
.button.button--secondary.active img {
  filter: var(--img-filter);
}

.button.button--neutral {
  background-color: var(--secondary-20);
  color: var(--gray-80);
}

.button.button--neutral:hover,
.button.button--neutral:focus {
  background-color: var(--secondary-40);
}

.button.button--neutral:active {
  background-color: var(--secondary-60);
}

.button.button--blank {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  color: inherit;
}

.button.button--blank:hover {
  background-color: var(--secondary-20);
  text-decoration: none;
}

.button.button--blank:active {
  background-color: var(--secondary-60);
}

.button.button--ghost {
  border: 1.5px solid var(--primary-100);
  background-color: var(--neutral-white);
  color: var(--primary-100);
}

.button.button--ghost:hover {
  background-color: var(--primary-20);
}

.button.button--ghost:active {
  background-color: var(--primary-100);
  color: var(--neutral-white);
}

.button.button--ghost:active::before {
  filter: brightness(0) invert(1);
}
/***** Split button *****/

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: var(--gray-80);
  text-align: left;
}
[dir='rtl'] .table th,
[dir='rtl'] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid var(--form-gray-350);
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
  color: var(--gray-60);
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

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

/***** Forms *****/
.form-section {
  width: 100%;
  max-width: 39.5625rem;
  margin: 0 auto;
}

.form-section > header {
  margin-bottom: 2.5rem;
}

.form-section > header > :first-child {
  margin-bottom: 1.5rem;
}

.form-field ~ .form-field {
  margin-top: 1rem;
}

.form-field label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--gray-80);
  margin-bottom: 0.5rem;
  display: block;
}

.form-field.required label:after {
  content: '*';
  margin-left: 0.25rem;
  color: var(--primary-100);
}

.search input[type='search'],
.form-field > input[type='text'],
.form-field .nesty-input,
.form-field .hc-multiselect-toggle,
.form-field label + *:not(.hc-multiselect) {
  border: 1px solid var(--form-gray-400);
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.6875rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  transition: all 300ms ease-out;
}

.form-field.has-error > input[type='text'],
.form-field.has-error .nesty-input,
.form-field.has-eror .hc-multiselect-toggle,
.form-field.has-error label + *:not(.hc-multiselect) {
  border: 1px solid var(--error-500);
}

.search input[type='search']::placeholder,
.form-field > input[type='text']::placeholder,
.form-field .hc-multiselect-toggle::placeholder,
.form-field:not(.select) .nesty-input:not(.has-value),
.form-field label + *:not(.hc-multiselect)::placeholder {
  color: var(--form-gray-400);
}

.search input[type='search']:hover,
.search input[type='search']:focus,
.form-field:not(.has-error) > input[type='text']:hover,
.form-field:not(.has-error) > input[type='text']:focus,
.form-field:not(.has-error) .nesty-input:hover,
.form-field:not(.has-error) .nesty-input:focus,
.form-field .hc-multiselect-toggle:hover,
.form-field .hc-multiselect-toggle:focus,
.form-field:not(.has-error) label + *:not(.hc-multiselect):hover,
.form-field:not(.has-error) label + *:not(.hc-multiselect):focus {
  border: 1px solid var(--primary-100);
}

.form-field input[type='checkbox'] {
  width: auto;
}

.form-field .nesty-input::after,
.form-field .hc-multiselect-toggle::after {
  content: '';
  background-image: url(/hc/theming_assets/01KVDASG6B42JW8B9BE0APX3DY);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  filter: var(--img-filter);
  transition: all 300ms ease-out;
}

.form-field .nesty-input:hover {
  background: var(--primary-20);
  color: var(--primary-100);
}

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

.form-field .nesty-input[aria-expanded='true'] {
  background: var(--form-gray-100);
  border: 1px solid var(--primary-100);
  color: var(--form-gray-400);
}

.form-field .nesty-input[aria-expanded='true']::after {
  transform: translateY(-50%) rotate(180deg);
}

.nesty-panel,
.hc-multiselect-menu {
  border-radius: 0.5rem;
  border: 1px solid var(--form-gray-300);
  background: var(--form-gray-100);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16);
  margin-top: 2.75rem;
  scrollbar-width: auto;
  scrollbar-color: var(--primary-100) #ffffff;
  font-family: var(--ff);
}

.nesty-panel::-webkit-scrollbar,
.hc-multiselect-menu::-webkit-scrollbar {
  width: 12px;
}

.nesty-panel::-webkit-scrollbar-track,
.hc-multiselect-menu::-webkit-scrollbar-track {
  background: #ffffff;
}

.nesty-panel::-webkit-scrollbar-thumb,
.hc-multiselect-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary-40);
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.nesty-panel ul,
.hc-multiselect-menu ul {
  padding: 0.5rem 0.75rem;
  font-family: inherit;
}

.nesty-panel li,
.hc-multiselect-menu li {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  padding: 0.5rem 1rem !important;
  font-family: inherit;
}

.nesty-panel li.nesty-selected {
  font-weight: 600;
}

.nesty-panel li:focus,
.hc-multiselect-menu li:focus {
  background: var(--primary-20);
}

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

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

.form-field .optional {
  display: none;
  color: var(--gray-60);
  margin-left: 4px;
}

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

.form footer {
  margin-top: 1.19rem;
}

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
  display: none;
}
.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: #9358B0;
}

ul[data-hc-pills-container] li:last-child input {
  height: auto;
  font-weight: 400;
}

ul[data-hc-pills-container] li:last-child input::placeholder {
  color: var(--form-gray-400);
  font-weight: 300;
}

ul[data-hc-pills-container] li:first-child input {
  padding-left: 0;
}

ul[data-hc-pills-container] li[data-hc-pill='true'][aria-invalid='true'] {
  border: 1px solid var(--error-100);
}

ul[data-hc-pills-container] li {
  height: auto;
}

ul[data-hc-pills-container] li[data-hc-pill='true'] {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background-color: var(--form-gray-200);
}

ul[data-hc-pills-container] li[data-hc-pill='true'],
ul[data-hc-pills-container] li[data-hc-pill='true'] * {
  line-height: 1rem;
  color: var(--form-gray-900);
  font-size: 0.875rem !important;
  font-weight: 400;
}

ul[data-hc-pills-container] li[data-hc-pill='true'] > span[aria-label='close'] {
  font-size: 1.5rem;
}

/***** Header *****/
.header {
  color: var(--neutral-white);
  z-index: 10;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.875rem;
  height: 100%;
}

@media (min-width: 768px) {
  .header__content {
    padding-block: 0.75rem;
  }
}

.logo a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

[data-category='droz-blank'] .logo img:not(.logo--blank),
[data-category='droz-base'] .logo img:not(.logo--base),
[data-category='droz-bot'] .logo img:not(.logo--bot),
[data-category='droz-nexo'] .logo img:not(.logo--nexo),
[data-category='droz-chat'] .logo img:not(.logo--chat) {
  display: none;
}

.logo span {
  color: var(--gray-80);
  position: relative;
  padding-left: 0.5rem;
}

.logo span::before {
  content: '';
  width: 0.125rem;
  height: 1.5rem;
  background: var(--gray-20);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .logo span {
    padding-left: 1rem;
  }

  .logo span::before {
    height: 2rem;
  }
}

[data-category='droz-blank'] .header {
  --primary-100: var(--gray-80);
}

.header__menu-button {
  color: var(--primary-100);
  width: 1.5rem;
  height: 1.5rem;
}

.header__menu {
  display: flex;
  align-items: center;
  position: absolute;
  height: 0;
  color: var(--gray-80);
  transition: opacity 200ms ease-in;
}

.header__menu-button[aria-expanded='false']
  + .header__menu
  + .header__menu-button--close {
  display: none;
}

.header__locales-button {
  position: relative;
}

.header__locales-list {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
  background: var(--neutral-white);
  padding: 0.75rem 0;
  width: 100%;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 1px solid var(--gray-40--23);
  transition: all 200ms ease-out;
}

[data-category='droz-blank'] .header__locales-list {
  top: 3.875rem;
}

.header__locales-list[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
}

.header__locales-list[aria-hidden='false'] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header__locales-list a {
  padding: 0.625rem 1.5rem;
  display: block;
  color: var(--gray-80);
  text-decoration: none;
}

.header__locales-list .active a {
  background: var(--primary-80);
  color: var(--neutral-white);
  cursor: default;
}

.header__locales-list li:not(.active) a:hover {
  text-decoration: none;
  background: var(--primary-40);
}

[data-category='droz-blank'] .header__link[href='/hc/pt-br'],
.requests-page .header__link[href*='/requests']:not([href*='/requests/new']),
.new-request-page .header__link[href*='/requests/new'],
.header__link[href*='/access/logout'] {
  display: none;
}

.requests-page .header__link[href*='/access/logout'] {
  display: flex;
}

.button.header__link {
  gap: 0;
  justify-content: flex-start;
  color: var(--gray-80);
}

.header__link > :first-child {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.63rem;
}

.header__link[aria-haspopup='true'] img:last-of-type {
  margin-left: auto;
  transition: transform 200ms ease-in;
}

.header__link[aria-haspopup='true'][aria-expanded='true'] img:last-of-type {
  transform: rotate(180deg);
}

@media (max-width: 1079px) {
  .header__locales-button > button > span {
    max-width: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  .header__menu {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .header__menu-button[aria-expanded='true'] + .header__menu {
    height: 100%;
    width: 100%;
    opacity: 1;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--form-gray-300);
    color: var(--neutral-white);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5rem 1.5rem;
    gap: 1rem;
  }

  .header__menu li,
  .header__menu .header__link {
    width: 100%;
  }

  .button.header__link {
    border: 1px solid var(--gray-20);
    background-color: var(--neutral-white);
  }

  .header__locales-list li.active a {
    background-color: var(--primary-60);
    color: var(--neutral-white);
  }

  .header__menu-button[aria-expanded='true']
    + .header__menu
    + .header__menu-button--close {
    color: var(--gray-80);
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 2;
  }

  .header__locales-list {
    left: 0;
    right: auto;
    border: 1px solid var(--gray-20);
  }

  .header__locales-button .header__link[aria-expanded='true'] {
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .header__locales-button > button > span {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .header__menu-button {
    display: none;
  }

  .header__menu {
    height: auto;
    position: unset;
  }

  .header__link[aria-haspopup='true'] img:last-of-type {
    margin-left: 0.37rem;
  }
}

/***** Skip Navigation *****/
.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;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover,
.user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}
.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}
[dir='rtl'] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#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;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: var(--primary-100);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: var(--neutral-white);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  margin-top: auto;
}

.footer__bar {
  margin-top: 7.75rem;
  background: linear-gradient(89deg, #0052ff 0%, #ebbdff 50%, #ff7f00 100%);
  height: 0.125rem;
}

.footer__content {
  padding: 3.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__content__topic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__content__topic li {
  margin-bottom: 0.5rem;
}

.footer__content__topic > :first-child {
  margin-bottom: 1rem;
}

.footer__content__topic a {
  color: inherit;
}

.footer__content__topic a:not(.button):hover {
  text-decoration: underline;
  color: var(--primary-100);
}

.footer__content__topic:nth-of-type(1) > ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__content__topic:nth-of-type(1) li {
  line-height: 0;
}

.footer__content__topic:nth-of-type(1) a {
  display: flex;
  align-items: center;
  transition: color 200ms ease-in;
}

.footer__content__topic:nth-of-type(1) a:hover {
  color: var(--primary-80);
}

.footer__content__topic:nth-of-type(1),
.footer__content__topic:nth-of-type(2) {
  width: 100%;
}

.footer__content__topic:nth-of-type(1) a,
.footer__content__topic:nth-of-type(2) i {
  color: var(--primary-100);
}

.footer__content__topic:nth-of-type(2) a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer__content__topic:last-of-type p {
  max-width: 17.4375rem;
  margin-bottom: 1rem;
}

.footer__copyright {
  padding: 2rem;
  text-align: center;
  border-top: 1px solid var(--gray-40--23);
  color: var(--gray-80);
}

@media (min-width: 768px) {
  .footer__content__topic:nth-of-type(1),
  .footer__content__topic:nth-of-type(2) {
    width: auto;
  }

  .footer__content__topic:nth-of-type(2) {
    max-width: 14.2rem;
  }
}

/***** Breadcrumbs *****/
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-word;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--gray-60);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  gap: 0.25rem;
  list-style: none;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li:last-of-type {
  color: var(--gray-80);
}

.breadcrumbs li:not(:last-child) {
  margin-right: 0.25rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: '';
  background-image: url(/hc/theming_assets/01KVDASG13E03CY4X0DYJG7BZE);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.75rem;
  height: 0.75rem;
  filter: var(--img-filter);
}

.breadcrumbs li a {
  color: inherit;
}

/***** Search field *****/
.search-container {
  position: relative;
  width: 100%;
  max-width: 43.75rem;
}

.search {
  width: 100%;
}

.search input[type='search'] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: var(--gray-80);
  padding-block: 0.62rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-20);
  background: var(--neutral-white);
}

.search input[type='search']::placeholder {
  color: var(--gray-40);
}

[dir='ltr'] .search input[type='search'] {
  padding-left: 2.63rem;
  padding-right: 1rem;
}

[dir='rtl'] .search input[type='search'] {
  padding-right: 2.63rem;
  padding-left: 1rem;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 1rem;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  color: var(--gray-40);
  pointer-events: none;
}
[dir='rtl'] .search-icon {
  left: auto;
  right: 1rem;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01KVDASK22Q5E5B751BFMZZ8YD);
  background-position: left;
  background-size: cover;
  min-height: 11.25rem;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero--category {
  min-height: 8.75rem;
  padding: 1.5rem 0;
  margin-bottom: 3.5rem;
}

.hero--category .hero__inner {
  gap: 0.5rem;
  align-items: flex-start;
  max-width: 43.75rem;
}

.hero--category .hero__inner h1 {
  text-align: left;
}

[data-category='droz-base'] .hero {
  background-image: url(/hc/theming_assets/01KVDASKEK5TM8DNHER3C12662);
}

[data-category='droz-bot'] .hero {
  background-image: url(/hc/theming_assets/01KVDASKT0VJKDDRGANABPYHFT);
}

[data-category='droz-nexo'] .hero {
  background-image: url(/hc/theming_assets/01KVDASM4FP0CNDN8GKCJVH70T);
}

[data-category='droz-chat'] .hero {
  background-image: url(/hc/theming_assets/01KVDEZAZX3A8TZ0XA38YM5ABW);
}

.hero__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 51.6875rem;
}

@media (min-width: 80rem) {
  .hero__inner {
    max-width: 55.1875rem;
  }
}

.hero__inner * {
  transition: all 200ms ease-in;
}

.hero__search-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 43.75rem;
  z-index: 9;
}

@media (max-width: 767px) {
  .hero:not(.hero--category) .hero__inner h1 {
    max-width: 32rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (max-width: 575px) {
  .hero:not(.hero--category) .hero__inner h1 {
    max-width: 22rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 475px) {
  .hero__inner h1 {
    max-width: 16rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero--category .hero__inner h1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .hero {
    padding: 5rem 0;
    min-height: 24rem;
  }

  .hero--category {
    padding: 5rem 0 3.5rem;
    min-height: 15rem;
  }

  .hero--category .hero__inner {
    gap: 1.5rem;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--gray-20);
  margin-bottom: 3.5rem;
}

.page-header--borderless {
  padding: 0;
  border: 0;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 1.5rem;
}

/* Home: encaixa os 4 produtos lado a lado (reduz a largura do box) */
.categories-list .card--big {
  max-width: 16rem;
  padding: 1.5rem;
}

.categories-list .card--big .card__info {
  gap: 0.5rem;
}

/***** Homepage *****/
.section {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 4rem;
  }
}

/***** Promoted articles *****/
.promoted-articles-container > :first-child {
  text-align: center;
  margin-bottom: 2.5rem;
}

.promoted-articles__controllers {
  margin-bottom: 0.37rem;
}

.promoted-articles__controllers ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  white-space: nowrap;
}

/***** Articles *****/
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.article-item,
.related-articles li {
  border-bottom: 1px solid var(--gray-40--23);
  overflow: hidden;
  color: var(--gray-60);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.article-list:not(.accordion-wrapper) .article-item:first-child,
.related-articles li:first-child {
  border-top: 1px solid var(--gray-40--23);
}

.article-item__button,
.related-articles a {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-shrink: 0;
  color: inherit;
  text-align: left;
}

.article-item__button:hover,
.related-articles a:hover {
  color: var(--primary-100);
  text-decoration: underline;
}

.article-item__button[aria-expanded='true'] {
  color: var(--primary-100);
}

.article-item__arrow {
  line-height: 0;
  color: var(--primary-100);
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease-in-out;
}

.article-item__button[aria-expanded='true'] .article-item__arrow {
  transform: rotate(180deg);
}

.article-item[data-article-id='empty'] {
  display: none;
  border: 0;
  padding: 1rem 0 0;
}

.promoted-articles__controllers[data-content-id='16493642046221']
  + .article-list
  .article-item:not([data-category-id='16493642046221']),
.promoted-articles__controllers[data-content-id='4420135624717']
  + .article-list
  .article-item:not([data-category-id='4420135624717']),
.promoted-articles__controllers[data-content-id='17907979982093']
  + .article-list
  .article-item:not([data-category-id='17907979982093']),
.promoted-articles__controllers[data-content-id='44541517226381']
  + .article-list
  .article-item:not([data-category-id='44541517226381']),
.promoted-articles__controllers[data-content-id='empty']
  + .article-list
  .article-item:not([data-article-id='empty']) {
  display: none;
}

.promoted-articles__controllers[data-content-id='empty']
  + .article-list
  .article-item[data-article-id='empty'] {
  display: block;
}

.article-item__content {
  display: grid;
  grid-template-rows: 0;
  transition:
    grid-template-rows 200ms,
    padding 200ms;

  color: var(--gray-80);
}

.article-item__content * {
  max-width: 100%;
}

.article-item__content article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-item__content article > p {
  white-space: break-spaces;
  word-break: break-word;
  padding-right: 1.5rem;
}

.article-item__content[aria-hidden='false'] {
  grid-template-rows: 1fr;
  padding: 0 0 1rem;
}

.article-item__link {
  margin-top: 1rem;
  color: var(--primary-80);
  text-decoration: underline;
}

/***** Active line navigation *****/
.navigation-line-component {
  position: relative;
}

.navigation-line-component .navigation-line__list {
  position: relative;
  overflow: auto hidden;
  scrollbar-width: none;
  scrollbar-color: var(--gray-40) var(--neutral-white);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-40--23);
  scroll-behavior: smooth;
}

/* Chrome, Edge, and Safari */
.navigation-line-component .navigation-line__list::-webkit-scrollbar {
  height: 0;
}

.navigation-line__link {
  color: var(--gray-40);
  transition: color 300ms ease-out;
}

.navigation-line__link button {
}

.navigation-line__link:hover,
.navigation-line__link:focus {
  color: var(--primary-100);
}

.navigation-line__link.active {
  cursor: default;
  font-weight: 600;
  color: var(--gray-80);
}

.navigation-line__link:not(.active) {
  cursor: pointer;
}

.navigation-line {
  height: 4px;
  background-color: var(--primary-100);
  position: absolute;
  bottom: -1px;
  left: 0;
  min-width: 1px;
  transition:
    transform 200ms ease-in-out,
    width 200ms ease-in-out;
}

.navigation-line__overflow-btn {
  display: none;
  height: 1.25rem;
  position: absolute;
  border: 0;
  background: var(--neutral-white);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  top: 0;
  left: 0;
  color: var(--gray-40);
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 200ms ease-in-out;
  z-index: 1;
}

.navigation-line__overflow-btn:hover {
  opacity: 1;
}

.navigation-line-overflow-right {
  left: auto;
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  right: 0;
}

.navigation-line-component.overflow--left .navigation-line-overflow-left,
.navigation-line-component.overflow--right .navigation-line-overflow-right {
  display: flex;
  align-items: center;
}

/***** Droz contents block *****/
.droz-contents-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.droz-contents__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.droz-contents__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
  max-width: 22.333rem;
  margin: 0 auto;
}

@media (min-width: 695px) {
  .droz-contents__list {
    max-width: 100%;
    flex-direction: row;
    margin: 0;
  }
}

@media (min-width: 567px) {
  .droz-contents__item.card {
    min-width: 18.75rem;
  }
}

.droz-contents__item.card {
  flex: 1 0 0;
  max-width: 34.25rem;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent,
.recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: var(--gray-80);
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir='rtl'] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.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: #1F73B7;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #9358B0;
}
.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
  color: #0F3554;
}
.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(--primary-100);
  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;
}

/***** Category pages *****/
.sections-list {
  margin-bottom: 3.5rem;
}

.section-tree + .content-card > :first-child {
  margin-bottom: 1rem;
}

.section-tree + .content-card .articles-item__button {
  padding: 1.13rem 0;
}

.section-tree + .content-card {
  margin-bottom: 3.5rem;
}

/***** Section pages *****/
.section-content {
  display: flex;
  align-items: flex-start;
  gap: 3.5rem;
  flex-direction: column;
}

.section-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.section-list__item {
  flex: 0 0 100%;
}

.section-list__item button {
  text-align: left;
}

.sections-articles {
  width: 100%;
}

.sections-articles > section[aria-hidden='true'] {
  display: none;
}

.sections-articles > section > :first-child {
  margin-bottom: 1rem;
}

.section-list .button--secondary {
  width: 100%;
  gap: 0;
}

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

  .section-list {
    max-width: calc(16.625rem + 2px);
    flex-direction: column;
  }
}

@media (min-width: 400px) {
  .section-list__item {
    flex: unset;
  }
}

.button.articles-amount-button {
  margin-top: 1rem;
  display: flex;
  color: var(--primary-100);
  margin-inline: auto;
  gap: 0.5rem;
}

.showing-less .article-list .article-item:nth-child(n + 6),
.showing-less .articles-amount-button[data-action='less'],
[data-need-load]:not(.showing-less)
  .articles-amount-button[data-action='more'] {
  display: none;
}

.articles-amount-button.loading {
  cursor: wait;
}

.articles-amount-button.loading svg {
  animation: load-all-articles 1s linear infinite;
}

@keyframes load-all-articles {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/***** Article *****/
.article {
  width: 100%;
  max-width: 37.5625rem;
  margin: 0 auto;
}

.article-body {
  display: flow-root;
}
.article-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.article-body a:visited {
  color: #9358B0;
}
.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  color: var(--primary-100);
}
.article-body img,
.article-body svg,
.article-body video {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[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: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: var(--gray-60);
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.5rem;
  margin: 2rem 0;
  word-wrap: break-word;
}

.article-votes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
  color: var(--primary-100);
  padding: 2rem 0;
  border-block: 2px solid var(--gray-20);
  text-align: center;
}

.article-votes-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.article-vote {
  border: 1.5px solid var(--primary-100);
  color: var(--primary-100);
  width: 100%;
  max-width: 10.9375rem;
}

.article-vote[aria-pressed='true'] {
  background-color: var(--primary-80);
  color: var(--neutral-white);
}

.article-vote[aria-pressed='true']::before {
  filter: brightness(0) invert(1);
}

.article-vote[aria-pressed='true']:hover {
  background-color: var(--primary-100);
}

.article-vote::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  filter: var(--img-filter);
}

.article-vote-up::before {
  background-image: url(/hc/theming_assets/01KVDASG9EATW438FK3QA91T62);
}

.article-vote-down::before {
  background-image: url(/hc/theming_assets/01KVDASG197DBNDJ8N5AWW5G82);
}

.article-vote-feedback-message {
  color: var(--gray-60);
}

.article-vote-feedback-message strong {
  color: var(--gray-80);
}

.related-articles {
  margin-top: 3.5rem;
}

.related-articles-title {
  font-size: 2rem;
  color: var(--gray-80);
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}

.related-articles a::after {
  content: '';
  background-image: url(/hc/theming_assets/01KVDASG3EX42AY1YPFZ0M47B2);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  filter: var(--img-filter);
}

/***** 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(--gray-80);
  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;
}

.upload-dropzone {
  transition: all 300ms ease-out;
}

.upload-dropzone:hover {
  background-color: var(--primary-20);
}

.upload-dropzone span {
  color: var(--gray-80);
  padding: 0;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-dropzone span::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-image: url(/hc/theming_assets/01KVDASG4G5Z2TXY7B4Y2RXWM4);
  background-size: cover;
  background-repeat: no-repeat;
  filter: var(--img-filter);
  display: inline-block;
  margin-right: 0.62rem;
}

.upload-dropzone a {
  font-size: inherit;
  margin-right: 0.25rem;
}

/***** 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(--gray-60);
}
.share a:hover {
  text-decoration: none;
  color: var(--primary-100);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment-list {
  border-radius: 0.5rem;
  overflow: auto;
  max-height: 30.5rem;
  background-color: var(--form-gray-300--50);
  border: 1px solid var(--gray-20);
}

.comment {
  padding: 2rem;
}
.comment-heading {
  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(--gray-60);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #9358B0;
}
.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
  color: #0F3554;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: var(--gray-60);
  font-size: 13px;
}
[dir='rtl'] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--form-gray-450);
  padding-bottom: 4rem;
}
.comment-wrapper.comment-official {
  border: 1px solid var(--primary-100);
  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 1 auto;
}
.comment-meta a {
  color: inherit;
}

.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 .upload-dropzone {
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
}
.comment-attachments a {
  color: var(--primary-100);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: inherit;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #9358B0;
}
.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
  color: #0F3554;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  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(--gray-60);
  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(--gray-60);
  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(--primary-100);
}

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

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

.vote-voted:hover {
  color: darken(var(--primary-100), 20%);
}

/***** 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;
}

/***** Requests Page *****/
.requests-hero {
  background: var(--primary-20);
}

.requests-hero__inner {
  padding: 3.5rem 0;
  text-align: center;
  color: var(--primary-100);
}

.my-actitivies-header > :first-child {
  margin-bottom: 0.5rem;
}

.my-actitivies-header {
  margin-bottom: 1rem;
}
/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.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(--gray-80);
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #9358B0;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: var(--gray-60);
  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(--gray-80);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  color: var(--gray-100);
  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(--primary-100);
}
.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 {
  color: var(--status-closed);
}
.status-label-pending,
.status-label-pending-moderation {
  color: #1f73b7;
  text-align: center;
}
.status-label-open {
  color: var(--status-open);
}
.status-label-solved {
  color: var(--status-solved);
}
.status-label-new {
  color: #ffb648;
}
.status-label-hold {
  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: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.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: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: inherit;
  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 {
  display: flow-root;
}
.post-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.post-body a:visited {
  color: #9358B0;
}
.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  color: #0F3554;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  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(--gray-60);
  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(--gray-60);
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: var(--primary-100);
  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;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir='rtl'] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  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-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

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

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

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.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: 22.5px;
  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(--primary-100);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: var(--gray-80);
  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(--gray-80);
  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: 4px solid var(--primary-100);
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected='true'] a,
.collapsible-nav-list li.current a {
  color: var(--gray-80);
}

.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: 22.5px;
  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(--primary-100);
}
.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;
  border-top: 1px solid var(--form-gray-450);
  margin-top: 10px;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin: 2rem 0;
}
.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    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%;
  position: relative;
}
.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: 3.5rem;
}
.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(--gray-60);
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  margin-top: 3.5rem;
  color: var(--gray-60);
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
@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 55%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}

.comment-show-container {
  min-height: 2.5rem;
}

.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(--primary-100);
}
.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(--primary-100);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
  margin-bottom: 1rem;
  word-break: break-word;
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    border: 0;
    flex: 0 0 auto;
    width: 37%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  font-size: 0;
  margin: 0;
}
.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: text-bottom;
  border-bottom: 1px solid var(--form-gray-450);
  padding: 1rem;
}

.request-attachments dt,
.request-attachments dd {
  border: 0;
  padding-bottom: 0;
}
.request-details dd {
  width: 50%;
}
.request-details dd::after {
  content: '\a';
  white-space: pre;
}
.request-details dt {
  color: var(--gray-80);
  width: 50%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt,
.request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  padding-top: 0.5rem;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}
.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(--gray-60);
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: '·';
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.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;
  vertical-align: middle;
  display: inline;
}

.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(--gray-60);
  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(--primary-100);
  border-radius: 4px;
  color: var(--primary-100);
  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: #f2f2f2;
  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(--gray-60);
  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(--gray-60);
  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: #f7f7f7;
}
@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: #FFFFFF;
  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-header p {
  color: var(--gray-60);
}

.search-results__list > li {
  padding: 1rem 0;
  border-top: 1px solid var(--gray-40--23);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.search-results__list > li:last-of-type {
  border-bottom: 1px solid var(--gray-40--23);
}

.search-results__list .search-result__title a {
  color: var(--gray-80);
}
/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: 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-inline.notification-error::before,
.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-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded='true'] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  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;
}
[dir='rtl'] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role='separator'] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role='menuitem'],
.dropdown-menu [role='menuitemradio'] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 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'],
[dir='rtl'] .dropdown-menu [role='menuitemradio'] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus,
.dropdown-menu [role='menuitemradio']:hover,
.dropdown-menu [role='menuitemradio']:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role='menuitem'][aria-selected='true'],
.dropdown-menu [role='menuitem'][aria-checked='true'],
.dropdown-menu [role='menuitemradio'][aria-selected='true'],
.dropdown-menu [role='menuitemradio'][aria-checked='true'] {
  cursor: default;
}
.dropdown-menu [role='menuitem'][aria-selected='true']::after,
.dropdown-menu [role='menuitem'][aria-checked='true']::after,
.dropdown-menu [role='menuitemradio'][aria-selected='true']::after,
.dropdown-menu [role='menuitemradio'][aria-checked='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,
[dir='rtl'] .dropdown-menu [role='menuitem'][aria-checked='true']::after,
[dir='rtl'] .dropdown-menu [role='menuitemradio'][aria-selected='true']::after,
[dir='rtl'] .dropdown-menu [role='menuitemradio'][aria-checked='true']::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role='menuitem'][hidden],
.dropdown-menu [role='menuitem'][aria-hidden='true'],
.dropdown-menu [role='menuitemradio'][hidden],
.dropdown-menu [role='menuitemradio'][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 {
  vertical-align: middle;
}

.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;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929d;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px dashed var(--primary-100) !important;
}

/***** Input Pagination *****/
.input-pagination {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 0.5rem;
}

.input-pagination button {
  color: var(--neutral-white);
  background-color: var(--primary-80);
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 1000px;
  transition: all 300ms ease-out;
}

.input-pagination button:hover {
  background-color: var(--primary-100);
}

.input-pagination button:disabled {
  cursor: not-allowed;
  background-color: var(--gray-20);
}

.input-pagination input[type='number'] {
  -moz-appearance: textfield;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  border: 1px solid var(--primary-100);
  text-align: center;
  color: var(--primary-100);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.input-pagination input::-webkit-outer-spin-button,
.input-pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-pagination input[type='number'].has-error {
  border: 1px solid var(--error-100);
  color: var(--error-100);
}

/***** Instant Search Results *****/
.instant-search-results {
  position: absolute;
  top: 3rem;
  width: 100%;
  background: var(--neutral-white);
  border: 1px solid var(--form-gray-300);
  border-radius: 0.5rem;
}

.instant-search-results__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.37rem;
  padding: 1rem 0.75rem;
}

.instant-search-results__item {
  width: 100%;
  text-align: left;
}

.instant-search-results__link {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--gray-80);
  border-radius: 0.5rem;
}

.instant-search-results__link:hover {
  text-decoration: none;
  background-color: var(--primary-20);
  color: var(--primary-100);
}

.instant-search-results__category:not(:last-of-type) {
  border-bottom: 1px solid var(--form-gray-300);
}

.instant-search-results__category h3 {
  text-align: left;
  padding: 1rem 1rem 0 1rem;
  color: var(--gray-60);
}

.instant-search-results__category .instant-search-results__list {
  padding-top: 0.5rem;
}
