@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
.body, .portalContainer{
	font-family: 'Tajawal', sans-serif;
}

.customTab {
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.home .Layout__twoColumn {
    display: flex;
    justify-content: center;
}
.home .Layout__layout2 {
    display: none;
}
.customTab .Button__button {
    background-color: #AAD742;
    box-shadow: 0 2px #0e7490;
}
#formShortCut {
    display: none;
}
.signin .UserSigninContainer__agentlogin span {
    font-size: 0;
}
.signin .UserSigninContainer__agentlogin span::before {
    content: 'هل أنت موظف؟ ';
    font-size: .875rem;
}
.article_subcategory .Layout__layout2 .Menu__arrowTree h3.CategoriesContainer__solutionListHeading,
.articleList .Layout__layout2 .Menu__arrowTree h3.CategoriesContainer__solutionListHeading,
.articleDetail .Layout__layout2 .widgetItem .Menu__arrowTree h3.CategoriesContainer__solutionListHeading{
   font-size:0px; 
}

.article_subcategory .Layout__layout2 .Menu__arrowTree h3.CategoriesContainer__solutionListHeading:before,
.articleList .Layout__layout2 .Menu__arrowTree h3.CategoriesContainer__solutionListHeading:before,
.articleDetail .Layout__layout2 .widgetItem .Menu__arrowTree h3.CategoriesContainer__solutionListHeading:before{
 font-size:21px;
  content: 'الأقسام';
}

.KBArticleRightContainer__categoryDescription {
  margin-top: 15px;
}
