


.Footer__footerBg,
#field_cf_communication_and_documentation,
.TicketFormLeftContainer__sectionName.Additional_Information,
.TicketFormLeftContainer__sectionName.Troubleshooting_evaluation,
.TicketFormLeftContainer__sectionName.Supervisor_Follow_Up,
.TicketFormLeftContainer__sectionName.Resolution_information,
#field_priority,
#field_cf_replacement_return_items_received,
#field_cf_replacement_return_sales_return_number,
#field_cf_form_signed_during_return_replace,
#field_cf_replacement_item_invoice_paid,
#field_cf_replacement_item_invoice,
#field_cf_affected_customer,
#field_subject,
#field_cf_who_should_be_contacted_by_neuro20_technologies_re,
#field_cf_source,
#field_cf_accuracy_of_diagnosis,
#field_cf_picklist_1,
#field_cf_effectiveness_of_resolution,
#field_cf_escalation_and_follow_up,
#field_cf_customer_guidance_and_support,
#field_cf_score,
#field_cf_supervisor_contacted_at_level_1,
#field_cf_level_1_feedback_from_supervisor,
#field_cf_supervisor_contacted_at_level_2,
#field_cf_level_2_feedback_from_supervisor,
#field_cf_supervisor_contacted_at_level_3,
#field_cf_level_3_feedback_from_supervisor,
#field_cf_item_was_returned_by_customer,
#field_cf_replacement_item_was_sent_to_customer,
#field_cf_item_was_returned_to_customer {
    display: none !important;
}

.FormElement__formLabelvertical {
    font-size: 0; /* Hides original text */
}

.FormElement__formLabelvertical::before {
    content: "Describe the problem";
    font-size: 16px; /* Adjust this to match your design */
    font-weight: normal; /* Adjust if needed */
    color: inherit; /* Keeps the original text color */
}
#field_description label::after {
    content: "If applicable";
    display: block;
    font-size: 0.875em; /* Adjust size as needed */
    color: #666; /* Adjust color as needed */
    margin-top: 4px;
}




/* Hide the "Need Help?" button by default */
.navHelpContainer {
    display: none;
}

/* ✅ Show the button when the user is signed in */
body:not(:has(#portal_tabsignin)) .navHelpContainer {
    display: inline-block;
}

/* ✅ Make the button match Zoho Desk’s navbar styling */
.navHelpContainer a {
    padding: inherit; /* Matches other navbar items */
    text-decoration: inherit; /* Removes underline */
    font-weight: inherit; /* Removes bold styling */
    color: inherit; /* Inherit text color from Zoho Desk */
    background: inherit; /* Remove any hardcoded background */
    border: none; /* Remove unwanted borders */
}

/* ✅ Ensure no unexpected underline appears */
.navHelpContainer a:hover,
.navHelpContainer a:focus,
.navHelpContainer a:active {
    text-decoration: none !important; /* Forces no underline */
    color: inherit; /* Inherit hover color */
    background: inherit; /* Inherit hover background */
    border-bottom: none !important; /* Remove any extra line */
}

/* ✅ Ensure selected state matches other buttons */
.navHelpContainer .selected {
    color: inherit;
    background: inherit;
    border-bottom: none !important;
}

#portal_tabsignin,
#portal_tabsignup {
    display: none !important;
}
