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

.meta-group * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

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

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

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

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

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

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(255, 0, 0, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(255, 0, 0, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

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

.profile-stats .stat-label {
  color: #333;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(255, 0, 0, 1);
  border-radius: 4px;
  color: rgba(255, 0, 0, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #e8e8ee;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #eeeef2;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(247, 247, 249, 1);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(255, 0, 0, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.lang-info{
  color:white;
}

.lang-dropdown{
  color:black;
}

.dropdown-menu { 
  background:white;
	border-radius: 3px;
  
 
padding: 7px 0px;
}
.dropdown-menu [role=menuitem] {
 color:black;
	font-weight: 530;
	}1px solid #ffffff7d;
}
.dropdown-menu-caret::before {
  display:none !important;
}
.dropdown-menu-caret::after {
  display:none;

}

/* SCROLLBAR  */

.no-scrollbar {
  &::-webkit-scrollbar {
    display: none !important;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #8080807d;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0091ff80;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0091FF;
}

/* Youtube Playlist player */
.yt-hidden {
  display: none;
}

/* set 56.25%; for 16:9  */
/* .video-wrapper {position: relative; padding-bottom: 25.25%;  padding-top: 200px; margin-bottom:45px}  */
.video-wrapper {
  position: relative;
  padding-top: 200px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .video-wrapper {
    padding-bottom: 25.25%;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    padding-bottom: 56.25%;
  }
}

.video-wrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius:5px; box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; }

#toggle-yt-player, #toggle-yt-player-bhs {
  pointer-events:auto;
  user-select:none;
}

.yt-toggle-button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Arial', sans-serif;
  text-align: left;
  color: #565867; 
}

.yt-toggle-button i {
  color: #565867;
  font-size: 20px;
  margin-right: 10px;
	display: none;
}
@media (min-width: 492px) {
    .yt-toggle-button i {
        display: inline-block;
    }
}

@media (min-width: 1160px) and (max-width: 1240px) {
  .yt-toggle-button i {
    display: none;
  }
}

.yt-toggle-button strong {
  font-size: 16px;
}

.yt-toggle-button div {
  display: inline-block;
  vertical-align: middle;
}

/* Scroll to top button */
.s-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 65px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #0091ff url('/hc/theming_assets/01HZM26V5ETNET9PWSH2AQ3PXC') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.s-top.st-is-visible, .s-top.st-fade-out, .no-touch .s-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.s-top.st-is-visible {
  visibility: visible;
  opacity: 1;
}

.s-top.st-fade-out {
  opacity: .5;
}

.no-touch .s-top:hover {
  background-color: #F79420;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .s-top {
    right: 55px;
    bottom: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .s-top {
    height: 30px;
    width: 30px;
    right: 55px;
    bottom: 70px;
  }
}

/* chat iframe (ai assistant) */
.chat-container {
  position: relative;
  overflow: hidden;
  user-select: none;
  width: 100%;
  padding-bottom: calc(80% + 0.5vw); 
}

@media (max-width: 767px) {
  .chat-container {
    padding-bottom: calc(135% + 15vh); 
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .chat-container {
    padding-bottom: calc(110% + 10vh);
  }
}

.chat-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#chatToggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #0091FF url('/hc/theming_assets/01HZM271X5C5DVM7PA7GSA0C58') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  box-sizing: border-box;
  padding: 60px;
  border-radius: 4px;
  margin-bottom:15px;
}
@media only screen and (max-width: 492px) {
  #chatToggle {
		background: #0091FF url('/hc/theming_assets/01HZM2737HVWB7V6BHQDV3K1GZ') no-repeat center center;
    background-size: cover;
  }
}

#chatToggle h1, #chatToggle p {
  margin: 0;
  line-height: 1.4;
}

#chatToggle .ai-icon {
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

#chatToggle .ai-content {
  margin-left: 20px;
  text-align: left;
}

#chatToggle .ai-content h1 {
/*   font-family: 'Open Sans'; */
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

