@media print {
    body{
        -webkit-print-color-adjust: exact; 
    }
	
	.menu_bottom {display:none;}
	
}

 @page 
    {
        size: 265px 470px ;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }	

html {overflow-x: hidden;}
body {padding: 0;
    margin: 0;
    
    background: #ffffff;}
	a {text-decoration:none;color:unset;}
	
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

* {font-family:archivo,poppins;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: archivo,poppins;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

.card {    background: url(card_images/pdfcardm1.png);
   width: 400px;
    height: 700px;
    background-size: unset;
    background-repeat: no-repeat;
    margin: 0 auto;}
	
	.name_pos {        color: white;
    position: absolute;
    top: 45px;
    left: 286px;
    width: 298px;
    text-align: center;}
	.name_pos p{    margin: 0;
    color: #1c202b;}
	.name_pos h2{    margin: 16px 0px 0px;}
	.name_pos p i{}
	
	.cont_details {        color: white;
    position: absolute;
    top: 92px;
    left: 34px;
    width: 277px;}
	.cont_details .link_btn{    font-size: 13px;
    text-align: left;}
	
	.cont_details .link_btn .detl {    width: 225px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    line-height: 1;}
	.cont_details .link_btn i{    background: white;
    color: #1c202b;
    padding: 7px;
    width: 18px;
    text-align: center;
    margin: 4px;}
	
	

.cont_details {
        color: white;
    position: absolute;
    top: 248px;
    left: 34px;
    width: 90%;
}

#d_logo {
    position: absolute;
    top: 56px;
    max-width: 100px;
    max-height: 100px;
    left: 46px;
    border-radius: 5px;
}

#qr_code {
    position: absolute;
    top: 451px;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%);
}

#d_logo2 {
    
    display: none;
}

.user_company {
    position: absolute;
    top: 179px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 297px;
    overflow: hidden;
    color: white;
    text-align: center;
}

.name_pos {
    color: white;
    position: absolute;
    top: 66px;
    left: 236px;
    width: 264px;
    text-align: left;
}