.commonStyle__zt3BrandBg {
    background-color: #00468c;
}

.Header__searchTitle {
    font-size: 2.25rem;
    margin-bottom: 1.8rem;
    text-shadow: #000 0 0 1rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    font-weight: 400;
}

.Header__name, .Header__searchTitle, .Header__description {
  text-shadow: #000 0 0 7px;
  }

/* Hide Add Ticket button */
a[data-id="addticket"] {
    display: none !important;
}

/* Hide footer */
.Footer__footerCopyrigt,
.Footer__footerBg {
    display: none !important;
}

/* Hide ticket search bar */
[data-id="searchInput"] {
    display: none !important;
}

/* Hide global search */
#searchContainer1 {
    display: none !important;
}

/* Hide all Add Ticket buttons */
a[data-id="addticket"],
a[data-id="addTicket"] {
    display: none !important;
}