#chatToggle .ai-content p {
/*   font-family: 'Open Sans'; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#backToggle {
  position: absolute;
  user-select:none;
  cursor: pointer;
  z-index:2;
  margin-left:35px;
}

@media only screen and (max-width: 476px) {
  #backToggle {
    margin-left: calc(5vw + 10px);
  }
}

@media only screen and (max-width: 390px) {
  #backToggle {
    margin-left: calc(2vw + 5px);
  }
}

@media only screen and (max-width: 360px) {
  #backToggle {
    margin-left:0;
  }
}
#backToggle .back-icon {
  font-size: 42px;
  font-weight: 900;
}

.full-screen-button {
  position: absolute;
  user-select:none;
  cursor: pointer;
  z-index:10000;
  right: calc(2.5vw + 5px);
  top: calc(2.5vh + 5px);
}

@media only screen and (max-width: 639px) {
  .full-screen-button {
    margin-top: -7px !important;
    right: calc(2.5vw + 5px);
  }
}    

@media only screen and (max-width: 476px) {
  .full-screen-button {
    right: calc(1vw + 5px);
  }
}

.full-screen-button i {
  font-size: 42px;
  font-weight: 900;
}

.full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: white; 
  padding-bottom: 0 !important; /* reset aspect ratio */
}

@media (max-width: 660px) {
  .full-screen {
		padding-top: calc(80% + 5.5vw); /* apply aspect ratio */
  }
}

.full-screen-button {
  background: none;
  border: none;
}

.full-screen-button i {
  font-size: 20px; 
}

#dynamicParagraphMessage {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* iframe article */
.expand-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto; 
  min-height: 120px;
  padding: 20px;
  margin: 20px auto;
  background: linear-gradient(90deg, #0091FF, #00D4FF);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background .3s, transform .3s;
  box-shadow: 0px 5px 15px rgba(0, 145, 255, 0.2);
  text-align: center;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.expand-button::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/hc/theming_assets/01HZM26DMTPZTCZ5E4AFK6HADH) no-repeat center center / contain;
  left: 10px;
  top: 10%;
  transform: translateY(-10%);
}

