@charset "UTF-8";

@font-face {
  font-family: "Proxima Soft";
  src: url(/hc/theming_assets/01J6GX1X0GPVFMEWW19BMG47BA);
}

@font-face {
  font-family: "Proxima Soft";
  font-weight: 500;
  src: url(/hc/theming_assets/01J6GX1YZGGK0ADCHWVD46KS4W);
}

@font-face {
  font-family: "Proxima Soft";
  font-weight: 700;
  src: url(/hc/theming_assets/01J6GWW8XV9G1TK2R1KSZWJYDT);
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 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.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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;
  line-height: 1.6;
}

body {
  background-color: #FFFFFF;
  color: rgba(24, 52, 98, 1);
  font-family: Proxima Soft;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Proxima Soft;
  font-weight: bolder;
  margin: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

a {
  color: #003C96;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #025AE9;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

input:not([type="checkbox"]):focus {
  border: 1px solid #183462;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Proxima Soft;
  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 #183462;
}

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

textarea {
  border: 1px solid #183462;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
  min-height: 95px;
  border-radius: 8px;
}

textarea:focus {
  border: 1px solid #183462;
}

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

@media (min-width: 1366px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

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

.heading {
  font-family: Proxima Soft;
}

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

@media (max-width: 1023px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.page-content-wrapper {
  padding: 0px 30px 30px 30px;
}

@media (min-width: 768px) {
  .page-content-wrapper {
    padding: 24px 36px;
  }
}

pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

/***** Buttons *****/
.button, .split-button button, .community-follow button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #0057E4;
  border-radius: 4px;
  color: #0057E4;
  font-family: Proxima Soft;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .community-follow button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .community-follow button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .community-follow button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .community-follow button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .community-follow button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: #FFFFFF;
  color: #0057E4;
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .community-follow button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .community-follow button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .community-follow button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.button[data-disabled], .split-button button[data-disabled], .community-follow button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #0057E4;
  border: 0;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Proxima Soft;
  line-height: 1.6;
  padding: 16px 24px;
  width: unset;
  font-weight: 700;
  text-transform: uppercase;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #004CC7;
  color: #FFFFFF;
}

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

.button-secondary {
  color: #2c5fb4;
  border: 1px solid #87929D;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(24, 52, 98, 1);
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: #0057E4;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 1.6;
  padding: 16px 24px;
  border-radius: 100px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

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

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #025AE9;
  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 *****/
@media (min-width: 768px) {
  .table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
}

.table th,
.table th a {
  color: #0A2757;
  font-size: 13px;
  text-align: left;
}

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

.table tbody tr:last-child {
  border-bottom: transparent;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
    border-bottom: 1px solid #979797;
  }
}

.table td {
  display: block;
  color: #445C85;
}

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

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 12px 0;
  }
}

/***** Forms *****/
.form {
  max-width: 928px;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .form {
    padding: 50px 30px 60px;
  }
}

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

.form-field label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: Proxima Soft;
  margin-bottom: 5px;
  color: #183462;
}

.form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}


.form-field input {
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #17494D;
}

.form-field input[type="text"] {
  border: 1px solid #183462;
  border-radius: 8px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #17494D;
}

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

.form-field .nesty-input {
  border-radius: 8px;
  border: 1px solid #183462;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #17494D;
  text-decoration: none;
}

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

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

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

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

.form-field .optional {
  color: #2c5fb4;
  margin-left: 4px;
}

/**** Subtext field ****/
.form-field p {
  font-size: 12px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Proxima Soft", sans-serif;
  margin-bottom: 5px;
  color: #183462;
}

.form footer {
  margin-top: 36px;
  text-align: center;
}

.form footer a {
  color: #2c5fb4;
  cursor: pointer;
  margin-right: 15px;
}

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

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

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

/***** Header *****/
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  padding: 24px;
}

@media (max-width: 1023px) {
  .header-inner {
    padding: 30px;
    gap: 5px;
  }
}

.header-inner .header-logo-group {
  gap: 12px;
}

.header-inner .header-nav-group-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  gap: 32px;
}

@media (max-width: 1023px) {
  .header-inner .header-nav-group-desktop {
    display: none;
  }
}

.header-inner .header-nav-group-desktop .nav-link-left {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.header-inner .header-nav-group-desktop .nav-right {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header-inner .header-nav-group-desktop .nav-link-right {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

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

.header-search {
  margin: 0 auto;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #0D52F7;
  visibility: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.header-search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 126;
}

.header-search form {
  width: 100%;
  margin-left: -10px;
}

[dir="rtl"] .header-search form {
  margin-right: -10px;
}

.header-search-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  stroke-width: 1px;
  pointer-events: none;
  color: $header_text_color;
}

.header-search-icon-wrapper {
  top: -1px;
  margin-right: 10px;
}

.header-search-inner {
  display: flex;
  align-items: center;
  max-height: calc(100vh - ($header-height * 1px) - 88px);
  padding: 1rem 5% 1rem 6.75%;
}

@media (min-width: 768px) {
  .header-search-inner {
    padding: 1rem 2.5% 1rem 3.25%;
  }
}

@media (min-width: 1440px) {
  .header-search-inner {
    padding: 1rem;
  }
}

.header-search-inner input[type="search"] {
  width: 100%;
  border: 0;
  font-size: 14px;
}

.header-search-inner input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

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

[dir="rtl"] .header-search-inner .search-icon-inner {
  left: auto;
}

[dir="rtl"] .header-search-inner {
  padding: 1rem 6.75% 1rem 5%;
}

@media (min-width: 768px) {
  [dir="rtl"] .header-search-inner {
    padding: 1rem 3.25% 1rem 2.5%;
  }
}

@media (min-width: 1440px) {
  [dir="rtl"] .header-search-inner {
    padding: 1rem .75% 1rem 0;
  }
}

.header-search .search-close {
  cursor: pointer;
  margin-left: 20px;
}

.header-search .search-close-icon {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  color: $header_text_color;
}

[dir="rtl"] .header-search .search-close {
  margin-right: 20px;
  margin-left: 0px;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.page-overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}

.mobile-icon {
  display: flex;
  align-items: center;
}
.nav-search { 
  margin-right: 0rem;
  margin-left: 1rem;
}
.header-language-selector button {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 500;
}

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

.header-logo-group .hc-name {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .header-logo-group .hc-name {
    display: none;
  }
}

.header-logo img {
  max-height: calc(33 * 1px);
}

@media (max-width: 1023px) {
  .header-logo img {
    max-height: 30px;
  }
}

.header-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0;
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  z-index: 171;
}

.header-menu.is-active {
  width: 100%;
}

.header-menu-background {
  position: absolute;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #000c20;
  z-index: -1;
}

.header-menu-container {
  position: absolute;
  right: 0;
  height: 100%;
  width: 80%;
  max-width: 280px;
}

.header-menu-wrapper {
  height: 100%;
  font-family: Proxima Soft;
}

.header-menu-wrapper .header-menu-top {
  background-color: #0D52F7;
  height: 25%;
  min-height: 167px;
  position: relative;
  padding: 20px 30px;
}

.header-menu-wrapper .header-menu-top .misc-image-top,
.header-menu-wrapper .header-menu-top .misc-image-bottom {
  position: absolute;
}

.header-menu-wrapper .header-menu-top .misc-image-top {
  top: 10px;
  left: 63.21%;
  right: 0%;
}

.header-menu-wrapper .header-menu-top .misc-image-bottom {
  bottom: 0;
  left: 3.93%;
}

.header-menu-wrapper .header-menu-top .user-info-mobile {
  height: 100%;
  display: flex;
}

.header-menu-wrapper .header-menu-top .user-info-mobile .user-info {
  margin: auto 0 0 auto;
  height: fit-content;
}

.header-menu-wrapper .header-menu-top .header-menu-close {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 35px;
}

.header-menu-wrapper .header-menu-bottom {
  background-color: #FFFFFF;
  overflow: auto;
  height: 75%;
}

.header-menu .nav-link-mobile {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.header-menu .nav-link-mobile > a {
  color: #445C85;
  padding: 20px 30px;
}

.header-menu .nav-link-mobile .language-selector {
  width: 100%;
}

.header-menu .nav-link-mobile .language-selector .dropdown-toggle {
  padding: 20px 30px;
  color: #445C85;
  width: 100%;
  text-align: end;
}

.header-menu .nav-link-mobile .language-selector .dropdown-menu {
  position: initial;
  border: none;
  box-shadow: none;
  background-color: #445c854d;
  border-radius: 0;
}

.header-menu .nav-link-mobile .language-selector .dropdown-menu a {
  text-align: end;
  padding: 15px 30px;
}

.header-nav-categories {
  position: relative;
}

.header-nav-categories .menu-categories-parent a {
  color: black;
}

.mobile-categories-nav #mobile-categories-dropdown {
  width: 100%;
  padding: 20px 30px;
  text-align: end;
  color: #445C85;
}

.mobile-categories-nav #mobile-categories-menu {
  position: initial;
  border: none;
  box-shadow: none;
  background-color: #445c854d;
  border-radius: 0;
}

.mobile-categories-nav #mobile-categories-menu .menu-categories-parent {
  text-align: end;
}

.mobile-categories-nav #mobile-categories-menu .menu-categories-link {
  padding: 20px 30px;
  display: flex;
  justify-content: end;
  color: #445C85;
  font-weight: 700;
}

.mobile-categories-nav #mobile-categories-menu .menu-sections-link {
  padding: 20px 40px;
  display: flex;
  justify-content: end;
  color: #445C85;
}

.header-wrapper {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0D52F7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  /* transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1); */
}

.header-wrapper.scrolled {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.header-wrapper a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
}


.header-wrapper.header-transparent {
  background-color: #0D52F7;
}

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

.header-wrapper .user-info.sign-in {
  padding: 12px 30px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #0D52F7;
  border: 2px solid #FFFFFF;
  font-weight: 700;
}

.header-wrapper .user-info.sign-in:hover {
  background-color: #0D52F7;
  color: #FFFFFF;
}

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

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

.user-info > button {
  display: flex;
  align-items: center;
  border: 0;
  color: #FFFFFF;
  font-weight: 500;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  gap: 4px;
}

.user-info > button:hover, .user-info > button:focus {
  color: #FFFFFF;
  background-color: transparent;
}

