@media print {
    body {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .page-break {
        page-break-before: always;
    }
}

.rowcs {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}
.col-2-cs {
    width: 16.66%;
}

.col-4-cs {
    width: 33.33%;
}

.col-8-cs {
    width: 66.66%
}

.col-6-cs {
    width: 50%;
}

.col-12-cs {
    width: 100%;
}

.text-left-cs {
    text-align: left;
}

.text-right-cs {
    text-align: right;
}

.text-center-cs {
    text-align: center;
}

.tb-hd {
    border: none;
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}

.tb-hd td {
    padding-left: 0px;
}

.fb {
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

::ng-deep {
    .lable-fontsize {
        label {
            font-size: 12px !important;
        }
    }
}

.body-indon {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}

.color-red {
    color: red;
}

.table-in {
    position: relative;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    color: #000;
    min-height: 50px;
    height: auto;
}

.table-in td {
    border: 1px solid #000;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}


.pgh {
    padding-top: 25px;
    font-size: 16px;
}

.table-in {
    position: relative;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    color: #000;
    min-height: 50px;
    height: auto;
}

.table-in td {
    border: 1px solid #000;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.pnh {
    padding-top: 15px;
    font-size: 16px;
}

.text-leftcs {
    text-align: left;
}

.text-rightcs {
    text-align: right;
}

.text-centercs {
    text-align: center;
}