.Icon__brand{
  color: #9e7fb3;
}
.commonStyle__zt3BrandBg{
  background-color: #9e7fb3;
}
.SearchContainer__downArrow {
    width: 0;
    height: 0;
    display: block;
    margin: 8px 0px 0px;
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #9e7fb3;
    border-bottom: 0;
    border-width: 5px;
}
.commonStyle__zt3Brand {
    color: #9e7fb3;
}
.Post__postSummary a {
    color: #9e7fb3;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #9e7fb3;
    transition: all .15s ease;
    color: #FFF;
}
.Button__footerBtn:hover {
    background: #0b4d57;
}
.commonStyle__zt3BrandBorder{
  border-color:#9e7fb3
}
.BreadCrumbs__breadcrumbsView ul li:last-child {
    color: white;
}
.KbDetailRtContainer__followOption .ListHeader__popupList{
border-color: #9e7fb3;
color: black;
}
:root{
  --color-brand: #9e7fb3;
}
.AvatarText__avatarText{
  border: 1px solid #9e7fb3;
  background: white;
}



