
.linkstyle {
	padding: 12px 24px 12px 24px; 
	line-height:24px; 
	font-size: 12px; 
	border-color:#0067b8; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-style: normal; 
	background-color: #0067b8; 
	font-weight: 400; 
	border-radius: 10px;
}

 #downloadLink {
 	color: #007bff;
 	text-decoration: none;
 	font-weight: bold;
}

#downloadLink:hover {
	text-decoration: underline;
}

.download-status {
	margin: 20px 0;
	padding: 15px;
	border-radius: 5px;
	display: none;
}

.download-success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.download-error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.progress-bar {
	width: 100%;
	height: 20px;
	background-color: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0;
}

.progress-fill {
	height: 100%;
	background-color: #007bff;
	width: 0%;
	transition: width 0.3s ease;
}