.user-info > button::after {
  color: #003C96;
  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: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

.comment-avatar {
  margin-right: 1rem;
}

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

.avatar .icon-agent {
  color: rgba(24, 52, 98, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 1.6;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer a {
  color: #445C85;
}

.footer-first-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 72px 36px 24px;
}

@media (max-width: 1023px) {
  .footer-first-row {
    padding: 23px 25px;
  }
  .footer-first-row .footer-logo-group img {
    max-width: 25px;
    max-height: 21px;
  }
}

.footer-first-row .footer-custom-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 36px;
}

@media (max-width: 425px) {
  .footer-first-row .footer-custom-link {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.footer-first-row .footer-custom-link a {
  font-weight: 700;
  line-height: 1.6;
}

.footer-social-media {
  display: flex;
  gap: 24px;
}

.footer-social-media .support-channel-link {
  font-size: calc(20 * 1px);
}

.footer-social-media .support-channel-link img {
  width: 20px;
  height: 20px;
}

.footer-first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #6780A9;
  padding: 24px 36px 36px;
}

@media (max-width: 1023px) {
  .footer-first-row {
    padding: 18px 2px 0 18px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}

.footer-first-row .footer-logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 425px) {
  .footer-first-row .footer-logo-group {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-first-row .footer-logo-group .footer-copyright {
    font-size: 10px;
  }
}

.footer-first-row .footer-logo-group a {
  display: flex;
}

.footer-first-row .footer-logo-group img {
  max-height: calc(36 * 1px);
}

.footer-first-row .footer-custom-link {
  display: flex;
  gap: 16px;
}

@media (max-width: 425px) {
  .footer-first-row .footer-custom-link {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.footer-first-row .footer-custom-link a {
  font-weight: 600;
  font-size: 14px;
  color: #6780A9;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .footer-first-row .footer-custom-link a {
    font-size: 10px;
  }
}


.footer-second-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  color: #6780A9;
  padding: 24px 36px 36px;
}

@media (max-width: 1023px) {
  .footer-second-row {
    padding: 18px 2px 30px 18px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}

.footer-second-row .footer-logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 425px) {
  .footer-second-row .footer-logo-group {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-second-row .footer-logo-group .footer-copyright {
    font-size: 10px;
  }
}

.footer-second-row .footer-logo-group a {
  display: flex;
}

.footer-second-row .footer-logo-group img {
  max-height: calc(36 * 1px);
}

.footer-second-row .footer-custom-link {
  display: flex;
  gap: 16px;
}

@media (max-width: 425px) {
  .footer-second-row .footer-custom-link {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.footer-second-row .footer-custom-link a {
  font-weight: 600;
  font-size: 14px;
  color: #6780A9;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .footer-second-row .footer-custom-link a {
    font-size: 10px;
  }
}

.footer {
  font-family: Proxima Soft;
  padding-bottom: 0px;
}



.footer .divider {
  height: 1px;
  background-color: #E7E7E7;
}

.footer-language-selector button {
  color: #445C85;
  display: inline-block;
  font-weight: 700;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  font-family: Proxima Soft;
  color: #183462;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li a {
  color: #183462;
}

@media (max-width: 768px) {
  .breadcrumbs li {
    font-size: 16px;
  }
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
  font-weight: 500;
  color: #183462;
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: #0A2757;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}

.search:focus-within {
  border-color: #17494D;
}

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

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

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}

input[type="search"] {
  font-family: Proxima Soft;
  font-weight: 700;
}

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

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

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

.search .clear-button {
  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: #003C96;
  color: #fff;
}

.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
}

.search-has-value .clear-button {
  display: flex;
}

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

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: #17494D;
}

[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: #17494D;
}

[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: #17494D;
}

[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: #17494D;
}

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

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

/***** Hero component *****/
.hero {
  display: flex;
  position: relative;
  padding: 0 24px;
}

.hero-inner {
  max-width: 698px;
  margin-top: calc((33 + 20 + 72) * 1px); /*CSI Change 09/05/2023 -- Changed calc from 60 to 20*/
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .hero-inner {
    margin-top: calc((33 + 48 + 72) * 1px);
  }
}

.hero-inner.hero-center {
  margin: 0 auto;
}

.hero-inner.hero-right {
  margin: 0 0 0 auto;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01J2X25V2ZNZA5QRKK6ES9MDN2);
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

@media (max-width: 1023px) {
  .hero-background {
    background-image: url(/hc/theming_assets/01J2X25KWDF5ZA6MT95HAZR1JT);
    height: 800px;
    background-position: center 80px;
  }
}

@media (min-width: 1024px) {
  .hero-background {
    height: 750px;
  }
}

.hero-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(47, 46, 54, 1);
  opacity: 0;
}

.hero-background.gradient {
  background: linear-gradient(180deg, rgba(13,82,247,1) 42.67%, rgba(13,82,247,0) 97.67%);
}

.hero-search .search {
  border: 0;
}

.hero-search input[type="search"] {
  border: 1px solid #007CFF;
  background: white;
  border-radius: 26px !important;
  height: 56px;
  box-shadow: 0px 3px 4px 0px #d6d6d680;
}

.hero-search input[type="search"] ::-webkit-input-placeholder,
.hero-search input[type="search"] ::-moz-placeholder,
.hero-search input[type="search"] ::placeholder {
  color: #666;
}

.hero-search .clear-button {
  position: absolute;
  right: 0;
  height: 100%;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  border: 1px solid #3e76f9;
  border-left: transparent;
}

.hero-search .clear-button:hover {
  background-color: #007CFF;
}

.hero-search .clear-button:focus {
  box-shadow: none;
}

.intro-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-size: 30px;
  font-family: Proxima Soft;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .intro-title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .intro-title {
    font-size: 22px; /* adjust as needed for readability on small screens */
  }
}


.popular-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 24px;
  font-family: Proxima Soft;
  font-weight: 600;
}

@media (min-width: 768px) {
  .popular-search {
    justify-content: center;
  }
}

.popular-search-keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popular-search-keyword-item {
  margin: 0 5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.popular-search-keyword-item:hover {
  text-decoration: none;
}

.popular-search span {
  width: 100%;
  text-align: center;
}

.mini-hero {
  min-height: 200px;
  background-color: #0D52F7;
  height: unset;
  padding: 0 36px;
  overflow:hidden;
}

.hero-white {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .mini-hero {
    padding: 0 30px;
  }
}

.mini-hero-inner {
  margin-top: calc((33 + 48) * 1px);
  width: 100%;
}

.mini-hero-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .mini-hero-wrapper {
    position: relative;
    display: block;
    text-align: center;
  }
}

.mini-hero .mini-hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #FFFFFF;
  max-width: 70%;
}

@media (max-width: 1023px) {
  .mini-hero .mini-hero-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }
}

.mini-hero .mini-hero-content h2,
.mini-hero .mini-hero-content p {
  margin: 0;
}

.mini-hero .mini-hero-content .mini-hero-title {
  font-size: 48px;
  font-weight: 600;
}

.mini-hero .mini-hero-content p {
  font-size: 20px;
  font-weight: 600;
  font-family: Proxima Soft;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mini-hero .mini-hero-content .mini-hero-title {
    font-size: 30px;
  }
  .mini-hero .mini-hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .mini-hero .mini-hero-icon {
    position: absolute;
    right: -130px;
    top: 0%;
    opacity: 30%;
    transform: scale(1.5);
  }
}

.mini-hero .mini-hero-icon img {
  width: 200px;
  opacity: 90%;
  transform: scale(1.2);  
}

.mini-hero-search {
  display: none;
}

@media (max-width: 1023px) {
  .mini-hero-search {
    display: block;
  }
  .mini-hero-search .search {
    border: 1px solid #003C96;
    box-shadow: 0px 3px 4px rgba(214, 214, 214, 0.5);
  }
}

.mini-hero.user-hero .mini-hero-wrapper {
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .mini-hero.user-hero .mini-hero-wrapper {
    padding: 72px 30px;
  }
}

.mini-hero.user-hero .mini-hero-content {
  max-width: 100%;
  flex-direction: row;
}

@media (max-width: 1023px) {
  .mini-hero.user-hero .mini-hero-content {
    flex-direction: column;
    gap: 10px;
  }
}

.community-hero {
  display: flex;
  position: relative;
  padding: 24px;
  height: calc((33 + 60 + 350) * 1px);
}

@media (min-width: 1024px) {
  .community-hero {
    height: calc((33 + 48 + 415) * 1px);
  }
}

.community-hero-inner {
  max-width: 698px;
  margin-top: calc((33 + 60 + 48) * 1px);
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .community-hero-inner {
    margin-top: calc((33 + 48 + 72) * 1px);
  }
}

.community-hero-inner-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}

.community-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url($community_hero_image);
  background-color: #F0F7FF;
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.community-hero .community-intro-title h4 {
  font-weight: 600;
  line-height: 1.6;
  color: #0994FD;
}

@media (min-width: 768px) {
  .community-hero .community-intro-title h4 {
    font-size: 32px;
  }
}

.community-hero .community-intro-title h2 {
  font-weight: 700;
  line-height: 1.6;
  color: #002CB8;
}

@media (min-width: 768px) {
  .community-hero .community-intro-title h2 {
    font-size: 60px;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    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 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 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;
}

/***** Sub Nav component *****/
.sub-nav {
  background-color: #FFFFFF;
}

.sub-nav-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 36px;
  border-bottom: 3px solid #F8F8FA; 
}

@media (max-width: 1023px) {
  .sub-nav-panel {
    padding: 10px 30px;
    border-bottom: 3px solid #F8F8FA; 

  }
}

.sub-nav .search {
  border-color: #0A2757;
}

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

.sub-nav .search::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #0A2757;
  background-image: url(/hc/theming_assets/01K8N57Z18RE8G43WGATJGZAA9);
  width: 16px;
  height: 16px;
  background-size: 100%;
}

[dir="ltr"] .sub-nav .search::before {
  left: 12px;
}

[dir="rtl"] .sub-nav .search::before {
  right: 12px;
}

.sub-nav .search input[type="search"] {
  height: 38px;
  font-size: 16px;
}

.sub-nav .search input[type="search"]::placeholder {
  color: #0A2757;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
}

@media (max-width: 768px) {
  .sub-nav .search-container {
    display: none;
  }
}

.sub-nav.site-header-sticky {
  position: sticky;
  z-index: 25;
  top: var(--header_height);
  margin-bottom: 0;
}

.sub-nav.site-header-sticky .sidebar-button {
  display: none;
}

.sidebar-modal-icon {
  height: 20px;
}

@media (max-width: 768px) {
  .sub-nav.site-header-sticky .sidebar-button {
    display: block;
  }
}

/***** Blocks *****/
/* Used in Community#topics */
@media (min-width: 1024px) {
  .blocks-topic {
    max-width: 960px;
    margin: 0 auto;
  }
}

.blocks-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  justify-content: start;
}

@media (min-width: 1024px) {
  .blocks-list {
    gap: 46px 24px;
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 425px) {
  .blocks-list {
    grid-template-columns: auto;
  }
}

.blocks-list.topic-list {
  margin-top: 36px;
}

.blocks-item {
  max-width: 304px;
}

@media (min-width: 1024px) {
  .blocks-item {
    max-width: 304px;
  }
}

.blocks-item-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blocks-item-link {
  display: flex;
  flex-direction: column;
}

.blocks-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #05176D;
}

