.OnlineCounter {
        margin-bottom: 10px;
        padding-bottom: 15px;
        background: #f8f9fa;
        border-radius: .5rem;
        border: 1px solid #e5e6e9;
}
div.OnlineCounter ul {
        /* background: #fff none repeat scroll 0 0; */
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        width: 100%;
        border-color: #ddd;
        border-image: none;
        border-style: solid;
        border-width: 0px;
        padding-top: 0;
        font-size: 15px;
}
.OnlineCounter ul span:first-child {
        display: inline-block;
        padding: 0;
}
.OnlineCounter .Header {
        font-weight: 600;
        color: var(--bg-blue-weight);
        display: inline-block;
        /* padding-left: 35px; */
        width: 100%;
        margin-bottom: 0;
        box-shadow: 0 4px 20px 0 #9d9d9d26;
        line-height: 52px;
        padding: 0 15px;
}
.OnlineCounter .Header span {
       text-align: center;
    font-weight: 600;
    color: #bd1723;
    font-size: 18px;
    position: relative;
    display: block;
}
.OnlineCounter .Header span::before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #4e4848;
    font-size: 20px;
    padding-left: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.OnlineCounter .Header span::after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #4e4848;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
}
div.OnlineCounter ul li{
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        background: url(images/arrow2.png) no-repeat 0px 14px;
        width: unset;
        margin: 0;
        padding: 10px;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
}
div.OnlineCounter ul li+li{
        /* padding-top: 5px; */
        border-top: 1px dashed #e4e4e4;
        padding-top: 5px;
}
.OnlineCounter .MultiRow .OnlineContainer > li>span:nth-child(1) {
        flex: 1;
}
@media only screen and (max-width: 768px){
        div.OnlineCounter {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
