@charset "UTF-8";

@font-face {
  font-family: 'Eudoxus Sans';
  src: url(/hc/theming_assets/01JKC0H403GBH4WQS8J42HW6E8) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eudoxus Sans';
  src: url(/hc/theming_assets/01JKC0H3VJC40JA2FNP0NEJ47S) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/***** 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 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  transition: all .3s ease;
  letter-spacing: normal;
}

a:hover {
  color: #404EED;
}

path, svg, button, g, circle {
  transition: all .3s ease;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

button,
input {
  overflow: visible;
}

button,
select,
input[type=submit]  {
  text-transform: none;
  cursor: pointer;
}

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 *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFF;
  color: #121722;
  font-family: Eudoxus Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.fade-in-up {
	transition-duration: .7s;
	transition-delay: .1s;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 50px, 0);
}
.fade-in-up.done {
  visibility: visible;
  opacity: 1;
  transform: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Eudoxus Sans, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.hero-text {
  font-size: 55px;
  letter-spacing: -1.65px;
  margin-bottom: 40px;
}

h1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -1.44px;
}

h2 {
  font-size: 42px;
  letter-spacing: -1.26px;
}

h3 {
  font-size: 34px;
  line-height: 110%; /* 37.4px */
  letter-spacing: -0.68px;
}

h4 {
  font-size: 26px;
  line-height: 110%; /* 30.8px */
  letter-spacing: -0.26px;
}

h5 {
  font-size: 24px;
  line-height: 120%; /* 30.8px */
  letter-spacing: -0.24px;
}

h6 {
  font-size: 22px;
  line-height: 110%; /* 30.8px */
  letter-spacing: -0.22px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #686B71;
}

.p-large {
  font-size: 18px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
}
a {
  color: #121722;
  text-decoration: none;
  cursor: pointer;
}

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

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  outline: none;
}


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

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

textarea {
  border-radius: 8px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 18px;
  height: 140px;
  border: 1px solid rgba(64, 73, 107, 0.12);
  background-color: #fff;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

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

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

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

/***** Buttons *****/
.subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button, .article-subscribe button, .community-follow button, .comment-form-controls input[type=submit] {
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.63px;
  margin: 0;
  text-align: center;
  transition: all .3s ease;
  padding: 14px 34px;
  background-color: #404EED;
  border: 1px solid #404EED;
  color: #fff;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
.subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}

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


.article-subscribe button:hover, .community-follow button:hover, .subscriptions-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover {
  background-color: #D8DCFD;
  border: 1px solid #D8DCFD;
  color: #121722;
}

.comment-form-controls input[type=submit] {
  background-color: #D8DCFD;
  color: #121722;
  border: 1px solid #D8DCFD;
}

.comment-form-controls input[type=submit]:hover {
  border: 1px solid #121722;
  background-color: #121722;
  color: #fff;
}

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

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

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid $brand_text_color;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid $brand_text_color;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: lighten($text_color, 20%);
  font-size: 15px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

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

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

.form-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #121722;
}

.form-field input {
  border: 1px solid rgba(213, 218, 222, 0.8);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid $brand_color;
}

.form-field input[type=text] {
  border: 1px solid rgba(213, 218, 222, 0.8);
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid $brand_color;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929D;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid $brand_color;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid $brand_color;
  text-decoration: none;
}

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

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

.form-field .optional {
  color: lighten($text_color, 20%);
  margin-left: 4px;
}

.form-field p {
  color: #686B71;
  font-size: 14px;
  margin: 10px 0;
  opacity: 0.8;
}

.form footer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.form footer input {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.63px;
  padding: 14px 34px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #404EED;
  border: 1px solid #404EED;
  color: #fff;
}
.form footer input:hover {
  background-color: #D8DCFD;
  border: 1px solid #D8DCFD;
  color: #121722;
}

.form footer a {
  color: lighten($text_color, 20%);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 16px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: $visited_link_color;
}

/***** Header *****/
.header {
  position: relative;
  z-index: 99;
}

.header .container {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 88px;
}

.header__lists {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
}
.header__lists a {
  line-height: 1.1;
}

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

.search-header {
  display: none;
}

.search-header input[type=search]{
  border-radius: 12px;
  border: 1px solid #111;  
  padding: 10px 15px;
}

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

.logo img {
  max-height: 24px;
  vertical-align: middle;
  width: auto;
}
.logo span {
  margin: 0 10px;
  color: $brand_color;
}

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

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

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.footer-language-selector button {
  font-size: 18px;
  color: #121722;
}

.footer-language-selector button:hover {
  color: #404EED;
}
.footer-language-selector button path {
  fill: #121722;
  stroke: #121722;
}

.footer-language-selector button:hover path {
  fill: #404EED;
  stroke: #404EED;
}

.user-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
  line-height: 1;
}

.user-nav-list > li > a, .user-nav-list > li > div {
  margin-left: 15px;
}

.user-nav-list > li > .button {
  padding: 10px 25px;
}

.user-nav-list > li svg {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}


@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu path {
  stroke: #121722;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 81px;
  z-index: 10;
  padding: 15px 0;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.menu-list-mobile-items .dropdown-menu {
  left: 20px;
  margin-top: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 19px;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 15px;
  width: 100%;
  height: 100%;
  color: #111;
  cursor: pointer;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
}
.nav-wrapper-mobile .menu-list-mobile-items button path {
  stroke: #111;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  font-size: 18px;
  padding: 8px 15px;
  width: 100%;
  height: 100%;
  color: #111;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #414141;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.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: #121722;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #404EED;
  background-color: transparent;
}
.user-info > button path {
  stroke: #121722;
}
.user-info > button:hover path, .user-info > button:focus path {
  stroke: #404EED;
}
.user-info > button::after {
  color: $link_color;
  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: 64px;
  width: 64px;
}

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

/***** Footer *****/
.submit-request {
  display: flex;
  justify-content: center
}

.submit-request .container {
  position: relative;
  z-index: 3;
  max-width: 1170px;
  margin: -240px 15px 0;
  border-radius: 8px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #121722;
}

.submit-request .container div, .submit-request h2, .submit-request p {
  position: relative;
  z-index: 4;
}

.submit-request svg {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}

.submit-request svg:last-child {
  left: auto;
  right: 0;
}

.submit-request svg path {
  fill: #404EED;
}

.submit-request h2 {
  margin-bottom: 20px;
  color: #fff;
}

.submit-request p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #C7CAD0;
}