.blocks-item-content {
  background-color: #EEF2F9;
  padding: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.blocks-item-content ul li::before {
  content: ">";
  margin-right: 4px;
}

.community-filters .title {
  font-size: 20px;
}

.community-filters .dropdown-toggle {
  padding: 24px;
  background-color: #F0F7FF;
  border-radius: 8px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.community-post-list-wrapper .community-filters .dropdown-toggle {
  padding: 16px;
}

.community-filters .dropdown-menu {
  background-color: #F0F7FF;
  width: 100%;
}

.community-filters .dropdown-menu [role="menuitem"] {
  font-size: 20px;
}

.topic-filters .dropdown-toggle {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  min-width: 140px;
  border: 1px solid #05176D;
  border-radius: 8px;
  font-weight: 500;
}

.topic-filters .dropdown-menu {
  width: 100%;
  min-width: 0;
}

/***** Homepage *****/
.section {
  margin-bottom: 60px;
}

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

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

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

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

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

.community a {
  color: #003C96;
  text-decoration: none;
}

.community a:hover, .community a:active, .community a:focus {
  color: #0F3554;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** CTA section in homepage *****/
.homepage-cta {
  display: flex;
  justify-content: center;
}

.homepage-cta-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #F0F7FF;
  border-radius: 20px;
  max-width: 992px;
  margin: 0 auto;
}

.homepage-cta-content {
  margin: 32px 24px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .homepage-cta-content {
    max-width: 375px;
    margin: 60px 0 66px 42px;
  }
}

.homepage-cta-title {
  font-family: Proxima Soft;
  font-weight: 700;
  font-size: 32px;
}

.homepage-cta-link {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  background: #0057E4;
  border-radius: 100px;
  padding: 12px 25.5px;
  font-family: Proxima Soft;
}

.homepage-cta-link:hover {
  color: rgba(255, 255, 255, 1);
  background: #004CC7;
}

.homepage-cta-desc {
  margin: 24px 0 40px 0;
}

.homepage-cta-image {
  height: 100%;
  z-index: 0;
}

@media (max-width: 1023px) {
  .homepage-cta-image {
    position: absolute;
    left: 0;
  }
}

/***** Recent activity *****/
@media (min-width: 1024px) {
  .recent-activity-community {
    padding-top: 48px;
  }
}

@media (max-width: 1023px) {
  .recent-activity-community {
    margin-bottom: 30px;
  }
}

.recent-activity-header {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(24, 52, 98, 1);
}

@media (min-width: 1024px) {
  .recent-activity-header {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

.recent-activity-list {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .recent-activity-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}

@media (max-width: 425px) {
  .recent-activity-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 30px;
  }
}

.recent-activity-item {
  overflow: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  border-radius: 8px;
}

.recent-activity-item h3 {
  margin: 0;
}

.recent-activity-item-parent {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #0A2757;
}

@media (max-width: 1023px) {
  .recent-activity-item-parent {
    line-height: 100%;
  }
}

.recent-activity-item-parent, .recent-activity-item-link {
  color: #003C96;
  display: inline-block;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  order: -1;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}

.recent-activity-item-meta {
  color: rgba(24, 52, 98, 1);
  margin-top: 24px;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 14px;
}

.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 {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .recent-activity-controls {
    padding-top: 36px;
  }
}

.recent-activity-controls a {
  color: #003C96;
  text-decoration: none;
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0F3554;
}

.recent-activity-controls a {
  padding: 9px 24px;
  width: 280px;
  display: flex;
  margin: auto;
  justify-content: center;
  background-color: #0057e4;
  color: #FFFFFF;
  border-radius: 24px;
  font-weight: 700;
}

.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: #17494D;
  width: 16px;
  height: 16px;
}

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

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

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

.category-content {
  flex: 1;
}

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

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.section-tree .section {
  flex: initial;
}

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

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: rgba(24, 52, 98, 1);
}

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

.see-all-articles {
  font-style: italic;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: rgba(24, 52, 98, 1);
}

.icon-star {
  color: rgba(24, 52, 98, 1);
  font-size: 18px;
  /* CSI Customization 7/28/2023 */
  /* Ensure star for promoted articles have min size and space before text */
  min-width: 12px;
  min-height:12px;
  margin-right:5px;
}

/***** Section Page *****/
.section-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top:30px;
}

@media (max-width: 1023px) {
  .section-content {
    padding: 30px 30px 60px;
  }
}

.section-content .section-block {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.section-content .section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.section-content .section-item h3 {
  margin: 0;
  font-weight: 700;
  color: rgba(24, 52, 98, 1);
}

/*CXM CHANGE 7/14/2023 SMALLER SECTION FONT SIZE ACCORDION*/
@media (max-width: 768px) {
  .section-content .section-item h3 {
    font-size: 18px;
  }
}

.section-content .section-item .collapsible-icon {
  position: absolute;
  width: 18px;
  right: 24px;
  top: 50%;
}

.section-content .section-item .collapsible-icon span {
  height: 2.2px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(24, 52, 98, 1);
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 2px;
}

.section-content .section-item .collapsible-icon span:nth-child(1) {
  transform: rotate(0);
}

.section-content .section-item .collapsible-icon span:nth-child(2) {
  transform: rotate(90deg);
}

.section-content .section-item[aria-expanded="true"] .collapsible-icon span:nth-child(1) {
  transform: rotate(-45deg);
}

.section-content .section-item[aria-expanded="true"] .collapsible-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.section-content .section-item-article a {
  color: #003C96;
  text-decoration: none;
}

.section-content .section-item-article ul {
  padding: 16px;
  border: 1px solid rgba(25, 114, 249, 0.1);
  border-radius: 8px;
  box-shadow: 0px 1px 3px rgba(232, 238, 242, 0.79);
  font-family: Proxima Soft;
  background-color: #EEF2F9;
  margin: 0 24px 24px;
}

.section-content .section-item-article li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section-content .section-item-article li:nth-last-child(1) {
  margin-bottom: 0;
}

.section-content .section-item-article li::before {
  content: "•";
  margin-right: 6px;
  color: #003C96;
}

.section-content .section-item-article .icon-star {
  color: #003C96;
}

/***** Article *****/
.article-title {
  line-height: 1.6;
  margin-bottom: 12px;
  color: rgba(24, 52, 98, 1);
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 22px;
    margin-bottom: 1px;
    margin-bottom: 15px;
  }
}

.article-container {
  display: flex;
  flex-direction: row;
  padding: 30px 0 35px;
}

@media (min-width: 1024px) {
  .article-container {
    padding: 24px 36px 60px;
      margin-top: 20px;

  }
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  gap: 36px;
  margin-right: 36px;
}

.article-sidebar-wrapper {
  background-color: #EEF2F9;
  padding: 16px;
  border-radius: 12px;
}

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

.article-sidebar .sidebar-item-title h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-sidebar .side-articles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1rem;
}

.article-sidebar .side-articles-list > li > a {
  color: #6780A9;
}

.article-sidebar .side-articles-item h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-sidebar .side-articles-wrapper {
  margin-bottom: 1rem;
}

.article-sidebar .recent-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-sidebar .recent-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-sidebar .related-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-sidebar .related-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-sidebar .related-articles ul li a {
  color: #003C96;
}

.article-menu-mobile {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 1002;
  left: 0;
  width: 0;
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
}

.article-menu-mobile.is-active {
  width: 100%;
}

.article-menu-mobile .sidebar-item-title h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-menu-mobile .side-articles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1rem;
}

.article-menu-mobile .side-articles-item h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-menu-mobile .recent-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-menu-mobile .recent-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-menu-mobile .related-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(24, 52, 98, 1);
}

.article-menu-mobile .related-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-menu-background {
  position: absolute;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #000c20;
  z-index: -1;
}

.article-menu-container {
  position: absolute;
  left: 0;
  height: 100%;
  width: 80%;
  max-width: 326px;
  background-color: #FFFFFF;
  overflow: auto;
}

.article-menu-wrapper {
  padding: 24px;
  margin-bottom: var(--padding_bottom);
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.article-content-wrapper {
  width: 100%;
  padding-top:15px;
}

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

.article-body li ul {
  list-style: circle;
}

.article-body ul {
  padding-inline-start: 40px;
}

.article-body a {
  color: #0057E4;
  text-decoration: underline;
  word-break: break-word;
}

.article-body h1 {
  font-size: 38px;
  margin-bottom: 12px;
}

.article-body h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}

.article-body h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.article-body h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .article-body h2 {
    font-size: 20px;
  }
  .article-body h3 {
    font-size: 18px;
  }
  .article-body h4 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .article-content-wrapper .article-header,
  .article-content-wrapper .article-info,
  .article-content-wrapper .article-comments {
    padding: 0 30px;
  }
}

.article-body table thead {
  background-color: #FAFCFE;
  border-bottom: 1px solid #EAF3FF;
  font-weight: 700;
  font-family: Proxima Soft;
}

.article-body table tbody tr {
  border-bottom: 1px solid rgba(16, 52, 111, 0.1);
}

.article-content-wrapper p {
  margin: 0;
  margin-bottom: 1rem;
}

.article-content {
  padding-bottom: 36px;
  color: rgba(24, 52, 98, 1);
}

.article-nav {
  margin-top: 36px;
  margin-bottom: 36px;
}

.article-nav-title {
  color: #6780A9;
}

.article-comments {
  padding: 24px 0;
}

.article-comments .comment-heading {
  color: rgba(24, 52, 98, 1);
}

.article-comments .comment-callout {
  color: rgba(24, 52, 98, 1);
}

.article-comments .comment-body {
  color: rgba(24, 52, 98, 1);
}

.article-comments .comment-vote .vote-sum {
  color: rgba(24, 52, 98, 1);
}

.article-nav-block-main {
  display: flex;
  justify-content: space-between;
}

.article-nav-block-prev, .article-nav-block-next {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
  flex-basis: 50%;
}

.article-nav-block-prev {
  align-items: start;
}

.article-nav-block-prev .article-nav-title {
  text-align: start;
}

.article-nav-block-next {
  align-items: end;
}

.article-nav-block-next .article-nav-title {
  text-align: end;
}

.article-nav-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0px 24px;
  border: 2px solid #0057E4;
  border-radius: 100px;
  background-color: #FFFFFF;
  font-family: Proxima Soft;
  font-weight: 700;
  color: #0057E4;
  text-transform: uppercase;
  gap: 12px;
}

.article-nav-link:hover {
  border-color: #004CC7;
}

@media (max-width: 1023px) {
  .article-nav-link {
    padding: 0;
    min-width: 48px;
    justify-content: center;
  }
}

.article-meta {
  margin-bottom: 18px;
}

.article-share {
  margin-bottom: 24px;
}

.article-footer {
  margin-top: 36px;
  padding: 20px 0;
  background-color: #EEF2F9;
  text-align: center;
}

@media (min-width: 1024px) {
  .article-footer {
    border-radius: 12px;
  }
}

.article-footer .article-votes {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-footer .article-votes-question {
  font-size: 20px;
  font-family: Proxima Soft;
  color: rgba(24, 52, 98, 1);
  font-weight: 600;
}

.article-footer .article-votes-controls {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 36px;
}

.article-footer .article-votes-controls .article-vote-up, .article-footer .article-votes-controls .article-vote-down {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 24px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #FFFFFF;
  font-weight: 700;
  min-height: 48px;
  line-height: 1.6;
}

.article-footer .article-votes-controls .article-vote-up {
  color: #10A089;
  border: 2px solid #10A089;
}

.article-footer .article-votes-controls .article-vote-up:hover {
  color: #ffffff;
  background-color: #10A089;
}

/*CSI Customization 8/10/2023 - If voted, change style of button*/
.article-footer .article-votes-controls .article-vote-up[aria-pressed="true"]{
  background-color: #10A089;
  color: #ffffff;
}

/* .article-footer .article-votes-controls .article-vote-up::before {
  content: url(/hc/theming_assets/01K8N57SSESSS920X49BNF6XRM);
} */

.article-footer .article-votes-controls .article-vote-down {
  color: #F80754;
  border: 2px solid #F80754;
}

.article-footer .article-votes-controls .article-vote-down:hover {
  color: #ffffff;
  background-color: #F80754;
}

/*CSI Customization 8/10/2023 - If voted, change style of button*/
.article-footer .article-votes-controls .article-vote-down[aria-pressed="true"]{
  background-color: #F80754;
  color: #ffffff;
}

/* .article-footer .article-votes-controls .article-vote-down::before {
  content: url(/hc/theming_assets/01K8N57T8QC7XXNC9CZRAGSKT8);
} */

.article-footer .article-votes-count {
  color: rgba(24, 52, 98, 1);
}

.article-footer .article-more-questions {
  margin-top: 36px;
  color: #6780A9;
  font-family: Proxima Soft;
  font-weight: 500;
}

@media (max-width: 767px) {
  .article-footer .article-more-questions {
    display: flex;
    flex-direction: column;
  }
}

.article-footer .article-more-questions a {
  text-decoration: underline;
}

#progress {
  --scrollAmount: 0%;
  width: var(--scrollAmount);
  background: #00D8FF;
  height: 16px;
}