.expand-button::after {
  content: url(/hc/theming_assets/01HZM26DMTPZTCZ5E4AFK6HADH);
  width: 250%;
  height: 250%;
	background: url('/hc/theming_assets/01HZM273X1Y89DVQNE4J1WY0KY'), linear-gradient(45deg, #fff0, #fff0 25%, #fff8 25%, #fff8 50%, #fff0 50%, #fff0 75%, #fff8 75%, #fff8);
/*   background: url('https://www.transparenttextures.com/patterns/3px-tile.png'), linear-gradient(45deg, #fff0, #fff0 25%, #fff8 25%, #fff8 50%, #fff0 50%, #fff0 75%, #fff8 75%, #fff8); */
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  opacity: 0.3;
  pointer-events: none;
}

.expand-button:hover {
  background: linear-gradient(90deg, #007ACC, #00BFFF);
  transform: scale(0.98);
  box-shadow: 0px 5px 15px rgba(0, 145, 255, 0.4);
}

.expand-button span {
  position: relative;
  z-index: 2;
}

.expand-button span::before {
  content: "▶  ";
}

.article-titles {
    font-weight: bold;
    display: none;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px;
    font-size: 0.8em;
    color: #666;
}

/* Enhanced FAQ styles */

.faq-section {
  font-family: 'Open Sans', sans-serif; /* A modern font */
    font-size:20px !important;
}

.faq-question {
  position: relative;
  padding-left: 35px !important; 
  user-select:none;
  padding: 15px 20px;
  background-color: #efefef; /*20% lighter = #f9f9f9*/ 
  border: none;
  margin-top: 10px;
  transition: background-color 0.3s, transform 0.2s;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); 
}

.faq-question:hover {
  background-color: #e6e6e6;
  transform: scale(1.01);
}

.faq-question::before {
  content: "+";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px; 
  color: #777; 
  transition: transform 0.3s;
}

.faq-question.active::before {
  content: "−";
  transform: translateY(-50%) rotate(180deg); 
}

.faq-answer {
  display: none;
  padding: 10px 20px 10px 40px;
  background-color: #fefefe;
  font-weight: 400;
  line-height: 1.6;
  user-select:none;
  cursor: text;
  /*   transition: max-height 0.3s, padding 0.3s; */
}

/* COMMENTED OUT - Dark theme FAQ adjustments removed
body.dark-theme .faq-question {
  background-color: #3a3d45;
  color: #f8f8f8;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.05); 
}

body.dark-theme .faq-question:hover {
  background-color: #333;
}

body.dark-theme .faq-question::before {
  color: #bbb;
}

body.dark-theme .faq-answer {
  background-color: #2c2f38;
}
*/

/*OLD FAQ - CLASSY/BASIC STYLE  
.faq-section {
  font-size:20px !important;
}
.faq-question {
  cursor: pointer;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.faq-question {
  position: relative;
  padding-left: 40px; 
  user-select:none;
}

.faq-question::before {
  content: "+";
  position: absolute;
  left: 10px; 
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  border: 2px solid #ddd;
}

.faq-question.active::before {
  content: "−";
}

.faq-question strong em {
  color: #333; 
}

.faq-answer {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fefefe;
}


body.dark-theme .faq-question {
  background-color: #3a3d45;
  color: #f8f8f8;
}

body.dark-theme .faq-question strong em {
  color: #f8f8f8; 
}

body.dark-theme .faq-answer {
  background-color: #333;
  color: #f8f8f8;
}

body.dark-theme .faq-question::before {
  background-color: #3a3d45;
  color: #f8f8f8;
  border-color: #555;
}
 *//* @import url(https://zavoloklom.github.io/material-design-iconic-font/css/docs.md-iconic-font.min.css); */
@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

/* Default theme */
body {
    visibility:hidden;

  background-color: rgba(247, 247, 249, 1);
  color: rgba(0, 0, 0, 1);
/*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
  font-family:'Open Sans',sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
/*   zoom:90%; */
}

/* COMMENTED OUT - Dark theme styles removed
body.dark-theme {
  background-color: #2c3039;
  color: #f8f8f8;
}

body.dark-theme .footer {
  background-color: #1b1e24;
}

body.dark-theme .dropdown-menu {
  background-color: #1b1e24 !important;
}


body.dark-theme .dropdown-menu [role=menuitem] {
 color: #0091ff !important;
}

body.dark-theme zd-autocomplete {
  background-color: #1b1e24 !important;
  border: solid white 1px
}


body.dark-theme .highlight {
 color: gray !important;
}

body.dark-theme .article-header {
  background-color: #1b1e24 !important;
}

body.dark-theme .article {
  background-color: #2c3039;
}

body.dark-theme .article-body {
  background-color: #1b1e24;
  color: #F0F0F0;
}

body.dark-theme .warning-paragraph span:nth-child(3) {
  color: lightgray !important;
}

body.dark-theme .article-body .toc {
  color: black;
	background-image: linear-gradient( to right, hsl(221.54deg 12.87% 19.8%), hsl(207deg 24.67% 15.91%) );
}

body.dark-theme .article-body .toc::before {
	background-image: linear-gradient( to right, hsl(214.54deg 32.87% 29.8%), hsl(197deg 44.67% 25.91%) );
}

body.dark-theme .article-body pre {
  background-color: #2c3039;
  color: #fff;
}
body.dark-theme .article-body h2 {
  background-color: #2c3039;
  color: #fff;
}
body.dark-theme .article-body h3 {
  background-color: #2c3039;
  color: lightgrey;
}
body.dark-theme .article-body h4 {
  background-color: #2c3039;
  color: #fff;
}
body.dark-theme .article-body code {
  color: #fff;
    background-color: #2c3039;
}

body.dark-theme .article-body img {
    background-color: #ffffff25;
    border-radius: 1px;
    padding: 1px;
}

body.dark-theme .article-footer {
  background-color: #1b1e2455;
}

body.dark-theme .collections--with-header  {
  background-color: #1b1e24 !important;
}
body.dark-theme .yt-toggle-button {
  color: lightgray;
}
body.dark-theme .article-titles {
	background-color: #2c3039 !important;

}
body.dark-theme .article-subscribe,
body.dark-theme .article-unsubscribe {
  background-color: #2c3039 !important;
}

body.dark-theme .article-subscribe:hover,
body.dark-theme .article-unsubscribe:hover {
  background-color: #0091ff !important;
}

body.dark-theme .recent-articles-container { 
  background-color: #1b1e2499;
}

body.dark-theme .recent-articles-container h3 { 
  color:white;
}

 body.dark-theme  .collection-item {
  background-color: #1b1e24;
  color: lightgray !important;
}
 body.dark-theme  .collection-item p {
  color: lightgray !important;
}
 body.dark-theme  .collection-item--header {
  background-color: #1b1e24 !important;
}

body.dark-theme .collection-article{
  background-color:#ffffff25;
}
*/

/* COMMENTED OUT - Theme switch styles removed
.theme-switch {
  position: sticky;
  margin-top:10px;
}

@media (min-width: 1120px) {
  .theme-switch {
    position: absolute;
    top: 30px;
    left: 15px;
      margin-top:0;
  }
}

.theme-switch input {
  display: none;
}

.theme-switch label {
  display: inline-block;
  width: 70px;
  height: 34px;
  background-color: #0091ff;
  border-radius: 34px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  overflow: hidden; 
}

.theme-switch label:after {
  content: '';
  position: absolute;
  top: 7px;  
  left: 7px;  
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

.theme-switch input:checked + label {
  background-color: #454b59;
}

.theme-switch input:checked + label:after {
  transform: translateX(36px);
}

.theme-switch label:active:after {
  width: 20px;
}

.theme-switch i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 1.4em;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.3s;
}

.theme-switch i.far.fa-sun {
  left: 10px;
  opacity: 0; 
}

.theme-switch i.far.fa-moon {
  right: 10px;
  opacity: 1;
}

.theme-switch input:checked + label .fa-sun {
  opacity: 0.8;
}

.theme-switch input:checked + label .fa-moon {
  opacity: 0; 
}
*/

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

h1, h2, h3, h4, h5, h6 {
/*   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; */
 		 font-family:'Open Sans' ,sans-serif;
/*   font-weight: 400; */
/* 	 font-weight:bold; */
    line-height: 1.2;
 	  	margin-top: 0;
}
/hc/theming_assets/01HZM26T6BB4XHM2TB1K5X7SPN
h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(28, 34, 113, 1);
  text-decoration: none;
}

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

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

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(255, 0, 0, 1);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZM26C8QFXMW0GHX9PV2JT4B) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(255, 0, 0, 1);
}

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

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

