.match-item .views,
.match-item .match-status .match-live-time-info-option,
.match-item .match-status .match-score-option {
    display:none;
}
/* 
.match-item[is-live="1"] .match-live-time-info-option,
.match-item[is-live="1"] .match-score-option {
    display: flex;
}
 */

.match-time-option,
.match-score-option {
    font-size: 24px;
    padding: 3px 10px;
    background: var(--scl-primary) !important;
    border-radius: 5px;
}.match-item[is-live="0"] .vs-match{
	display: block;
}


.match-item[is-live="1"]:not(:is([status-id="0"], [status-id="1"], [status-id="9"], [status-id="10"], [status-id="11"], [status-id="12"])) .score-match-data, 
.match-item[is-live="1"]:not(:is([status-id="0"], [status-id="1"], [status-id="9"], [status-id="10"], [status-id="11"], [status-id="12"])) .status-match-data {
    display: block;
}

/* .match-item[is-live="1"]:not([status-id="0"]):not([status-id="1"]) .score-match-data, 
.match-item[is-live="1"]:not([status-id="0"]):not([status-id="1"]) .status-match-data {
    display: block;
} */

.match-item[is-live="1"]:not([status-id="0"]) .views {
    display: flex;
    justify-content: right;
}

.match-item[is-live="1"][status-id="0"] .match-running,
.match-item[is-live="1"][status-id="1"] .match-running{
	display: block;
}
.time-text::before{
    content:":";
    margin-right:5px;
}
.match-item[is-live="1"][status-id="2"] .time-text,
.match-item[is-live="1"][status-id="4"] .time-text{
    display:inline-block;
}
.match-item:not([is-live="1"]) .vs-match{
    display:inline-block;
}

.match-item:is([status-id="0"], [status-id="1"], [status-id="9"], [status-id="10"], [status-id="11"], [status-id="12"]) .vs-match {
    display: inline-block;
}

.match-item[is-live="1"] .time-text:empty{
    display:none;
}

/* Filter matches option 4 */
.tab-option-4 .match_filter,
.tab-option-4 .match_filter_wg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    gap: 12px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.tab-option-4 .match_filter_wg li,
.tab-option-4 .match_filter li {
    border-radius: 6px;
    background: #202229;
    color: #fff !important;
    min-width: 100px;
    height: 34px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 7px;
    line-height: 18px;
    white-space: nowrap;
    padding: 0 8px;
    border: 1px solid transparent;
}

.tab-option-4 .match_filter_wg li:hover,
.tab-option-4 .match_filter li:hover {
 cursor: pointer;
}

.tab-option-4 .match_filter_wg li span::after, 
.tab-option-4 .match_filter li span::after {
    background: #151618;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald;
    font-size: 11px;
    top: -2px;
}

.tab-option-4 .match_filter li.active,
.tab-option-4 .match_filter_wg li.active {
    background: linear-gradient(113deg, var(--scl-primary) 7.37%, var(--scl-primary) 57.22%, var(--scl-primary) 66.05%, #000 131.67%);
    box-shadow: inset 0 0 0 1px var(--scl-primary);
}

@media (max-width: 992px) {
    .tab-option-4 .match_filter_wg,
    .tab-option-4 .match_filter {
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 0 12px 0;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 48em) {
    .tab-option-4 .match-list-widget li,
    .tab-option-4 .match_filters li {
        margin-left: unset;
        font-size: 12px !important;
        margin-right: unset !important;
    }
}

.tab-option-4 .match_filter_wg li[data-value="live"]::before,
.tab-option-4 .match_filter li[data-value="live"]::before {
    content: url('.././images/live-2.png');
    display: inline-block;
    width: 15px;
}

.tab-option-4 .match_filter_wg li[data-value="live"],
.tab-option-4 .match_filter li[data-value="live"]
{
    color: transparent !important;
}

.tab-option-4 .match_filter_wg li[data-value="live"] span::after,
.tab-option-4 .match_filter li[data-value="live"] span::after
{      
    left: 40px;
}

.tab-option-4 .match_filter_wg li[data-value="hot"]::before,
.tab-option-4 .match_filter li[data-value="hot"]::before {
    content: url('.././images/hot.png');
    display: inline-block;
    width: 15px;
}

.tab-option-4 .match_filter_wg li[data-value="tday"]::before,
.tab-option-4 .match_filter_wg li[data-value="tmr"]::before,
.tab-option-4 .match_filter li[data-value="tday"]::before,
.tab-option-4 .match_filter li[data-value="tmr"]::before {
    content: url('.././images/schedule.png');
    display: inline-block;
    width: 15px;
}

.tab-option-4 ul.match_filter {
    display: flex;
    width: 800px;
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr);
}

.player-box {
    position: relative;
    background-color: black;
}

.loading-spinner-stream {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* .player-box iframe {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: relative;
    z-index: 5;
} */


.default .match-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 2;
}

.default .match-item {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    border-radius: 5px;
}

.default .match-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 60%);
    top: 0;
    left: -100%;
    content: "";
    display: block;
    z-index: 3;
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    from { left: -100%; }
    to { left: 100%; }
}