/***** 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: rgba(24, 52, 98, 1);
  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,
.upload-dropzone a {
  color: #6780A9;
}

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

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

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

.share a {
  color: #445C85;
}

.share a:hover {
  text-decoration: none;
  color: #17494D;
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  padding: 24px;
  background-color: #F0F7FF;
}

.comment-heading {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.comment-overview {
  padding: 0 0 24px 0;
}

.comment-overview p {
  margin-top: 0;
  color: #6780A9 !important;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-callout {
  color: rgba(24, 52, 98, 1);
  display: inline-block;
  margin-bottom: 0;
}

.first-comment-callout {
  font-family: Proxima Soft;
  font-weight: 500;
}

.comment-callout a {
  color: #003C96;
  text-decoration: none;
}

.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #0F3554;
}

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

.comment-sorter .dropdown-toggle {
  color: #2c5fb4;
  font-size: 13px;
}

.comment-sorter .dropdown-menu {
  right: 0;
  left: auto;
}

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

.comment-actions-container {
  display: flex;
  color: #025AE9;
  gap: 24px;
}

.comment-actions-container .comment-actions {
  color: #025AE9;
  border: 2px solid #025AE9;
  border-radius: 8px;
}

.comment-vote {
  flex-direction: row !important;
  gap: 8px;
  align-items: center;
}

.comment-wrapper {
  display: flex;
  flex-direction: column;
}

.comment-wrapper.comment-official {
  border: 1px solid #183462;
  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-start;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .comment-avatar {
    margin-right: 16px;
  }
}

@media (max-width: 768px) {
  .comment-avatar.form-avatar {
    display: none;
  }
}

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

.comment-meta {
  display: flex;
  flex-direction: column;
}

.comment-meta-profile {
  display: flex;
  flex-direction: row;
}

.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: 24px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  text-align: left;
}

@media (max-width: 768px) {
  .comment-form-controls {
    text-align: center;
  }
}

.comment-form-panels {
  margin-top: 1rem;
}

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: #17494D;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Proxima Soft;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: #003C96;
  text-decoration: none;
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #0F3554;
}

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

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

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

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

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

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

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #2c5fb4;
  font-style: italic;
  padding: 0 15px;
}

.comment-body p {
  margin: 24px 0;
}

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

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

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

.vote-sum {
  color: rgba(24, 52, 98, 1);
  display: block;
  margin: 3px 0;
  font-size: 18px;
  font-weight: 700;
}

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

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

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up, .vote-down {
  -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: #025AE9;
  padding: 0 9px;
  border: 2px solid #025AE9;
  border-radius: 8px;
  height: 100%;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}

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

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

/***** Community *****/
.community-section {
  padding: 48px 24px 60px;
}

@media (max-width: 1023px) {
  .community-section {
    padding: 24px;
  }
}

.community-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: rgba(24, 52, 98, 1);
  margin-bottom: 46px;
}

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

.community-header > h2 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.community-header > p {
  font-size: 18px;
}

.community-post-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .community-post-list-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .community-post-list-wrapper .left-col {
    flex: 1 0 60%;
  }
}

.community-post-list-wrapper .right-col {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 425px) {
  .community-post-list-wrapper .right-col {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .community-post-list-wrapper .right-col {
    flex: 1 0 30%;
    max-width: 304px;
    flex-direction: column;
  }
}

.community-post-list-wrapper .post-filter-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .community-post-list-wrapper .post-filter-list {
    flex-direction: column;
    gap: 12px;
  }
}

.community-post-list-wrapper .post-item-list {
  margin-top: 36px;
}

.community-post-list-wrapper .post-item-card {
  padding: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.community-post-list-wrapper .post-item-card:not(:last-child) {
  margin-bottom: 36px;
}

.community-post-list-wrapper .post-item-label {
  margin-bottom: 8px;
}

.community-post-list-wrapper .post-item-label .status-label {
  padding: 6px 12px;
  border: 1px solid #0A2757;
  border-radius: 100px;
  background-color: transparent !important;
  color: #0A2757;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}

.community-post-list-wrapper .post-item-content {
  margin-bottom: 24px;
}

.community-post-list-wrapper .post-item-content .post-content-title {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
  color: #0A2757;
  margin-bottom: 8px;
}

.community-post-list-wrapper .post-item-content .post-content-body {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.community-post-list-wrapper .post-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community-post-list-wrapper .post-item-info .post-meta-group .meta-author {
  padding: 6px 12px;
  display: inline-block;
  background-color: #F0F7FF;
  font-size: 12px;
  border-radius: 100px;
  line-height: 1.6;
  margin-right: 6px;
}

.community-post-list-wrapper .post-item-info .post-meta-group .meta-date {
  font-size: 14px;
  color: #445C85;
}

.community-post-list-wrapper .post-item-info .post-overview-count {
  display: flex;
  gap: 6px;
}

.community-post-list-wrapper .post-item-info .post-overview-count svg {
  margin-right: 6px;
}

.community-post-list-wrapper .post-link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
  background-color: #EEF2F9;
  border: 2px solid #05176D;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center;
}

.community-post-list-wrapper .post-link-list h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.community-post-list-wrapper .post-link-list .post-link-item {
  padding: 12px;
  border: 1.5px solid #05176D;
  border-radius: 6px;
}

.community-post-list-wrapper .post-link-card-img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.community-post-list-wrapper .post-link-card-content {
  padding: 16px;
  background-color: #EEF2F9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.community-post-list-wrapper .post-link-card-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.community-post-list-wrapper .post-link-card-content ul li {
  list-style-type: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.community-post-list-wrapper .post-link-card-content ul li:not(:last-of-type) {
  margin-bottom: 4px;
}

.community-post-list-wrapper .post-link-card-content ul li:last-of-type {
  margin-bottom: 12px;
}

.community-post-list-wrapper .post-link-card-content ul li::before {
  content: ">";
  margin-right: 4px;
}

.community-post-list-wrapper .post-link-card-content a {
  font-size: 14px;
  font-weight: 700;
  color: #05176D;
}

.community-block-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.community-block-item {
  min-height: 202px;
  text-align: center;
  flex: 0 0 228px;
}

@media (min-width: 1024px) {
  .community-block-item {
    flex: 0 0 23%;
  }
}

.community-block-item > .community-link-item {
  align-items: center;
  background-color: #EEF2F9;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 100%;
}

.community-block-item > .community-link-item h4 {
  max-width: 180px;
}

.community-topic-list .community-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 0 60px;
}

@media (max-width: 1023px) {
  .community-topic-list .community-section {
    padding: 24px;
  }
}

.community-topic-list .recent-community-topic .recent-activity-list {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.community-follow button:hover {
  background-color: #17494D;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #025AE9;
  color: #025AE9;
}

.community-follow button[data-selected="true"] {
  background-color: #17494D;
  color: #025AE9;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #025AE9;
  color: #025AE9;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  border-left: 1px solid #0057E4;
  content: attr(data-follower-count);
  color: #0057E4;
  display: inline-block;
  font-family: Proxima Soft;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #0057E4;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.community-footer {
  text-align: center;
}
/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

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

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

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

.striped-list-title {
  color: #003C96;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

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

.striped-list-count {
  color: #2c5fb4;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(24, 52, 98, 1);
    display: block;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #17494D;
}

.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: #2c5fb4;
}

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

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

.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;
  padding: 4px 12px;
  font-size: 16px;
}

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

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

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

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

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

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

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

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

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

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

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

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

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: Proxima Soft;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

.post-body a {
  color: #003C96;
  text-decoration: none;
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #0F3554;
}

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

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

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

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

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

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

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #2c5fb4;
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: #2c5fb4;
}

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

.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

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

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

.community-badge {
  margin: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #183462;
}

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

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

.collapsible-nav-list li {
  color: rgba(24, 52, 98, 1);
  line-height: 14px;
  order: 1;
}

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

.collapsible-nav-list li a {
  color: rgba(24, 52, 98, 1);
  display: block;
  padding: 12px 24px;
  background-color: wheat;
  border-radius: 100px;
}

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

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

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

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

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

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

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(24, 52, 98, 1);
}

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

/* Sidebar navigation that collapses on mobile */
/***** My activities *****/
@media (min-width: 768px) {
  .my-activities-wrapper .request-contributions,
  .my-activities-wrapper .request-subscriptions {
    background-color: #EEF2F9;
    padding: 24px;
  }
}

.my-activities-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.my-activities-header .divider {
  height: 1px;
  background-color: #979797;
}

@media (max-width: 767px) {
  .my-activities-header .divider {
    order: 1;
  }
}

.my-activities-header .button-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #0A2757;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list {
    font-size: 14px;
  }
}

.my-activities-header .button-nav-list li a {
  padding: 10px 20px;
  line-height: 14px;
  background-color: #0A27571A;
  border-radius: 100px;
  color: #0A2757;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list li a {
    padding: 10px 24px;
  }
}

.my-activities-header .button-nav-list li[aria-selected="true"] {
  padding: 10px 20px;
  line-height: 14px;
  background-color: #0A27571A;
  border-radius: 100px;
  border: 2px solid #0A2757;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list li[aria-selected="true"] {
    padding: 10px 24px;
  }
}

@media (min-width: 768px) {
  .my-activities-header .mobile-nav-list {
    display: none;
  }
}

.my-activities-header .mobile-nav-list .mobile-nav-button {
  padding: 8px 12px;
  font-family: Proxima Soft;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #183462;
  border-radius: 8px;
}

.my-activities-header .mobile-nav-list .mobile-nav-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.my-activities-header .mobile-nav-list .mobile-nav-button[aria-expanded="true"] svg {
  transform: rotate(-180deg);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.my-activities-header .mobile-nav-list .mobile-nav-content {
  display: none;
}

.my-activities-header .mobile-nav-list[aria-expanded="true"] .mobile-nav-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #183462;
  border-top: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.my-activities-header .mobile-nav-list a {
  color: #0A2757;
  padding: 8px 12px;
}

.my-activities-header .mobile-nav-list a.current {
  background-color: #0A27571A;
}

.my-activities-header .requests-table-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .my-activities-header .requests-table-toolbar {
    order: 0;
  }
}

.my-activities-header .requests-table-toolbar .search {
  height: fit-content;
}

.my-activities-header .requests-table-toolbar .search::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #0A2757;
  background-image: url(/hc/theming_assets/01K8N57Z18RE8G43WGATJGZAA9);
  width: 16px;
  height: 16px;
  background-size: 100%;
}

[dir="ltr"] .my-activities-header .requests-table-toolbar .search::before {
  left: 12px;
}

[dir="rtl"] .my-activities-header .requests-table-toolbar .search::before {
  right: 12px;
}

.my-activities-header .requests-table-toolbar .search input[type="search"] {
  height: 38px;
  font-size: 16px;
}

.my-activities-header .requests-table-toolbar .search input[type="search"]::placeholder {
  color: #0A2757;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
  text-transform: capitalize;
}

.my-activities-header .requests-table-toolbar .request-table-filter select {
  padding: 12px;
  border: 1px solid #183462;
  border-radius: 8px;
}

.my-activities-nav .button-nav-list {
  display: none;
  font-family: Proxima Soft;
}

@media (min-width: 768px) {
  .my-activities-nav .button-nav-list {
    display: flex;
  }
}

@media (max-width: 767px) {
  .my-activities-sub-nav {
    order: 2;
  }
}

@media (max-width: 767px) {
  .my-activities-table {
    display: none !important;
  }
}

.my-activities-table.requests-table, .my-activities-table.contributions-table {
  table-layout: fixed;
}

.my-activities-table.requests-table thead, .my-activities-table.contributions-table thead, .my-activities-table.subscriptions-table thead {
  text-transform: uppercase;
  font-family: Proxima Soft;
}

