*{
    padding: 0px;
    margin: 0px;
  }
  @media print {
    .user-card-v1{
        margin: 10px auto;
        margin-top: 10px;
        top: 10px
    }
    .c-logo-v1{
        display: none;
    }

    .c-info-v2{
        width: 638px;
        height: 762px;
        background-image: linear-gradient(to bottom, rgba(120,170,60,0), rgba(120,170,60,1));
        position: absolute;
        bottom: 30px;
        left: 19px;
        border-radius: 30px;
    }
    
  }
#pdfTable{
    display: flex;
    flex-wrap: wrap;
}

 
.user-card-v1{
    width: 676px;
    height: 1076px;
    position: relative;
    background-color: #509632; 
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'SVN-Gilroy';
    margin: 10px auto;

     /* background-image: url(anhmau.png); 
     background-repeat: no-repeat;
     background-position: center; */
}


.c-logo-v1 {
    width: 276px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 52px;
    z-index: 999;
   
}
.c-logo-v1 img{
    width: 100%;
}
.c-info-v2{
    width: 638px;
    height: 762px;
    background-image: linear-gradient(to bottom, rgba(120,170,60,0), rgba(120,170,60,1));
    position: absolute;
    bottom: 30px;
    left: 19px;
    border-radius: 30px;
}
.c-info-v4{
    width: 544px;
    height: 692px;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    font-family: "SVN-Gilroy";
    text-align: center;
    background-color: #3c781e;
    bottom: 100px;
    left: 66px;
    border-radius: 30px;
}

.c-info-v1{
    width: 544px;
    height: 692px;
    position: absolute;
    background-image: url("/assets/images/cardv1/hoa.png");
    background-position: bottom;
    background-repeat: no-repeat;
    font-family: "SVN-Gilroy";
    text-align: center;
    background-color: #3c781e;
    bottom: 100px;
    left: 66px;
    border-radius: 30px;
    opacity: 39%; 
}

.c-info-v3{
    width: 544px;
    height: 692px;
    position: absolute;
    bottom: 100px;
    left: 66px;
    text-align: center;
}

.c-avatar-v1{
    width: 308px;
    margin: auto;
    height: 308px;
    position: absolute;
    left: 118px;
    top: -55px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #e9c564, #fff3b5);
}

.c-avatar-v1 > img{
    width: 306px;
    border-radius: 30px;
    margin-top: 0px;
    padding-top: 0px;
    height: 306px;
    text-align: center;
    vertical-align: middle;
    object-fit: cover;

}

.c-info-v3 > h3{
    text-transform: uppercase;
    font-size: 28pt;
    margin-bottom: 3px;
    line-height: 15px;
    color: #fff100;
    font-family: "SVN-Gilroy";
    display: block;
    width: 100%;
    position: absolute;
    top: 296px;
    margin: 0;
    line-height: 30pt;
    font-weight: bold;
}
.c-info-v3 .c-cv-v1{
    font-size: 17pt;
color: #fff100;
text-transform: uppercase;
display: block;
margin: 6px 0;
  margin-bottom: 6px;
margin-bottom: 18px;
font-family: "SVN-Gilroy";
position: absolute;
top: 349px;
width: 100%;
line-height: 17pt;
font-weight: 300;
letter-spacing: 1px;
}

.c-info-barcode-v1{
    border: 2px solid white;
    border-radius: 9px;
    width: 485px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #fffceb;
    margin-top: 5px;
    margin-bottom: 5px;
    position: absolute;
    top: 421px;
    left: 28px;
    height: 236px;
}

.c-info-barcode-v1 .c-barcode-v1{
  
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
width: 216px;
height: 216px;
border: 3px;
float: left;
}

.c-info-barcode-v1 > .c-barcode-v1 > img{
    width: 100%;
    border-radius: 3px;
    display: block;
    width: 216px;
    height: 216px;
}

.c-info-barcode-v1 > .c-phone-v1{
    align-items: center;
    display: flex;
    float: left;
    margin: 0px auto;
    width: 255px;
    height: 100%;
}

.c-info-barcode-v1 > .c-phone-v1 > .c-code-v1{
    display: flex;
    flex-direction: column;
    font-size: 20pt;
    text-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.c-info-barcode-v1 > .c-phone-v1 > .c-code-v1 > .c-manv-v1{
    margin-top: -22px;
    line-height: 52pt;
}

.c-footer-v1{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 57px;
    font-size: 20pt;
    font-weight: bold;
    letter-spacing: 1px;
}

.c-footer-v1 .c-hethan-v1{
    color: white;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-break {
    page-break-before: always; 
    display: block;
}
@media print {
      body {font-family: 'SVN-Gotham', sans-serif;}  
  
      .c-info-v1 .c-cv-v1{
        font-weight: 300;
    }
    .c-logo-v1{
        display: none;
    }
    .page-break {
        page-break-before: always; 
        display: block;
       
    }
 }