/*#header .nav>li.active::before {*/
/*    display: block;*/
/*    color: var(--scl-head-text-hover);*/
/*    background-color: var(--scl-head-menu-hover);*/
/*    content: "";*/
/*    width: calc(100%);*/
/*    height: calc(200% + 50px);*/
/*    transform: rotate(15deg);*/
/*    left: 0;*/
/*    top: calc(-50% - 25px);*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*}*/
/*#header .nav>li.active {*/
/*    color: var(--scl-head-text-hover);*/
/*}*/
.match-list-container {
    padding: 10px 5px;
}
.match-list{
    margin: 0;
}
.tab-option-4 .match_filter_wg li:hover, .tab-option-4 .match_filter li:hover {
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #00C44D;
    -moz-box-shadow: 1px 17px 25px -2px rgba(0,196,77,0.72);
    box-shadow: 1px 4px 11px 0px rgba(0, 196, 77, 0.53);
    -webkit-box-shadow: 1px 4px 11px 0px rgba(0, 196, 77, 0.53);
    -moz-box-shadow: 1px 4px 11px 0px rgba(0,196,77,0.53);
    border: 1px solid #00FF66;
    background: unset;
}
#footer {
    background-color: #101010;
    color: var(--scl-footer-text);
}
.ketqua-table .match-item-row {
    justify-content: left;
}
.list_post_new article:hover h3{
    color: #08f33c;
}
.recent-container {
    padding: 5px 12px;
    overflow-y: scroll;
    height: 568px;
}
.full-width {
    width: 99.4%;
    margin: 0 auto;
}

.home .sports-bars {
    padding: 16px 0px 11px 5px;
}
.tab-option-4 .match_filter, .tab-option-4 .match_filter_wg{
    padding-left: 5px;
}

.home .sports-bars ul li button{
    
    min-width: 115px;
    border-radius: 7px;
    position: relative;
    background: linear-gradient(360deg, rgb(24 29 89), rgba(34, 42, 73, 0.2));
}
.home .sports-bars ul li {
    margin-right: 15px;
}
.home .sports-bars ul li::after{
    right: -7px;
}
@media (max-width: 780px) {
     .sports-bars .nav-tabs {
        width: max-content !important;
    }
}
@media (min-width: 1000px) {
    .player-padding {
        padding-bottom: 420px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 281px;
    }
    
}
@media (min-width: 1190px) {
    .player-padding {
        padding-bottom: 500px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 361px;
    }
    
}
@media (min-width: 1400px) {
    .player-padding {
        display: block;
        position: relative;
        padding-bottom: 470px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 330px;
    }
    
}