.my-activities-table.requests-table thead th, .my-activities-table.contributions-table thead th, .my-activities-table.subscriptions-table thead th {
  font-size: 14px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.my-activities-card {
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #445C85;
}

@media (min-width: 768px) {
  .my-activities-card-wrapper {
    display: none;
  }
}

.my-activities-card .divider {
  height: 1px;
  background-color: #979797;
  margin: 15px 0;
}

.my-activities-card-header .time-created {
  font-size: 12px;
}

.my-activities-card-body > div {
  padding: 15px;
}

@media (max-width: 425px) {
  .my-activities-card-body > div {
    flex-direction: column;
  }
}

.my-activities-card-body > div.colored-row {
  background-color: #EEF2F9;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #17494D;
}

.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 #17494D;
}

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

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

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

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 24px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

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

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #2c5fb4;
  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-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  padding: 6px 12px;
  font-size: 16px;
}

.pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover {
  background-color: #0057E4;
  color: #FFFFFF;
}

.pagination-first-link, .pagination-last-link {
  padding: 6px 12px;
}

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

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: rgba(24, 52, 98, 1);
  font-size: 16px;
  font-weight: 400;
  font-family: Proxima Soft;
  color: #6780A9;
}

.meta-data:not(:last-child)::after {
  content: "•";
  margin: 0 5px;
}

/* User Profiles */
.profile-content {
  padding: 0;
}

.profile-content .profile-no-activity {
  display: block;
  margin-top: 20px;
  color: #999;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: flex-start;
}

.profile-avatar .icon-agent {
  bottom: 10px;
  right: 10px;
}

.profile-avatar img {
  height: 100px;
  width: 100px;
  max-width: none;
}

@media (min-width: 1024px) {
  .profile-avatar img {
    height: 132px;
    width: 132px;
  }
}

.profile-info {
  text-align: left;
}

.profile-info .basic-info h1 {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .profile-info .basic-info h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
}

.profile-info .basic-info h1 a {
  color: rgba(255, 255, 255, 1);
}

.profile-stats {
  display: inline-flex;
}

@media (max-width: 1023px) {
  .profile-stats {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .profile-stats {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
}

.profile-stats-activity {
  margin-bottom: 10px;
  font-family: Proxima Soft;
}

.profile-stats-counters {
  margin-bottom: 16px;
  font-family: Proxima Soft;
}

.profile-stats .stat-label::after {
  content: ":";
}

.profile-stats .stat:not(:last-child)::after {
  content: "•";
  margin: 0 5px 0 0;
}

.profile-stats .stat span {
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .profile-stats .stat span {
    font-size: 20px;
  }
}

.profile-nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.profile-nav-item {
  line-height: 14px;
  padding: 12px 22px;
  background-color: #0A27571A;
  border-radius: 100px;
  font-size: 14px;
  justify-content: center;
  border: 2px solid transparent;
  color: #0A2757;
  font-weight: 700;
}

@media (max-width: 767px) {
  .profile-nav-item {
    padding: 12px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .profile-nav-item {
    padding: 12px 24px;
    font-size: 16px;
  }
}

.profile-nav-item.is-active {
  padding: 12px 24px;
  background-color: #0A27571A;
  border: 2px solid #0A2757;
  border-radius: 100px;
}

.profile-section .profile-contribution-breadcrumbs {
  font-family: Proxima Soft;
}

.profile-section-header {
  padding: 24px 0;
  margin-bottom: 24px;
}

.profile-section-title {
  margin-bottom: 8px;
  color: rgba(24, 52, 98, 1);
}

.profile-section-description {
  color: #445C85;
}

.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .profile-section-sorter {
    gap: 12px;
  }
}

.profile-section-sorter .dropdown-menu {
  width: 100%;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid black;
  border-radius: 8px;
  border: 1px solid #183462;
  gap: 20px;
}

@media (min-width: 1024px) {
  .profile-section-sorter .dropdown-toggle {
    min-width: 360px;
  }
}

.profile-activity-created-article .profile-activity-header, .profile-activity-item-articles .profile-activity-header, .profile-activity-created-comment .profile-activity-header, .profile-activity-item-comments .profile-activity-header {
  margin-bottom: 8px;
  color: #445C85;
  font-weight: 700;
}

.profile-activity-created-article .profile-contribution, .profile-activity-item-articles .profile-contribution, .profile-activity-created-comment .profile-contribution, .profile-activity-item-comments .profile-contribution {
  background-color: #EEF2F9;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.profile-activity-created-article .profile-contribution-breadcrumbs, .profile-activity-item-articles .profile-contribution-breadcrumbs, .profile-activity-created-comment .profile-contribution-breadcrumbs, .profile-activity-item-comments .profile-contribution-breadcrumbs {
  margin-bottom: 24px;
}

.profile-activity-created-article .profile-contribution-breadcrumbs li, .profile-activity-item-articles .profile-contribution-breadcrumbs li, .profile-activity-created-comment .profile-contribution-breadcrumbs li, .profile-activity-item-comments .profile-contribution-breadcrumbs li {
  font-size: 14px;
  color: #445C85;
}

.profile-activity-created-article .profile-contribution-body, .profile-activity-item-articles .profile-contribution-body, .profile-activity-created-comment .profile-contribution-body, .profile-activity-item-comments .profile-contribution-body {
  margin-bottom: 12px;
}

.profile-activity-created-article:not(:last-child), .profile-activity-item-articles:not(:last-child), .profile-activity-created-comment:not(:last-child), .profile-activity-item-comments:not(:last-child) {
  margin-bottom: 24px;
}

.profile-activity .meta-profile .meta-item,
.profile-activity .meta-profile .labeled-meta-item {
  display: inline-block;
}

.profile-activity .meta-profile .meta-item:not(:last-child)::after {
  content: "•";
  margin: 0 0 0 5px;
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
    gap: 24px;
  }
}

.search-results-sidebar {
  padding: 16px;
  border: 1px solid #183462;
  border-radius: 8px;
}

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    flex: 1 0 20%;
    height: fit-content;
  }
}

@media (min-width: 1024px) {
  .search-results-content {
    flex: 0 0 75%;
  }
}

@media (max-width: 1023px) {
  .search-results-filter-title {
    position: relative;
  }
  .search-results-filter-title::after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .search-results-filter-title::after {
    left: 0;
  }
  [dir="ltr"] .search-results-filter-title::after {
    right: 0;
  }
  .search-results-filter-title[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }
  .search-results-filter.collapsible-sidebar .search-results-filter-list {
    display: none;
  }
}

.search-results-filter:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .search-results-filter-title {
    margin-bottom: 8px;
  }
}

.search-results-filter-link {
  display: block;
  padding: 8px 12px;
}

@media (min-width: 1024px) {
  .search-results-filter-link.current-filter {
    background-color: #EEF2F9;
    border-radius: 8px;
  }
}

.search-results-filter .search-result-show-more {
  display: none;
}

.search-results-content > h3 {
  font-weight: 700;
}


.search-results-content > p {
  font-size: 14px;
  color: #6780A9;
}

.search-results-list {
  border-top: 1px solid #D9D9D9;
  padding-top: 1rem;
  margin-top: 24px;
}

.search-results-list .search-result:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
}

.search-result-title {
  font-weight: 700;
}

.search-results-list .search-result-title, .search-results-list .search-result-breadcrumbs, .search-results-list .search-result-description {
  margin-bottom: 8px;
}

.search-results-list .search-result-breadcrumbs li {
  font-size: 12px;
  color: #1972F9;
}

.search-results-list .search-result-breadcrumbs a {
  color: #1972F9;
}

@media (min-width: 1024px) {
  .search-results-list .search-result-breadcrumbs li {
    font-size: 14px;
  }
}

.search-results-list .search-result-meta {
  margin-bottom: 12px;
}

.search-results-list .search-result-meta .meta-item:not(:first-child)::before {
  content: "\2022";
  margin-right: 4px;
}

.search-result-votes {
  display: block;
  font-family: Proxima Soft;
  margin-bottom: 8px;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

#language-toggle {
   color: #FFFFFF;
    display: flex;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 17px;
    padding: 0px 12px;
    line-height: 28px;
  	justify-content: center;
}

.header-language-selector .dropdown-toggle {
  border: 1px solid #FFFFFF; /* White border */
  color: #FFFFFF; /* Text color */
  background: transparent; /* Optional: remove default background */
  padding: 4px 12px; /* Optional spacing */
  border-radius: 5px; /* Optional: rounded corners */
  font-weight: 600; /* Optional: bolder text */
  display: inline-flex;
  align-items: center;
  gap: 6px; /* Adds spacing between image and text */
}


.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  margin-top: 16px;
  max-width: unset;
  margin-inline: auto;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #87929D;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: black;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  font-family: Proxima Soft;
  font-weight: 700;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 20px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

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

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tag {
  background-color: #EEF2F9;
  border-radius: 4px;
  padding: 4px 12px;
}

.content-tag .label {
  font-style: normal;
  font-size: 12px;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}

.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="rtl"] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

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

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/* .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
} */
.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.m-0 {
  margin: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.max-h-0 {
  max-height: 0px;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end;
}

.\!justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.w-full {
  width: 100%;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.text-left {
  text-align: left;
}

.\!text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.\!text-right {
  text-align: right !important;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

.leading-7 {
  line-height: 1.75rem;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .md\:m-3 {
    margin: 0.75rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:p-0 {
    padding: 0px;
  }
}

/***** Custom Blocks *****/
.custom-blocks-wrapper {
  padding: 0 4rem;
}

@media (max-width: 1023px) {
  .custom-blocks-wrapper {
    padding: 0;
  }
}

.custom-blocks-wrapper .home-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(24, 52, 98, 1);
}

@media (min-width: 1024px) {
  .custom-blocks-wrapper .home-section-title {
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 125%;
  }
}

.custom-blocks-wrapper .custom-blocks-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.custom-block-item {
  display: flex;
  flex: 1 0 30%;
  background-color: #EEF2F9;
  max-width: 305px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 425px) {
  .custom-block-item {
    flex: 1 0 50%;
  }
}

.custom-block-item .custom-block-link .custom-block-icon img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.custom-block-item .custom-block-link .custom-block-content {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.6;
}

.custom-block-item .custom-block-link .custom-block-content .custom-block-title,
.custom-block-item .custom-block-link .custom-block-content .custom-block-description {
  text-align: center;
  margin: 0;
}

.custom-block-item .custom-block-link .custom-block-content .custom-block-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: calc(0.03em * (-1));
  color: #05176D;
}

.custom-block-item .custom-block-link .custom-block-content .custom-block-description {
  letter-spacing: calc(0.01em * (-1));
  font-size: 14px;
  color: #05176D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mobile-custom-blocks {
  padding-bottom: 41px;
}

#mobile-custom-blocks .mobile-block-item img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

#mobile-custom-blocks .mobile-block-link {
  display: flex;
  flex-direction: column;
}

#mobile-custom-blocks .mobile-block-content {
  padding: 16px 24px 24px;
  background-color: #EEF2F9;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
}

#mobile-custom-blocks .mobile-block-content .mobile-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #05176D;
}

#mobile-custom-blocks .mobile-block-content .mobile-block-description {
  font-size: 14px;
  color: #445C85;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mobile-custom-blocks .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 8px;
}

#mobile-custom-blocks .swiper-pagination-bullet-active {
  background-color: #292B30;
}

#mobile-custom-blocks .swiper-pagination-bullets {
  bottom: 0;
}

.knowledge-base-swiper {
  max-width: 1028px;
  margin: 48px auto;
  padding: 48px 94px 36px;
  background-color: #F0F7FF;
  border-radius: 12px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper {
    margin: 60px 30px;
    padding: 20px;
  }
}

.knowledge-base-swiper .home-section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: rgba(24, 52, 98, 1);
}

@media (min-width: 1024px) {
  .knowledge-base-swiper .home-section-title {
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 125%;
  }
}

.knowledge-base-swiper .swiper {
  height: auto;
  padding-bottom: 56px;
  position: initial;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .swiper {
    padding-bottom: 36px;
  }
}