@media (max-width: 1279px) {
  .footer__top {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .submit-request .container {
    padding: 40px;
  }
}

.footer {
  background-color: #404EED;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
  gap: 80px;
}

.footer__top p {
  max-width: 440px;
  color: #fff;
}


.footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__social a {
  line-height: 1;
}

.footer__social svg {
  width: 18px;
  height: auto;
}
.footer__social path {
  fill: #fff;
}

.footer__social a:hover path {
  fill: #121722;
}

.footer a:hover {
  color: #121722;
}

.footer__list {
  display: flex;
  gap: 14px;
  align-self: end;
}

.footer__list a {
  font-weight: 700;
  color: #fff;
}

.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom a {
  font-size: 16px;
}

.footer__bottom p {
  color: #fff;
}

.footer__right a {
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1199px) {
  .footer__bottom .container {
    width: calc(100% - 30px);
  }
}

@media (max-width: 1023px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 80px;
  }
  .footer__top p {
    text-align: center;
  }
  .footer__list {
    align-self: center;
  }
}

@media (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
  }
  .footer__top {
    padding-top: 60px;
  }
  .footer__bottom .container {
    flex-direction: column;
    gap: 10px;
  }
  .footer__bottom p {
    text-align: center;
    max-width: 80%;
  }
}

.powered-by-zendesk {
  display: none;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 0 15px;
  display: flex;
}

.breadcrumbs li {
  color: #686B71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li a {
  color: #686B71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.breadcrumbs li a:hover {
  color: #404EED;
}

.breadcrumbs li + li::before {
  content: "-";
  margin: 0 4px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
/***** Search field *****/
.search-container {
  position: relative;
  padding-left: 15px;
}

.search {
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: $brand_color;
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}

.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  color: #686B71;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
}


.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: $brand_color;
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px $brand_color;
}
.search input[type=search]::placeholder, .nav input[type=search]::placeholder {
  color: #686B71;
}


[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: $brand_color;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: $brand_color;
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: $brand_color;
}

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

.search-icon path {
  fill: #686B71;
}

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

/***** Hero component *****/
.hero {
  margin-top: -88px;
  overflow: hidden;
  position: relative;
}
.hero .container {
  display: flex;
  justify-content: center;
  padding-top: 208px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  width: 100%;
  z-index: 3;
}
.hero__content p {
  font-size: 20px;
  margin-bottom: 60px;
  max-width: 645px;
}

.hero > svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero > svg:last-child {
  right: 0;
  left: auto;
}

.hero > svg path {
  fill: #D8DCFD;
}

.hero > svg path:nth-of-type(7), .hero > svg path:nth-of-type(8) {
  fill: #404EED;
}

@media (max-width: 1279px) {
  .hero-text {
    font-size: 50px;
  }
  .hero .container {
    padding-top: 188px;
  }
}
@media (max-width: 1023px) {
  .hero .container {
    padding-top: 168px;
  }
  .hero > svg {
    left: -80px;
  }
  .hero > svg:last-child {
    right: -80px;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-top: 148px;
  }
  .hero > svg {
    display: none;
  }
  .hero__content {
    max-width: 595px;
    width: 100%;
    margin: 0 auto;
  }
  .hero__content p {
    margin-bottom: 40px;
  }
}

.hero-inner {
  position: relative;
  max-width: 570px;
  width: 100%;
}

.hero .search, .error-page .search {
  max-width: 570px;
}

