/* @font-face {
	font-family: 'KONE';
	src: url("fonts/KONE_Information.ttf") format("truetype");
	src: url("fonts/KONE_Information.woff") format("woff");
	src: url("fonts/KONE_Information.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
  }
 */
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
}

.Mainname {
    font-size: 15px;
}

.Mainname {
    color: #ffffff;
    font-weight: 900;
    margin-right: 0px;
}

.ScrollerMainContainer {
    background: #1450F5;
    padding-top: 18px;
    padding-bottom: 18px;
}

.CurrencySpan,
.date.format  {
    margin-right: 20px;
}


span.title {
    margin: 5px;
}


.change.positive:before {
    content:url(up.png);
    height:0px ;
    width: 30px;
    margin-right: 10px;
}

.change.negative::before {
    content: url(up.png);
    top: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
    display: inline-block;
}

span.label {
    margin-right: 30px;
}

span.change.negative.negative_change {
    margin-left: 15px;
}

.positive {
    color: #FFFFFF ;
}
.negative {
    color: #FFFFFF ;
}

span.label-div {
    margin-right: 30px;
}