textarea:focus {
  border: 1px solid rgba(255, 0, 0, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  margin-top: 32px;
  margin-bottom: 50px;
}

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

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

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

.error-page {

  max-width: 1024px;
  margin: 0 auto;
  padding: 5% 5%;
/*   background-color: white; */
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
    margin: 2% 0% 2% 25%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

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

.button::after, [role="button"]::after {
  color: rgba(255, 0, 0, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(255, 0, 0, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #900;
  border-color: #900;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(255, 0, 0, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
#chat-button {
  position: fixed;
  bottom: 12px;  
  cursor: pointer;
  right: 16px; 
background-color:transparent;
  border:none;
  
}
#chat-button:active {
  transform: scale(1.1);
  transition: all ease 500ms;
    
}
@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: #900;
}

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

.button-secondary {
  color: #333;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(0, 0, 0, 1);
  border: 1px solid #ddd;
  background-color: #eeeef2;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin:32px auto 0 auto;
  padding: 0 5%;
  position: relative;
  display: flex;
  height: 40px;
  justify-content: space-between;
  background-color:transparent;
  position: absolute;
    left: 0;
    right: 0;
  align-items: flex-end;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 50%;
  }
}
.logo{
  height:100%;
}
.logo img {
   height:100%;
    width: auto;
}

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

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

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

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}
.nav-wrapper{
  color:rgba(255, 255, 255, 0.85) !important;
  font-size:16px;
}
.nav-item:not(:first-child){
  margin-left:8px;
}

.nav-item {
  border: 0;
  color:rgba(255, 255, 255, 0.85) !important;
  padding-top:2px;
  padding-bottom:2px;
  margin-right:12px;
  
}
.nav-item .far{
  padding-right:3px !important;
    padding-left:3px !important;

}

.login > i {
  padding-right: 8px;
}

.nav-item .fas{
  padding-right:4px;
}
.lang-wrapper{
    color: #a3a5b3 !important;
  font-size:18px;
margin-bottom:0;
   left: 20px;
}
.lang-item:not(:first-child){
  margin-left:8px;
}
.lang-item {
  border: 0;
color: #a3a5b3 !important;
/* position:right !important; */
}
.lang-item .fas{
  padding-right:8px;
}
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgb(221 221 228 / 1);
  text-decoration: none;
  
}

.nav-wrapper a.login {
  display: inline-block;
  color:#ffffffd9;
}
.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(28, 34, 113, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(28, 34, 113, 1);
}
.nav-wrapper-lang {
  color:black !important;
  font-size:16px;
}

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

