/* Brand Colors */

/* Background: brand blue */
.SearchContainer__searchIcon,
.AppContainer__backToTop,
.Button__footerBtn:hover,
.LoginDetail__profileBtn,
.ListHeader__followCount:hover,
.KbCategory__followCount:hover,
.DateTime__today,
.DateTime__blueBut,
.DropdownComponent__bccolor,
.DropdownComponent__option:hover,
.HCNewCaptcha__captchaPlayBtn {
    background: #006fcf;
}

/* Border-top color: brand blue */
.SearchContainer__downArrow {
    border-top-color: #006fcf;
}

/* Fill + color: brand blue */
.commonStyle__zt3BrandFill {
    fill: #006fcf;
    color: #006fcf;
}

/* Bottom border + color: brand blue (nav hover states) */
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active,
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover,
.globalfixednav .globalSignin:hover,
.globalfixednav .globalSignup:hover,
.globalfixednav .LoginDetail__signin:hover,
.globalfixednav .LoginDetail__signup:hover {
    border-bottom: 0.1875rem solid #006fcf;
    color: #006fcf;
}

/* Text color: brand blue */
.globalfixednav .aPlusIcon:hover,
.Signin__userLink,
.Link__link2,
.Icon__hoverbrand:hover,
.Icon__brand,
.Comment__cmtUsrNme,
.TabFilter__tab:hover,
.ThreadedComment__commentContent a,
.FileUpload__userLink,
.AvatarText__avatarText,
.TopicDetailRightContainer__commentCount > span,
.TopicDetailRightContainer__followerCount > span,
.TopicDetailRightContainer__viewCount > span,
.Button__primaryBorder,
.Button__warningBorder,
.TopicPreview__txtPrimary,
.Pill__pillText,
.NoContent__contentDescription a,
.NoContent__title,
.TopicDetailLeftContainer__creatorName,
.ThreadedComment__userNameType2,
.TopicPreview__creatorName,
.globalfixednav .CustomizeContainer__aPlus:hover,
.ForgetPasswordContainer__userLink,
.Captcha__captchaText,
.communityDetail .description a,
.articleDetail .description a,
.FilterTabs__activeFilter,
.ForumTabs__activeFilter,
.LoginDetail__userMail .commonStyle__zt3Brand,
.TopicListRightContainer__countValue,
.commonStyle__zt3Brand,
.TicketFilterPopup__active,
.TicketFilterPopup__filterValue:hover,
.ListHeader__popupList:hover,
.ListHeader__popupList:hover svg,
.KbCategory__popupList:hover,
.KbCategory__popupList:hover svg,
.ProfileTabs__activeTab {
    color: #006fcf !important;
}

/* Avatar text: white background */
.AvatarText__avatarText {
    background: #fff;
}

/* Border color: brand blue */
.FileUpload__attachPin,
.AvatarText__avatarText,
.Button__primaryBorder,
.Button__warningBorder,
.Pill__pill {
    border-color: #006fcf;
}

/* Captcha active button */
.HCNewCaptcha__captchaButtonActive,
.HCNewCaptcha__captchaButtonActive:hover {
    color: #006fcf;
    border-color: #006fcf;
}

/* Captcha fill animation */
@keyframes HCNewCaptcha__dashFill {
    0%   { color: #BEC7D2; }
    75%  { color: #BEC7D2; }
    100% { color: #006fcf; }
}

/* Date widget */
.DateWidget__dateFocus,
.DateWidget__date:hover {
    border-bottom-color: #006fcf;
}

