.player-container>.row>.flexs{
    overflow-x: auto;
}
.player-container>.row>.flexs::-webkit-scrollbar-track
{
	background-color: #000;
}

.player-container>.row>.flexs::-webkit-scrollbar-thumb
{
	background-color: #272727;
}
.player-container>.row>.flexs>.chat-feedback{
    list-style-type: none;
    flex-wrap: nowrap;
    display: flex;
    padding: 0;
    width: max-content;
    position: unset;
    padding-bottom: 0 !important;
    width:max-content;
    min-width: 100%;
}
.tabs_lineup>.tabs_control{
    margin: 5px;
}
.tabs_vs .nav-link{
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 15px;
    width:100%;
}
.widget_container .widget-title{
    line-height: 20px;
}
.widget_container .widget-title span{
    padding-left: 10px;
    font-size: 20px;
}

.tabs_vs .nav-link.active{
    background: var(--scl-primary);
    font-size: 12px;
    border-radius: 5px;
}
.vs-container .fade.show{
    z-index: 2;
}
.vs-container{
    padding:10px;
    background: #272727;
    border-radius: 0 0 4px 4px;
}
.vs-container .fade:not(.show){
    opacity: 0;
    display: none;
    z-index: 1;
}
.tab_control li{
    margin: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex:1;
}
.vs-container .nav-link{
    padding: 10px;
}
.vs-container .sm-time {
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}
.ketqua-table .match-item-row {
    padding: 5px 0;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    align-items: center;
    justify-content: center;
}
.vs-container .match-history-detail{
    width:100%;
}
.vs-container .sm-time {
    width: 100%;
}
.tab_control {
    border-radius: 4px 4px 0 0;
    background: #000;
    list-style: none;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    border-width: 0.5px;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, #f8c21b, #ffe59403);
    border-image-slice: 1;
    border-top: unset;
    margin-bottom: 0;
}
.tabs_vs{
    justify-content: center;
}
.tabs_vs .nav-item img{
    width:20px;
}

.btn_live {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateX(-150%) translateY(-50%);
    width: 12px;
    height: 12px;
}
.btn_live:before {
    content: "";
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #dc3545;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.btn_live:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dc3545;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.loader-container_scl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.loader-container_scl .dot {
    width: 20px;
    height: 20px;
    background-color: var(--scl-primary);
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.1s ease infinite;
}
.loader-container_scl .dot:nth-child(1) {
    animation-delay: 0s;
}
.loader-container_scl .dot:nth-child(2) {
    animation-delay: 0.1s;
}
.loader-container_scl .dot:nth-child(3) {
    animation-delay: 0.2s;
}
.loader-container_scl .dot:nth-child(4) {
    animation-delay: 0.3s;
}
.loader-container_scl .dot:nth-child(5) {
    animation-delay: 0.4s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-60px);
  }
  60% {
    transform: translateY(25px);
  }
}
/*recentmatch*/
@media only screen and (max-width: 48em) {

    .loader-container_scl {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30vh;
    }

    [data-layout=layout-1]>div {
        font-size: 14px;
    }
    .author-list {
        display: flex;
        justify-content: center;
    }
    body .author-list ul {
        overflow-x: auto;
        flex-flow: unset;
        display: -webkit-box;
        overflow-y: hidden;
        margin: 0 !important;
    }
    .entry-header+.entry-content{
        padding-top:0!important
    }
    .match-list-widget .tab-data li,.tab-option-1 .match_filter li{
        /* margin-left: 5px!important;
        font-size: 14px!important; */
        margin-left: 0px;
        font-size: 12px!important;
        margin-right: 27px !important;
    }
    body .blv-item-scl .dropdown-item{
        font-size: 14px;
        line-height: 1;
    }
    body .embed-responsive-item-widget{
        padding-bottom: 100%;
    }
    body .match-score-scl{
        font-size: 12px;
    }
    body .teambox__status{
        max-width: 95px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    body #lineup_scl .number-sub{
        display: none;
    }
    
}
.match-overview-inner{
    text-align: center;
}
.tabs_control.active{
    background: var(--scl-primary);
    color:#fff;
    border-radius: 5px;
}
.tabs_content.active{
    display: block!important;
}
.tabs_content{
    display: none;
}
.stat-container .tabs_content{
    display: none;
}
.tabs_stats{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs_control{
    font-size: 12px;
    cursor: pointer;
}
.lineup-match{
    font-size: 12px;
}
.stat-container .team-logo span{
    font-size: 12px;
}
.stat-container .team-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-bottom: 0!important;
}
.tabs_stats>*{
    cursor: pointer;
    display: flex;
    flex:1;
    text-align: center;
    justify-content:center;
}
#stats_scl,#lineup_scl,#summary_scl{
    display: none;
}
.status-match:not(.vs-match){
    background: #009139;
    color: #fff;
    font-size: 12px;
    padding:3px 10px;
    border-radius: 4px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}
.status-match+.match-score-scl{
    margin-top: 5px;
}

