@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: #f1f1f1;}
	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/pdfcardm2.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 .link_btn{       font-size: 13px;
    text-align: left;
    background: #c4070712;
    margin: 5px;
    width: 304px;}
	
	.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: #990606;
    color: #ffffff;
    padding: 7px;
    width: 17px;
    text-align: center;
    margin: 7px;}
	
	

.cont_details {
            color: black;
    position: absolute;
    top: 248px;
    left: 34px;
    width: 90%;
}

#d_logo {
        position: absolute;
    top: 56px;
    width: 100px;
    height: 100px;
    right: 46px;
    border-radius: 0px;
    border: 2px solid #c40707;
}

#qr_code {
        position: absolute;
    top: 508px;
    left: 11px;
    width: 150px;
    height: 150px;
}

#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: #c40707;
    text-align: center;
}

.name_pos {
        color: white;
    position: absolute;
    top: 64px;
    left: 29px;
    width: 264px;
    text-align: left;
}