<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.paisa-news__top {
	padding: 5px 5px 0;
	margin-bottom: 12px;
}

.etfs__box {
	padding: 5px;
	background-color: #f9fafb;
	border: 1px solid #f0f2f4;
	border-radius: 3px;
}

.etfs__boxlist {
	padding: 0 0 5px;
	display: flex;
	border-bottom: 1px solid #e4eaef;
}

.etfs__boxlist li a {
	font-size: 14px;
	line-height: 16px;
	color: #1d2939;
	margin-right: 30px;
	padding: 0 0 7px;
}

.etfs__boxlist li a.active {
	font-weight: 500;
	border-bottom: 2px solid #194770;
}

.etfs__tabcontent {
	padding-top: 15px;
}

.etfs__tabcontent ul {
	display: flex;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}

.etfs__tabcontent ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.etfs__tabcontent li {
	flex: 1;
	vertical-align: top;
}

.etfs__tabcontent li:first-child {
	flex: 42%;
}

.etfs__tabcontent li:last-child {
	text-align: right;
	font-size: 14px;
	line-height: 16px;
}

.etfs__tabcontent li a {
	font-weight: 500;
	font-size: 14px;
	color: #1d2a33;
}

.etfs__tabcontent li .ntfs__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	display: block;
}

.etfs__tabcontent li:last-child strong {
	font-weight: 400;
}

.etfs__tabcontent li:last-child span {
	display: block;
	font-size: 13px;
}

.etfs__tabcontent li:last-child span.green--color {
	color: #27c779;
}

.etfs__tabcontent li:last-child span.red--color {
	color: #e5455d;
}

.paisalink__text {
	float: right;
	font-size: 14px;
	color: #1570ef;
	position: relative;
	text-transform: capitalize;
	padding-right: 15px;
}

.paisalink__text:after {
	content: "";
	position: absolute;
	top: 6px;
	right: 5px;
	border: solid #1570ef;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
}

.paisa-news__top strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}

@media (max-width:767px) {
	.etfs__tabcontent li a {
		font-size: 12px;
	}

	.etfs__tabcontent li:last-child {
		font-size: 12px;
	}

	.etfs__tabcontent li:last-child span {
		font-size: 12px;
	}

	.etfs__tabcontent li .ntfs__label {
		font-size: 12px;
	}
}</pre></body></html>