@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')


.Button__footerBtnred {background: grey;}
  
#field_departmentId {display:none;}

  
.body {
          font-family: 'Poppins', sans-serif;
      	  font-weight: 100;
          font-style: normal;
    }

.h1 {
          font-family: 'Poppins', sans-serif;
          font-weight: 100;
          font-style: normal;
    }

.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #4784FF;
    transition: all .15s ease;
    color: #FFF;
}

.Button__footerBtn:hover {
    background: #000;
    border: 1px solid transparent;
}

.commonStyle__zt3BrandBg {
    background-color: #4784FF;
}
a { color: inherit; }

.TicketFormRightContainer__widgetSection {
 display: none; 
}

.ListHeader__editOption{
  display: none;
}
#title_field_departmentId {
  display: none;
}
.Field__col6{
  display: none;
}
.TicketFormLeftContainer__formTitle::after {
    content: "\A Please do not use special characters in the subject field. Special characters are characters such as - !>£&";
    display: block; /* Makes the content appear on a new line */
    color: black; /* Optional: Customize the text color */
    font-size: 12px; /* Optional: Adjust the font size */
    margin-top: 10px; /* Optional: Adds space above the text */
  font-weight: normal;
}

.FileUpload__uploadInform.commonStyle__verticalMiddle {

    color: transparent; /* Hides original text */
}

.FileUpload__uploadInform.commonStyle__verticalMiddle::before {
    content: "\A To ensure your request is received, please only attach files up to 40MB. \A For larger attachments, please submit your ticket first and mention you have a supporting file to send. Our team will then provide you with a way to share it with them.";
     color: Gray; /* Make sure the replacement text is visible */ 
	white-space: pre-line;
}


#title_field_accountId {
  font-size: 0;
  position: relative;
}

#title_field_accountId::after {
  content: "Select Brand";
  font-size: 14px; /* adjust as needed */
  position: absolute;
  left: 0;
  top: 0;
}
.AccountPopup__accountTitle.commonStyle__displayBlock.commonStyle__overflowDotted {
  font-size: 0; /* Hides the original text */
  position: relative;
  display: inline-block;
}

.AccountPopup__accountTitle.commonStyle__displayBlock.commonStyle__overflowDotted::after {
  content: "Select Brand"; /* New text */
  font-size: 24px; /* Adjust to match original */
  color: inherit; /* Inherit original color */
  position: relative; /* Not absolute to avoid layout issues */
}
div[data-id="allAccounts_account_filter_item"] > span.TicketList__listItem {
  font-size: 0;
  position: relative;
  display: inline-block;
}

div[data-id="allAccounts_account_filter_item"] > span.TicketList__listItem::after {
  content: "All Brands";
  font-size: 14px;
  color: inherit;
  position: relative;
}
.TicketFilterPopup__row .TicketFilterPopup__filterValue.commonStyle__zt3Link {
  font-size: 0;
  position: relative;
  display: inline-block;
}

.TicketFilterPopup__row .TicketFilterPopup__filterValue.commonStyle__zt3Link::after {
  content: "All Brands";
  font-size: 14px;
  color: inherit;
  position: relative;
}
div[data-id="accountsFilter"] > span.TicketFilterPopup__filterValue.commonStyle__zt3Link {
  font-size: 0;
  position: relative;
  display: inline-block;
}

div[data-id="accountsFilter"] > span.TicketFilterPopup__filterValue.commonStyle__zt3Link::after {
  content: "All Brands";
  font-size: 14px;
  color: inherit;
  position: relative;
}
.Select_Brand___Change_Account{
  visibility: hidden !important;
    display: none !important;
}
.BreadCrumbs__breadcrumbsView,
.BreadCrumbs__breadcrumbsView * {
  color: white !important;
}
#field_cc_title::after{
  content: " — Internal contacts only! Customer email addresses must not be included";
  font-weight: 700;            /* bold from “Internal…” onward */
  margin-left: .5ch;
}
.TicketList__exportIcon, .TicketList__exportOptions, .TicketList__mobileFilter.TicketList__filter_department, .TicketList__mobileFilter.TicketList__filter_channel, .enduser_comment .DottedMenuPopup__displayInB{
    display: none;
}



