@font-face {
    font-family: 'Bayon';
    src: url('https://fonts.googleapis.com/css2?family=Bayon&family=Noto+Sans+SC:wght@300&display=swap') format('truetype');
}

:root {
    --fontTextBayon:'Bayon', sans-serif, cursive;
    --fontTextBattambang: 'battambang', sans-serif, cursive;
    --frontSize20:20px;
}

/* disbleHeaderAndFooter */
@media print {
    .footer,
    #non-printable {
        display: none !important;
    }

    #printable {
        display: block;
    }
}
/* end */

.carPdfHeader{
    display:flex;
    align-items: center;
    height: 100px;
    width: 100%;
}
.carPdfHeader .pdfHeaderImage{
    width: 100px;
    height: 100%;
}
.carPdfHeader .pdfHeaderImage img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.carPdfHeader .pdfHeaderTitle{
    flex:1;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: stretch;
}
.carPdfHeader .pdfHeaderTitle .titlePDf{
    border:1px solid black;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    margin: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontTextBayon);
    padding: 0;
}
.carPdfHeader .pdfHeaderTitle .titlePDf h2{
    padding: 0;
    margin-top: 0;
    margin-bottom:0;
    margin-right: 20px;
    font-size: 30px;
    font-family: 'Bayon' !important;
    color:rgb(17, 17, 85);
    font-weight        : unset;
    -webkit-text-stroke: .2px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.boxDiv{
    width: 25px;
    height: 25px;
    border:1px solid black;
}
.carPdfHeader .pdfHeaderTitle .titlePDf h1{
    font-size:60px;
    color:red;
}
.pdfUnderHeaderText{
    display: flex;
    justify-content: center;
    font-size: 28px;
    /* font-family: var(--fontTextBattambang); */
    font-family: 'Bayon',sans-serif, cursive;
    font-size: var(--frontSize20);
}
.carTypeBrandGp{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* margin: 20px 0; */
}
.carTypeBrandGp .listIitemBrand{
    width: calc(100% / 3);
    display: flex;
    line-height:25px;
    /* align-items: center; */
    align-items: stretch;
    font-size: 15px;
}
.carTypeBrandGp .listIitemBrand div{
    /* font-family: 'Bayon',sans-serif, cursive !important; */
    white-space: nowrap;
    overflow: hidden;
}
.listIitemBrandText{
    font-family: 'Bayon',sans-serif, cursive;
}

.pdfBodyTable{
    /* display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px 0; */
    display: flex;
    width: calc(100% + 5px);
    flex-wrap: wrap;
    margin: 5px 0;
    overflow: hidden;
}
.pdfBodyTable .tablePdfItem{
    width: calc(100% / 2);
    display: flex;
    line-height:22px;
    font-family: var(--fontTextBattambang);
    align-items: center;
    margin-bottom: 5px;
    height: 100%;
}
.pdfBodyTable .tablePdfItem .table{
    width: 100%;
    border-collapse: collapse;
    border:1px solid black;
    margin-right: 5px;
}

table, th {
    border-right: 1px solid black;
}
table, td {
    border-top: 1px solid black;
    border-right: 1px solid black;
  }
.thFist {
    text-align: left;
    height: 30px;
    padding: 0 5px;
    background: rgb(77, 77, 197);
    color: rgb(240, 238, 238);
    overflow: hidden;
    border-bottom: 0;
    align-items: center;
    display: flex;
}
.thFist .image{
    width: 30px;
    height: 25px;
    object-fit: contain;
    margin-left: 10px;
}
.thFist div{
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    max-width: 200px !important;
}

.thLast {
    width: 85px;
    height: 30px;
    padding: 0 10px;
    background: rgb(77, 77, 197);
    color: rgb(240, 238, 238);
    border-bottom: 0;
    text-align: center;
}
.tdList {
    height: 22px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.tdList .div{
    /* width: 20px;
    height: 20px;
    margin-right: 5px; */
    width: 17px;
    height: 17px;
    margin-right: 3px;

}
.tdListScore {
    text-align: center;
    height: 30px;
    /* width: 100px; */
    padding: 0 0px;
}

.scoreList {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    color: red;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid red;
    display: flex;
    align-items: center;
    background: green;
    text-align: center;
    justify-content: center;
}
.TiresGp{
    border: 1px solid black;
    width: 100%;
    /* padding: 10px; */
    /* align-items: center; */
}
.TiresBody{
    display:flex;
    align-items: center;
    padding: 0 10px 10px;
}
.imageTires{
    width: 100px;
    height:80px;
    object-fit: contain;
}
.qtyTiresGp{
    flex:1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height:18px;
}
.qtyTiresGp .qtyTiresItem{
    display:flex;
    align-items: center;
}
.titleqtyTires{
    font-weight: 600;
    font-weight        : unset;
    -webkit-text-stroke: .3px;
    width: 20px;
}
.qtyTiresGp .qtyTiresItem .itemTires{
    width: 15px;
    height: 15px;
    margin-right: 5px
}
.TiresGpTitle{
    padding: 0 10px;
    font-family: 'Bayon' !important;
}
.stateHealthGp{
    border: 1px solid black;
    width: 100%;
}
.stateHealthText{
    padding: 0 10px;
}
.stateHealthImageGp{
    padding: 0 20px 10px 20px;
}
.stateHealthImageGp .stateHealthImage{
    width: 100%;
}
.contactText {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    /* margin: 10px 0; */
}
.contactItem{
    display: flex;
    align-items: center;
    font-size: 13px;
}
.contactImage {
    height: 17px;
    width: 17px;
    margin-right: 2px;
}
.carFooter{
    width: 100%;
    display: flex;
    justify-content: flex-end;

}
.footerText{
    font-family: var(--fontTextBattambang);
}
.printTypeActive{
    border-bottom: 2px solid blue;
}
.printBtnDownload{
    /*width: 40px; */
    height: 40px;
    background: #fdfdfd;
    /* border-radius: 50%; */
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid;
    margin: 10px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 4px;
    background: #e0e0e0;
}
.carBodyImagegp{
    border: 1px solid black;
    width: 100%;
    margin-right: 5px;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
}
.StampImageGP{
    position: absolute;
    top: 3px;
    right: 5px;
    opacity: 0.4;
    height: 130px;
    width: 130px;
}
.StampImageGP2Height{
    height: 110px;
    right: 5px;
    width: 110px;
}
