/* Custom CSS for the Ticket form description field*/
.formEditor .KB_Editor_iframe, .formEditor .ze_area {
  min-height: 100px !important;
}

/* CSS to hide the profile delete option by end user */
.ManageAccount__deleteBox, .ManageAccount__submitForm {
    display: none;
}

/* Adjust the Customer Portal Name on Desktop */
@media only screen and (min-width: 48.1em) {
    .Header__brandFlexible .Header__brandName {
        max-width: 21rem;
        font-size: 1.6em;
    }
}
/* Hide the social icons as they are useless */
.ActionBar__actionBarActionssecondary {
    display: none;
}