.knowledge-base-swiper .swiper .swiper-button-next,
.knowledge-base-swiper .swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-color: #05176D;
  border-radius: 32px;
  top: 50%;
  --swiper-navigation-size: 8px;
  --swiper-navigation-color: #ffffff;
}

.knowledge-base-swiper .swiper .swiper-button-prev {
  left: 28px;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .swiper .swiper-button-prev {
    left: 16px;
  }
}

.knowledge-base-swiper .swiper .swiper-button-prev::after {
  position: relative;
  left: -1px !important;
}

.knowledge-base-swiper .swiper .swiper-button-next {
  right: 28px;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .swiper .swiper-button-next {
    right: 16px;
  }
}

.knowledge-base-swiper .swiper .swiper-button-next::after {
  position: relative;
  right: -1px !important;
}

.knowledge-base-swiper .swiper .swiper-pagination-knowledge {
  text-align: center;
  bottom: 36px;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .swiper .swiper-pagination-knowledge {
    bottom: 30px;
  }
}

.knowledge-base-swiper .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 16px;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .swiper .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
  }
}

.knowledge-base-swiper .swiper .swiper-pagination-bullet-active {
  background-color: #05176D;
}

.knowledge-base-swiper .item-swiper {
  display: grid;
  gap: 16px;
  height: 100%;
}

.knowledge-base-swiper .item-swiper span {
  /*white-space: nowrap;*/
  font-size: 16px;
  font-family: Proxima Soft;
  font-weight: 700;
  word-wrap: break-word;
  width: 100px;
  height: 30px; 
}

@media (min-width: 1024px) {
  .knowledge-base-swiper .item-swiper {
    grid-template-rows: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .item-swiper {
    gap: 24px;
  }
}

.knowledge-base-swiper .item-swiper .item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  color: #445C85;
}

@media (max-width: 1023px) {
  .knowledge-base-swiper .item-swiper .item-link span {
    font-size: 12px;
  }
}

.knowledge-base-swiper .item-swiper .item-link img {
  max-width: 80px;
  max-height: 80px;
  height: 100%;
}

@media (max-width: 768px) {
  .knowledge-base-swiper .item-swiper .item-link img {
    max-width: 60px;
    max-height: 60px;
  }
}

@media (min-width: 1366px) {
  .knowledge-base-swiper .item-swiper .item-link img {
    max-width: 120px;
    max-height: 120px;
  }
}

.video-blocks-swiper {
  height: auto;
}

.video-blocks-swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 16px;
}

@media (max-width: 1023px) {
  .video-blocks-swiper .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
  }
}

.video-blocks-swiper .swiper-pagination-bullet-active {
  background-color: #292B30;
}

.profile-swiper.swiper {
  max-width: fit-content;
  margin-left: 0;
}

.profile-swiper-slide.swiper-slide {
  width: fit-content;
  font-family: Proxima Soft;
}

.my-activities-swiper.swiper {
  max-width: fit-content;
  margin-left: 0;
}

.my-activities-swiper-slide.swiper-slide {
  width: fit-content;
}

.my-activities-swiper-slide a {
  padding: 10px 22px;
  line-height: 14px;
  background-color: #0A27571A;
  border-radius: 100px;
  font-size: 12px;
  font-family: Proxima Soft;
  border: 2px solid transparent;
  color: #0A2757;
  font-weight: 500;
}

.my-activities-swiper-slide a.is-active {
  border: 2px solid #0A2757;
}

@media (min-width: 768px) {
  .my-activities-swiper-slide a {
    font-size: 14px;
  }
}

/***** Collapse *****/
.collapse {
  display: none;
}

.collapse-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapse.in {
  display: block;
}

.collapse-icon {
  position: relative;
  width: 20px;
}

.collapse-icon span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgba(24, 52, 98, 1);
  opacity: 1;
  border-radius: 9px;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.collapse-icon span:nth-child(1) {
  transform: rotate(0deg);
}

.collapse-icon span:nth-child(2) {
  transform: rotate(90deg);
}

[aria-expanded="true"] .collapse-icon span:nth-child(2) {
  transform: rotate(0deg);
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video-blocks-swiper {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .video-blocks-swiper {
    margin-bottom: 48px;
  }
}

.video-blocks-swiper .swiper {
  padding-bottom: 52px;
}

.video-blocks-swiper .home-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(24, 52, 98, 1);
}

@media (min-width: 1024px) {
  .video-blocks-swiper .home-section-title {
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 125%;
  }
}

.video-blocks-swiper .swiper-pagination-video {
  text-align: center;
  margin-top: 36px;
}

.video-block-wrapper {
  background-color: transparent;
}

/***** Custom Video Blocks *****/
.site-video {
  width: 100%;
}

.site-video .content-header::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
}

.site-video-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0 0;
}

.site-video-item {
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.site-video-img {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 164px;
  background-size: cover;
  border-radius: 4px;
}

.site-video-img::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 34px;
  color: rgba(0, 57, 148, 0.8);
  text-align: center;
  padding: 3px 0;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  border-radius: 25%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  transform: translate(-50%, -50%);
}

.site-video-img:hover::before {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  color: #46669c;
  background-color: transparent;
}

.site-video-img::after {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  content: '';
}

.site-video-title {
  padding: 10px 20px;
  height: 68px;
  font-weight: 700;
  color: #003C96;
}

.site-video-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 0;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

#categories-menu, #categories-menu-mobile {
  margin-top: 16px;
  max-width: unset;
  z-index: 99999;
  margin-inline: auto;
  border-radius: 8px;
}

#categories-menu ul, #categories-menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#categories-menu .menu-categories, #categories-menu-mobile .menu-categories {
  flex: 25%;
  flex-grow: 0;
  padding: 10px;
}

@media (min-width: 768px) {
  #categories-menu .menu-categories, #categories-menu-mobile .menu-categories {
    flex: 50%;
  }
}

@media (max-width: 768px) {
  #categories-menu .menu-categories, #categories-menu-mobile .menu-categories {
    flex: 100%;
  }
}

@media (min-width: 1024px) {
  #categories-menu .menu-categories:nth-child(n+5), #categories-menu-mobile .menu-categories:nth-child(n+5) {
    border-top: 1px solid rgba(24, 52, 98, 1);
    margin-top: 10px;
    padding-top: 20px;
  }
}

#categories-menu .menu-categories-parent, #categories-menu-mobile .menu-categories-parent {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 500px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar, #categories-menu-mobile .menu-categories-parent::-webkit-scrollbar {
  width: 6px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar-track, #categories-menu-mobile .menu-categories-parent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar-thumb, #categories-menu-mobile .menu-categories-parent::-webkit-scrollbar-thumb {
  background-color: #0D52F7;
  border-radius: 24px;
}

#categories-menu .menu-categories-link, #categories-menu-mobile .menu-categories-link {
  font-weight: 700;
  font-family: Proxima Soft;
  margin-bottom: 10px;
}

#categories-menu .menu-sections, #categories-menu-mobile .menu-sections {
  margin-top: 5px;
  padding-top: 5px;
}

#categories-menu .menu-sections:not(:first-child), #categories-menu-mobile .menu-sections:not(:first-child) {
  border-top: 1px solid #efefef;
}

#categories-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 50px;
}

#categories-dropdown[aria-expanded="true"] svg,
#categories-dropdown:focus svg {
  transform: rotate(180deg);
}

#categories-dropdown .fas {
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#categories-dropdown[aria-expanded="true"] .fas {
  transform: rotate(-180deg);
}

/***** Formatting Component *****/
/* Tab */
.tabs {
  margin-bottom: calc(1.6 * 16px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: column;
  }
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  font-family: Proxima Soft;
  color: rgba(24, 52, 98, 1);
  cursor: pointer;
  padding: 5px 20px;
  opacity: 0.6;
  text-decoration:none;
}

@media (min-width: 768px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

.tabs-nav a.is-active {
  pointer-events: none;
  border-bottom: 2px solid #0F3554;
  color: #0F3554;
  opacity: 1;
}

@media (min-width: 768px) {
  .tabs-nav a.is-active {
    border-bottom: 2px solid #0F3554;
  }
}

@media (min-width: 768px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}

.tabs-nav a:hover {
  opacity: 1;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
}

.tabs-content div.is-active {
  display: block;
}

@media (min-width: 768px) {
  .tabs-content div {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (min-width: 768px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.colored-1 .tabs-nav a,
.tabs.colored-2 .tabs-content div {
  background-color: #E7E7E7;
}

.tabs.colored-1 .tabs-nav a.is-active {
  background-color: #FFFFFF;
}

.tabs.colored-2 .tabs-nav a.is-active {
  background-color: #E7E7E7;
  color: rgba(24, 52, 98, 1);
  border-bottom-color: #E7E7E7;
}

/* End of Tabs */
/* Callout */
.note {
  position: relative;
  padding: 15px 20px;
  border-radius: 4px;
  border-left: 6px solid rgba(24, 52, 98, 1);
  font-size: 16px;
  background-color: #E7E7E7;
  margin-bottom: calc(16px * 1.6);
}

.note::after {
  position: absolute;
  top: 9px;
  right: 16px;
}

.note-title {
  font-size: 16px;
  font-family: Proxima Soft;
  font-weight: 700;
  color: inherit;
  padding: 0 10px 0 0;
}

.note-dashed {
  border-width: 1px;
  border-style: dashed;
}

.note-gray {
  background-color: #f7f7f7;
  border:1px #ddd;
}

.note-transparent {
  background-color: #f7f7f7;
  padding: 15px 20px 10px 20px;
  /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12); */
}

.note-transparent a {
  color: #183462;
  text-decoration: none;
}

.note-success {
  background-color: #E7F8F0;
  border-color: #27C990;
  color: rgba(17, 134, 115, 0.91);
}
.note-success .note-title {
  color: #048570;
}
.note-success::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 16C6 10.4772 10.4772 6 16 6C21.5228 6 26 10.4772 26 16C26 21.5228 21.5228 26 16 26C10.4772 26 6 21.5228 6 16ZM16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4ZM21.7071 13.7071C22.0976 13.3166 22.0976 12.6834 21.7071 12.2929C21.3166 11.9024 20.6834 11.9024 20.2929 12.2929L14 18.5858L11.7071 16.2929C11.3166 15.9024 10.6834 15.9024 10.2929 16.2929C9.90237 16.6834 9.90237 17.3166 10.2929 17.7071L13.2929 20.7071C13.6834 21.0976 14.3166 21.0976 14.7071 20.7071L21.7071 13.7071Z' fill='%2310A089'/%3E%3C/svg%3E%0A");
}

.note-info {
  background-color: #EBF4FF;
  border-color: #1972F9;
  color: rgba(0, 53, 179, 0.6);
}
.note-info .note-title {
  color: #104AD6;
}
.note-info::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 16C6 10.4772 10.4772 6 16 6C21.5228 6 26 10.4772 26 16C26 21.5228 21.5228 26 16 26C10.4772 26 6 21.5228 6 16ZM16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13ZM14.1 15C14.1 14.5029 14.5029 14.1 15 14.1H16C16.4971 14.1 16.9 14.5029 16.9 15V19.1H17C17.4971 19.1 17.9 19.5029 17.9 20C17.9 20.4971 17.4971 20.9 17 20.9H16H15C14.5029 20.9 14.1 20.4971 14.1 20C14.1 19.5029 14.5029 19.1 15 19.1H15.1V15.9H15C14.5029 15.9 14.1 15.4971 14.1 15Z' fill='%23025AE9'/%3E%3C/svg%3E%0A");
}

.note-warning {
  background-color: #FFFBED;
  border-color: #F9A713;
  color: rgba(108, 69, 0, 0.6);
}
.note-warning .note-title {
  color: #96460B;
}
.note-warning::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.861 7.42267C16.4739 6.76764 15.5262 6.76764 15.1391 7.42267L5.64401 23.4913C5.2501 24.1579 5.73064 25 6.50494 25H25.4951C26.2694 25 26.75 24.1579 26.3561 23.4913L16.861 7.42267ZM13.4173 6.40521C14.5784 4.44013 17.4216 4.44012 18.5828 6.40521L28.0779 22.4738C29.2597 24.4737 27.818 27 25.4951 27H6.50494C4.18204 27 2.74043 24.4737 3.92216 22.4739L13.4173 6.40521ZM14.3288 12.9728L15.2516 18.5096C15.3925 19.3549 16.6076 19.3549 16.7485 18.5096L17.6712 12.9728C17.8434 11.9401 17.047 11 16 11C14.9531 11 14.1567 11.9401 14.3288 12.9728ZM16 23C16.5523 23 17 22.5523 17 22C17 21.4478 16.5523 21 16 21C15.4478 21 15 21.4478 15 22C15 22.5523 15.4478 23 16 23Z' fill='%2396460B'/%3E%3C/svg%3E%0A");
}

