
.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;
}

.tab-option-4 .match_filter, .tab-option-4 .match_filter_wg{
    padding-left: 5px;
}

@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;
    }

}

.thumb-post {
    width: 100%;
    float: left;
}

.img-thumb {
    height: auto;
    width: 100%;
}

.widget-post-recent .content-post {
    width: 100%;
    float: left;
}

.widget-post-recent .content-post h3 {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.meta-post-sidebar {
    line-height: 1.0em;
}

.widget-post-recent li {
    margin-bottom: 10px;
}

.widget-post-recent .post-date {
    color: #919191;
    font-size: 11px;
    margin-top: -2px;
    display: inline-block;
}

.widget-post-recent .post-category .category-name {
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    display: block;
}

.sidebar-post-item a {
    line-height: 1.2em;
}

.sidebar-post-item .post-sidebar-link {
    color: white;
}

.sidebar-post-item .content-post {
    display: grid;
}

.sidebar-post-item {
    display: grid;
    grid-column-gap: 5px;
    margin-bottom: 10px;
    grid-template-columns: 120px 1fr;
}

.sidebar-post-item a.post-category {
    font-size: 12px;
}