.container{padding:4rem;background-color:#fff;border-radius:.5rem}.wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#666}.wrapper b,.wrapper h3{color:#111}.header{display:flex;justify-content:space-between;align-items:center}.logo svg{width:200px;fill:#00528c}.title{text-transform:uppercase;font-size:50px;color:#00528c}.divider{display:flex;justify-content:space-between;align-items:center;gap:2rem}.divider:before{content:"";flex:1;display:block;height:5px;background-color:#4098d7;border-radius:2rem}.targets{display:flex;justify-content:space-between;gap:3rem}.targets>div:last-child{text-align:right}.targets h3{margin:0 0 4px;padding:0;font-size:14px}.targets>div{margin:0;padding:0;line-height:20px;color:#666}.table{border-bottom:1px solid #dbdfea;overflow:hidden}.table table{width:100%;border-collapse:collapse}.table table td,.table table th{border-top:1px solid #dbdfea;padding:10px 15px}.table table thead th{font-weight:600;line-height:1.55em;text-align:left;color:#111;background-color:#f5f6fa}.table table tbody tr td{border-top:1px solid #dbdfea}.description-footer{display:flex;justify-content:start;align-items:center;gap:1rem}.description-footer>*{position:relative;font-size:12px}.description-footer>*:not(:first-child):before{content:"-";position:absolute;left:-11px;color:#b4b7c0}.description-footer .timesheet-id{color:#7097b9}.description-footer .reference-ticket,.description-footer .date{color:#b4b7c0}.footer{display:flex;justify-content:space-between;align-items:start}table.totals{margin:0;padding:0;flex-basis:49%}table.totals tbody td{padding:0 15px 10px;color:#111}table.totals tbody td:first-child{text-align:left}table.totals tbody td:last-child{text-align:right}table.totals tbody tr:nth-child(1) td{font-weight:700}table.totals tbody tr:nth-child(3) td{padding-top:10px;font-weight:700;font-size:16px;border-top:1px solid #dbdfea;border-bottom:1px solid #dbdfea}.bank{flex-grow:1}.bank table{width:100%;margin:0;padding:0;border-collapse:collapse}.bank table tbody td{padding:2px 0;color:#111}.bank table tbody td:first-child{text-align:left;padding-right:20px}.bank table tbody td:last-child{text-align:right}.bank table tbody td b{font-weight:700}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;font-family:Roboto,sans-serif}#root{min-height:100vh}body{margin:0;min-height:100vh}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotating{animation:rotating 2s linear infinite}
