/* You can find all clsses from invoice web page by inspecting elements */

/* uncomment to diplay only total amount for items */
/* .p-inv-item-tax {
    display: none;
}
.p-inv-item-base-price {
    display: none;
}
.p-inv-item-price {
    border: none;
}
.p-inv-item-total {
    border: none;
}

.p-inv-display-index-with-name {
    display: none;
} */

/* uncomment it to display qty with name */
.p-inv-display-qty-with-name {
    display: none;
}

/* .p-inv-type-table {  // uncomment it to customize table name on invoice.
    font-size: 20px;
    font-weight: bolder;
} */

/* --------------------- */
.print-slip-logo {
    width: 90px;
    height: 90px;
}

.custom-link {
    display: block;
}

/* .coooo {
     display: none;
} */
@media print {
    .only-print {
        display: black;
    }
    .hide-in-print-screen {
        display: none;
    }
}

#nprogress .bar {
    background: #ff735c !important;
}