.hero .search input[type=search], .error-page .search input[type=search]{
  border-radius: 8px;
  padding: 15px 150px 15px 50px;
  outline: none;
  color: #686B71;
  background-color: #fff;
  border: 1px solid rgba(64, 73, 107, 0.12);
}
.hero .search input[type=submit], .error-page .search input[type=submit]{
  position: absolute;
  right: 0;
  padding: 8px 28px;
  border-radius: 8px;
  top: 50%;
  transform: translate(-6px, -50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.63px;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #404EED;
  border: 1px solid #404EED;
  color: #fff;
}
.hero .search input[type=submit]:hover, .error-page .search input[type=submit]:hover {
  background-color: #D8DCFD;
  border: 1px solid #D8DCFD;
  color: #121722;
}
.hero .search-icon, .error-page .search-icon {
  left: 20px;
}

.popular-keywords {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
} 
.popular-keywords p {
  margin-bottom: 0;
  font-size: 16px;
}
.popular-keywords a {
  letter-spacing: 0.16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #42454E;
  color: #121722;
}

.popular-keywords a:hover {
  border: 1px solid #D8DCFD;
  background-color: #D8DCFD;
  color: #fff;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1, .page-header h2 {
  flex-grow: 1;
  margin-bottom: 0;
}
.page-header-description {
  margin: 10px 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.page-header .dropdown-toggle {
  gap: 15px;
}

.page-header .dropdown-toggle path {
  stroke: #121722;
}

.page-header .dropdown-toggle:hover svg, .page-header .dropdown-toggle[aria-expanded='true'] svg {
  transform: rotate(90deg);
}


.sub-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-top: 20px;
}
.sub-nav .breadcrumbs {
  padding: 0;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .page-header h1, .page-header h2 {
    margin-bottom: 30px;
  }
  .sub-nav {
    margin-bottom: 30px;
  }
  .sub-nav .breadcrumbs {
    margin-bottom: 0;
  }
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.topics-item {
  padding: 30px;
  width: calc(33.3% - 20px);
  border-radius: 8px;
  background-color: #fff;
}
.blocks-item {
  display: flex;
  width: calc(33.3% - 20px);
  min-height: 250px;
}
.blocks-item .block:nth-of-type(1) {
  border-right: 0;
}
.blocks-item .block:nth-of-type(2) {
  border-left: 0;
  border-right: 0;
}
.blocks-item .block:nth-of-type(3) {
  border-left: 0;
}
.blocks-item .block {
  width: calc(100% / 3);
}

.blocks-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.blocks-item-content .meta-data {
  color: #C7CAD0;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: $text_color;
}
.blocks-item-link {
  color: $brand_color;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px $brand_color;
  text-decoration: none;
}
.blocks-item-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.blocks-item-title h5 {
  margin-bottom: 0;
  transition: all .3s ease;
  color: #121722;
  cursor: pointer;
}
.blocks-item-title:hover h5 {
  color: #404EED;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}
@media (max-width:1023px) {
  .blocks-item {
    width: calc(50% - 15px);
  }
  .topics-item {
    width: calc(50% - 15px);
  }
}
@media (max-width:767px) {
  .blocks-list {
    margin-top: 35px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .blocks-item {
    max-width: 470px;
    width: 100%;
  }
  .topics-item {
    max-width: 470px;
    width: 100%;
  }
}

/***** Home page *****/
.section {
  padding-bottom: 120px;
}
@media (max-width: 1279px) {
  .section {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 60px;
  }
}


/* Introduction */

.introduction {

}

.introduction__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.introduction__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.introduction__item > div {
  border-radius: 50px;
  padding: 22px;
  line-height: normal;
  font-size: 0;
  background-color: #404EED;
}

.introduction__item img {
  max-width: 36px;
  max-height: 36px;
}

.introduction__item h5 {
  margin: 20px 0 14px;
}

@media (max-width: 1023px) {
  .introduction__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .introduction__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
  .introduction__item {
    max-width: 370px;
    width: 100%;
  }
}

/* Explore Topics */
.categories {
  padding-top: 120px;
  background-color: rgba(216, 220, 253, 0.40);
}

.categories .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.categories-layout2 .container {
  display: block;
}

.categories__header {
  max-width: 645px;
  text-align: center;
  margin: 0 auto 60px;
}

.categories__header p {
  margin-top: 20px;
}

.categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.categories__sections, .categories__list {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.categories__list {
  margin-top: 0;
}

.categories__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.3% - 20px);
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.categories__section > a {
  width: fit-content;
}

.categories__section:nth-child(n+7) {
  display: none;
}

.categories__list .categories__section:nth-child(n+7) {
  display: flex;
}

.categories__section ul {
  margin: 30px 0 40px;
}

.categories__section li {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  color: #686B71;
}

.categories__section li svg {
  flex: 0 0 auto;
}

.categories__section li svg path {
  fill: #404EED;
}

.categories__section li:nth-child(3) {
  margin-bottom: 0;
}

.categories__section li:nth-child(n+4) {
  display: none;
}

@media (max-width: 1279px) {
  .categories {
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {
  .categories {
    padding-top: 80px;
  }
  .categories__sections {
    margin-top: 40px;
    justify-content: center;
  }
  .categories__header {
    margin-bottom: 40px;
  }
  .categories__list {
    justify-content: center;
  }
  .categories__section {
    max-width: 370px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .categories {
    padding-top: 60px;
  }
  .categories__head {
    flex-direction: column;
    gap: 20px;
  }
  .categories__sections, .categories__list {
    gap: 20px;
  }
  .categories__section {
    padding: 20px;
    width: 100%;
  }
  .categories__section ul {
    margin: 20px 0 30px;
  }
}

/* Find Solution */

.find-solution {
  padding-top: 120px;
}

.find-solution > svg {
  position: absolute;
  top: 50px;
  right: 0;
}

.find-solution h2 {
  margin-bottom: 20px;
  text-align: center;
}

.find-solution .container > p {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

.find-solution__items {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.find-solution__item {
  width: calc(33.3% - 20px);
  padding: 30px;
  border-radius: 8px;
  text-align: left;
  align-items: center;
  background-color: rgba(216, 220, 253, 0.40);
}

.find-solution__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.find-solution__head div {
  font-size: 0;
  border-radius: 50px;
  padding: 10px;
  background-color: #404EED;
}

.find-solution__head img {
  width: 20px;
  height: 20px;
}

.find-solution__item p {
  margin-bottom: 30px;
}

.find-solution__item > a {
  font-size: 18px;
  display: flex;
  gap: 15px;
  width: fit-content;
  align-items: center;
}

.find-solution__item > a path {
  stroke: #121722;
}

.find-solution__item a:hover svg {
  transform: rotate(45deg);
}

@media (max-width: 1279px) {
  .find-solution {
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {
  .find-solution {
    padding-top: 100px;
  }
  .find-solution__items {
    margin-top: 40px;
  }
  .find-solution__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .find-solution {
    padding-top: 60px;
  }
  .find-solution__items {
    gap: 20px;
  }
  .find-solution__item {
    width: 100%;
    max-width: 470px;
  }
  .find-solution > svg {
    display: none;
  }
}


/***** Promoted articles *****/
.promoted-articles {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background-color: #404EED;
}

.promoted-articles .container {
  position: relative;
  z-index: 2;
}

.promoted-articles svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.promoted-articles svg:last-child {
  left: auto;
  right: 0;
}

.promoted-articles svg path {
  fill: #12221B;
}

.promoted-articles__head {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.promoted-articles__head h2 {
  color: #fff;
}

.promoted-articles__head .button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #121722;
}

.promoted-articles__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.promoted-articles__item {
  width: calc(33.3% - 20px);
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.promoted-articles__item:nth-child(n+7) {
  display: none;
}

.promoted-articles__item img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.promoted-articles__item > div:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.promoted-articles__item > div:last-of-type {
  max-height: 68px;
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 1279px) {
  .promoted-articles {
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {
  .promoted-articles {
    padding-top: 80px;
  }
  .promoted-articles__head {
    margin-bottom: 40px;
  }
  .promoted-articles__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .promoted-articles {
    padding-top: 60px;
  }
  .promoted-articles__head {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .promoted-articles__items {
    gap: 20px;
    justify-content: center;
  }
  .promoted-articles__item {
    max-width: 470px;
    width: 100%;
  }
}

/***** Submit a request page *****/
.submit-request-page, .new-post-page {
  padding: 80px 0 360px;
  position: relative;
  overflow: hidden;
}
.submit-request-page .container, .new-post-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.submit-request-page h1, .new-post-page h1 {
  text-align: center;
}
.submit-request-page .form, .new-post-page .form {
  max-width: 770px;
  width: 100%;
}
.submit-request-page form, .new-post-page form {
  color: #121722;
}
.searchbox-suggestions a {
  color: #121722;
}
.searchbox-suggestions a:hover {
  color: #404EED;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-radius: 12px 12px 0 0!important;
}
.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  border-radius: 0 0 12px 12px;
}

@media(max-width: 1279px) {
  .submit-request-page, .new-post-page {
    padding-bottom: 340px;
  }
}

@media(max-width: 1023px) {
  .submit-request-page, .new-post-page {
    padding-bottom: 320px;
  }
}

@media(max-width: 767px) {
  .submit-request-page, .new-post-page {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .submit-request-page .container, .new-post-page .container {
    gap: 30px;
  }
}

/***** Error page *****/
.error-page {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 360px;
  flex-grow: 1;
}
.error-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page .hero-inner {
  max-width: 565px;
  width: 100%;
}
.error-page h1 {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #121722;
}
.error-page h3 {
  max-width: 480px;
  color: #121722;
}
.error-page .container>a {
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0 50px;
  color: #404EED;
}
.error-page .container>a:hover {
  color: #121722;
}

@media (max-width: 1023px) {
  .error-page {
    padding-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .error-page {
    padding-bottom: 300px;
  }
  .error-page h1 {
    font-size: 90px;
  }
}

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

.recent-activity h2 {
  text-align: left;
}
.recent-activity-list {
  display: flex;
  margin-top: 60px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.recent-activity-item {
  text-align: left;
  padding: 30px;
  width: calc(33.3% - 20px);
  border-radius: 8px;
  border: 1px solid rgba(64, 73, 107, 0.12);
  background-color: #fff;
  color: #121722;
}

.homepage-activity .recent-activity-item:nth-child(n+4) {
  display: none;
}

.recent-activity-item h3 {
  margin-bottom: 30px;
}
.recent-activity-item-parent {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 10px;
  border: 1px solid #42454E;
  color: #121722;
  border-radius: 8px;
}

.recent-activity-item-parent:hover {
  border: 1px solid #D8DCFD;
  background-color: #D8DCFD;
  color: #fff;
}

.recent-activity-item-link {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #121722;
}
.recent-activity-item-link:hover {
  color: #404EED;
}

.recent-activity-item-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #686B71;
}
.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: 30px;
}

.homepage-activity .recent-activity-controls {
  display: none!important;
}

.recent-activity-controls a {
  color: $link_color;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: $visited_link_color;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #404EED;
}
.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: $brand_color;
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon svg path {
  stroke: $highlight_color;
}
.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;
}
@media (max-width: 1023px) {
  .recent-activity-list {
    margin-top: 40px;
  }
  .recent-activity-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .recent-activity-list {
    gap: 20px;
  }
  .recent-activity-item {
    max-width: 470px;
    width: 100%;
  }
}

/***** Category pages *****/
.category-page .hero .container {
  position: relative;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.category-page .hero h1 {
  max-width: 900px;
  text-align: center;
}

.category-page .hero p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  max-width: 645px;
}

.category-page__content {
  padding-bottom: 360px;
}

.category-page__content>h2 {
  text-align: center;
}

.category-page__content>p {
  max-width: 550px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
}

.category-page__sections {
  display: flex;
  flex-direction: column;
  gap: 120px;
  justify-content: center;
  margin-top: 60px;
}

.category-page__section-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.category-page__section-heading a {
  text-transform: capitalize; 
}


.category-page__articles {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.category-page__article {
  padding: 30px;
  border-radius: 8px;
  width: calc(33.3% - 20px);
  background-color: rgba(216, 220, 253, 0.40);
}

.category-page__article:nth-child(n+7) {
  display: none;
}

.category-page__article > div:first-of-type, .section-page__article > div:first-of-type, .striped-list-item-body {
  max-height: 67px;
  overflow: hidden;
  margin: 20px 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.category-page__article > div:last-of-type, .section-page__article > div:last-of-type, .featured-posts-btn, .categories__section div:last-of-type {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  transition: all .3s ease;
}

.category-page__article > div:last-of-type a, .section-page__article > div:last-of-type a, .featured-posts-btn a, .categories__section div:last-of-type a {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.category-page__article > div:last-of-type svg path, .section-page__article > div:last-of-type svg path, .featured-posts-btn svg path, .categories__section div:last-of-type svg path {
  stroke: #121722;
}

.category-page__article > div:last-of-type:hover svg, .section-page__article > div:last-of-type:hover svg, .featured-posts-btn:hover svg, .categories__section div:last-of-type:hover svg {
  transform: rotate(45deg);
}

@media(max-width: 1279px) {
  .category-page__content {
    padding-bottom: 340px;
  }
}

@media(max-width: 1023px) {
  .category-page__section-heading {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .category-page__sections {
    gap: 40px;
    margin-top: 40px;
  }
  .category-page__articles {
    gap: 30px;
  }
  .category-page__article {
    width: calc(50% - 15px);
  }
  .category-page__content {
    padding-bottom: 320px;
  }
}

@media(max-width: 767px) {
  .category-page .hero p {
    margin-bottom: 40px;
  }
  .category-page__content {
    padding-bottom: 300px;
    text-align: center;
  }
  .category-page__sections {
    text-align: left;
  }
  .category-page__article {
    width: 100%;
  }
}


/***** Section pages *****/
.section-page {
  padding-top: 80px;
  padding-bottom: 360px;
}

.section-page>.container {
  position: relative;
  display: flex;
}

.nav {
  width: 27%;
  padding: 20px;
  position: sticky;
  top: 94px;
  align-self: start;
  border-radius: 8px;
  background-color: rgba(216, 220, 253, 0.40);
}

.nav .search-container {
  margin-bottom: 50px;
  padding-left: 0;
}

.nav .search-icon {
  left: 20px;
}

.nav .search {
  margin: 0;
}

.nav input[type=search]{
  padding: 14px 20px 14px 50px;
  border-radius: 8px;
}

.nav input[type=search]::placeholder {
  color: #686B71;
  font-weight: 400;
  font-size: 15px;
}

.search input[type=search]::placeholder {
  color: #686B71;
}

.nav__category {
  margin-bottom: 20px;
}

.nav__category:last-child {
  margin-bottom: 0;
}

.nav__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.nav__heading svg {
  flex: none;
}

.nav__heading path {
  fill: #121722;
  stroke: #121722;
}

.nav__sections {
  display: none;
  padding: 20px;
  margin-top: 15px;
  flex-direction: column;
  align-items: start;
  border-radius: 8px;
  background: #fff;
}

.nav__sections.open {
  display: flex;
}

.nav__heading.active svg {
  rotate: 180deg;
}

.nav__heading.active g {
  opacity: 1;
}

.nav__sections a {
  display: inline;
  margin-bottom: 15px;
  color: #686B71;
}

.nav__sections a:hover {
  color: #404EED;
}

.nav__sections a.active {
  color: #404EED;
  font-weight: 700;
}

.nav__sections a.active:hover {
  text-shadow: none;
}

.nav__sections a:last-child {
  margin-bottom: 0;
}

.section-page__content {
  width: 73%;
  padding-left: 80px;
}

.section-page__content>p {
  max-width: 700px;
  margin-top: 20px;
}

.section-subscribe button:hover {
  background: $hover_color;
}

.section-page__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.section-page__articles {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  gap: 30px;
}

.section-page__articles li {
  width: calc(50% - 15px);
}

.section-page__article {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(64, 73, 107, 0.12);
  background-color: #fff;
}

@media (max-width: 1279px) {
  .section-page {
    padding-bottom: 340px;
  }
}

@media (max-width: 1023px) {
  .section-page {
    padding-bottom: 320px;
  }
  .section-page__content {
    width: 60%;
    padding-left: 30px;
  }
  .section-page__heading {
    align-items: start;
    gap: 20px;
    flex-direction: column;
  }
  .nav {
    width: 40%;
  }
  .section-page__articles li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-page {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .section-page>.container {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .nav {
    width: 100%;
    position: static;
    max-width: none;
    border: none;
  }
  .nav .search-container {
    margin-bottom: 30px;
  }
  .nav form {
    max-width: none;
  }
  .section-page__content {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .section-page__articles {
    gap: 20px;
  }
  .section-page__article {
    padding: 25px 20px;
  }
}

/***** Article page *****/
.article-page {
  padding-top: 80px;
  padding-bottom: 360px;
}

.article-page>.container {
  position: relative;
  display: flex;
}

.nav__articles ul {
  padding: 20px;
  margin-top: 30px;
  flex-direction: column;
  align-items: start;
  border-radius: 8px;
  background: #fff;
}

.nav__articles li {
  margin-bottom: 15px;
}

.nav__articles li:last-child {
  margin-bottom: 0;
}

.nav__articles .current-article {
  color: #404EED;
  font-weight: 600;
}

.nav__articles .current-article:hover {
  text-shadow: none;
}

.article-container {
  width: 73%;
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}

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

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

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

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

.article-author {
  display: flex;
}

.article-title {
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 50px;
}

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

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

.article [role=button] {
  flex-shrink: 0;
  width: 100%;
}

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

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

.article-meta {
  margin-top: 3px;
}

.article-meta a, .post-meta a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18px;
    color: #121722;
}

.article-meta a:hover, .post-meta a:hover {
  color: #404EED;
}

.article-body {
  display: flow-root;
}

.article-body, .post-body, .comment-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.article-body div, .post-body div, .comment-body div {
  margin-bottom: 40px;
}

.article-body p, .post-body p, .comment-body p {
  font-size: 18px;
  margin-bottom: 15px
}

.article-body h1, .post-body h1, .comment-body h1 {
  margin: 25px 0 10px;
}

.article-body h2, .post-body h2, .comment-body h2 {
  margin: 25px 0 10px;
}

.article-body h3, .post-body h3, .comment-body h3 {
  margin: 25px 0 10px;
}

.article-body h4, .post-body h4, .comment-body h4 {
  margin: 25px 0 10px;
}

.article-body table, .post-body table, .comment-body table {
  margin-bottom: 10px;
}

.article-body a, .post-body a, .comment-body a {
  color: #404EED;
}

.article-body a:hover, .post-body a:hover, .comment-body a:hover {
  color: #121722;
}
.article-body li, .post-body li, .comment-body li {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.4;
  color: #686B71;
}
.article-body img {
  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: darken($background_color, 5%);
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.article-body ul li::marker, .post-body ul li::marker {
  color: $body_tertiary;
}

[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote, .post-body blockquote {
  padding: 0 20px;
  border-left: 1px solid #D8DCFD;
  margin: 0;
  color: #686B71;
}
.article-body blockquote h2, .article-body blockquote h3, .article-body blockquote h4, .post-body blockquote h2, .post-body blockquote h3, .post-body blockquote h4 {
  color: #121722;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 20px 0 40px;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(64, 73, 107, 0.12);
}
.article-comment-count {
  color: lighten($text_color, 20%);
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: $brand_color;
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .article-relatives {
    flex-direction: column;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-relatives svg path {
  fill: #D8DCFD;
}
.article-votes-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.article-votes {
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-top: 40px;
  background: rgba(216, 220, 253, 0.40);
}

.article-votes a {
  font-weight: 600;
  font-size: 16px;
}
.article-vote {
  padding: 8px 20px;
  line-height: 1;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 22px 0px rgba(0, 0, 0, 0.04);
  background-color: #D8DCFD;
}
.article-vote path {
  fill: #fff;
}
.article-vote:hover {
  background-color: #fff;
}
.article-vote:hover path {
  fill: #121722;
}
.article-votes-count {
  margin-bottom: 10px;
}
.article-votes-request a {
  color: #404EED;
}
.article-votes-request a:hover {
  color: #121722;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: $link_color;
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: $visited_link_color;
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: #404EED;
}
.article-return-to-top {
  border-top: 1px solid #87929D;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: $text_color;
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.multibrand-filter-list {
  margin-top: 30px;
}

.sidenav-title {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 8px;
  color: #121722;
}
.sidenav-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidenav-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: all .3s ease;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.recent-articles li a,
.related-articles li a {
  width: calc(100% - 15px);
  line-height: 140%;
  color: #686B71;
}
.recent-articles li a:hover,
.related-articles li a:hover {
  color: #404EED;
}

@media (max-width: 1023px) {
  .article-page {
    padding-bottom: 320px;
  }
  .article-page h1, .post-title h1 {
    font-size: 50px;
  }
  .article-container {
    width: 60%;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .article-page {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .article-page h1, .post-title h1 {
    font-size: 46px;
  }
  .article-page>.container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .article-container {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .article-header {
    align-items: start;
  }
  .article-author {
    margin-bottom: 20px;
  }
  .article-title {
    margin-bottom: 20px;
  }
  .article-relatives {
    gap: 0;
  }
  .article-relatives>*{
    padding-bottom: 0;
  }
}

/***** 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: $text_color;
  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 span {
  font-size: 16px;
  font-weight: 400;
  color: #121722;
}
.upload-dropzone span a {
  font-size: 16px;
  font-weight: 400;
  color: #404EED;
}
.upload-dropzone:hover span a {
  color: #121722;
}

/***** Social share links *****/
.share {
  display: flex;
  gap: 20px;
  padding: 0;
  white-space: nowrap;
}

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

.share li {
  height: 29px;
  width: 29px;
}
.share path {
  fill: #121722;
}
.share a:hover path {
  fill: #D8DCFD;
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid rgba(64, 73, 107, 0.12);
  background-color: #fff;
}
.comment:last-of-type {
  margin-bottom: 0;
}
.recent-articles-title,
.related-articles-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  margin: 5px 0 30px;
}
.comment-list {
  padding: 30px 0;
}
.comment-overview {
  padding: 50px 0 5px;
}
.comment-overview .dropdown {
  display: none;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  display: inline-block;
  margin-top: 30px;
}
.comment-callout a {
  font-size: 16px;
  color: #404EED;
  text-decoration: underline;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #121722;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: lighten($text_color, 20%);
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid $brand_color;
  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;
  gap: 30px;
}

.comment-avatar {
  margin-right: 10px;
}
.comment-avatar img {
  width: 64px;
  height: 64px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta a {
  color: #121722;
}
.comment-meta a:hover {
  color: #404EED;
}
.comment-meta h6 {
  font-size: 18px;
  transition: all .3s ease;
  color: #121722;
}
.comment-meta a:hover h6 {
  color: #404EED;
}
.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: block;
  text-align: right;
  margin-top: 30px;
}

@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;
  margin-bottom: 15px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: $brand_color;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: Eudoxus Sans, Arial, sans-serif;
  overflow-x: auto;
}
.comment-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.comment-body a {
  color: $link_color;
  text-decoration: underline;
}
.comment-body a:visited {
  color: $visited_link_color;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #404EED;
}
.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: darken($background_color, 5%);
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: lighten($text_color, 20%);
  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 path {
  stroke: #121722;
}
.vote button:hover path {
  stroke: #404EED;
}

.comment-actions path, .actions button path {
  stroke: #121722;
}
.comment-actions button:hover path, .actions button:hover path {
  stroke: #404EED;
}
.comment-actions circle, .actions button circle {
  stroke: #121722;
}
.comment-actions button:hover circle, .actions button:hover circle {
  stroke: #404EED;
}

.vote-sum {
  color: lighten($text_color, 20%);
  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: $brand_color;
}

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

.vote-voted {
  color: $brand_color;
}

.vote-voted:hover {
  color: darken($brand_color, 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;
  color: #121722;
}

/***** Community *****/

.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.community-activity {
  width: 100%;
}
.community-featured-posts {
  padding-top: 120px;
}
.community-featured-posts .container {
  position: relative;
  z-index: 1;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 18px;
  transition: all .3s ease;
}

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

.featured-posts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 30px;
}
.featured-posts-item {
  border-radius: 8px;
  padding: 30px;
  background: rgba(216, 220, 253, 0.40);
  width: calc(33.3% - 20px);
}
.featured-posts-item a {
  display: block;
  width: fit-content;
}
.featured-posts-btn {
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 400;
}
.featured-posts-item-body {
  max-height: 67px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 20px 0 30px;
  color: #686B71;
}
.featured-posts-item .icon-lock {
  vertical-align: baseline;
}

@media (max-width: 1279px) {
  .community-featured-posts {
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {
  .community-featured-posts {
    padding-top: 80px;
  }
  .featured-posts-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .community-featured-posts {
    padding-top: 60px;
  }
  .featured-posts {
    margin-top: 35px;
    gap: 20px;
    justify-content: center;
  }
  .featured-posts-item {
    max-width: 470px;
    width: 100%;
  }
}

/* Community topics grid */
.topics {
  padding-top: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: rgba(216, 220, 253, 0.40);
}
.topics h1 {
  text-align: left;
  color: #121722;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.activity {
  position: relative;
  overflow: hidden;
  padding-bottom: 360px;
}
.activity .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.activity>img {
  position: absolute;
  top: -1px;
  right: -1px;
}
.activity .button {
  margin-top: 50px;
}

.homepage-activity {
  padding-top: 120px;
  padding-bottom: 0;
}

@media (max-width: 1279px) {
  .activity {
    padding-bottom: 340px;
  }
  .topics {
    padding-top: 100px;
  }
  .homepage-activity {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .activity {
    padding-bottom: 320px;
  }
  .topics {
    padding-top: 80px;
  }
  .homepage-activity {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .activity {
    padding-bottom: 300px;
  }
  .topics {
    padding-top: 60px;
  }
  .homepage-activity {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* Community topic page */
.topic-page {
  padding-top: 80px;
  padding-bottom: 360px;
}
.topic-header {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.topic-header .dropdown {
  padding: 10px 20px 10px 0;
}

.topic-header .dropdown-toggle, .my-activities-following-header .dropdown-toggle, .profile-section-sorter .dropdown-toggle {
  padding: 14px 20px;
  border-radius: 8px;
  transition: all .3s ease;
  border: 1px solid rgba(64, 73, 107, 0.12);
  background-color: #fff;
}


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

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


/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

.striped-list-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.striped-list-item-top div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.striped-list-item-top img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.posts-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 30px;
  width: calc(33.3% - 20px);
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(64, 73, 107, 0.12);
} 

.striped-list-title {
  display: block;
  margin-right: 5px;
}
.post-overview-item {
  display: inline-block;
}

.striped-list-info .post-overview-item {
  margin-top: 10px;
}
.striped-list .meta-group {
  margin: 10px 0;
}
.striped-list-item .meta-group a {
  font-weight: 700;
  color: #404EED;
}
.striped-list-item .meta-group a:hover {
  color: #121722;
}
.striped-list-count {
  display: flex;
  justify-content: space-between;
  color: #686B71;
  font-size: 14px;
  text-transform: capitalize;
}
.striped-list-count-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-count-item svg path {
  fill: #D8DCFD;
}
.striped-list-number {
  text-align: center;
}
.post-list-page .hero-inner, .post-list-page .search {
  margin: 0 auto;
}
.post-list-page .search {
  max-width: none;
  margin: 0 15px;
}
.post-list-page .search-icon {
  left: 35px;
}
.post-list-page .posts {
  padding-top: 120px;
  background-color: rgba(216, 220, 253, 0.40);
}

@media (max-width: 1279px) {
  .post-list-page .posts {
    padding-top: 100px;
  }
  .topic-page {
    padding-bottom: 340px;
  }
}

@media (max-width: 1023px) {
  .post-list-page .posts {
    padding-top: 80px;
  }
  .posts-item {
    width: calc(50% - 15px);
  }
  .topic-page {
    padding-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .topic-page {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .post-list-page .posts {
    padding-top: 60px;
  }
  .topic-header {
    flex-direction: column;
    align-items: start;
  }
  .striped-list {
    margin-top: 35px;
    gap: 20px;
    justify-content: center;
  }
  .posts-item {
    max-width: 470px;
    width: 100%;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: rgba(216, 220, 253, 0.40);
  border-radius: 8px;
  color: #121722;
  font-size: 14px;
  font-weight: 400;
  margin-right: 2px;
  padding: 5px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: $brand_color;
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: lighten($text_color, 20%);
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 75%;
    max-width: 75%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 360px;
}
@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: 30px;
}
@media (min-width: 768px) {
  .post-header {
    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: 50px;
  }
}
.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: Eudoxus Sans, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}

.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: darken($background_color, 5%);
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: lighten($text_color, 20%);
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: $brand_color;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 25%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar .search-container {
  width: 100%;
  max-width: 565px;
  margin: 0 auto 30px;
  padding-left: 0;
}
.post-sidebar input[type=search]{
  padding: 12px 10px 12px 50px;
  border: 1px solid rgba(213, 218, 222, 0.8);
  border-radius: 8px;
}

.post-sidebar input[type=search]::after {
  font-size: 15px;
}
.post-sidebar .button, .community-footer .button, .topic-header .button {
  padding: 15px 25px;
}
.comment-form-controls label {
  margin-right: 30px;
}
.post-sidebar-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.post-comments {
  margin-bottom: 20px;
}

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

@media (max-width: 1279px) {
  .post-container {
    padding-bottom: 340px;
  }
}

@media (max-width: 1023px) {
  .post-container {
    padding-bottom: 320px;
  }
}

@media (max-width: 767px) {
  .post-container {
    padding-bottom: 300px;
  }
  .post-header {
    align-items: start;
  }
}

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

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: $text_color;
  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;
  }
}
.collapsible-nav-list li a {
  color: #121722;
  display: block;
}
.collapsible-nav-list li a:hover {
  color: #404EED;
}

.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: 2px solid #121722;
    padding-bottom: 8px;
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #404EED;
}

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

@media (max-width: 767px) {
  .collapsible-nav-list {
      margin-right: 30px;
  }
  .collapsible-nav-list li.current {
    display: block;
  }
}
/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  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;
  }
}
.collapsible-sidebar-toggle path {
  stroke: #C7CAD0;
}
.request-sidebar .collapsible-sidebar-toggle path {
  stroke: #121722;
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle-icon path {
  stroke: #121722;
}
.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 $brand_color;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  margin-top: 60px;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  max-width: 350px;
  white-space: normal;
  color: #121722;
}
.my-activities-table .striped-list-title:hover {
  color: #404EED;
}
.my-activities-header h1 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-page {
  margin-top: 60px;
}
.requests-page .search {
  max-width: 570px;
  flex: 1;
}
.requests-page .search input[type=search]{
  padding: 12px 50px;
  border: 1px solid rgba(213, 218, 222, 0.8);
  border-radius: 4px;
}
.requests-page .search svg {
  left: 20px;
}

.requests-search {
  width: 100%;
}
.requests {
  margin-bottom: 360px;
}
.requests-table-toolbar {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .requests-page .search {
    max-width: none;
  }
}
@media (max-width: 1279px) {
  .requests {
    margin-bottom: 340px;
  }
}
@media (max-width: 1023px) {
  .requests {
    margin-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .requests {
    margin-bottom: 300px;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .requests-table-toolbar + .requests {
    margin-top: 0;
  }
}
@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: inline-block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
    margin-top: 0;
  }
}

.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: lighten($text_color, 20%);
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: lighten($text_color, 20%);
  margin-top: 30px;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 360px;
}
@media (max-width: 1279px) {
  .request-container {
    margin-bottom: 340px;
  }
}
@media (max-width: 1023px) {
  .request-container {
    margin-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .request-container {
    margin-bottom: 300px;
  }
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-container .comment-list {
  padding-bottom: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #121722;
  background-color: #fff;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container:hover {
  color: #404EED;
}
.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 $brand_color;
}
.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 $brand_color;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: darken($background_color, 3%);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
    margin-top: 0;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  color: lighten($text_color, 20%);
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-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;
}
.pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  color: #121722;
}
.pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover {
  color: #404EED;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  font-size: 16px;
  color: #686B71;
  margin-right: 10px;
}
.meta-data a {
  font-size: 16px;
  color: #121722;
}
.meta-data a:hover {
  color: #404EED;
}

.meta-data .comment-link {
  color: #404EED;
}

.meta-data .comment-link:hover {
  color: #121722;
}

.meta-group a p {
  font-weight: 500;
  font-size: 16px;
  transition: all .3s ease;
  color: #404EED;
}
.meta-group a:hover p {
  color: #121722;
}
/* User Profiles */
.profile-header {
  margin-top: 60px;
  padding-bottom: 30px;
}

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

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 25px;
  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;
  }
}
.profile-lists {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}


.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: 16px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  flex: 0 0 100px;
  font-weight: 600;
  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 $brand_color;
  border-radius: 4px;
  color: $brand_color;
  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 {
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
  margin-bottom: 360px;
}
@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: lighten($text_color, 20%);
  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 {
  margin-bottom: 10px;
  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: lighten($text_color, 20%);
  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-activity-contribution a {
  color: #121722;
}
.profile-activity-contribution a:hover {
  color: #404EED;
}
.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 18px;
  vertical-align: middle;
}
.profile-contribution-title a {
  color: #404EED;
}
.profile-contribution-title a:hover {
  color: #121722;
}

.profile-contribution-body {
  margin: 10px 0;
}
.profile-contribution .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}
.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: 30px 20px;
  border-radius: 20px;
  border: 1px solid rgba(213, 218, 222, 0.8);
  margin-top: 10px;
}
@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-contribution .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}
.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFF;
  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;
}

@media (max-width: 1279px) {
  .profile-section {
    margin-bottom: 340px;
  }
}

@media (max-width: 1023px) {
  .profile-section {
    margin-bottom: 320px;
  }
  .profile-lists {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .profile-stats {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .profile-section {
    margin-bottom: 300px;
  }
  .profile-info {
    flex-direction: column;
    align-items: center;
  }
  .profile-header .options {
    flex-basis: 0;
  }
  .profile-lists {
    flex-basis: 0;
    width: 100%;
  }
}

/***** Search results *****/
.search-results-page .container {
  padding-top: 80px;
  padding-bottom: 360px;
  display: flex;
  gap: 50px;
}
.search-results-column {
  flex: 1;
}

.search-results-sidebar {
  width: auto;
}

.search-results-sidebar .sidenav-item {
  color: #686B71;
}

.filters-in-section li:last-child .sidenav-item {
  margin-bottom: 0;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current span:first-of-type {
  font-weight: 700;
  color: #404EED;
}


.search-results-sidebar .sidenav-item.current:hover span, .search-results-sidebar .sidenav-item:hover {
  text-shadow: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
  width: auto;
}
.search-results-sidebar .collapsible-sidebar:last-child {
  margin-bottom: 0;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #686B71;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: $link_color;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-heading {
  padding-bottom: 40px;
  max-width: 745px;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -0.68px;
}
.search-results-list {
  max-width: 745px;
}
.search-results-list > li:first-child {
  border-top: 1px solid #686B71;
}
.search-results-list > li {
  border-bottom: 1px solid #686B71;
  padding: 20px 0 30px;
}
.search-results-page .container .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results-page .container .no-results .headline {
  margin-top: 20px;
  margin-bottom: 5px;
}

.search-results-page .container .no-results .action-prompt a {
  display: inline-block;
  margin-top: 5px;
  color: #404EED;
}
.search-results-page .container .no-results .action-prompt a path {
  color: #404EED;
}
.search-results-page .container .no-results .action-prompt a:hover {
  color: #121722;
}
.search-results-page .container .no-results .action-prompt a:hover path {
  color: #121722;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  color: #404EED;
}
.search-result-title a:hover {
  color: #121722;
}
.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: $brand_color;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  .search-results-page .container {
    padding-bottom: 340px;
  }
}
@media (max-width: 1023px) {
  .search-results-page .container {
    padding-bottom: 320px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .search-results-sidebar {
    width: 100%;
  }
  .search-results-sidebar .collapsible-sidebar {
    width: 100%;
  }
  .search-results-heading, .search-results-list {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .search-results-page .container {
    padding-top: 60px;
    padding-bottom: 300px;
  }
  .search-results-sidebar {
    max-width: none;
  }
}

.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.search-result-description {
  margin-top: 20px;
  margin-bottom: 0;
  word-break: break-word;
}
.search-result-description em {
  padding: 0 3px;
  background-color: rgba(216, 220, 253, 0.40);
  color: #121722;
}
.search-result-bottom {
  margin-top: 20px;
}
.search-result-bottom a {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #404EED;
}
.search-result-bottom a:hover {
  color: #121722;
}
.search-result-bottom span {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: 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: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-size: 18px;
  color: #121722;
}
.dropdown-toggle p {
  color: #121722;
}
.dropdown-toggle span {
  font-size: 18px;
}
.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-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 22px 0px rgba(0, 0, 0, 0.04);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  left: -10px;
  margin-top: 10px;
  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%;
  font-weight: 400;
}
[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=menuitemradio]:hover {
  color: #404EED;
}
.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 button {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.63px;
}
.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
  z-index: 1000;
}

[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: #686B71;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #686B71;
  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 solid rgba(213, 218, 222, 0.8);
  border-radius: 12px;
  background-color: $background_light_color;
}

/***** Last Section on the homepage *****/

.last-section {
  padding-bottom: 360px;
}
@media (max-width: 1279px) {
  .last-section {
    padding-bottom: 340px;
  }
}
@media (max-width: 1023px) {
  .last-section {
    padding-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .last-section {
    padding-bottom: 300px;
  }
}

/***** BUTTON *****/

.button {
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
  padding: 14px 34px;
  font-weight: 400;
  border-radius: 8px;
}

.button-primary {
  background-color: #404EED;
  border: 1px solid #404EED;
  color: #fff;
}

.button-primary:hover {
  background-color: #D8DCFD;
  border: 1px solid #D8DCFD;
  color: #121722;
}

.button-secondary {
  background-color: #D8DCFD;
  color: #121722;
  border: 1px solid #D8DCFD;
}

.button-secondary:hover {
  border: 1px solid #121722;
  background-color: #121722;
  color: #fff;
}