.user-info .dropdown-toggle::after {
  margin-right:none
	float:right;
  
}

.user-info > [role="button"]:hover {
  color: rgba(28, 34, 113, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgb(221 221 228 / 1);
}

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

#user #user-name {
  display: none;
color: rgb(221 221 228 / 1);
}

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

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

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

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

.avatar .icon-agent::before {
  background-color: rgba(255, 0, 0, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 16px;
}

/***** Footer *****/
.footer {
  padding: 50px 0;
  background-color:white;
}

.footer a {
  color: #333;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content: center;
}
footer .copyright{
   margin-top:30px;
  
  font-size: 16px;
  color: #4d4d4d;
  text-align:center;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #333;
  display: inline-block;
  font-weight: 300;
}
.footer-nav {

 
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 17px 0;
  padding: 0;
}

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

.breadcrumbs li {
  color: rgba(0, 0, 0, 1);
  display: inline;
  font-size: 14px;
}
.breadcrumbs li a {
   color: rgba(0, 0, 0, 1);
}

.breadcrumbs li:first-child{
  display:none;
}
.breadcrumbs li:nth-child(2)::before{
  display:none
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 8px;
}

.breadcrumbs li:last-child a{
  color: #333;
}

#addToBreadcrumb {
visibility:hidden;
}

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

.search input[type="search"] {
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: rgba(151,151,152,0.6);
  font-size:18px;
  height: 64px;
  padding-left: 60px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background-color:rgba(255,255,255,0.2);
	transition: all ease-in-out 0.1s;
}

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

.search input[type="search"]:focus {
  border: 1px solid white;
  background-color:white;
  color: rgba(0, 0, 0, 1);
}
.search input[type="search"]:hover {
background-color:white;
transition: all ease-in-out 0.1s;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: rgba(166, 166, 166, 0.85);
  content: "\1F50D";
  font-size: 19px;
  position: absolute;
  left: 23px;
	pointer-events:none;
  background-color:transparent
}


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

.search--completed{
  background-color:white;
}
.search--completed::before{
  color: rgba(0, 0, 0, 1) !important;
}
.search--completed input {
  color: rgba(0, 0, 0, 1) !important;
}
/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZM275JXZ13S7DMQY4M43FBT);
  background-position: center;
  background-size: cover;
  height: 295px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.hero--no-title{
  height:176px;
}
.hero-inner {
  position: relative;
  top: 94px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .hero{
     height: 246px;
  }
  .hero--no-title{
  height:176px;
}
  .hero-inner {
    padding: 0;
    width: 50%;
  }
}

.hero-inner h1 {
  text-align:left;
  color:rgba(255, 255, 255, 0.85);
  font-size:24px;
  margin-top:0;
  margin-bottom:24px;
  letter-spacing:0;
  font-weight: normal;
}



.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;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}

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

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}
.follow-menu{
    padding:32px 30px 30px 30px;
   background-color:#eceef1;
}
/***** Collection items *****/
/* Used in Homepage#categories and Category#articles */
.collections--with-header{
  padding:32px 30px 30px 30px;
   background-color:#eceef1;
  
}
.collection-item:not(:last-child){
  margin-bottom: 16px;
}
.collection-item{
    display: flex;
    align-items: center;
    padding: 24px 50px 24px 50px;
    background-color: white;
  	border-radius:4px;
 		box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.03);
}
.collection-item:hover .collection-item-content .title{
  color:#303bc3;

}
/* .calculateAuthors {
    	min-height: 166px;
} */

.collection-article{
  padding:2px;
  background-color:#d9dbdf;
  border-radius:4px;
}
.collection-item--grouped{
  border-radius:0;
  margin-bottom:2px !important;
}
.collection-item--grouped:first-child{
  border-radius:4px 4px 0 0;
}
.collection-item--grouped:last-child{
  border-radius:0 0 4px 4px;
  margin-bottom: 0 !important;
}

