.Header__name{ 
 	display:none;
 }

.Header__navbar{
  font-size: 9px;
  padding-right: 20px;
}  

.Header__logo img{
  max-height: 2rem;
  max-width: 100%;
}

#navBarContainer{
  max-width: 100% !important;
}

.Header__container{
  margin-left: 30px !important;
}

.LoginDetail__profileBtn{
  font-size: 15px;
}  

.LoginDetail__profileLogout{
  font-size: 15px;
}  

.Header__description{
	font-size: 23px;
}
.Header__searchTitle{
	font-size: 28px;
	text-align: left;
  	margin-bottom: 2px;
    margin-top: 5rem !important;
}

.Header__description {
	text-align: left;
  	margin: 0;
}

.Header__globalSearch {
  	background-color: transparent;
  	padding-top: 35px;
 	margin: 0; 
}

.SearchContainer__globalSearch {
    display:none;
}

.SearchContainer__globalSearch, .SearchContainer__formGroup, .SearchContainer__searchIcon{
	border-radius: 40px;
 	background-color: white;
    text-align: center;
}


.Input__inputCommon{
	border-radius: 40px;
 	background-color: transparent;
  	padding: 15px 10px 15px;
}

.Icon__icon{
	background-color: transparent;
	color: #A0A0A0;
}

.SearchContainer__searchIcon{
	background-color: white;
	padding: 11px 20px 10px;
}

.SearchContainer__downArrow{
	border-top-color:#0909b7;
  	border-top-style: dotted;
}

/*Brand color start here */
.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
	background:#0909b7
}

.SearchContainer__downArrow{
	border-top-color:#0909b7
}

.commonStyle__zt3BrandFill{
	fill:#0909b7;
    color:#0909b7;
}
.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: .1875rem solid #006fcf;
    color: #0909b7;
}
.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 {
	color: #0909b7 !important;
}
.AvatarText__avatarText{
	background: #fff;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
	border-color:#0909b7;
}

.ProfileTabs__tabName{
	color:#0909b7;
}
/*Brand color end here */

/*
.commonStyle__positionRel{
  	margin: 5px;
	border: 2px solid red;
}*/

.Footer__footerCopyrigt{
display:none
}

.Button__footerBtn{
  background: #0909b7
}

.Footer__footerBg,.ticketForm .custom_footer{
 display:none; 
}
.custom_footer{
  display:none;
}

.ticketForm .custom_active,.ticketForm .Header__active:hover,.departmentList .custom_active,.layoutList .custom_active{
  color: #a9a9fd;
  border-bottom-color: #a9a9fd;
}
.ticketForm .Header__active,.departmentList .Header__active,.layoutList .Header__active{
    color: #a9a9fd;
	border-bottom-color: #a9a9fd;
}

 .ticketDetail .TicketDetailRightContainer__widgetSection span[data-id="edit_close"]{
    display:none; 
 }

.ManageAccount__deleteBox{
 	display:none;
}


.ticketList [data-id="Chat_channel_filter_item"] {
 display: none;
}

.ticketList [data-id="Twitter_channel_filter_item"] {
 display: none;
}

.ticketList [data-id="Phone_channel_filter_item"] {
 display: none;
}

.ticketList [data-id="Facebook_channel_filter_item"] {
 display: none;
}

.ticketList [data-id="Forums_channel_filter_item"] {
 display: none;
}

.Layout__layout1 [data-id="profile_watchlist"] {
 display: none;
}

.Header__container {
  display: flex;
  flex-wrap: wrap; /* allows stacking if needed */
  align-items: flex-start;
  gap: 20px;
}

.Navigation_vertical {
  margin-left: auto; /* pushes this div to the far right */
}

.customNavList {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background:rgba(0, 0, 0, 0.5);
  display: block;
}

.customNavList li {
  width: 400px;            /* Fixed width for each list item */
  height: 150px;
  display: flex;      
  align-items: center;  
  border-bottom: 1px solid #ccc;  /* Bottom border for all items */
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.1rem;
 /* justify-content: center;  */
}