.tax-giai-dau .match-item-footer-inner .match-view,
.home .match-item-footer-inner .match-view{
    display: none;
}
.match-score-scl.match-running{
    background:unset!important;
    font-size: 20px;
}
.match-score-scl{
    background: linear-gradient(141deg,#06A5FF 0%,#0236BC 100%);
    padding: 3px 0px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
    color:#fff
}
/*CSS ODDS*/
.flex-item-inner{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn_live{
    position: relative;
    top: 0;
}
.flex-item-inner>span{
    display: block;
    padding:3px
}

.select_title{
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.select_title span{
    font-size: 12px;
}
.flex-first{
    text-align: left;
    display: flex;
    max-width: 160px;
}

.flex-item{
    flex:1;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #94949442;
    border-right: 1px solid #94949442;
}
.flex-item>span>span{
    flex:1;
    
}
.flex-item>span{
    display: flex;
    align-items: center;
    justify-content: center;

}
.select_oddcontent.active{
    position: absolute;
    width: 100%;
    max-width:80px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff;
    z-index: 999;
    color: #000;
    display: block;
    transition: all .4s;
    top: 0;
    border-radius: 5px;
}
.select_oddcontent{
    display: none;
    transition: all .4s;
}
.select_title img{
    width: 80px!important;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}
.select_title .option_bet_item{
    transition: all .3s;
}

.select_title:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    position: absolute;
    transition: transform 0.2s;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
.flex-first *{
    font-size: 14px;
    text-transform: capitalize!important;
}
.select_title{
    cursor: pointer;
}
.flex-item{
    display: flex;
    flex-direction:column;
}
.flex-item-inner{
    width:100%
}
.main-container.match-detail{
    padding:0;
}
.active_open{
    background-color: #009b3a;
    opacity: 1!important;
    transition: all .2s;
}
@media only screen and (max-width: 48em) {
    [data-layout="layout-1"]>div{
        font-size: 14px;
    }
    .flex-first span{
        font-size:11px;
    }
    .flex-item:first-child{
        display: flex;
    }
    .flex-item.odds_active{
        display: flex;
    }
}
/*CSS ODDS*/
.match-view{
    display: flex;
    align-items: center;
}
.blv-list-scl{
    width: 100%;
    justify-content: center;
}
.match-blv-inner{
    width: 100%;
}
.match-view-inner span{
    color:#fff;
}
.match-view-inner{
    display: flex;
    align-items: center;
    margin-top:5px;
}
.match-flex{
    display: flex;
    justify-content: space-between;
}
.blv-list-scl{
    display: flex;
    align-items: center;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 12px;
}
.blv-item-scl .dropdown-item{
    display: flex;
    align-items: center;
    font-size: 10px;
    color:#fff;
    cursor: pointer;
}
.blv-item-scl .dropdown-item:hover{
    color:var(--scl-primary);
}
.img_blv_inner{
    width:20px;
    height: 20px;
    position: relative;
    margin-right: 3px;
    border-radius: 99px;
    overflow: hidden;
    border: 2px solid var(--scl-primary);
}
.match-blvscl{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_blv_inner img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.match-team{
    display: flex;
    justify-content: center;
    width:35%;
}
.match-team-inner *{
    text-align: center;
}
.match-overview{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hot-match .match-item-inner{
    border-color:#b93d3d;
}
.match-item-inner{
    border:1px solid transparent;
    background: #0a0a0a;
    border-radius: 7px;
    position: relative ;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.match-item__time span{
    color:var(--scl-text);
    font-size: 12px;
    background: #b93d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
}
.logo-team-inner {
    min-height: 70px;
    min-width: 70px;
    position: relative;
    margin: auto;
    z-index: -1;
}
.match-view-link{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    background: linear-gradient(139deg, #008360 0%, #49EC44 100%);
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 4px 12px;
    width:max-content;
}
.match-item__comp{
    z-index: 2;
}
.match-item__comp{
    color:var(--scl-text);
}
.match-item__comp span{
    display: block;
    font-size: 12px;
    line-height: 16px;
}
.match-item-head{
    height: 50px;
}
.match-item-body{
    flex:1;
}
.name-team-inner span{
    font-size: 12px;
    color:var(--scl-text);
    font-weight: 700;
}
.logo-team-inner img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.match-item-footer{
    position: relative;
    padding:10px;
    background: #1e1e1e;
}
.match-item{
    position: relative;
}
.link-match{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.match-load{
    cursor: pointer;
}
.match-item-body,.match-item-head{
    padding:10px;
}
.status-match.vs-match{
    font-size: 30px;
    font-weight: bold;
    color:#fff
}
.stat-container,.summary-container{
    padding:10px;
}
@media only screen and (max-width: 48em) {
    body .match-status.match-running{
        font-size: 15px;
    }
    body .match-detail h1{
        font-size: 18px;
    }
    body .player-box+.row{
        margin-top: 10px;
        width: 100%!important;
        max-width: 100%!important;
        padding: 0 15px!important;
    }
    .img_blv_inner{
        width: 16px;
        height: 16px;
        border-width:1px;
    }
}
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,800&display=swap);
#feedback-form .btn.btn-primary{
    width: 100%;
    height: unset;
    border-color: var(--scl-primary);
}
 @keyframes bouncing {
	 from, to {
		 transform: scale(1, 1);
	}
	 25% {
		 transform: scale(0.9, 1.1);
	}
	 50% {
		 transform: scale(1.1, 0.9);
	}
	 75% {
		 transform: scale(0.95, 1.05);
	}
}
.match-list-container>.row>.flex{
    justify-content: center;
}
body .match-mid-option{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.match-content{
    position: relative;
    padding: 50px 14px 0px;
}
body .match-mid-option .match-team{
    flex:1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.team-logo-option{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs-label *{
    color:#fff
}
#report_scl .btn.btn-primary{
    height: unset;
    max-height: unset;
    width: 100%;
    border-color: currentColor;
}

/**Flatsome*/
.text-center .is-divider,
.text-center .is-star-rating,
.text-center .star-rating,
.text-center>div,
.text-center>div>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row>.col {
    flex: unset;
}

.load-more.hiden {
    display: none !important;
}

/*Flatsome*/
.loadmore_taxonomy:hover {
    border: var(--scl-primary) solid 0.8px;
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.loadmore_taxonomy {
    border: var(--scl-primary) solid 0.8px;
    border-radius: 0;
    margin-bottom: 10px;
    color: var(--scl-primary);
}


[data-layout="layout-1"] span:last-child {
    background: #232323;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}


[data-layout="layout-1"]>div {
    background: black;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@keyframes flip-top {
    to {
        transform: rotateX(90deg);
    }
}

@keyframes flip-bottom {
    to {
        transform: rotateX(0deg);
    }
}

.player-box .card {
    height: max-content;
    margin: auto;
}

main .cards {
    display: flex;
    gap: 15px;
    justify-content: center;
}

main .cards .card {
    text-align: center;
    font-size: 25px;
}

main .cards .card p {
    color: #fff;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

main .cards .card .flip-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 7px 3px 0 #151515;
    position: relative;
    margin: 15px auto;
}

main .cards .card .top-half,
main .cards .card .bottom-half,
main .cards .card .top-flip,
main .cards .card .bottom-flip {
    color: #fb6087;
    font-size: 45px;
    height: 56px;
    width: 100px;
    padding: 23px 7px;
    overflow: hidden;
    text-align: center;
    will-change: transform !important;
    box-shadow: 0 3px rgba(71, 83, 115, 0.2) inset;
}

main .cards .card .top-half,
main .cards .card .top-flip {
    color: #d54d6f;
    border-radius: 5px 5px 0 0;
    background-color: #2c2c44;
}

main .cards .card .top-half::before,
main .cards .card .top-flip::before {
    content: "";
    background-color: #191a24;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

main .cards .card .top-half::after,
main .cards .card .top-flip::after {
    content: "";
    background-color: #191a24;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

main .cards .card .bottom-half,
main .cards .card .bottom-flip {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0 0 5px 5px;
    background-color: #343650;
    box-shadow: 0 -2px 5px 0 rgba(71, 83, 115, 0.7) inset;
}

main .cards .card .bottom-half::before,
main .cards .card .bottom-flip::before {
    content: "";
    background-color: #191a24;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
}

main .cards .card .bottom-half::after,
main .cards .card .bottom-flip::after {
    content: "";
    background-color: #191a24;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
}

main .cards .card .top-flip {
    position: absolute;
    transform-origin: bottom;
    transform: rotateX(0deg);
    animation: flip-top 0.5s ease-in forwards;
}

main .cards .card .bottom-flip {
    position: absolute;
    bottom: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    animation: flip-bottom 0.5s ease-out 0.5s;
}

@media screen and (min-width: 700px) {
    main .cards {
        gap: 25px;
    }

    main .cards .top-half,
    main .cards .bottom-half,
    main .cards .top-flip,
    main .cards .bottom-flip {
        font-size: 70px;
        height: 87px;
        width: 125px;
        padding: 34px 7px;
    }
}



@media only screen and (max-width: 48em) {
  
    body .team-label-option{
        min-height: 45px;
    }
    body .match-score-option{
        font-size: 18px;
    }
    body .team-logo-option{
        height: 60px;
    }
    .name-competition{
        width: calc(100vw - 120px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 14px;
    }
    body .blv-toggle{
        font-size: 14px;
    }
  
    .match-item .watch-btn{
        height: 40px;
    }
    .match-item.live-match .watch-btn-option{
        font-size: 14px;
    }
    
    main .cards .card .top-half,
    main .cards .card .bottom-half,
    main .cards .card .top-flip,
    main .cards .card .bottom-flip {
        font-size: 20px;
        height: 31px;
        width: 50px;
        padding: 15px 7px;
    }


}


body .match-round {
    display: block;
    text-align: left;
    width: max-content;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translate(0%, 100%);
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
}

body .competition-label-option * {
    transition: all .3s;
}

body .competition-label-option:hover * {
    color: var(--scl-primary) !important;
    transition: all .3s;
}

body .competition-label-option {
    width: max-content;
    position: absolute;
    left: 0;
    text-align: left;
    /* flex-direction: column; */
    align-items: baseline;
}

/* body .competition-label-option{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: unset;
    padding: 15px;
    width:100%;
    justify-content: space-between;
} */
header>nav#header,
#header #navbar {
    background-color: var(--scl-head-menu);
    color: var(--scl-head-text);
}

header>#header .container {
    position: relative;
    z-index: 1;
}

header>#header li a {
    color: var(--scl-head-text);
    text-transform: uppercase;
    font-weight: 550;
}

.live-icon {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--scl-primary);
    margin: 2px 5px 0 0;
}

.ver-center {
    display: grid;
    align-items: center;
}

.no-margin {
    margin: 0 !important;
}

.breadcrumbs-content,
.match-detail {
    padding: 15px;
}

.match-detail h1,
.match-detail h2,
.match-detail h3 {
    padding-left: 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    position: relative;
}

.match-detail h1 {
    font-size: 25px;
}

.match-detail h2 {
    font-size: 22px;
}

.match-detail h1::before,
.match-detail h2::before,
.match-detail h3::before {
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    background-color: var(--scl-primary);

}

header>#header li:hover a {
    color: var(--scl-head-text-hover);
}

header>.navbar {
    padding: 0;
}

#header.navbar .nav-link {
    padding: 8px 15px;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    align-items: center;
    height: 55px;
    display: grid;
    overflow-y: clip;
}

html[data-bs-theme='dark'] body a {
    color: var(--scl-primary);
}

#main {
    margin-bottom: 10px;
    min-height: 100vh;

}

.card-element {
    padding: 10px 15px;
}

html[data-bs-theme='dark'] body {
    background-color: var(--scl-background);
    color: var(--scl-text);
}

.post-item-meta {
    color: grey;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-archive-item .post-item-bottom {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 10px;
}

html[data-bs-theme='dark'] body .main-container,
.card-element {
    background-color: var(--scl-container);
}

html[data-bs-theme='dark'] body.home .main-container h1 {
    padding: 20px 15px;
    background-color: #303030;
    font-size: 20px;
    color: white;
    display: block;
    width: fit-content;
    position: relative;
}

html[data-bs-theme='dark'] body.home .main-container h1::after {
    content: "";
    width: 50px;
    height: 100%;
    border-bottom-right-radius: 100%;
    display: block;
    background-color: #303030;
    position: absolute;
    right: -50px;
    top: 0;
}

#footer {
    background-color: var(--scl-footer-bg);
    color: var(--scl-footer-text);
}

.card {
    background-color: #2a2929;
}
/* 
#header::before,
#header .container::before {
    background-color: var(--scl-head-logo-bg);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
} */

#header .container::before {
    z-index: -1;
}

#navbar {
    padding-left: 25px;
    /* position: relative; */
    height: 55px;
}

.xc {
    position: absolute;
    height: 100%;
    width: calc(100% - 25px);
    left: 0;
    z-index: -1;
}

.xc::before {
    background-color: var(--scl-head-logo-bg);
    content: "";
    position: absolute;
    /* right: 0px!important; */
    top: -100%;
    right: -50px;
    height: 200%;
    transform: rotate(15deg);
    width: 100%;
    z-index: 1;
}

#navbar>ul>li>a::before {
    color: var(--scl-head-text-hover);
    background-color: var(--scl-head-menu-hover);
    content: "";
    width: calc(100%);
    display: none;
    height: calc(200% + 50px);
    transform: rotate(15deg);
    left: 0;
    top: calc(-50% - 25px);
    position: absolute;
    z-index: -1;
}

#navbar>ul>li::before {
    left: 0;
}

#navbar>ul>li::after {
    left: 0;
}

#navbar>ul>li>a:hover::before {
    display: block;
}

#navbar>ul>li>a:hover {
    color: var(--scl-head-text-hover);
}
#menu-main-menu li.dropdown>ul {
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    #header .container::before {
        display: none;
    }
}

