
  

*{
    padding: 0px;
    margin: 0px;
  }
  
#pdfTable{
    display: flex;
    flex-wrap: wrap;
}
/* For mobile phones: 360 */
 
.container-sale{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #509632; 
    font-family: 'SVN-Gilroy';
    padding-top: 100px;
}
.user-sale-logo {
    width: 120px;
    margin: auto;
    position: absolute;
    right: -1px;
    top: -90px;
    z-index: 999;
   
}
.user-sale-logo img{
    width: 100%;
    object-fit: cover;
}


.sale-info-group-v1{
    width: 330px;
    height: 370px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), #78aa3c);
    border-radius: 10px;
    margin: auto;
    margin-top: auto;
    margin-top: 30px;
}


.sale-info-group-v2{
    width: 300px;
    height: 355px;
    background-image: url(/assets/images/cardv1/hoa.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "SVN-Gilroy";
    text-align: center;
    background-color: #3c781e;
    margin: auto;
    border-radius: 30px;
    border-radius: 10px;
    opacity: 50%;
}
.sale-info-group-v3{
   width: 300px;
    height: 370px;
    position: absolute;
    top: 130px;
    text-align: center;
    left: calc((100vw - 300px)/2);
}

.sale-avatar-v1{
   width: 150px;
margin: auto;
height: 150px;
position: absolute;
left: 118px;
top: -30px;
border-radius: 10px;
background-image: linear-gradient(to bottom, #e9c564, #fff3b5);
left: calc((100% - 150px)/2);
}

.sale-avatar-v1 > img{
    width: 100%;
    border-radius: 10px;
    margin-top: 0px;
    padding-top: 0px;
    height: 100%;
    object-fit: cover;
    

}

.sale-info-group-v3 > h3{
    text-transform: uppercase;
    font-size: 12pt;
    margin-bottom: 3px;
    line-height: 15px;
    color: #fff100;
    font-family: "SVN-Gilroy";
    display: block;
    width: 100%;
    position: absolute;
    top: 145px;
    margin: 0;
    line-height: 25pt;
    letter-spacing: 2px;

    font-weight: bold;
}
.sale-info-group-v3 .sale-cv-v1{
    font-size: 8pt;
    color: #fff100;
    text-transform: uppercase;
    display: block;
    margin: 6px 0;
      margin-bottom: 6px;
    margin-bottom: 6px;
    margin-bottom: 6px;
    margin-bottom: 18px;
    font-family: "SVN-Gilroy";
    position: absolute;
    top: 170px;
    width: 100%;
    line-height: 18pt;
    font-weight: 300;
    letter-spacing: 2px;
}
.sale-info-group-v3 .sale-cv-v2{
    font-size: 8pt;
    color: #fff100;
    text-transform: uppercase;
    display: block;
    margin: 6px 0;
      margin-bottom: 6px;
    margin-bottom: 6px;
    margin-bottom: 6px;
    margin-bottom: 18px;
    font-family: "SVN-Gilroy";
    position: absolute;
    top: 194px;
    width: 100%;
    line-height: 18pt;
    font-weight: 300;
    letter-spacing: 2px;
}

.sale-info-barcode-v1{
    border: 2px solid white;
    border-radius: 9px;
    width: 280px;
    margin: auto;
      margin-top: auto;
      margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #fffceb;
    margin-top: 5px;
    margin-bottom: 5px;
    position: absolute;
    top: 226px;
    left: 10px;

}

.sale-info-barcode-v1 .sale-barcode-v1{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
    border: 3px;
    float: left;
}

.sale-info-barcode-v1 > .sale-barcode-v1 > img{
    width: 100%;
    border-radius: 3px;
    display: block;
  
}

.sale-info-barcode-v1 > .sale-phone-v1{
    float: left;
    align-items: center;
    width: calc(100% - 105px);
    height: 100px;
    margin-top: 5px;
    display: flex;
}

.sale-info-barcode-v1 > .sale-phone-v1 > .sale-code-v1{
    display: flex;
    flex-direction: column;
    font-size: 10pt;
    text-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.sale-info-barcode-v1 > .sale-phone-v1 > .sale-code-v1 > .c-manv-v1{
    
    line-height: 20pt;
}

.sale-footer-v1{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 510px;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 1px;
}

.sale-footer-v1 .sale-hethan-v1{
    color: white;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 8pt;
    /* line-height: 8pt; */
    font-family: 'SVN-Gilroy';
}
.page-break {
    page-break-before: always; 
    display: block;
}



@media only screen and (min-width: 600px) {
  /* For tablets: */

}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  
}