.customNavList li a {
  text-decoration: none;
  color: white; 
  padding: 0 7px;
  cursor: pointer;
  padding-left: 80px;     
  display: flex;                  /* enables centering if needed */
  align-items: center;           /* vertical center */
  justify-content: flex-start;   /* horizontal alignment */
  width: 100%;
  height: 100%;
  text-decoration: none;         /* cursor works across entire area */
 /* background-color: rgba(255, 255, 255, 0.1);   default background */
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.customNavList li a:hover {
  color: white; 
  background-color: rgba(255, 255, 255, 0.1);/* Optional: slightly darker grey on hover */
}

.customNavList li:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Change to desired hover color */
}

.Header__homeContent .Header__searchSection {
  padding: 0;
}

.Header__container{
  	margin-right: 0px;
  	margin-left: 10%;
  	max-width: 100%;
    color: Black;
    padding-right: 0px;
}

#searchContainer2{
  display: none;
}

.Layout__oneColumn{
	min-height: 0px;
}

.ticket_status{ 
  display: none;
}

.CustomizeContainer__columnReverse{
  display:none;
}

.TicketList__filter_department{
	display: none;
}

.TicketList__filter_channel{
	display: none;
}

.My_On_Hold_Tickets{
  	display : none;
}

.My_Overdue_Tickets{
	display : none;
}

.CC_d_Open_Tickets{
  	display : none;
}

.CC_d_Closed_Tickets{
	display : none;
}

.CC_d_On_Hold_Tickets{
  	display : none;
}

.CC_d_Overdue_Tickets{
	display : none;
}

.en.ticketList .TicketList__cv_viewsCont .My_Tickets a,
.en.ticketList .TicketList__cv_viewsCont .My_Open_Tickets a,
.en.ticketList .TicketList__cv_viewsCont .My_Closed_Tickets a,
.en.ticketList .TicketList__cv_viewsCont .CC_d_Tickets a,
.en.ticketList .TicketList__cv_filterViews .My_Tickets,
.en.ticketList .TicketList__cv_filterViews .My_Open_Tickets,
.en.ticketList .TicketList__cv_filterViews .My_Closed_Tickets,
.en.ticketList .TicketList__cv_filterViews .CC_d_Tickets
{
  font-size: 0
 }
.en.ticketList .TicketList__cv_filterViews .My_Tickets::before,
.en.ticketList .TicketList__cv_filterViews .My_Open_Tickets::before,
.en.ticketList .TicketList__cv_filterViews .My_Closed_Tickets::before,
.en.ticketList .TicketList__cv_filterViews .CC_d_Tickets::before{
  font-size: 14px
}
.en.ticketList .TicketList__cv_viewsCont .My_Tickets a::before,
.en.ticketList .TicketList__cv_viewsCont .My_Open_Tickets a::before,
.en.ticketList .TicketList__cv_viewsCont .My_Closed_Tickets a::before,
.ticketList .TicketList__cv_viewsCont .CC_d_Tickets a::before{
  font-size: 0.9375rem
}
.en.ticketList .TicketList__cv_viewsCont .My_Tickets a::before,
.en.ticketList .TicketList__cv_filterViews .My_Tickets::before{
   content: "All tickets"
}
.en.ticketList .TicketList__cv_viewsCont .My_Open_Tickets a::before,
.en.ticketList .TicketList__cv_filterViews .My_Open_Tickets::before{
    content: "Open tickets"
}
.en.ticketList .TicketList__cv_viewsCont .My_Closed_Tickets a::before,
.en.ticketList .TicketList__cv_filterViews .My_Closed_Tickets::before{
    content: "Closed tickets"
}
.ticketList .TicketList__cv_viewsCont .CC_d_Tickets a::before,
.en.ticketList .TicketList__cv_filterViews .CC_d_Tickets::before{
     content: "Tickets I’ve been copied into"
}