p.match-widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
}

p.widget-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

.player-stream::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.603);
}

#report_scl-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 100px;
}

#report_scl-btn {
    background-color: #3a3939;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1.0em;
    margin: 0 15px 0 0;
    padding: 3px 5px;
    font-size: 14px;
    text-transform: uppercase;
}
#report_scl-btn:hover {
    background-color: #3a3939;
    color: white;
}

#report_scl {
    display: none;
}

.modal-content {
    padding: 10px 15px;
}

.btn {
    border-radius: 2px !important;
}

button.btn-primary {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

#report_scl-modal textarea {
    width: 100%;
}

.form-group {
    margin-bottom: 5px;
}

.chat-feedback li{
    padding:5px 10px;
    font-size: 12px;
    width:max-content;
}
.tabs_scl{
    display: flex;
    align-items: center;
}
.tabs_control{
    padding:4px 10px;
}
.chat-feedback{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}
.chat-feedback {
    margin: 0!important;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.chat-feedback li {
    margin: 0!important;
    text-transform: uppercase;
    display: inline-grid;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

ul.feedback {
    list-style-type: none;
    padding: 0;
}

#report_scl-modal .modal-title {
    background: var(--scl-primary);
    color: var(--overlay-bg-color);
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.player-padding {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

#player-stream {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.player-container {
    display: flex;
    gap:5px;
    position: relative;
    margin-bottom: 15px;
    align-items: flex-start;
}
.player-box{
    flex:1;
}
.player-box+.row{
    max-width:400px!important;
    width:450px!important;
    margin: 0!important;
}

.match-list-container {
    padding: 10px 15px;
}


.match-time,
.match-score {
    font-size: 24px;
    padding: 3px 10px;
}

.match-date-option {
    border-radius: 4px;
    background: var(--scl-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding: 4px 8px 4px 8px;
}

.match-time-option {
    font-weight: 700;
}

.live-match .match-time-count {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.live-match .match-time-count-option {
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}

.match-date {
    font-size: 20px;
}

#report_scl .modal-container {
    padding: 10px;
    background-color: var(--background-color);
}

.chat .chat-center {
    height: 434px;
}

@media screen and (min-width: 1200px) {
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 331px;
    }

    #report_scl #problem_detail {
        height: 180px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 260px;
    }

    #report_scl #problem_detail {
        height: 138px;
    }
}

