
.match-list-container {
    padding: 10px 5px;
}
.match-list{
    margin: 0 !important;
}
.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;
}

.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: 7px;
}

@media (min-width: 1000px) {
    .player-padding {
        padding-bottom: 390px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 318px;
    }
    
}
@media (min-width: 1190px) {
    .player-padding {
        padding-bottom: 470px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 370px;
    }
    
}
@media (min-width: 1400px) {
    .player-padding {
        display: block;
        position: relative;
        padding-bottom: 525px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 425px;
    }
    
}