.txnmswtexplr i {
	margin-right: 0.5rem;
}
.txnmswtexplr .card-header {
	background: #fff;
}
.txnmswtexplr .card {
	position: relative;
	margin: 5px 5px 0.62rem 5px;
	box-shadow: 0px 0px 10px 0px #666;
	border: none;
}
.txnmswtexplr a {
	color: #555;
	text-decoration: none;
}
.txnmswtexplr .circle-number {
	float: right;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: var(--theme-primary);
	color: var(--theme-primary-text);
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}