.commonStyle__zt3Brand  {
    color: #0063d3 !important;
}
.commonStyle__zt3BrandBorder{
  border-color: #0063d3 !important;
}

.Icon__brand{
    color: #0063d3 !important;
}

.commonStyle__zt3BrandBg{
	background-color: #0063d3 !important;
}

.commonStyle__zt3BrandFill{
	fill: #0063d3 !important;
  	color: #0063d3 !important;
}

.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 {
	color: #0063d3 !important;
}

.Button__footerBtn:hover{
	background-color: #0063d3 !important;
}

.KbDetailLtContainer__userSocialIcon{
	display: none;
}


/* General styling for content boxes */
.content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box {
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.align-center {
    text-align: center;
}

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

/* Link styling */
.link-style {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.link-style .colour {
    transition: color 0.3s;
}

.link-style:hover .colour {
    color: #FFC917;
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .content-box {
        width: 100%;
    }
}