.note-alert {
  background-color: #F8E6E6;
  border-color: #FF2C2C;
  color: rgba(181, 7, 7, 0.6);
}
.note-alert .note-title {
  color: #B50707;
}
.note-alert::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6C21.5228 6 26 10.4772 26 16C26 21.5228 21.5228 26 16 26C10.4772 26 6 21.5228 6 16C6 10.4772 10.4772 6 16 6Z' stroke='%23B50707' stroke-width='2'/%3E%3Cpath d='M14.3288 11.9728L15.2516 17.5095C15.3925 18.3549 16.6075 18.3549 16.7484 17.5095L17.6712 11.9728C17.8433 10.9401 17.0469 10 16 10C14.9531 10 14.1567 10.9401 14.3288 11.9728Z' fill='%23B50707'/%3E%3Ccircle cx='16' cy='21' r='1' fill='%23B50707'/%3E%3C/svg%3E%0A");
}

.accordion {
  box-shadow: none;
  outline: 0;
  background-color: #FFFFFF;
  position: relative;
  color: rgba(24, 52, 98, 1);
  cursor: pointer;
  padding: 16px 24px;
  width: 100%;
  border: none;
  text-align: left;
  font-family: Proxima Soft;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  border: 1px solid #E0E8F3;
  border-bottom: none;
  box-shadow: 0px 1px 3px rgba(232, 238, 242, 0.79);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 8px;
  transform: rotate(-180deg);
  width: 100%;
  background: linear-gradient(0deg, #D7E4F4 0%, rgba(215, 228, 244, 0) 100%);
  opacity: 0.2;
}

.accordion:hover {
  opacity: 0.7;
}

.accordion::after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 8L8.5 1L1.5 8' stroke='%23025AE9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  color: rgba(24, 52, 98, 1);
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
  transform: rotate(180deg)
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(0);
}

.accordion-panel {
  padding: 0 24px;
  border: 1px solid #E0E8F3;
  border-top: none;
  /* Depth/D0 */

  box-shadow: 0px 1px 3px rgba(232, 238, 242, 0.79);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-panel > *:first-child {
  margin-top: 1rem;
}

/***** Error container *****/
.error-container {
  background: url(/hc/theming_assets/01J2X25F7BCCW3V7B8EMP0RK5D);
  background-size: cover;
  background-position: center;
  min-height: 65vh;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin-top: 90px;
}

.error-text {
  text-align: center;
  margin-top: 400px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.error-text > h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}

[dir="rtl"] .error-text {
  text-align: right;
}

.error-flex {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .error-flex {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .error-text > h2 {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  .error-text > p {
    font-size: 16px;
    color: #6780A9;
  }
}

@media (max-width: 768px) {
  .error-container {
  	/* background: none; */
    background: url(/hc/theming_assets/01J2X25CZ7PZ0QWBKKMMSW43DK);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
    height: 65vh; 
    
  }
  .error-text {
    margin-bottom: 50%;
  }
  .error-text > h2{
    font-size: 22px;
  }
}

.swiper-slider {
  height: 100%;
}

.back-to-top {
  display: flex;
  align-items: center;
  position: fixed;
  padding: 0 20px;
  left: 20px;
  bottom: -50px;
  z-index: 3;
  /* width: 40px; */
  height: 40px;
  font-size: 30px !important;
  color: #0057E4;
  cursor: pointer;
  text-align: center;
  border: 2px solid;
  border-color: #0057E4;
  background-color: #FFFFFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 1s ease-out;
}

.back-to-top span {
  margin-left: 1rem;
  font-size: 16px;
  font-family: Proxima Soft;
  font-weight: 700;
}

.back-to-top svg path {
  stroke: #0057E4;
}

@media (max-width: 768px) {
  .back-to-top {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .back-to-top span {
    display: none;
  }
}

.back-to-top:focus, .back-to-top:active, 
.back-to-top:focus svg path, .back-to-top:active svg path {
  outline: 0;
  color: #0057E4;
  background: #FFFFFF;
  stroke: #0057E4;
  box-shadow: none;
}

.back-to-top.is-active {
  bottom: 35px;
  z-index: 1001;
}

.back-to-top.is-active:hover,
.back-to-top.is-active:hover svg path {
  color: #004CC7;
  background-color: #FFFFFF;
  stroke: #004CC7;
  border-color: #004CC7;
  box-shadow: none;
}

.back-to-top .fa-angle-up:before {
  color: #FFFFFF;
}

.announcement-bar {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(150, 68, 11, 0.79);
  background: #FFFBED;
}

.announcement-bar.show {
  visibility: visible;
  position: static;
  z-index: 1;
}

.announcement-bar a {
  color: rgba(150, 68, 11, 0.79);
  font-weight: bold;
}
.announcement-bar-wrapper {
  padding-right: 7%;
  padding-left: 7%;
}

.announcement-bar .swiper-wrapper {
  width: unset;
}

.announcement-bar .swiper-button::after {
  font-size: 16px;
  font-weight: bold;
  color: rgba(150, 68, 11, 0.79);
}

.announcement-bar .swiper-button-next {
  right: 0;
}
.announcement-bar .swiper-button-prev {
  left: 0;
}

.announcement-close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
}

/* ZD Autocomplete */

zd-autocomplete {
  font-family: Proxima Soft;
}

zd-autocomplete-title-multibrand,
zd-autocomplete-title {
  color: #183462 !important;
}

/* CSI CHANGE 7/13/2023 - OFFSET HEADING SO IT SHOWS WHEN CLICKING ANCHOR LINKS IN ARTICLE */
h2:target,
h3:target,
h4:target{
  padding-top: 220px;
  margin-top: -220px;
  display:inline-block;
}


#request_custom_fields_900012633346_label{
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
}

[dir="rtl"] #request_custom_fields_900012633346_label {
    margin-left: 0;
  	margin-right:20px;
}

#request_custom_fields_900012633346 {
    position: relative;
    width: auto;
    top: 0;
}


/* Privacy Checkbox Web*/
#request_custom_fields_24531039658393_label {
    position: absolute;
    margin-left: 20px;
    margin-top: 1px;
  	padding-right: 200px;
}

#request_custom_fields_24531108848793_label {
    position: absolute;
    margin-left: 20px;
    margin-top: 30px;
  	padding-right: 220px;
}


[dir="rtl"] #request_custom_fields_24531039658393_label, 
[dir="rtl"] #request_custom_fields_24531108848793_label {
  margin-left: 0;
  margin-right:20px;
}


#request_custom_fields_24531039658393 {
    position: relative;
    width: auto;
    top: 0;
}


#request_custom_fields_24531108848793 {
    position: relative;
    width: auto;
    top: 0;
    margin-top: 34px;
}


label[for="request-attachments"] {
    display: block;
    font-size: 16px;
    font-family: "Proxima Soft";
    margin-bottom: 5px;
    margin-top: 80px;
}


/* Privacy Checkbox Mobile*/
@media screen and (max-width: 768px) {
label[for="request-attachments"] {
    display: block;
    font-size: 16px;
    font-family: "Proxima Soft";
    margin-bottom: 5px;
    margin-top: 30px;
	}
  
  
  
#request_custom_fields_24531039658393_label {
    position: absolute;
    margin-left: 20px;
    margin-top: 1px;
  	margin-right: 20px;
  	padding-right: 0px;
}

#request_custom_fields_24531108848793_label {
    position: absolute;
    margin-left: 20px;
    margin-top: 30px;
  	margin-right: 20px;
    padding-right: 0px;
}
  
  
#request_custom_fields_24531108848793 {
    position: relative;
    width: auto;
    top: 0;
  	margin-top: 87px;
	}
  
  #request_custom_fields_24531108848793_label {
    position: absolute;
    margin-left: 20px;
    margin-top: 83px;
  	margin-right: 20px;
	}
}


/* Custom Form Style */
#feedback-form {
  display: none;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  text-align: left;
  display: flex;
  justify-content: space-between;
}


#submitFeedback {
  font-family: "Proxima Soft";
  background-color: #0057E4;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 10px auto; 
  border-radius: 50px; 
  display: flex; 
  flex-direction: column; 
}

.button-container {
  display: flex; /* Make a flex container for buttons */
  justify-content: space-between; /* Spread items along the horizontal axis */
}

#cancelFeedback {
  font-family: "Proxima Soft";
  background-color: #ddd; /* Gray color for the Cancel button */
  color: #444; /* Text color */
  font-weight: 700;
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

#cancelFeedback:hover {
  background-color: #ccc; /* Darker gray color on hover */
}

#submitFeedback {
  font-family: "Proxima Soft";
  background-color: #0057E4;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

#submitFeedback:hover {
  background-color: #004CC7;
}

#submitFeedback.unfilled {
  font-family: "Proxima Soft";
  background-color: transparent;
  font-weight: 700;
  color: #888; /* Change the text color to gray */
  border: 1px solid #888; /* Change the border color to gray */
}

h3 {
  margin-top: 0;
   /* Center the heading */
}

/* Updated checkbox styles */
.checkbox-container {
  display: flex;
  align-items: flex-start; /* Align items to the top of the container */
  margin-top: 10px; /* Add spacing between checkbox containers */
}

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

label {
  font-family: "Proxima Soft";
  color: #333;
  font-size: 15px; /* Change the font size to 15px */
  margin-left: 5px; /* Add some space between the checkboxes and labels */
}

.disclaimer {
  font-family: "Proxima Soft";
  color: #aaa;
  font-size: 13px; /* Change the font size to 15px */
  line-height: 17px;
  padding-top:6px;
}

/* Adjust padding for labels in mobile view */
@media screen and (max-width: 768px) {
  .checkbox-container {
    flex-direction: column; /* Stack checkboxes and labels vertically */
    align-items: flex-start; /* Align items to the top of the container */
  }

  label {
    padding-left: 0; /* Remove padding to align labels properly */
    margin-top: 5px; /* Add spacing between labels */
    display: inline-block; /* Reset display property to inline-block */
  }
}

textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  #feedback-form {
    max-width: 90%;
  }

  textarea {
    height: 80px;
  }
}

/* Desktop Responsive Styles */
@media screen and (min-width: 769px) {
  #feedback-form {
    display: block;
  }

  textarea {
    height: 100px;
  }
}


/* CSS to style the comment container and character count */
.comment-container {
    position: relative;
    width: 100%; /* Set the container to full width */
}

#comment {
    width: 100%; /* Set the comment textarea to full width */
    font-size: 15px; /* Adjust the icon size as needed */
}

#charCount {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; /* Align the character count to the right */
    margin-right: 10px; /* Add a margin to the right to create space */
    margin-bottom: 0px; /* Add a margin at the bottom to create space */
}


