/* PDF */
.mt-50 {
    margin-top: 50px;
}

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

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

.text-center {
    text-align: center;
}

.text-black {
    color: #000000;
}

.text-red {
    color: #ff0000;
}

.text-10 {
    font-size: 10px;
}

.text-15 {
    font-size: 15px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-25 {
    font-size: 25px;
}

.text-27 {
    font-size: 27px;
}

.text-30 {
    font-size: 30px;
}

.text-32 {
    font-size: 32px;
}

.text-40 {
    font-size: 40px;
}

.text-45 {
    font-size: 45px;
}

.text-50 {
    font-size: 50px;
}

.text-60 {
    font-size: 60px;
}

.text-bold {
    font-weight: bold;
}

.pdf {
    width: 297mm;
    height: 210mm;
    margin: 0mm 0mm 0mm 0mm;
    overflow: hidden;
    page-break-after: always;
}

.pdf-head img {
    width: 40%;
}

.pdf .center-5 {
    width: 297mm;
    height: 210mm;
}

.pdf .center-5 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width: 100%;
}

.pdf-bottom {
    position: relative;
    top: 180px;
}

.pdf-banner {
    position: relative;
    padding: 1px;
    background-color: #f1c233;
}

.pdf-box {
    margin: 0 auto;
    margin-top: -10px;
    padding: 60px 0px;
    border: 3px solid #000;
    width: 70%;
}

.pdf-box-2 {
    margin: 0 auto;
    margin-top: -10px;
    padding: 30px;
    width: 70%;
}

/* PDF end */

/* Bill start */

.bill {
    overflow: hidden;
    page-break-after: always;
}

.bill-main {
    margin-top: 170px;
}

.bill-logo {
    position: relative;
    top: 10px;
    left: 90px;
}

.bill-logo img {
    position: absolute;
    width: 15%;
}

.bill-title {
    text-align: center;
}

.bill-title h5,
.bill-company h4 {
    margin-bottom: -2px;
}

.bill-title p,
.bill-company p {
    font-size: 13px;
    line-height: 4px;
}

.bill-info-left {
    float: left;
}

.bill-info-right {
    float: right;
}

.bill-info table {
    width: 250px;
}

.bill-info table td {
    font-size: 13px;
}

.bill-main {
    margin-top: 50px;
}

.bill-main table {
    position: relative;
    margin-top: -40px;
    /*margin-left: -10px;*/
    border-collapse: collapse;
    width: 720px;
    text-align: center;
}

.bill-main table thead {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.bill-main table tbody {
    font-size: 14px;
}

.bill-main table .description {
    position: absolute;
    overflow: hidden;
    /*top: 55px;*/
    margin-top: -150px;
    width: 550px;
    height: 300px;
    padding-top: 20px;
    line-height: 20px;
    vertical-align: top;
}

.bill-total {
    margin-top: 30px;
    font-size: 13px;
}

.bill-summary {
    margin-top: 20px;
    margin-left: -10px;
    border-top: 1px solid #000;
    width: 720px;
}

.bill-summary .total-quantity {
    margin-left: 20%;
    float: left;
    width: 200px;
    font-size: 13px;
}

.bill-summary .total-summary {
    margin-left: 50%;
    border-collapse: collapse;
    border: 1px solid #000;
    border-top: none;
    width: 350px;
    font-size: 13px;
}

.bill-summary .total-summary tr:nth-child(2n+1) {
    border-top: 1px solid #000;
}

.bill-summary .total-summary tr:first-child {
    border-top: none !important;
}

.bill-summary .total-summary td {
    padding-left: 8px;
    padding-right: 8px; 
}

.bill-summary .total-summary tr:nth-child(2n-1) td {
    padding-top: 5px;
}

.bill-summary .total-summary tr:nth-child(2n) td,
.bill-summary .total-summary tr:last-child td {
    padding-bottom: 5px;
}

.bill-notes {
    margin-top: -30px;
    font-size: 13px;
}

.bill-remarks {
    font-size: 12px;
}

.bill-signature {
    margin-top: 80px;
    font-size: 13px;
    text-align: center;
}

.bill-signature div {
    margin-right: 30px;
    padding-top: 5px;
    border-top: 1px solid #000;
    float: left;
    width: 200px;
}

/* Modal */

.modal-dialog-center {
    top: 30%;
}

/*.modal-dialog-fluid .modal-dialog-center {
    margin-top: 280px;
}*/

/* Modal end */

/* Charts */

.circles-text {
    font-size: 25px !important;
    font-weight: 600;
}

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

/* Charts end */

/* General */

.table-bordered th {
    width: 250px;
}

.dashboard-box {
    border-radius: 10px;
    color: #ffffff;
}

.total-sales-box {
    background-color: #eeb102;
}

.total-orders-box {
    background-color: #e77878;
}

.available-box {
    background-color: #25b7d3;
}

.non-available-box {
    background-color: #9b0303;
}

.pending-box {
    background-color: #0053b3;
}

.in-progress-box {
    background-color: #ff8100;
}

.completed-box {
    background-color: #66bf34;
}

.cancelled-box {
    background-color: #b30f0f;
}

.hidden {
    display: none;
}

.total-sales {
    font-size: 25px;
    font-weight: 600;
}

/*.green-dot {
    height: 25px;
    width: 25px;
    background-color: #198754;
    border-radius: 50%;
    display: inline-block;
}

.red-dot {
    height: 25px;
    width: 25px;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
}*/