.OnlineCounter {
        margin-bottom: 10px;
        padding-bottom: 15px;
        /* background: #f8f9fa; */
        /* border-radius: .5rem; */
        border: 1px solid #dcdcdc;
}
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 {
           display: inline-block;
           width: 100%;
           margin-bottom: 10px;
           /* line-height: 38px; */
           background-image: linear-gradient(180deg, #2a78e5 0, #2a78e5 100%);
           text-align: center;
           height: 35px;
}
.OnlineCounter .Header span {
      display: block;
      text-align: center;
      font-weight: 600;
      color: #fff;
      font-size: 16px;
      position: relative;
      line-height: 35px;
}
.OnlineCounter .Header span::before {
    content: "\f0c0";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    padding-left: 0.5em;
    position: absolute;
    top: 0px;
    left: 50px;
}
.OnlineCounter .Header span::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    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;
                border: none;
        }
}
