/* Support Portal — Custom Styles */

/* Smaller font size for tickets table */
.body-container-wrapper table,
.body-container-wrapper td,
.body-container-wrapper th,
.body-container-wrapper td a {
  font-size: 14px !important;
}

/* Searchbox font size */
.hs-cp-search-input {
  font-size: 14px !important;
}

/* Logo width */
div.system-logo {
  width: 200px !important;
}

.system-logo img {
  width: 250px !important;
}

/* Bold heavy style for Tickets heading */
.hs-cp-ticket-listings-module-title {
  font-weight: 900 !important;
}

/* Rounded search bar */
.hs-search-field__bar {
  border-radius: 50px;
  overflow: hidden;
}

.hs-search-field__input {
  border-radius: 50px 0 0 50px;
  padding-left: 24px;
}

.hs-search-field__button {
  border-radius: 0 50px 50px 0;
}