.collection-item--header{
  background-color:inherit;
  box-shadow:none ;
  margin-bottom: 50px;
  pointer-events:none
}
.collection-item--header .title{
  color: inherit !important; 
  font-size: 32px !important;
  line-height:40px;
}
.collection-item--header .description{
  margin-top:16px !important;
}
.collection-item-asset{
    width: auto;
    height: auto;
}
.collection-item-asset img{
  width:auto;
  height:auto;
}
.collection-item-content{
 padding-left: 50px;
}
.collection-item-content--no-img{
  padding-left:0;
}
.collection-item-content .title{
  color:rgba(28, 34, 113, 1);
  font-size: 18px;
  font-weight: 450;
  margin:0;
  text-decoration:none; 
}
.collection-item-content .description{
  margin-top:8px;
  margin-bottom:0;
  color:rgba(0, 0, 0, 1);
  font-size: 16px;
}
.collection-item-content .additional{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-top:12px;
}
.additional--hidden{
  visibility:hidden !important;
}

.additional-content {
  flex-grow:2;
  cursor:pointer;
}

.additional-content--with-avatar{
  padding-left: 8px;
}

.additional-content p {
  margin:0;
  font-size: 13px;
  color: #4d4d4d;
}
.additional-content .highlight{
  color: rgba(0, 0, 0, 1) !important;
}
.avatar-collection{
  display:flex;
  
}
.custom-article {
  display: flex;
  justify-content: flex-start; 
  align-items: center; 
}

.custom-article .additional-content-info {
  display: flex;
  flex-direction: column;
}

.custom-article .additional-content-info p {
  margin:0;
  font-size: 13px;
  color: #4d4d4d;
}

@media (max-width: 440px) {
  .custom-article .title-tag {
    display: none;
  }
}

.custom-article .title-tag {
  margin-left: 10px;
}

.custom-article .title-tag .article-titles::before {
  content: "\f02b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 6px;
}

.custom-article .title-tag .article-titles {
  font-weight: bold;
  display: none;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 0.8em;
  color: #666;
}

.secondary-title {
  display: none;
}

@media screen and (min-width: 768px) {
  .secondary-title {
    display: inline;
  }
}


.avatar-collection-item{
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
 	border:2px solid white
}
.avatar-collection-item:not(:first-child){
 margin-left: -10px;
}
.avatar-collection-item img {
  width: 100%;
  height: 100%;
}
.elipsis{
  text-overflow:elipsis;
}
@media (max-width: 768px) {
  .collection-item {
    padding:16px;
  }
  .collection-item-asset{
    display:none
  }
  .collection-item-content{
     padding-left: 0;
  }
  .collections--with-header{
    padding: 0 16px 16px 16px;
  }
}
/***** Homepage *****/

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

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

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}
.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

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

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article{
  background-color:white;
}
.article-header{
  padding:70px 60px 0 60px;
  margin-bottom:0 !important
}
.article-header .collection-item{
    padding-left:0 !important;
  padding-right:0 !important;
}
.article-header .collection-item-content{
  padding-left:0;
  width: 100%;
}
.article-footer{
  background-color:#eceef1;;
  padding-top:20px;
  padding-bottom:20px;
}
.article-footer .article-footer-inner{
  padding: 0 5%;
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content: center;
}
.article-footer .article-footer-inner .title {
  font-size: 1.125rem;
    font-weight: 700;
  margin-bottom:10px;
}
.article-footer .article-footer-inner .action-wrapper {
  margin-bottom:10px;
}
.article-footer .article-footer-inner p {
  margin:0;
  font-size: 13px;
  color: #4d4d4d;
}
.article-body{
/*   color: #333; - design */
	color: rgba(0, 0, 0, 1);
/*   padding: 32px 60px 100px 60px; -design */
    padding: 32px 60px 70px 60px;
}

.article-body h1 {
  font-weight: 200;
  font-size:22px;
  line-height:1.4;
}
.article-body h2 {
  font-weight: 700;
  color: #444444; 
  background-color: #f0f0f0;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em; 
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  font-size:20px;
}

.article-body h3 {
	background-color: #f0f0f0;
	font-weight: 600;
  color: #888; 
  padding: 0.5em 1em; 
  border-radius: 4px; 
  width: fit-content;
  display: inline-block;
}

.article-body h4 {
  font-weight: 500; 
  color: #666666; 
  background-color: #f9f9f9; 
  padding: 0.5em; 
  border-left: 5px solid #0091FF; 
  margin-bottom: 0.5em; 
}

.article-body p {
  font-size: 14px;
  word-break: break-word;
}
.article-body img {
  height: auto;
/*   max-width: 20%; */
	max-width: 45%;
}
@media only screen and (max-width: 600px) {
	.article-body img {
/*   	max-width: 35%; */
		max-width: 75%;
    }
}
.full-sized-image {
  max-width: 100% !important;
}