@media screen and (max-width: 993px) {
    #report_scl #problem_detail {
        height: 80px;
    }

    .chat-feedback {
        margin-top: 5px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 1400px) {
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 380px;
    }

    #report_scl #problem_detail {
        height: 185px;
    }
}

.match_filter_center {
    justify-content: center;
}

.match-list-container ul.match_filter{
    display: grid;
    width: 800px;
    max-width: 100%;
    grid-template-columns: repeat(5,1fr);
}

ul.match_filter {
    list-style-type: none;
    flex-wrap: nowrap;
    display: flex;
    padding: 5px 0px;
}

ul.match_filter_wg {
    display: grid;
    width: 800px;
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr);
}


.match_filter_wg li,
.tab-option-1 .match_filter li {
    padding: 10px 10px;
    text-transform: uppercase;
    display: inline-flex;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    justify-content: center;
}
.tab-data {
    max-width: 100%;
    overflow-y: auto;
}

.match-list-widget .tab-data li,
.match_filter li {
    margin-right: 5px;
    white-space: nowrap;
}

#report_scl #problem_detail {
    width: 100% !important;
}

.problem_op_lable,
.problem_detail_lable {
    padding-bottom: 5px;
}

.chat-feedback li:hover,
.chat-feedback li.active {
    background-color: #272727;
    color: var(--scl-primary);
}

#report_scl .btn-primary {
    font-weight: 500;
}

.player-box {
    background-color: #272727;
}

.match_filter_wg li:hover,
.match_filter_wg li.active,
.tab-option-1 .match_filter li:hover,
.tab-option-1 .match_filter li.active {
    border-bottom: 3px solid var(--scl-primary);
    color: var(--scl-primary);
}

.match-item.live-match .watch-btn-option {
    color: var(--overlay-bg-color);
    border-radius: 0;
    align-items: center;
    display: flex;
    height: 50px;
    border: unset;
    text-align: left;
}

.match-item .watch-btn {
    background-color: transparent;
    color: var(--scl-primary);
    border-radius: 0;
    border: unset;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
}

.arrow-right {
    margin-left: 8px;
}

.match-item.live-match .watch-btn {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
    border-radius: 0;
}

.match-item .watch-active .watch-btn:hover {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
    border: unset;
}

.content-box {
    padding: 0 15px;
    background: #1e1e1e;
}

.modal-content-feedback div.btn {
    background: var(--scl-primary);
    color: var(--overlay-bg-color);
    border: unset;
}

#form-message.error {
    border: red 1px solid;
    color: red;
    padding: 8px 0;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

#form-message.success {
    border: green 1px solid;
    color: green;
    padding: 8px 0;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.match-blv ul,
.author-list ul {
    margin-left: 10px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.author-list{ 
    padding:5px 15px;
}
.match-blv ul {
    justify-content: left;
}

.author-list ul {
    justify-content: center;
}

.match-blv ul li,
.author-list ul li {
    display: block;
    text-transform: uppercase;
    margin: 0;
    height: 100%;
    padding-top: 5px;
}

.match-blv-option {
    display: inline-flex !important;
    text-transform: uppercase;
    margin: 0;
    background-color: var(--scl-container);
    border-radius: 4px;
    margin-right: 5px !important;
}

.blv-hot-match {
    background-color: var(--scl-hotmatch-anchor);
}

.blv-normal-match {
    background-color: var(--scl-normalmatch-anchor);
}

.match-blv-option {
    padding-left: 5px;
}

.author-list ul li+li {
    margin-left: 5px;
}

.lts-blv-option-live {
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 50px;
}

.blv-column {
    display: inline-block;
}
.match-status{
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lts-blv-option-live-hot {
    background-color: var(--scl-hotmatch);
}

.lts-blv-option-live-normal {
    background-color: #16151561;
}


.lts-blv-option {
    text-align: left;
    padding-left: 15px;
    align-items: center;
    margin-bottom: 0px;
    height: 50px;
    display: flex;
}

.match-live-time-info-option {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.match-live-time-info-option img {
    margin-right: 5px;
}


nav#header .navbar-brand {
    display: block;
    height: 100%;
    margin: 0;
    top: 0;
    background: white;
    width: fit-content;
    left: 0;
    padding: 5px 0;
    overflow-y: clip;
    min-width: 150px;
}

.author-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px;
    color: white;
    font-weight: bold;
    background: #3a3939;
    font-size: 14px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}

p.title {
    font-size: 28px;
}

.author-list ul li :hover,
.author-list ul li a.active {
    background: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.match-blv ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px;
    color: var(--scl-primary);
    font-size: 12px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}

.match-blv ul li a:hover {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color)
}

.link-blv {
    margin: 6px;
    width: 200% !important;
    font-size: 12px;
    font-weight: 700;
}

.competition-label {
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-column-gap: 5px;
}

