#navbar>ul>li>a.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;
}
#navbar>ul>li>a.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: 10px 0px 11px 0px;
}
.tab-option-4 .match_filter, .tab-option-4 .match_filter_wg{
    padding-left: 5px;
}

.overflow-scroll {
    overflow: scroll !important;
    scrollbar-color: #000 #333333;
    overflow-x: unset !important;
}
.list_post_new article:hover h3 {
    color: #fff;
}
@media (min-width: 1000px) {
    .player-padding {
        padding-bottom: 390px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 280px;
    }

}
@media (min-width: 1190px) {
    .player-padding {
        padding-bottom: 470px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 330px;
    }

}
@media (min-width: 1400px) {
    .player-padding {
        display: block;
        position: relative;
        padding-bottom: 525px;
    }
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 385px;
    }

}

.table_get_livescore .slider-wrapper {
    position: relative;
}
body .main-container {
    padding: 0px !important;
}

#fitter_datetime .slider-items .date-item {
    display: grid !important;
    grid-template-rows: auto auto !important;
    grid-template-columns: 1fr !important;
    align-content: center;
    justify-items: center;
    gap: 2px;
    line-height: 1.25;
}
#fitter_datetime .slider-items .date-item-label,
#fitter_datetime .slider-items .date-item-date {
    display: block !important;
    visibility: visible !important;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
#fitter_datetime .slider-items .date-item-label {
    font-size: 13px !important;
}
#fitter_datetime .slider-items .date-item-date {
    font-size: 15px !important;
    font-weight: 500;
}

.list_post_new { padding: 10px 15px; margin-bottom: 20px; }
.list_post_new .img_cover { position: relative; overflow: hidden; }
.list_post_new .img_cover img {
    bottom: 0; left: 0; right: 0; top: 0;
    height: 100%; width: 100%;
    object-fit: cover; object-position: 50% 50%;
    position: absolute;
    font-family: "object-fit: cover;";
}
.list_post_new h3.post-title { font-size: 18px; padding-top: 15px; }
.list_post_new a { display: block; margin-bottom: 15px; text-decoration: none; }
.list_post_new article:hover h3.post-title { color: var(--scl-primary, #00FFFD); }

.row.no-gutters { margin-left: 0; margin-right: 0; }
.row.no-gutters > [class*="col-"] { padding-left: 0; padding-right: 0; }
.row.no-gutters #toc_container.toc-fixed { padding: 12px 16px; }
.row.no-gutters #toc_container.toc-fixed .toc_title { font-weight: 600; margin: 0 0 8px; }
.row.no-gutters #toc_container.toc-fixed .toc_list { list-style: none; padding-left: 0; margin: 0; }
.row.no-gutters #toc_container.toc-fixed .toc_list li { padding: 4px 0; }
.row.no-gutters #toc_container.toc-fixed .toc_list a { color: inherit; text-decoration: none; }
.row.no-gutters #toc_container.toc-fixed .toc_list a:hover { color: var(--scl-primary, #00FFFD); }
.row.no-gutters #toc_container.toc-fixed .toc_number {
    display: inline-block; min-width: 24px; margin-right: 6px;
    color: var(--scl-primary, #00FFFD); font-weight: 700;
}
.row.no-gutters #toc_container.toc-fixed .toc_number.toc_depth_2 { padding-left: 14px; min-width: 38px; }
.row.no-gutters .content-box { padding: 0 16px; }
@media (min-width: 992px) {
    .row.no-gutters #toc_container.toc-fixed { position: sticky; top: 80px; align-self: flex-start; max-height: calc(100vh - 100px); overflow-y: auto; }
}