.OnlineWrap{
margin: 10px 0;
    margin-top: 0;
        box-shadow: var(--box-shadow);
        padding: 10px;
    background: none repeat scroll 0 0 #fff;
        border-radius: 5px;
}
.OnlineCounter li a {
        display: inline-block;
        white-space: nowrap;
}
.OnlineCounter li span {
        display: inline-block;
        white-space: nowrap;
}
.OnlineCounter .CurrenOnline, .OnlineCounter .YearOnline, .LastYearOnline, .TotalOnline{
font-weight: bold;
        float: right;
}
.OnlineCounter {
    
        #height: 90px;
        line-height: 18px;
        margin: 0 0 20px;
        margin-top: 20px;
}
.OnlineCounter ul {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0px 0!important;
    flex-direction: column;
}
.OnlineCounter ul li{
	line-height: 2;
}
.OnlineCounter .Header {
      height: 34px;
        
}
.OnlineCounter .Header span{
font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
    color: var(--color-red);
    text-transform: uppercase;
font-family: 'Inter';
}
@media (max-width: 1023px){
	.OnlineCounter {
        padding:0 10px!important;
}
}

