.TicketListLeftContainer1__filterArea {visibility:hidden!important;}
.TicketListRightContainer1__wrapper .Menu__menu li:not(:nth-child(-n+6)) {
  display: none; 
}
/* Hide "Created on" */
div[data-id="ticket_created_on"] {
  display: none;
}

/* Hide "Channel" */
div[data-id="ticket_channel"] {
  display: none;
}

/* Hide "Assigned To" */
div[data-id="ticket_assignee"] {
  display: none;
}

.Header__containerLink {
  font-size: 0; /* Hides the original text */
  padding: 10px 20px; /* Increase the padding to make the button larger */
  /* You may also want to adjust other styles like border, background, etc., to suit the new size */
}

.Header__containerLink::after {
  content: 'Create a Ticket'; /* New text */
  font-size: 16px; /* Set the font size for the new text */
  color: #000; /* Set the text color */
  display: inline-block; /* Make the pseudo-element behave like text */
  vertical-align: middle; /* Align it properly within the button */
}
.Header__menuList {
border:0!important;
}

/* ============================================
   Service Bureau Accelerator - Custom CSS
   Sign In & Forgot Password Page Styles
   ============================================ */

/* --- SIGN IN PAGE --- */

/* Hide "Are you an Agent?" on Sign In */
.Signin__agentlogin {
  display: none !important;
}

/* Forgot Password highlight box */
.Signin__forgotpassword {
  background-color: #e8f0fe;
  border-left: 4px solid #1a73e8;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 600;
}

.Signin__forgotpassword:hover {
  background-color: #d2e3fc;
}

/* Hide original "Reset" text, show new link text */
.Signin__forgotpassword .Signin__linkTitle {
  display: block;
}

.Signin__forgotpassword .Signin__linkTitle a {
  font-size: 0;
  color: #1a73e8;
  text-decoration: underline;
  cursor: pointer;
}

.Signin__forgotpassword .Signin__linkTitle a::after {
  content: "Click here to Reset Password";
  font-size: 14px;
  padding-bottom: 3px;
  text-decoration: underline;
}

.Signin__forgotpassword .Signin__linkTitle a:hover {
  color: #174ea6;
}


/* --- FORGOT PASSWORD PAGE --- */

/* Hide "Are you an Agent?" on Forgot Password */
.ForgetPasswordContainer__agentlogin {
  display: none !important;
}

/* Add ? after "Forgot Password" */
.ForgetPasswordContainer__title {
  font-size: 0;
}

.ForgetPasswordContainer__title::after {
  content: "Forgot Password?";
  font-size: 24px;
}

/* Style the Forgot Password page */
.ForgetPasswordContainer__details {
  background: linear-gradient(135deg, #e8f0fe, #f5f8ff);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ForgetPasswordContainer__subTitle {
  color: #174ea6;
  font-style: italic;
  margin-top: 8px;
}
