/* Don't delete anything here, 
check back with Support before changing stuff here */

.userProfile .ProfileTabs__profileMenu li[data-id="profile_manageaccount"]{
  display:none; 
}

h3{
  font-size: 18px;
  color: #f04e23;
  margin-bottom: 5px;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
   background-color: rgba(0,23,56,0.8);
}

.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before {
    /* background-color: #000; */
    display: none;
}

.Badge__discussion{
  color: #e46317 !important;
}

/* Legacy Forum notice, please don't delete */
.forum-legacy-notice {
	  padding: 20px;
	  background-color: #efefef;
	  color: black;
	  margin-bottom: 15px;
}

.forum-highlight{
}

/* Formatting for code snippets in Forum */
.forum-code-sample{
  font-family:'Courier New', Arial;
}

/* Hide due date in Help Center */

.ticket_duedate{
	display: none;
}

/* Hide Ticket */
/*
[data-id="portal_tabCases"] {
	display: none;
}

.Header__description {
	visibility: hidden;
}

.Header__description:after {
  	visibility: visible;
  	display: block;
	position: relative;
  	content: 'Search our help center or ask the community.' ;
}

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

.ContentBox__boxThree.commonStyle__padding0.commonStyle__verticalTop:nth-child(3) {
 display: none; 
}

[data-id="no_ticket_desc"] {
 display: none; 
}
*/

/*
.TicketList__rightPanelDetail.commonStyle__rightPanelDetail
{
  display: none;
}

.Footer__footerBg {
  display: none;
}
*/

/* --------------------------------------------------- */
/* NEW: Hide Followers Count + Followers List + Label  */
/* --------------------------------------------------- */

.ArticleListRightContainer__countValue.commonStyle__zt3Brand,
.ArticleListRightContainer__countValue,
.ArticleListRightContainer__followersContainer,
.ArticleListRightContainer__followers,
.ArticleListRightContainer__followerCount,
.TopicListRightContainer__followerCount {
    display: none !important;
}
