.report {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 2%;
  }
  
  .report-band {
    border: 1px solid #000;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    box-shadow: 0 0 10px #a715151a;
    background-color: #fff;
  }
  
  .report-header-box {
    color: #fff;
    background-color: #161a2d;
    border-bottom: 1px solid #000;
    align-content: center;
    height: 50px;
    padding-left: 1rem;
  }
  
  .sp1 {
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .report-content-table {
    width: 100%;
    padding: 2px;
    border-spacing: none;
    display: table;

  }

  .with-border tr {
    border-bottom: 1pt solid rgb(185, 174, 174);
  }

  .report-separator{
    height: 1.4rem;
  }

  input.report-field {
    transform : scale(1.5);
  }
  
