#title_field_layoutId {
    font-size: 0; /* hide original text */
    position: relative;
}

#title_field_layoutId::before {
    content: "Modulok";
    font-size: 14px; /* adjust to match UI */
    position: absolute;
    left: 0;
    top: 0;
}

li.My_Overdue_Tickets .TicketList__viewsName {
    display: none !important;
}

.ticketForm #field_description .formEditor .KB_Editor_iframe{
  min-height: 600px !important
}

.ticketDetail .TextEditor__editDraft .KB_Editor_iframe,
.ticketDetail .TextEditor__editDraft .ze_area,
.ticketDetail .CommentForm__commentFormSection .TextArea__textArea{
  min-height: 600px !important
}