.competition-label-option * {
    color: var(--scl-text) !important;
}

.competition-label-option {
    /*text-align: left;*/
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    z-index: 9;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.right {
    text-align: right;
}

.match-blv {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr auto;
    border-top: solid var(--scl-primary) 0.5px;
    overflow: hidden;
}

.watch,
.list-match-blv-option {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: grid;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: end;
}

.player-box {
    height: fit-content;
    margin-bottom: 5px;
}

.col-md-12 .match-main ul {
    padding-left: 5px;
}


.match-main {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-position: center;
}

.match-main-option {
    border-radius: 8px;
    margin: 5px;
    box-shadow: unset;
}

.match-main-option::before {
    box-shadow: unset !important;
}

.load-more-wg,
.load-more {
    border: var(--scl-primary) solid 0.8px;
    border-radius: 0;
    margin-bottom: 10px;
    color:var(--scl-primary);
}
.load-more-wg:hover, .load-more:hover{
    border: var(--scl-primary) solid 0.8px;
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}
a.load-more-wg:hover,
a.load-more:hover {
    border: var(--scl-primary) solid 0.8px;
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.owards {
    text-transform: uppercase !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: 500 !important;
}

.full-width {
    width: 100%;
}

.center {
    text-align: center;
}

.match-mid {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 100px 1fr;
    height: 130px;
}

.stage-label {
    font-size: 12px;
}

.match-mid-option {
    justify-items: center;
    height: 130px;
}

.match-mid {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 100px 1fr;
}

.left {
    text-align: left;
}

.arrow-match {
    margin-left: 10px;
    margin-bottom: 2px;
}

.match-status .match-live-time-info,
.match-date-option,
.match-score-option {
    color: var(--overlay-bg-color);
}


.match-main .match-link {
    color: white;
    cursor: pointer;
}

.match-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    box-shadow: 0 0 40px 40px rgba(255, 255, 255, .075) inset;
    left: 0;
}

.match-big-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

.match-top {
    display: grid;
    /*grid-template-columns: 1fr 100px;*/
    margin-bottom: 15px;
    align-items: center;
}

.match-top-option {
    grid-template-columns: 1fr 100px;
    margin-bottom: 15px;
    align-items: center;
}

.team-logo {
    margin-bottom: 10px;
}

.team-logo img {
    max-width: 50px;
    height: auto;
}

.team-logo-option img {
    max-width: 70px;
    height: auto;
}

.button-area {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 3px;
}

.button-area a {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 550;
    text-transform: uppercase;
    border-radius: 3px;
}

.match-widget-title,
.widget-title {
    position: relative;
}

.footer-widget-custom {
    display: flex;
    justify-content: left;
    text-align: left;
    margin-top: 20px;
}

.footer-widget-custom .widget-title {
    padding-left: 15px;
}

.footer-widget-custom .textwidget {
    display: block;
    overflow: hidden;
}

.widget-area .the-global-title {
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .footer-widget-custom {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.widget-title .the-subtitle {
    font-size: 15px;
    min-height: 15px;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    justify-content: left;
    align-items: center;
}

.match-widget-title::before,
.widget-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--scl-primary);
}
.loading-player {
    max-width: 90%;
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: var(--scl-primary);
    border: solid 2px var(--scl-primary);
    transform: translate(-50%, -50%);
}

.author-title {
    font-size: 28px;
}

.match-item {
    margin-bottom: 10px;
}

a.navbar-brand {
    position: relative;
    z-index: 2;
}

figure {
    width: fit-content !important;
}

.navbar-brand img {
    height: 45px;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;

}

.match-country-logo {
    max-height: 15px;
    margin-right: 5px;
}

.match-time-count.match-live::before {
    /* content: ""; */
    color: green;
    background: green;
    font-size: 30px;
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    animation: blinker 1s linear infinite;
    position: absolute;
    top: 50%;
    transform: translate(-12px, -50%);
}

.match-live-time-info {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.match-live-time-info img {
    margin-right: 5px;
}

.watch-active .watch-btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--scl-primary) !important;
    position: relative;
}
 .match_filter_wg li span,
.match_filter li span
{
    position: relative;
}
.match_filter_wg li span::after,
.match_filter li span::after
{
    content: attr(amount);
    color: var(--scl-primary);
    left: calc(100% + 5px);
    min-width: 20px;
    min-height: 20px;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
}
.tab-option-1 .match_filter_wg li span::after,
.tab-option-1 .match_filter li span::after {
    font-size: 12px;
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 2px;
    width: max-content;
    height: 20px;
    align-items: center;
    padding:5px;
}
.tab-option-2  .match_filter_wg li span::after,
.tab-option-2  .match_filter li span::after {
    font-size: 12px;
    background: #131313;
    border-radius: 2px;
    width: fit-content;
    height: 18px;
    line-height: 1.2em;
    padding: 2px;
}
.tab-option-3  .match_filter_wg li span::after,
.tab-option-3  .match_filter li span::after {
    font-size: 12px;
    background: #131313;
    border-radius: 2px;
    width: fit-content;
    height: 18px;
    line-height: 1.2em;
    padding: 2px;
}
.tab-option-2 .match_filter li{
    text-transform: none;
    display: flex;
    justify-content: center;
    padding:12px 0;
    font-size: 16px;
    cursor: pointer;
    margin:0;
    text-align: center;
}
.tab-option-3{
    display: grid;
    border-radius: 8px;
    grid-auto-columns: 300px 1fr;
    grid-auto-flow: column;
    padding:0;
    background: #1b1b1b;
    overflow: hidden;
}
.tab-option-3 .match_filter li{
    padding:12px 16px;
    text-transform: none;
    transition: 0.5s;
    margin-right: 0;
    cursor: pointer;
}
.tab-option-3 .match_filter li.active{
    background: #1b1b1b;
    border-left:solid 2px var(--scl-primary);
}
 .match_filter li,
 .match-list .match-item{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
 }
.tab-option-3 .match_filter li.active,
.tab-option-3 .match_filter li:hover
{
    padding-left:20px;
}
.tab-option-3 ul.match_filter {
    padding:0;
    display: block;
    width: 100%;
    background: #080808;
    max-width: 100%;
    margin-bottom: 0;
}
.tab-option-3 .match-overframe{
    padding: 10px 20px;
    max-height: 800px;
    overflow-y: auto;
    overflow-x:hidden;
}

/* width */
.tab-option-3 .match-overframe::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .tab-option-3 .match-overframe::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(24, 24, 24, 0.771);
    border-radius: 0;
  }
  
  /* Handle */
  .tab-option-3 .match-overframe::-webkit-scrollbar-thumb {
    background: var(--scl-primary);
    border-radius: 0;
  }
