#statement-body{
    width: 810px;
    height: auto;
    margin: auto !important;
    font-family: 'Poppins';
}

#statement-body

.green-top{
    background-color: #20d77a;
    height: 10px;
    margin-bottom: 60px;
}

.main-body{
    padding: 0 35px !important;
}

#first-row img{
    width: 80px;
    margin-bottom: 25px;
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
  
}

@media print {
    body {-webkit-print-color-adjust: exact;}
    
    }


div{
    
    line-height: 18px;
}

p{
    margin: 0 !important;
    font-size: 11px;
    letter-spacing: 0.6px;
}

.bold-paragraph{
    font-weight: bold;
}

.faded-paragraph{
    color: #afafaf;
}

.postex-link{
    color: #20d77a;
}

h3{
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
}

#first-row div{
    /* padding-left: 50px; */
}

hr.solid {
    border-top: 2px solid #bbb;
  }

  #second-row{
    margin-bottom: 20px;
  }

  .merchant-details{
    background-color: #fafafa;
    padding: 20px;
  }

  .blue-heading{
    color: #6470b1; 
    font-weight: bold;
  }

  .merchant-details .blue-heading{
    margin-bottom: 10px !important;
  }

  .partition{
    margin-top: 20px !important;
  }

  .light-heading{
    color: #b0a1a8;
    font-weight: bold;
    margin-bottom: 5px !important;
  }

  .transaction-report .bold-paragraph{
    margin: 5px 0 !important;
  }

  .transaction-report p{
    margin: 2px 0 5px !important;
  }

  .balance-summary .row:first-child{
    margin-bottom: 60px;
  }

  .currency-type{
    text-align: right; 
    margin-bottom: 10px !important;
  }

  table{
    margin-bottom: 15%;
  }

  tr{
    margin: 0 !important;
    font-size: 11px;
    letter-spacing: 0.6px;
    
}

th{
    font-weight:500 ;
    background-color: #f4f8fc ;
    padding: 15px;
}

td{
    padding: 15px 15px 25px !important;
    border-width: 0 0 1px !important;
    border-color: #e3e0e0 !important;
}

.statement-end-para{
    font-size: 8.5px;
    color: #b0a1a8;
    padding-bottom: 20px;
}

