.pdf-v-1 {
	
}
.pdf-v-1 a {
	text-transform: uppercase;
	font-size: 14px; 
	font-weight: 500; 
	padding: 12px 30px; 
	margin: 0; 
	border: 1px solid #000;  
	border-radius: 9999px; 
	background-color: #fff; 
	color: #000;
	position: relative;
	padding-left: 40px;
}
.pdf-v-1 a img {
	background: #000;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	padding: 6px;
}

.pdf-v-2 {
	
}
.pdf-v-2 a {
	font-size: 14px; 
	font-weight: 300; 
	padding: 12px 30px; 
	margin: 0; 
	border: 1px solid #000;  
	border-radius: 9999px; 
	background-color: #fff; 
	color: #000 !important;
	position: relative;
	padding-left: 40px;
}
.pdf-v-1 a:hover,
.pdf-v-2 a:hover,
.pdf-v-3 a:hover {
	color: #fff !important;
}
.pdf-v-2 a img {
	background: #000;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 4px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	padding: 6px;
}

.pdf-v-3 {
	
}
.pdf-v-3 a {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-radius: 9999px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding-left: 45px;
	padding-right: 10px;
    display: block;
    line-height: 37px;
}
.pdf-v-3 a img {
	background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    padding: 8px;
}