.app,html{height:100vh;font-size:.875rem}.app{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:70px 1fr 30px}header{display:flex;justify-content:flex-end;grid-area:header}main{grid-area:main}footer{grid-area:footer}.iban-field{display:flex;text-transform:uppercase;margin-right:10px}.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%}
