.is-divider{
    display: none;
}
.page-wrapper {
    padding-top: 20px;
}
.home .sports-bars ul li:first-child button{
    margin-right: 8px;
}
.home .sports-bars ul li button{
    font-family: sans-serif;
    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: 7px;
}
.home .sports-bars ul li::after{
    right: -6%;
}
#main h1.entry-title{
    color: #ffc71c;
}
.home .sports-bars{
    margin-bottom: -5px;
}

.match-list-container ul.match_filter {
    margin-bottom: 0 !important;
    width: fit-content;
    margin-top: 7px;
}

.match_filter_wg li:hover, .match_filter_wg li.active, .tab-option-1 .match_filter li:hover, .tab-option-1 .match_filter li.active{
    color: #fff;
    background: linear-gradient(113deg, #984d1b 7.37%, #ff8e44 57.22%, #d17030 66.05%, #000 131.67%);
    border-bottom: 0;
    height: max-content;
}

.match_filter_wg li span, .match_filter li span{
    
    margin-left: -20px;
}

.match_filter_wg li, .tab-option-1 .match_filter li {
    padding: 6px 38px;
    border-radius: 6px;
    margin-left: 0;
    margin-right: 15px;
}
#content{
    padding: 0 15px;
}
.row .row:not(.row-collapse){
    margin: 0 -3px;
}
.match-list-container {
    padding: 10px 0px;
}
.tab-option-1 .match_filter_wg li span::after, .tab-option-1 .match_filter li span::after{
    font-size: 10px;
    border-radius: 3px;
    padding: 4px;
}
.match_filter_wg li span::after, .match_filter li span::after{
    top: 3px;
    color: #000;
}
.ketqua-table .match-item-row{
    justify-content: left;
}
.footer-title{
    
    margin: 40px 0 42px;
}
.ux-menu-link__link{
        color: #e6aa04;
}
.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link{
     color: #dac07a;
}
.match-list{
    margin: 0 -3px;
}

.main-container, #main{
    background: #0f0f0f !important;
}
ul{
    padding-left: 0;
}
ul.match_filter_wg{
    margin-top: 15px;
}
#navbar>ul>li>a.active::before {
    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;
    display: none;
}
#navbar>ul>li>a.active{
    color: var(--scl-head-text-hover);
}
#navbar>ul>li>a.active::before {
    display: block;
}
#navbar>ul>li>a:hover {
    /*color: var(--scl-head-text-hover);*/
}

@media (max-width: 780px) {
    .match_filter_wg li span::after, .match_filter li span::after {
        top: 0px;
    }
    .match-list-widget .tab-data li, .tab-option-1 .match_filter li {
        margin-right: 8px !important;
    }
    .match_filter_wg, .match_filter {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 0 12px 0;
        margin-bottom: 12px;
    }
    .home .sports-bars {
        padding: 3px 0px 8px;
    }
    
}
.player-padding {
    padding-bottom: 406px;
}

.list_post_new {
    padding: 10px 2px;
}
.list_post_new article:hover h3{
    color: #f98c45;
}

@media (min-width: 1190px) {
    .player-padding {
        padding-bottom: 457px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 361px;
    }
    
}
@media (min-width: 1400px) {
    .player-padding {
        display: block;
        position: relative;
        padding-bottom: 59.25%;
    }
        .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 381px;
    }
    
}


