section#header .logo img {
     max-height: 75px; 
     max-width: fit-content; 
    width: auto;
    height: 65px;
}




/*INVOCES*/
.row.invoice-header {
    display: flex;
    flex-direction: row-reverse;
}

.payment-btn-container.hidden-print {
    font-size: 14px;
    text-align: unset;
}

.invoice-status {
    margin: 0 !important;
}

.container-fluid.invoice-container {
    padding: 25px 35px;
}

@media print {
    .col-md-4 {
    width: 33.33333333%;
}

.col-md-8 {
    width: 66.66666667%;
}
}