.ticketForm #field_layoutId .Form__label .Form__labelText{
  font-size: 0
}
.ticketForm #field_layoutId .Form__label .Form__labelText::after{
  font-size: 16px;
  content: "Your  Ticket is currently with"
}
.ticketDetail .ticket_layoutid .Info__infoLabel .Info__labelText{
  font-size: 0
}
.ticketDetail .ticket_layoutid .Info__infoLabel .Info__labelText::after{
  content: "Your  Ticket is currently with";
  font-size: 0.875rem
}
.ticketDetail .ticket_departmentid{
display:none;
}
.signin .Signin__title{
    font-size: 0
}
.signin .Signin__title::before{
    content: "For current customers, sign in below:";
    font-size: 1.375rem;
}