/* center the image for mobile devices
// This has been disabled after image thumb sizes have been reduced to 35%, cause it looked better when shrinked
/* @media screen and (max-width: 600px) {
    .article-align-img {
        text-align: center !important;
    } */
}

/* .article-body iframe {
  width: 100% !important;
  height: auto;
} */

.article-body ul, .article-body ol {
  padding-left: 9px;
  list-style-position: outside;
/*   margin: 20px 0 20px 20px; */
  margin: 0 0 0 10px;
}
@media screen and (min-width: 600px) {
.article-body ul, .article-body ol {
  padding-left: 20px;
}}

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

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

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

.article-body a:visited {
  color: #08091f;
}

.article-body code {
  background: #eeeef2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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


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

.article-body > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .article-header{
    padding:16px;
  }
  .article-body{
    padding:16px;
  }
}
.article-body td{
	word-break: break-word;
}
  @media (max-width: 768px) {
  .article-body td{
    max-width: 50px;
  }
}
/* Table of Contents - Red, Dark Blue, Greyish Theme - No Gradients */
.toc {
  font-stretch: expanded;  
  font-size: 16px;
  font-weight: 600;  
  padding-bottom: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  user-select: none;
  position: relative;
  background-color: hsl(220, 60%, 25%); /* Solid dark blue */
  z-index: 1;
}

@media (max-width: 991px) {
  .toc {
    padding-right: 5%;
    font-size: 12px;
    box-shadow: hsl(0, 0%, 60%) 0px 0px 0px 3px; /* Greyish shadow */
    background-color: hsl(220, 60%, 25%); /* Solid dark blue */
  }
}

.toc::before {
  display: none; /* Removed gradient hover effect */
}

.toc h5 {
  font-size: 24px;
  font-weight: 600; 
  margin-bottom: 0;
  padding: 20px 0 10px 30px;
  color: #ffffff;
  background: none; /* No background around headings */
}

.toc a {
  display: block;
  color: hsl(0, 0%, 90%); /* Light greyish white */
  transition: color 0.3s ease; /* Smoother transition */
  padding: 6px; /* Slightly increased padding */
}

.toc a:visited {
  color: hsl(0, 0%, 90%) !important; /* Light greyish white */
}

@media (min-width: 992px) {
  .toc a:hover {
    color: hsl(0, 70%, 55%); /* Red on hover */
    transition: color 0.3s ease; /* Smoother transition */
  }
}

@media (min-width: 992px) {
  .toc a:visited:hover {
    color: hsl(0, 70%, 55%) !important; /* Red on hover */
  }
}

.toc li {
  list-style-type: none;
  width: fit-content;
  padding: 6px; /* Better visual balance */
}

@media (min-width: 992px) {
  .toc li:hover {
    background-color: hsl(0, 0%, 95%); /* Light greyish background */
    border-radius: 6px;
    transition: background-color 0.3s ease; /* Smoother transition */
  }
}

@media (max-width: 991px) {
  .toc li {
    box-shadow: 0 -6px 2px -6px hsl(0, 0%, 50%) inset; /* Greyish shadow */
  }  
}

.index {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 2px solid hsl(0, 0%, 40%); /* Darker grey border */
  border-radius: 25%;
  text-align: center;
  line-height: 41px; /* Adjusted for new border width */
  margin-right: 3px;
  background-color: hsl(220, 50%, 35%); /* Dark blue background */
  color: white;
  position: relative;
}

.index::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid hsl(0, 70%, 60%); /* Subtle red accent */
  border-radius: 25%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.index:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .index {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}

.toc ul {
  display: none;
}

.fas.fa-chevron-down {
  font-size: 24px;
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(180deg); /* up by default */
  transition: transform 0.3s ease;
  color: hsl(0, 0%, 85%); /* Light grey color */
}

.fas.fa-chevron-down.hide {
  transform: rotate(0deg); /* down when hidden */
}

/* a > span{
width:45vh !important;
} */

/* .toc li > a:hover {
background-color: #e5e5e5;
} */


