﻿.text-1 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
}
.text-2 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}
.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}
.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
}
.text-6 {
    font-size: 24px !important;
    font-size: 1.50rem !important;
}
.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
}
.text-8 {
    font-size: 32px !important;
    font-size: 2rem !important;
}
.text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
}
.text-10 {
    font-size: 40px !important;
    font-size: 2.50rem !important;
}
.text-11 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
}
.text-12 {
    font-size: 48px !important;
    font-size: 3rem !important;
}
.text-13 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
}
.text-14 {
    font-size: 56px !important;
    font-size: 3.50rem !important;
}
.text-15 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
}
.text-16 {
    font-size: 64px !important;
    font-size: 4rem !important;
}
.text-17 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
}
.text-18 {
    font-size: 80px !important;
    font-size: 5rem !important;
}
.text-19 {
    font-size: 84px !important;
    font-size: 5.25rem !important;
}
.text-20 {
    font-size: 92px !important;
    font-size: 5.75rem !important;
}










.invoice-body {
    background: #e7e9ed;
    color: #535b61;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

    .invoice-body h1,
    .invoice-body h2,
    .invoice-body h3,
    .invoice-body h4,
    .invoice-body h5,
    .invoice-body h6 {
        color: #0c2f54;
        font-family: "Poppins", sans-serif;
    }





.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}


    .invoice-container hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }








.invoice-table {
    vertical-align: top;
}

.invoice-table th {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.invoice-table td {
    width: 100%;
    min-height: 20px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
    color: #535b61;
}
    .invoice-table td:not(:nth-of-type(1)) {
        text-wrap: nowrap;
    }





    /* Table Head */
    .invoice-table .invoice-hr-deldate {
        min-width: 114px;
    }

    .invoice-table .invoice-hr-qty {
        min-width: 45px;
        text-align: right;
    }

    .invoice-table .invoice-hr-price {
        min-width: 88px;
        text-align: right;
    }






.invoice-table tbody {
    vertical-align: inherit;
}

.invoice-table tr > th:first-child,
.invoice-table tr > td:first-child {
    padding-left: 0 !important;
}

.invoice-table tr > th:last-child,
.invoice-table tr > td:last-child {
    padding-right: 0 !important;
}

.invoice-table .text-align-right {
    text-align: right !important;
}

.invoice-table .tr-discount td {
    padding-top: 0 !important;
    line-height: 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}










@media (max-width: 767px) {
    .invoice-container {
        padding: 35px 20px 70px 20px;
        margin-top: 0px;
        border: none;
        border-radius: 0px;
    }
}


@media print {
    .table td, .table th {
        background-color: transparent !important;
    }
}