.credential-buttons .btn-outlined {
	padding: 12px 20px;
	height: 40px;
	border: 1px solid #2985F7;
	color: #2985F7;
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	background-color: transparent;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
	transition-duration: 0.3s;
	cursor: pointer;
}

.credential-buttons .btn-outlined:hover {
	 background-color: #2985F7;
	 color: white;
 }
.credential-buttons .btn-status {
	padding: 12px 20px;
	height: 40px;
	background-color: rgba(78, 206, 94, 0.1);
	border: 1px solid rgba(78, 206, 94, 0.1);
	color: rgba(69, 189, 84, 1);
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 10px;
	transition-duration: 0.3s;
	cursor: default;
}
/*.credential-buttons .btn-status:hover {*/
/*	background-color: rgba(78, 206, 94, 0.3);*/
/*}*/
.credential-buttons {
	display: flex;
	justify-content: right;
}