.app,html{height:100vh;font-size:.875rem}.app{grid-template-rows:70px 1fr 30px;grid-template-areas:"header""main""footer";display:grid}header{grid-area:header;justify-content:flex-end;display:flex}main{grid-area:main}footer{grid-area:footer}.iban-field{text-transform:uppercase;margin-right:10px;display:flex}.sg-daterangepicker-wrapper .form-control-md .dp__trigger{width:20px}.cust-width-40percent{width:40%}.cust-width-60percent{width:60%}.cust-width-third{width:33%}.cust-width-2third{width:66%}
