<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.paisa-ticker{
	padding: 5px 30px;
    margin: 0;
    height: 35px;
    box-shadow: 0px 0.5px 4px #DFE2E6;
	border-radius: 3px;
    position: relative;
}
.paisa-ticker__marqueetext{
	position: relative;
    display: inline-block;
    padding-right: 4%;
    text-align: left;
}
.paisa-ticker__marqueetext:after {
    content: "";
    position: absolute;
    right: 10%;
    top: 5px;
    height: 16px;
    width: 1px;
    background-color: #000;
}
.paisa-ticker__marqueetext:last-child:after{
	content: none;
}
.paisa-ticker__marqueetext strong{
	font-weight: 500;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.paisa-ticker__marqueetext a{
	font-weight: 500;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color:#000;
}


.paisa-ticker__marqueetext span {
    font-size: 14px;
}
.paisa-ticker__red span {
    color: #ba1c1c;
    position: relative;
}
.paisa-ticker__gree span {
        color: #1cba81;
    position: relative;
}
.paisa-arrow{
	content: "";
    position: absolute;
    border: solid #153a5b;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
}
.paisa-arrow__left{
	transform: rotate(45deg);
    top: 12px;
    left: 12px;
}
.paisa-arrow__right{
	transform: rotate(-136deg);
    top: 12px;
    right: 12px;
}

@media (max-width: 767px){
    .paisa-ticker__marqueetext:after {
        right: 2%;
    }
}
</pre></body></html>