/***** 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::before {
  color: rgba(0, 0, 0, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}
.upload-dropzone  {
   margin-bottom: 5px;
}

.upload-dropzone span {
  color: #333;
}

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

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

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #333;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(255, 0, 0, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

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

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

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

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

.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(255, 0, 0, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(255, 0, 0, 1);
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(255, 0, 0, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.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 a:visited {
  color: #08091f;
}

.comment-body code {
  background: #eeeef2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

.vote-sum {
  color: #333;
  display: block;
  margin: 3px 0;
}

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(255, 0, 0, 1);
}

.vote-up::before, .vote-down::before {
  color: #333;
  font-size: 24px;
  /* content: "\1F44E"; content: "\1F44D"; */
}
.vote-voted::before {
  color: rgba(255, 0, 0, 1);
}
.vote-voted:hover::before {
  color: #900;
}

.article-vote{
  border-width: 2px;
  background-color:white;
  padding:.5em 1.25em;
      border: 1px solid #e2e8f0;
      border-radius: .25rem;
  transition: .15s ease-in-out;
  text-align: center;
    vertical-align: middle;
}

.article-vote::before {
font-family: "FontAwesome" !important;
  font-size: 18px;
}
.article-vote--up::before{
  content: "\f164";
}
.article-vote--down::before{
  content: "\f165";
}


/***** 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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #eeeef2;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZM276TCPRJ51KWJ64NKV7E9);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

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

.community-header h4 {
  margin-bottom: 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 .dropdown {
  width: 100%;
}

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

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

.community-follow [role="button"]:hover {
  background-color: rgba(255, 0, 0, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(255, 0, 0, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

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

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(255, 0, 0, 1);
  content: attr(data-follower-count);
  color: rgba(255, 0, 0, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(255, 0, 0, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
/***** Community - Follow Article *****/

.article-subscribe , .article-unsubscribe {
  
    border: 2px solid #1F73B7 !important;
    background-color: white !important;
    font-size: 1rem;
    color: #1F73B7 !important;
    padding: 0 1.4rem !important;
    transition: color 0.25s, background-color 0.25s;
    box-sizing: border-box;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
}
.subscribe {
  pointer-events:auto !important;
  display:none;
  }


.recent-articles-container {
    padding: 20px 20px 20px 40px;
    background-color: #f9f9f9;
    border-radius: 5px; 
}

.recent-articles-container h3 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 15px; 
}

/* .recent-articles-container ul {
    list-style: none;
}
 */
.recent-articles-container li {
    margin-bottom: 10px; 
}

.recent-articles-container li a {
/*     text-decoration: none; */
    color: #007BFF; 
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.recent-articles-container li a:hover {
    color: #0056b3;
}

.recent-articles-container li a::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('/hc/theming_assets/01HZM26DZV8HNE294A5V6B1EVW') no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.article-subscribe:hover, .article-unsubscribe:hover {
    background-color: #1F73B7 !important;
    color: white !important;
    transition: color 0.25s, background-color 0.25s;
}

/***** 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: rgba(28, 34, 113, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: #08091f;
}

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

.striped-list-count {
  color: #333;
  font-weight: 300;
  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 {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  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: rgba(255, 0, 0, 1);
}

.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-pending, .status-label-not-planned {
  background-color: #eee;
  color: #333;
}

.status-label-pending {
  text-align: center;
}

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

.status-label-closed {
  background-color: #ddd;
}

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

.status-label-new {
  background-color: #ffd12a;
}

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

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** 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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

.post-body 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 a:visited {
  color: #08091f;
}

.post-body code {
  background: #eeeef2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

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

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

.post-comment-count {
  color: #333;
  font-weight: 300;
}

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

.post-comment-count .icon-comments {
  color: rgba(255, 0, 0, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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 h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

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

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

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

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

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

.collapsible-nav-list li {
  color: rgba(0, 0, 0, 1);
  line-height: 45px;
  order: 1;
}

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

.collapsible-nav-list li a {
  color: rgba(0, 0, 0, 1);
  display: block;
}

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(255, 0, 0, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

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

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

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

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

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

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

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

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

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

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

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #e8e8ee;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(255, 0, 0, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(255, 0, 0, 1);
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(255, 0, 0, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #900;
  text-decoration: none;
}

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

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

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

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

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

/* Contributions table */
.contributions-table td:last-child {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #333;
}

/***** 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: #333;
  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 rgba(255, 0, 0, 1);
}

.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 rgba(255, 0, 0, 1);
}

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

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

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

@media (min-width: 1024px) {
  .request-sidebar h5 {
    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: #333;
  font-weight: 300;
  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 * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #333;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(255, 0, 0, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

