   .printWidth {
        width: 2480px;
        height: 3508px;
    }

    .logoSize {
        width: max-content !important;
        height: 25px !important;
    }

    .lineHeight8 {
        line-height: 8px !important;
    }

    .lineHeight6 {
        line-height: 6px !important;
    }

    .lineHeight12 {
        line-height: 12px !important;
    }

    .padding0 {
        padding: 0px !important;
    }

    .padding2 {
        padding: 2px !important;
    }

    .fontSize10 {
        font-size: 10px !important;
    }

    .fontSize11 {
        font-size: 11px !important;
    }

    .fontSize12 {
        font-size: 12px !important;
    }

    .fontBold {
        font-weight: bold !important;
    }

    .bottomBorder {
        border-bottom: 1px solid black !important;
    }

    .textCenter {
        text-align: center !important;
    }

    .textRight {
        text-align: right !important;
    }

    .textLeft {
        text-align: left !important;
    }

    .margin5 {
        margin: 5px !important;
    }

    .width12 {
        flex: 0 0 100%;
        max-width: 100%;
        /* padding: 0 15px !important; */
    }

    .width10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .width9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .width8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .width6 {
        flex: 0 0 50%;
        max-width: 50%;
        /* padding: 0 15px; */
    }

    .width4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .width3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .width2 {
        flex: 0 0 16.67%;
        max-width: 16.67%;
    }

    .width1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .rowClass {
        display: flex;
        justify-content: space-between;
        padding: 2px !important;
    }

    .reportPara {
        font-size: 11px;
        color: blue;
    }

    .colorOrange {
        color: orange;
    }

    .colorBrown {
        color: brown;
    }

    .custGroup {
        font-size: 12px;
        color: black;
    }

    .wordWrap {
        word-wrap: break-word;
    }

    .sr {
        min-width: 50px !important;
		max-width: 50px !important;
        text-align: center;
    }

    .route {
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: left;
    }

    .code {
        min-width: 120px !important;
		max-width: 120px !important;
        text-align: left;
    }

    .name {
        min-width: 120px !important;
		max-width: 120px !important;
        text-align: left;
    }

    .invDate {
        min-width: 50px !important;
		max-width: 50px !important;
        text-align: left;
    }

    .invNo {
        min-width: 50px !important;
		max-width: 50px !important;
        text-align: left;
    }

    .netAmt {
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: right;
    }

    .osAmt {
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: right;
    }

    .crd {
        min-width: 60px !important;
		max-width: 60px !important;
        text-align: right;
    }

    .dueDate {
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: left;
    }

    .overDueDays {
        min-width: 120px !important;
		max-width: 120px !important;
        text-align: right;
    }

    .cdp {
        min-width: 80px !important;
		max-width: 80px !important;
        text-align: right;
    }

    .oda {
        min-width: 140px !important;
		max-width: 140px !important;
        text-align: right;
    }

    .et {
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: left;
    }

    .borderRight {
        min-width: 2px !important;
        font-weight: bold;
    }

    .totCust {
        font-size: 12px !important;
        min-width: 415px !important;
		max-width: 415px !important;
        text-align: right;
        font-weight: bold;
    }

    .totOS {
        font-size: 12px !important;
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: right !important;
        font-weight: bold !important;
    }

    .totOD {
        font-size: 12px !important;
        min-width: 140px !important;
		max-width: 140px !important;
        text-align: right !important;
        font-weight: bold !important;
    }

    .totNet {
        font-size: 12px !important;
        min-width: 100px !important;
		max-width: 100px !important;
        text-align: right !important;
        font-weight: bold !important;
    }
	
    .colorGreen {
        color: green;
    }