<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.paisa-arrow__right {
	transform: rotate(-136deg);
	top: 12px;
	right: 12px;
}

.paisa-spacer {
	padding: 35px 0;
}

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

.paisa-indices__top {
	margin-bottom: 12px;
	padding: 5px 5px 0;
}

.paisa-indices__top img {
	vertical-align: middle;
}

.paisa-indices__box {
	display: flex;
}

.paisa-indices__inner {
	flex: 1;
	background-color: #f9fafb;
	border: 1px solid #f0f2f4;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0;
	padding-right: 0;
}
.paisa-indices__inner a{
	display: block;
    padding: 10px;
    padding-right: 15px;
}

.paisa-indices__inner:last-child {
	margin-right: 0;
}

.paisa-indices__name {
	color: #344054;
	font-size: 14px;
	text-transform: uppercase;
}

.paisa-indices__value {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.paisa-indices__value strong {
	font-weight: 500;
	font-size: 24px;
	vertical-align: middle;
	line-height: 28px;
	color: #1d2939;
}

.paisa-indices__value span {
	align-items: center;
	display: inline-flex;
	padding-left: 10px;
}

.paisa-indices__value span img {
	display: inline-block;
	padding-left: 12px;
}

.paisa-indices__red {
	color: #e5455d;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.paisa-indices__green {
	color: #00b29e;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.paisatext__updated {
	float: right;
	font-size: 9px;
	color: #828597;
	margin-top: 5px;
}

#owl-carouselIndices {
	padding: 0 5px;
}

.paisa-indices .owl-prev {
	position: absolute;
	right: 57%;
	margin: 0!important;
	line-height: 10px!important;
}

.paisa-indices .owl-theme .owl-nav [class*=owl-]:hover {
	background: 0 0;
}

.paisa-indices .owl-theme .owl-nav [class*=owl-]:hover span {
	color: #3d89fc;
}

.paisa-indices .owl-next {
	position: absolute;
	left: 57%;
	margin: 0!important;
	line-height: 10px!important;
}

.owl-theme .owl-dots .owl-dot:hover span,.paisa-indices .owl-theme .owl-dots .owl-dot.active span {
	background-color: #3d89fc;
}

.paisa-indices .owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background-color: #e7e7e7;
}

@media (max-width:767px) {
	.paisa-indices__box {
		overflow-x: auto;
		margin-bottom: 20px;
	}

	.owl-theme .owl-dots .owl-dot {
		top: -3px;
		position: relative;
	}
}</pre></body></html>