/* Hide "Report to be sent to:" */
.wb-report-header.wb-report-frame > .wb-report-header__row:first-child {
  display: none;
}
.wb-form-select.active {
    border-color: rgba(136, 136, 136, 1);
    box-shadow: 0px 0px 0px 3px rgba(136, 136, 136, 0.6);
    color: #535456;
}
.wb-page-header-custom {
  display: flex;
  justify-content: flex-end; /* default for larger screens */
}

@media (max-width: 768px) {
  .wb-page-header-custom {
    justify-content: center !important; /* center only on smaller screens */
  }
}