


.user-card{
    width: 207px;
    height: 321px;
    position: relative;
    background-image: url("/assets/images/card/bg.png"); 
    /* background-color: red; */
     background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    font-family: 'SVN-Gotham';
}
.c-info > h3{
    text-transform: uppercase;
    font-size: 10pt;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 15px;
    color: #fcef96;
    font-family: 'SVN-Gotham';
}

.c-logo{
    width: 40%;
    margin: auto;
    padding: 5%;
}

.c-logo > img{
    width: 100%;
}

.c-avatar{
    width: 40%;
    margin: auto;
    min-height: 82px;
    min-width: 82px;
}

.c-avatar > img{
    width: 100%;
    border: 1px solid yellow;
    border-radius: 10px;
    width: 82px;
    height: 82px;
}

.c-info-barcode{
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    width: 85%;
    margin: auto;
    background-color: #313b1f;
    color: #fffceb;
    margin-top: 5px;
    margin-bottom: 5px;

}

.c-info-barcode .c-barcode{
    flex: 1;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 67px;
}

.c-info-barcode > .c-barcode > img{
    width: 100%;
}
.c-info-barcode > .c-phone{
    flex: 1.5;
    margin-top: 5px;
}

.c-info-barcode > .c-phone > hr{
    margin: 8px 0;
    border-top: 1px solid #fff;
}

.c-info-barcode > .c-phone > .c-code{
    display: flex;
    flex-direction: column;
    font-size: 6.5pt;
    font-weight: bold;
}

.c-info-barcode > .c-phone > .c-code > .c-manv{
    margin-top: 5px;
}


.c-info{
    text-align: center;
   
}
.c-info .c-cv{
    font-weight: bold;
    color: #fefbe0;
    font-size: 7pt;
    margin-bottom: 10px;
    display: block;
}
.c-small{
    text-transform: uppercase;
    font-size: 3.4pt;
}
.c-footer{
    height: 25px;
    position: absolute;
    bottom: 0;
    font-size: 5.5pt;
    width: 100%;
    text-align: center;
    line-height: 25px;
    background-color: #313b1f;
    color: #fffceb;
}
.c-footer > h6{
 
    font-size: 5.5pt;
    line-height: 25px;
    color: #fffceb;
    padding: 0;
    margin: 0;
}

@media print {
      body {font-family: 'SVN-Gotham', 'sans-serif';}  
    /* h6.c-hethan{
        font-size: 9px;
        line-height: 25px;
        background-color: red;
    } */
    .c-info-barcode > .c-phone > .c-code{
        margin-bottom: 4px;
    }
    .c-logo{
        width: 30%;
        margin: auto;
        padding: 3%;
    }
    .c-info > h3{
        text-transform: uppercase;
        font-size: 10pt;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 15px;
        color: #fcef96;
    }
    .c-info .c-cv{
        font-size: 7pt;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .c-code{
        font-size: 6.5pt;

    }
    .c-manv{
        line-height: 15px;
    }
    .c-code > span{
        font-size: 6.5pt;
        display: block;
        line-height: 10px;
    }

    span.c-small{

        text-transform: uppercase;
        font-size: 3.4pt;
    }
    
    .c-hethan{
        font-size: 5.5pt;
    }
    .c-phone > hr{
        margin: 10px 0;
        border: none;
        border-top: 1px solid #fff;
    }
 }