/* Add this CSS to your existing styles or create a new CSS file */
.suggestion {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the gap between the icon and title as needed */
    padding: 10px; /* Add padding to create space around each suggestion */
    cursor: pointer;
}

.suggestion-icon {
    font-size: 15px; /* Adjust the icon size as needed */
}

.suggestion-title {
    flex-grow: 1; /* Allow the title to grow and take up the remaining space */
    font-size: 16px; /* Adjust the title font size as needed */
}

/* Style for "Submit a ticket" link */
.submit-ticket {
  background-color: transparent;
  color: #007bff;
  padding: 0;
  text-decoration: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  position: relative;
}

/* Style for "Chat with us" link */
.chat-with-us {
  background-color: transparent;
  color: #007bff;
  padding: 0;
  text-decoration: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  position: relative;
}

/* Style for icons */
.submit-ticket .icon img,
.chat-with-us .icon img {
  width: 60px; /* Adjust icon width as needed (smaller) */
  height: 60px; /* Adjust icon height as needed (smaller) */
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Style for text */
.submit-ticket .text,
.chat-with-us .text {
  margin-top: 10px;
}

.article-more-questions {
  display: block;
  text-align: center;
}

.action-box-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.action-box {
  flex: 1;
  max-width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  display: inline-flex; /* Change display to inline-flex */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.action-box a {
  text-decoration: none;
}


/* Language swith button style */
.langButton {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background-color: #F8F8FA;
  color: #969FA6;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  outline: none; 
  margin-bottom: 15px;
}

/* Color the Taglish text */
.langButton span.taglish {
  color: #266DCE !important;
}

/* Color the chevron icon */
.langButton i.fa-chevron-up {
  color: #266DCE !important;
  margin-left: 10px;
}

/* Hide first breadcrumb and the before separator ">" */
  .breadcrumbs li:first-child {
    display: none;
  }

  .breadcrumbs li:first-child + li::before {
    content: none;
  }


.dynamic-spacer {
  height: 75px;
  transition: height 0.3s ease;
}

.submit-ticket-article, .submit-ticket-article a {
  background-color: #0057E4;
  border: 0;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Proxima Soft;
  line-height: 1.6;
  padding: 14px 16px;
  width: unset;
  font-weight: 700;
  text-decoration: none;
}

#article-iframe {
  display: none;
  border: none;
  min-height:100dvh;
  width:100%;
  text-align:left;
}

.banner-info-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  color: #00008B;
  padding-top: 7px;
  display: inline-block;
  width: 32px;  /* Adjust if needed */
  height: 32px; /* Adjust if needed */
}

.banner-info-icon::after {
  content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 16C6 10.4772 10.4772 6 16 6C21.5228 6 26 10.4772 26 16C26 21.5228 21.5228 26 16 26C10.4772 26 6 21.5228 6 16ZM16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13ZM14.1 15C14.1 14.5029 14.5029 14.1 15 14.1H16C16.4971 14.1 16.9 14.5029 16.9 15V19.1H17C17.4971 19.1 17.9 19.5029 17.9 20C17.9 20.4971 17.4971 20.9 17 20.9H16H15C14.5029 20.9 14.1 20.4971 14.1 20C14.1 19.5029 14.5029 19.1 15 19.1H15.1V15.9H15C14.5029 15.9 14.1 15.4971 14.1 15Z' fill='%23025AE9'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 32px;
  height: 32px;
}



 /* Custom Bottom Sheet Styling */
.language-sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
  border-radius: 12px 12px 0 0;
  padding: 20px;
  text-align: center;
  z-index: 1002; /* Make this higher than overlay and back-to-top */
}

/* Show Bottom Sheet */
.language-sheet.active {
  bottom: 0;
}

/* Sheet Content Styling */
.language-sheet-content {
  max-width: 400px;
  margin: auto;
  position: relative; /* Needed for close button */
}

/* Close Button Styling */
.close-sheet {
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

/* Sheet Title Styling */
.sheet-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #183462;
  text-align: left;
}

/* Locale Option Styling */
a.locale-option, a.current-locale {
  display: block;
  padding: 12px;
  font-size: 16px;
  color: #003C96;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  margin: 10px;
  font-weight: 100;
}



/* Remove Border from Last Option */
.locale-option:last-child {
  border-bottom: none;
}

/* No Language Available Styling */
.no-languages {
  font-size: 14px;
  color: #888;
}

/* NEW: Fullscreen Overlay */
.language-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 1001; /* This covers back-to-top */
}

/* Show Overlay */
.language-overlay.active {
  opacity: 1;
  visibility: visible;
}


.checkmark {
  float: right;
  color: #1a73e8; /* Nice blue color */
  font-size: 18px;
  margin-top: 4px; /* Adjust slightly to align vertically */
}




.translate-nudge {
  display: none;
  position: absolute;
  top: 80px; /* Adjust based on position of language selector */
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
  width: 90%;
  max-width: 360px;
  z-index: 3000;
  animation: fadeInDown 0.5s ease;
}

/* Optional glow-like background behind the tooltip box */
.translate-nudge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  filter: blur(10px);
  z-index: -1;
  border-radius: 12px;
}

/* Triangle pointer */
.nudge-pointer {
  position: absolute;
  top: -10px;
  left: 230px; /* Adjust this to align with your language selector */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 3001;
}

/* Inner content layout */
.nudge-content {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  gap: 12px;
}

.nudge-icon {
  font-size: 24px;
  color: #025AE9;
}

.nudge-text {
  flex-grow: 1;
}

.nudge-text strong {
  font-size: 16px;
  color: #183462;
}

.nudge-text p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

.nudge-close {
    background: transparent;
    border: none !important;
    font-size: 30px !important;
    position: absolute;
    top: -7px;
    right: -20px;
    cursor: pointer;
    color: #183462 !important;
    border: none !important; /* <- add this if it's leaking in */
}



/* Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Always TRUE field [Security] Prohibited Activity AcknowledgementActive */
.form-field.request_custom_fields_44939920195225 {
    display: none !important;
}



/* ===== Security Advisory ===== */
.form-advisory-banner {
  width: 100%;
  background-color: #eef4fd;   /* Light blue background */
  border-left: 4px solid #00008B;
  padding: 20px 0;
  margin-top: 89px;
}

.form-advisory-banner .container {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-advisory-banner h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #00008B;
}

.form-advisory-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #00008B;
}

/* Mobile */
@media (max-width: 768px) {
  .form-advisory-banner {
    padding: 18px 0;
    margin-top: 89px;
  }

  .form-advisory-banner .container {
    padding: 0 16px;
  }

  .form-advisory-banner h4 {
    font-size: 15px;
  }

  .form-advisory-banner p {
    font-size: 13px;
  }
}

.deletion-form .form-advisory-banner {
  margin-top: 0 !important;
}


/* Form Field Errors */

/* text inputs */
.field-error input:not([type="hidden"]),
.field-error textarea,
.field-error select {
  border: 1.5px solid #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
  border-radius: 6px;
}

/* zendesk dropdown */
.field-error .nesty-input {
  border: 1.5px solid #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
  border-radius: 6px;
}

/* datepicker */
.field-error .datepicker {
  border: 1.5px solid #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
  border-radius: 6px;
}

/* checkbox */
.field-error input[type="checkbox"] {
  outline: 2px solid rgba(59,130,246,0.4);
  outline-offset: 3px;
}

/* smooth animation */
.form-field input,
.form-field textarea,
.form-field select,
.nesty-input,
.datepicker {
  transition: border 0.2s ease, box-shadow 0.2s ease;
}




















































/* ========================================
   GCASH FORM STYLING - Simple & Clean
   ======================================== */

/* Alert Messages */
.gcash-alert {
  margin: 16px 0;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gcash-alert-info {
  background: #EAF4FF;
  border-color: #B3D9FF;
  color: #003366;
}

.gcash-alert-warning {
  background: #FFF8E1;
  border-color: #FFD54F;
  color: #4E3D00;
}

.gcash-alert-title {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.gcash-alert-message {
  font-weight: 400;
}

/* Payment Status Message */
.gcash-payment-status {
  background: #FFF8E1;
  border: 2px solid #FFD54F;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  color: #4E3D00;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gcash-payment-status strong {
  display: block;
  margin-bottom: 8px;
  color: #F57F17;
}

.gcash-payment-status p {
  margin: 8px 0 0 0;
}

/* Dialog Overlay */
.gcash-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Modal Overlay */
.gcash-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Dialog Box */
.gcash-dialog-box {
  background: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 420px;
  width: 100%;
  text-align: center;
}

/* Confirmation Box (Modal) */
.gcash-confirmation-box,
.kyc-confirmation-box,
.cashback-confirmation-box,
.buyload-confirmation-box {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.gcash-dialog-message {
  margin: 0 0 24px 0;
  color: #333;
  line-height: 1.5;
  font-size: 15px;
}

/* Modal Message Paragraph */
.gcash-modal-message {
  margin: 0 0 20px 0;
  color: #333;
  line-height: 1.4;
}

.gcash-dialog-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* Modal Buttons Container */
.gcash-modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* Buttons */
.gcash-btn {
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  min-height: 40px;
}

.gcash-btn:hover {
  transform: translateY(-1px);
}

.gcash-btn:active {
  transform: translateY(0);
}

.gcash-btn-primary {
  background: #007BFF;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.gcash-btn-primary:hover {
  background: #0056B3;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.gcash-btn-secondary {
  background: #F8F9FA;
  color: #333;
  border: 1px solid #DDD;
}

.gcash-btn-secondary:hover {
  background: #E9ECEF;
  border-color: #AAA;
}

/* Modal Buttons */
.gcash-modal-btn-ok {
  background: #007BFF;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  min-width: 60px;
  transition: background 0.2s ease;
}

.gcash-modal-btn-ok:hover {
  background: #0056B3;
}

.gcash-modal-btn-cancel {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  min-width: 60px;
  transition: background 0.2s ease;
}

.gcash-modal-btn-cancel:hover {
  background: #e9ecef;
  border-color: #999;
}

/* Suggestion Box */
.gcash-suggestion-box {
  margin-top: 8px;
  padding: 0;
  list-style: none;
  border: 1px solid #DDD;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  display: none;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.gcash-suggestion-item {
  padding: 10px 16px;
  cursor: pointer;
  background: white;
  border-bottom: 1px solid #F5F5F5;
  transition: all 0.15s ease;
  font-size: 14px;
  color: #333;
}

.gcash-suggestion-item:last-child {
  border-bottom: none;
}

.gcash-suggestion-item:hover,
.gcash-suggestion-item-hover {
  background: #EAF4FF;
  padding-left: 20px;
  color: #007BFF;
}

/* Animations */
.gcash-field-hidden {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  visibility: hidden !important;
}

/* RTTH Mode Styling */
body.gcash-rtth-mode .form-advisory-banner {
  margin-top: 0 !important;
}

body.gcash-rtth-mode .header-wrapper {
  display: none !important;
}

body.gcash-rtth-mode div[style*="height: 1px"] {
  display: none !important;
}

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

@keyframes gcash-slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gcash-slide-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gcash-animate-fade-in {
  animation: gcash-fade-in 0.3s ease;
}

.gcash-animate-slide-down {
  animation: gcash-slide-down 0.3s ease;
}

.gcash-animate-slide-up {
  animation: gcash-slide-up 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gcash-dialog-box {
    padding: 20px;
    max-width: 90vw;
  }

  .gcash-btn {
    padding: 8px 20px;
    font-size: 13px;
  }

  .gcash-alert {
    padding: 14px 16px;
    font-size: 13px;
  }

  .gcash-payment-status {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .gcash-dialog-buttons {
    flex-direction: column;
  }

  .gcash-btn {
    width: 100%;
  }
}