/home/brandsfa/annurbd.com/public/assets/back-end/css/pos-invoice.css
.dashed-hr {
    border-bottom: 2px dashed #dddddd;
    display: block;
    margin: 10px 0;
}

@page {
    size: auto;
    margin: 0 15px !important;
}

@media print {
    * {
        color: #000000 !important;
        font-weight: 500 !important;
    }

    h2, h3, h4, h5, h6 {
        font-weight: 700 !important;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #000000;
        border-collapse: collapse;
    }

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #000000
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #000000
    }

    .table tbody + tbody {
        border-top: 1px solid #000000
    }

    .table-sm td, .table-sm th {
        padding: .3rem
    }

    .table-bordered {
        border: 1px solid #000000
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #000000
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 1px
    }

    .text-left {
        text-align: left !important;
    }

    .text-right {
        text-align: right !important;
    }

    .pl--0 {
        padding-left: 0 !important;
    }

    .pr--0 {
        padding-right: 0 !important;
    }
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.width-363px {
    width: 363px
}

.line-height-1 {
    line-height: 1
}

.font-weight-lighter {
    font-weight: lighter;
}

.color-black {
    color: black !important;
}

.width-99 {
    width: calc(100% - 1px) !important
}

.width-100 {
    width: 100%;
}