.HSSTYLEDCTA {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background: rgb(88,199,203);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all 0.4s ease!important;
    padding: 15px 15px!important;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
    font-family: "Poppins";
    font-weight: 700;
    margin-top: 15px;
}
p,body,h1,h2,h3,h4,h5 {font-family: "Poppins";}

h1,h2 {
font-weight: 700;
    color: #58C7CB!important;
}

h3 {
  font-weight: 700;
    color: #358AAF!important;
}

.Header__brandName {
  max-width:100% !important;
  width:100% !important;
}

/* Remove * from field names */ 
#field_contactId > div > label > abbr, #field_subject > div > label > abbr, #field_cf_title > div > label > abbr, #field_cf_product > div > label > abbr, #field_cf_affected_version > div > label > abbr, #field_cf_vrt_category > div > label > abbr, #field_cf_steps_to_reproduce > div > label > abbr, #field_cf_terms_and_conditions > div > label > abbr, #field_captchaText > div > label > abbr
{
  display: none;
}

/* Remove Attach files word */ 
#ticketform_fields_container > div.Feed__feedContentCol > div > div.TicketFmLtCnter__sectionName.Attach_files

{
  display: none;
}


.Header__tabsTab {
max-width: fit-content;
}

.MenuLink { text-decoration: none; color: white !important;}