@keyframes matchslidedown{
    0%{
        opacity: 0;
        top:-50px;
        -webkit-mask-image: -webkit-gradient(linear, center top, center bottom, 
    color-stop(0.00,  rgba(0,0,0,0)),
    color-stop(1.00,  rgba(0,0,0,1)));
    }
    60%{
        top:0px;
    }
   
    100%{
       -webkit-mask-image: -webkit-gradient(linear, center top, center bottom, 
       color-stop(0.00,  rgba(0,0,0,0)),
       color-stop(0.00,  rgba(0,0,0,1)));
        opacity: 1;
    }
  }

.mshow-slide-down .match-item .match-item-inner{
    opacity: 0;
        position: relative;
        animation: matchslidedown 0.8s linear forwards;
}
.mshow-slide-down .match-item{
        position: relative;
}


@keyframes matchfade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

.mshow-fade .match-item{
    opacity: 0;
    animation: matchfade 0.6s linear forwards;
}
.tab-option-2 ul.match_filter {
    margin-bottom: 0;
    margin: 0 0 -1px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #28282870;
    padding: 0;
}
.match-show-option-1{

}
.tab-option-2 ul.match_filter li.active,
.tab-option-2 ul.match_filter li:hover{
    background: #252525;
    color:var(--scl-primary);
    font-weight: 550;
}
.tab-option-2 ul.match_filter li{
    position: relative;
}
.tab-option-2 ul.match_filter li::before{
    width:0%;
    content: "";
}
.tab-option-2 ul.match_filter li.active::before,
.tab-option-2 ul.match_filter li:hover::before{
    display: block;
    width: 100%;
    transition:  0.3s;
    height: 2px;
    background-color: var(--scl-primary);
    content: "";
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.tab-option-2 .match-list{
    background-color:#252525 ;
    padding:10px;
}
.tab-option-1 .match_filter_wg li:hover::after,
.tab-option-1 .match_filter_wg li.active::after,
.tab-option-1  .match_filter li:hover::after,
.tab-option-1  .match_filter li.active::after {
    background: var(--scl-primary);
    color: white;
}

.watch-active .watch-btn-content::before {
    content: "";
    position: absolute;
    top: -3px;
    right: calc(100% - 1px);
    width: 100%;
    height: 100%;
    border-top: 62px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 20px solid var(--scl-primary);
}

.list-match-blv-option .dropdown {
    margin-left: 0px !important;
}

.blv-collapse-option-custom:hover .blv-list-option-custom,
.blv-collapse:hover .blv-list {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.blv-collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.blv-collapse-option-custom {
    display: flex;
    justify-content: start;
    align-items: center;
}

.blv-toggle {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
    /* border-radius: 5px; */
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    z-index: 9;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 1.2;
}

.blv-toggle .num {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    margin-left: 2px;
    font-family: oswald;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.close-blv {
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--scl-text);
    z-index: 11;
    cursor: pointer;
    display: none;
}


.blv-list-option-custom {
    background-color: var(--scl-container);
    position: absolute;
    bottom: 40px;
    min-width: 80px;
    z-index: 10;
    overflow: auto;
    max-height: 170px;
    opacity: 0;
    visibility: hidden;
    display: flex;
}

.blv-list-option-custom::-webkit-scrollbar,
.blv-list::-webkit-scrollbar {
    width: 0px;
}

.blv-collapse.active .blv-list {
    display: grid;
    opacity: 1;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.blv-collapse.active .close-blv {
    display: block;
}

.blv-item {
    display: flex;
    border-collapse: collapse;
    box-sizing: content-box;
    border-width: 0.1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, var(--scl-primary), #ffe59403);
    border-image-slice: 1;
}

.blv-item .dropdown-item {
    color: var(--all-text);
}

.blv-item .dropdown-item {
    font-size: 12px;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    cursor: pointer;
}

.blv-item .dropdown-item:hover {
    background-color: #16161665;
    color: var(--scl-primary);
}


.dropdown-item span {
    padding-left:0px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pagination .nav-links * {
    padding: 3px 10px;
    background-color: rgb(38, 38, 38);
    color: rgb(213, 213, 213);
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}

.pagination .nav-links .current {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.match-time-count {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 550;
    padding:5px;
}

.wp-block-table table {
    color: var(--scl-text);
}

nav#header {
    background-color: var(--scl-head-menu) !important;
}

.stat-bar {
    transition: 0.5s;
}

.hot-match-label {
    right: 15px;
    top: 15px;
    position: absolute;
    text-align: right;
    font-weight: bold;
    color: var(--scl-primary);
    margin: 0;
    font-size: 12px;
}

.blv-collapse.active .blv-max-4 {
    grid-template-columns: 1fr 1fr;
}

.blv-collapse.active .blv-max-6 {
    grid-template-columns: 1fr 1fr;
}

.blv-collapse.active .blv-max-8 {
    grid-template-columns: 1fr 1fr;
}

.blv-collapse.active .blv-max-12 {
    grid-template-columns: 1fr 1fr 1fr;
}


.hot-match .match-main {
    background-color: var(--scl-hotmatch);
}

.normal-match .match-main {
    background-color: var(--scl-normalmatch);
}

body,
html {
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .tab-option-2 .match_filter li{
        font-size: 14px;
    }
    
    .match_filter_wg li,
    .tab-option-1 .match_filter li {
        padding: 10px 5px;
    }

    html[data-bs-theme='dark'] body.home .main-container h1::after {
        display: none;
    }

    .post-archive-item .post-item-bottom {
        grid-template-columns: auto;
    }

    .xc::before,
    #header::before,
    #header .container::before,
    #navbar>ul>li>a:hover::before {
        display: none;
    }

    #navbar>ul>li>a:hover {
        background-color: white;
        color: var(--scl-primary);
    }

    #navbar>ul>li:hover::before,
    #navbar>ul>li:hover::after,
    #navbar::before {
        display: none;
    }

    #navbar {
        padding-left: 0;
        position: relative;
        height: auto;
    }

    header>#header .container {
        background-color: var(--scl-head-menu);
        color: var(--scl-head-text);
    }

    .player-container {
        padding: 0;
        margin: 0 -15px 15px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .team-logo-option img {
        max-width: 50px;
        height: auto;
    }
    
    .match-full-data .home-score, .match-full-data .away-score {
        font-size: 20px !important;
        background-color: #8080806e;
        height: 30px !important;
        width: 30px !important;
        display: inline-grid;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .player-container {
        display: block;
    }
}

.hide {
    display: none;
}

@media only screen and (max-width: 552px) {
    .button-area a {
        padding: 2px 3px;
        font-size: 11px;
    }

    .button-area {
        bottom: 35px;
        right: 10px;
    }
}

.match-item.live-match .watch:before {
    display: none;

}

.match-item.live-match .watch-active:before {
    content: "";
    width: 100%;
    background: #00000040;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -2;
}

.match-item.live-match .watch-active:after {
    content: "";
    width: 0%;
    background: var(--scl-primary);
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
}

.match-item.live-match .watch-active:hover:after {
    transform: scaleX(500);
}

.match-item.live-match .watch-active:after {
    transform: scaleX(0);
    width: 10px;
    transition: 1s;
}

/* Start Sub-livescore */

.ketqua-table .com-row {
    color: white;
    padding: 5px 5px;
    background-color: #2a3038;
}

.ketqua-table .match-item-row {
    padding: 5px 0;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    align-items: center;
}

.match-item-row {
    background-color: #272727;
}

.match-item-row .team-info:nth-child(2) {
    grid-template-columns: 1fr 30px;
    text-align: right;
}

.team-info {
    display: grid;
    align-items: center;
    grid-column-gap: 5px;
}

.sm-text {
    font-size: 12px;
}

.sm-time {
    color: #bebebe;
}

.ketqua-table .team-logo {
    max-height: 28px;
    height: auto;
    width: 28px;
    max-width: 60px;
    margin: 0;
}

.match-item-row .team-info:nth-child(4) {
    grid-template-columns: 30px 1fr;
    text-align: left;
}

.team-info .team-name {
    font-size: 12px;
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.score-overview {
    background: var(--scl-primary);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    max-width: 60px;
    color: var(--overlay-bg-color);
    margin: 0 auto;
}

.match-status-overview {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.ketqua-table .lv-score {
    background: var(--scl-primary);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    max-width: 60px;
    color: var(--overlay-bg-color);
    margin: 0 auto;
}

.competitions-list .cbtn,
.date-list .xbtn {
    background-color: rgba(65, 64, 64, .529);
    font-weight: 700;
    padding: 4px 7px;
    color: #fff;
    margin: 3px;
    display: inline-block;
}

.competitions-list .active-btn,
.date-list .xbtn.active-btn {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.match-full-mid {
    display: grid;
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    justify-items: center;
    text-align: center;
    align-items: center;
}

.match-full-mid .logo-box img {
    max-height: 80px;
    width: auto;
    margin-bottom: 10px;
    width: auto;
}

#report_scl .modal-container,#stats_scl .stat-container,#lineup_scl .lineup-container,#summary_scl .summary-container{
    border-radius: 0 0 7px 7px;
}

.match-full-data {
    margin-bottom: 15px;
    border-radius: 7.5px;
    background: #272727;
    padding: 15px;
}

.match-full-data .competition-label {
    color: rgb(177, 176, 176);
    margin-bottom: 10px;
    font-size: 16px;
}

.match-full-data .match-time,
.match-full-data .match-score {
    font-size: 24px;
    padding: 3px 10px;
    background-color: var(--scl-primary);
    border-radius: 5px;
}

.match-full-data .match-score {
    padding: 5px 10px;
    line-height: 1.2em;
    margin: 5px 0;
}

.match-history {
    margin-bottom: 15px;
}

.match-history-detail {
    display: grid;
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    align-items: center;
    align-content: center;
}

.match-history-detail .team-info:nth-child(3) {
    grid-template-columns: 30px 1fr;
    text-align: left;
}

.match-history-detail .team-info:nth-child(1) {
    grid-template-columns: 1fr 30px;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .match-full-mid .logo-box img {
        max-height: 60px;
        margin-bottom: 10px;
    }
}

.live-tracker {
    position: absolute;
    width: 100%;
    height: 100%;
}

.embed-responsive-item-widget {
    position: relative;
    padding-bottom: calc(46.5% + 180px);
    margin-bottom: 15px;
}

.live-tracker iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.live-tracker::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.stat-label {
    font-weight: 450;
    background: #242323;
    line-height: 26px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 10px;
    padding: 0 5px;
    z-index: 3;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.23);
}

.no-padding {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.away-bar {
    text-align: right;
}

.bar-label {
    font-size: 14px;
}

.stat-container,  
/* .lineup-container, */
.summary-container, 
#bxh_scl {
    background: #272727;
    margin-bottom: 10px;
    max-height: 500px;
    scrollbar-width: thin;
    scrollbar-color: #535252 #3a3939;
    overflow-y: auto;

}

.player-container>.row>.flexs
{
    scrollbar-width: thin;
    scrollbar-color: #535252 #3a3939;
    overflow-x: auto;
}

.player-container>.row>.flexs::-webkit-scrollbar,
.stat-container::-webkit-scrollbar,
/* .lineup-container::-webkit-scrollbar, */
.summary-container::-webkit-scrollbar
#bxh_scl::-webkit-scrollbar {
    width: 1px;
}

.player-container>.row>.flexs::-webkit-scrollbar-track,
.stat-container::-webkit-scrollbar-track,  
/* .lineup-container::-webkit-scrollbar-track, */
.summary-container::-webkit-scrollbar-track,
#bxh_scl::-webkit-scrollbar-track {
    background: #424242;
}

