/* 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;
  }
  .was-validated .wb-inline-validation#plzAlert {
      display:block;
  }
  .screenreaderhelper {
      display:none;
  }
  
  .yellow-alert-box {
      background-color: var(--wb-alert-yellow);
  }
  
  #subDynBlock_52410 {
      border-bottom: 1px solid #d6e1e9;
      /*padding-bottom: 1rem;*/
      margin-bottom: 2rem;
  }
  
  #subDynBlock_52411.subDynBlock.wb-report-detail {
      border-bottom: none;
      padding-bottom: 0;
      /*margin-bottom: 0;*/
  }
  .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 */
    }
  }