.KbDetailLtContainer__userSocialIcon {
  display: none;
}
.Footer__footerCopyrigt {
  display: none;
}
:root {
	--color-brand: #2caae1;
}

.avenda-footer {
  background-color: #ffffff !important;
  padding: 20px !important;
  font-family: Arial, sans-serif !important;
}

.avenda-footer p {
  font-size: 11px !important;
  color: #666666 !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}

.avenda-footer p:last-child {
  margin-bottom: 0 !important;
}

.Header__navbar {
  min-height: 120px !important;
}

.Header__container {
  position: relative !important;
  min-height: 90px !important;
}


.enduser_avatar {
  background-color: #914DC1 !important;
  color: #ffffff !important;
  border: 2px solid #0050C4 !important;
}

.enduser_avatar:hover {
  background-color: #0050C4 !important;
  color: #ffffff !important;
  border: 2px solid #2CA4E1 !important;
}

/* Center the company name and make it clickable */
.Header__name {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  cursor: pointer !important;
  user-select: none !important;
  text-decoration: none !important;
  color: #ffffff !important;
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
}

.Header__name:hover {
  opacity: 0.8 !important;
  text-decoration: none !important;
}

/* Ensure category description content scrolls naturally */
[id$="-content"] {
  position: static !important;
  position: relative !important;
}

/* Add space between sticky breadcrumbs and category content */
[id$="-content"] {
  margin-top: 0px !important;
}

.ListHeader__linkText {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-wrap: break-word !important;
  line-height: 1.3 !important;
}

.ArticleListRightContainer__deskHeading {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-wrap: break-word !important;
  line-height: 1.3 !important;
}

.ArticleListRightContainer__fLeft {
  margin-right: 15px !important;
}


/* Change the default icon background colors */
.AvatarText__squareBg1 {
  background-color: #293D8F !important;
}

.AvatarText__squareBg2 {
  background-color: #04063E !important;
}

.AvatarText__squareBg3 {
  background-color: #0050C4 !important;
}

.AvatarText__squareBg4 {
  background-color: #9145C1 !important;
}

.AvatarText__squareBg5 {
  background-color: #2CCEB5 !important;
}

.AvatarText__squareBg6 {
  background-color: #293D8F !important;
}

.AvatarText__avatarText {
  color: white !important;
}