.player-container>.row>.flexs::-webkit-scrollbar-thumb,
.stat-container::-webkit-scrollbar-thumb,  
/* .lineup-container::-webkit-scrollbar-thumb, */
.summary-container::-webkit-scrollbar-thumb,
#bxh_scl::-webkit-scrollbar-thumb {
    background: #3b3b3b;
}


.group-bar {
    display: grid;
    grid-template-columns: calc(50% - 60px) 120px calc(50% - 60px);
}

.parent-bar {
    position: relative;
    display: grid;
}

.stat-item {
    position: relative;
    margin: 0;
    padding: 5px 5px;
    border-bottom: 0.5px #8080802b solid;
}
.stat-item:last-child{
    border-bottom:unset!important;
    padding-bottom:unset!important
}
.stat-bar {
    position: absolute;
    display: block;
    height: 100%;
    z-index: 1;
}

.away-bar .stat-bar {
    left: 0;
    background: orange;
}

.home-bar .stat-bar {
    right: 0;
    background: #1756a1;
}

.home-bar .cover-bar {
    order: 2;
}

.home-bar .bar-label {
    order: 1;
}

.cover-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #424242;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.away-bar {
    grid-template-columns: 1fr 30px;
}

.home-bar {
    grid-template-columns: 30px 1fr;
}


.team-header .home-team .team-logo {
    order: 1;
}

.team-header .home-team .team-label {
    order: 2;
}

.team-header .team-label {
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.team-header {
    padding: 10px;
    box-sizing: content-box;
    border-width: 0.5px;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, #f8c21b, #ffe59403);
    border-image-slice: 1;
    display: grid;
    grid-template-columns: 50% 50%;
}

.team-gogo {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    width:100%;
    position: relative;
}
.team-gogo>.team-logo{
    width:100%;
    position: relative;
}
.team-gogo>.team-logo span{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-header .away-team {
    justify-content: end;
}

.team-header .home-team {
    justify-content: start;
}

.team-header .away-team .team-logo {
    order: 2;
}

.team-header .away-team .team-label {
    order: 1;
}

/* End Sub-livescore */


.ranking-competition {
    min-width: 540px;
}

.ranking-competition .header-row {
    background: #2a3038;
    padding: 8px 3px;
    font-size: 14px;
}

.ranking-competition .ranking-row {
    display: grid;
    grid-template-columns: 25px 1fr 250px 110px;
    font-size: 12px;
    text-align: center;
}

.ranking-item {
    background: #212121;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    padding: 5px 3px;
}

.current_team {
    background: #8b8b8b !important;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    padding: 5px 3px;
}


.ranking-detail {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.ranking-value {
    text-align: center;
}

.ranking-row .team-label {
    font-size: 12px;
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-weight: 700;
}

.ranking-competition .team-logo-ranking {
    max-height: 25px;
    max-width: 25px;
}

.match-stt {
    display: grid;
    grid-template-columns: repeat(5, 20px);
    justify-content: left;
    grid-column-gap: 2px;
}

.match-stt span {
    line-height: 20px;
    text-align: center;
    display: block;
    width: 20px;
    font-size: 12px;
    border-radius: 5px;
    height: 20px;
    margin: 0 auto;
    color: white;
    font-weight: bold;
}

.match-stt span.win-match {
    background: rgb(15, 139, 21);
}

.match-stt span.draw-match {
    background: rgb(255, 174, 0);
}

.match-stt span.lost-match {
    background: rgb(161, 13, 13);
}

.ranking-title {
    font-size: 12px;
    font-weight: 700;
}

.standing {
    margin-bottom: 0px !important;
}

.group-table {
    padding-left: 10px;
    font-weight: 500;
    background-color: var(--scl-primary);
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .tab-option-3{
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
    }
    .tab-option-3 ul.match_filter{
        display: grid;
        max-width: 100%;
        grid-template-columns: repeat(5,1fr);
    }
    .tab-option-3 .match_filter li {
        padding: 6px 6px;
        font-size: 14px;
        text-align: center;
    }
    .tab-option-3 .match_filter li.active {
        background: #1b1b1b;
        border-top: solid 2px var(--scl-primary);
        border-left:unset;
    }
    .ranking-competition .ranking-row {
        display: grid;
        grid-template-columns: 25px 100px 250px 110px;
        font-size: 12px;
        text-align: center;
    }

    .ranking-container {
        overflow-x: auto;
    }
}


/* .selected-option span::after {
    content: "▼";
    float: right;
}  */

.dropdown-custom {
    position: absolute;
    top: 20%;
    right: 2%;
}

.competitions-dropdown {
    width: 300px;
    margin: 20px auto;
    position: relative;
}

.custom-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.selected-option {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.selected-option span {
    padding-left: 5px;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1f1e1e;
    border: 1px solid #ccc;
    border-top: none;
    max-width: 300px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 10;
}

.options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.options li {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
}

.options li:hover {
    background-color: #0f0b0b;
}

#selected-image,
.competition_item img {
    max-width: 25px;
    max-height: 25px;
}

#not-found-table {
    display: flex;
    justify-content: center;
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#table-loader {
    display: none;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.match-result {
    position: relative;
    cursor: pointer;
}

.match-result:hover .popover-content-match {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover-content-match {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -68px;
    transform: translate(0, 10px);
    background-color: #525252;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 150px;
    padding: 10px;
}

.popover-content-match:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 5px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #525252 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover-message-match {
    text-align: center;
    margin-bottom: 6px;
}

.modal-area-match img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 0 10px;
}

.popover-name {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.popover-name .home {
    float: left;
}

.popover-name .away {
    float: right;
}

.popover-name span {
    width: 60px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
}


.text_odds span {
    color: white;
    display: inline-block;
    font-size: 12px;
}


.text_odds span {
    color: white;
    display: inline-block;
    font-size: 12px;
}

.text_odds {
    font-weight: 450 !important;
    font-size: 12px;
}

.text_odds {
    font-weight: 450 !important;
    font-size: 12px;
}


.text_odds span {
    color: var(--api-color-text);
    display: inline-block;
    font-size: 12px;
}

.ranking-value,.ranking-title,.group-table span,.ranking-row *{
    color:#fff
}
.tabs_scl_wrap{
    padding:5px
}
#stats_scl .tabs_content *{
    color:#fff;
}
.summary-match-wrap-no-data,.not-found-data{
    color:#fff;
    text-align: center;
}
.lineup-container *{
    color:#fff;
}
.author-list ul li :hover, .author-list ul li span.active {
    background: var(--scl-primary);
    color: var(--overlay-bg-color);
}
.author-list ul li span {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px;
    color: white;
    font-weight: bold;
    background: #3a3939;
    font-size: 14px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}
.team-label,.match-status-overview{
    color:#fff;
    font-weight: 500;
}
.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}

body .chat-feedback li {
    border-radius: 5px 6px 0 0;
}

.status-match,
.match-score-scl,
.match-running,
.time-text{
    display:none;
}

.score-match-data *{
    display: inline;
}
.score-overview-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-overview-header .divide-score {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 700;
}

.status-time-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    background: linear-gradient(139deg, #008360 0%, var(--scl-primary));
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 4px 12px;
    width: max-content;
    margin-top: 5px;
}

.status-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-confirm {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    color: var(--scl-primary);
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.custom-confirm-content {
    background: #1f1e1e;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.custom-confirm-content p {
    margin-bottom: 20px;
}

.custom-confirm-content button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(139deg, #008360 0%, var(--scl-primary));
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-confirm-content button:hover {
    background-color: #0056b3;
}

.matches-recent-container {
    padding-left: 10px;
    padding-right: 10px;
}

.match-ended-message {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.match-ended-text {
    background-color: rgb(55 54 54 / 60%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
