
/*Ranking*/
.ranking-competition .ranking-row{
    display: flex!important;
}
.ranking-row>div:nth-child(4){
    flex:unset!important;
    width:20%!important;
}
.ranking-row>div:nth-child(4),.ranking-row>div:nth-child(3){
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    flex: 1;
}
#bxh_scl .ranking-row>.match-stt{
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translate(100%, 0);
    transition: all .3s;
}
#bxh_scl .match-stt>span{
    display: block!important;
}
.match-stt>span {
    display: none!important;
}
#bxh_scl .ranking-row>.ranking-title:nth-child(4){
    display: none;
}
.match-stt-wrap{
    margin: auto;
}
.match-stt-wrap{
    display: flex;
    align-items: center;
    width: max-content;
    gap: 5px;
}
.ranking-row>div:first-child{
    width:25px!important;
}
.ranking-row>div:nth-child(2){
    width:25%!important;
}
#bxh_scl #table-standing-new .ranking-row .match-stt{
    flex: 1!important;
    width: unset!important;
}
#table-standing-new .ranking-row .match-stt>span{
    margin: unset;
    width: unset!important;
}
#table-standing-new .ranking-row .match-stt{
    display: flex;
    height: 100%;
    align-items: center;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
    flex: unset;
    width:20%;
    gap:15px;
}
#bxh_scl .match-result .popover-content-match{
    display: none!important;
}
.match-result:hover .popover-content-match{
    display: block!important;
    z-index: 9999999;
}
.ranking-item:hover .match-stt{
    z-index: 999;
}
#bxh_scl #table-standing-new .ranking-item .ranking-row:hover .ranking-detail,#table-standing-new .ranking-item .ranking-row.active .ranking-detail{
    opacity: 0;
    transition: all .3s;
}
#table-standing-new .ranking-row .ranking-detail{
    opacity: 1;
    transition: all .3s;
}
#table-standing-new .ranking-item .ranking-row:hover .match-stt,#table-standing-new .ranking-item .ranking-row.active .match-stt{
    opacity: 1;
    transform: translate(0, 0);
    transition: all .3s;
}
#table-standing-new .ranking-row{
    position: relative;
}
#table-standing-new .ranking-competition{
    min-width: unset!important;
    overflow: hidden;
}
#table-standing-new .ranking-item{
    cursor: pointer;
}
/*Ranking*/
.tab-content-chat{
    padding:0;
}
.player-container .row>.flexs{
    padding:0;
}

.recent-container{
    padding:0 5px;
}
.recent-container .match-overview .match-view-inner{
    display: none;
}
.recent-container .match-item-inner{
    border-color: #b93d3d;
}
.recent-container .match-score-scl{
    font-size: 14px;
}
.recent-container .match-item{
    width: 100%;
}
.recent-container .logo-team-inner{
    height: 35px;
    width:35px;
}
.recent-container .match-item-head{
    padding-bottom: 0!important;
}
.recent-container .match-item-body,.recent-container .match-item-head{
    padding:5px 10px;
}
.recent-container .match-item:hover .match-item-footer{
    transform: translate(0%,0%);
    transition: all .2s;
}

.recent-container .match-view{
    text-align: center;
}

.recent-container .match-item-footer-inner{
    display: flex;
    flex-direction: column;
}

.recent-container .match-view-inner{
    justify-content: center;
    width: 100%;
}
.recent-container .match-view-link{
    width: 100%;
}
/*recentmatch*/

.summary-match-item {
    display: flex
}

.name-player-event{
    font-weight: bold;
    color:#fff;
}
.pen_icon:before {
    content: "Pen";
    position: absolute;
    top: 3px;
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 10px;
}
.miss_pen::before{
    content: "Pen";
    position: absolute;
    top: 3px;
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 10px;
}
.miss_pen::after {
    content: "×";
    width: 10px;
    height: 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translate(50%, -100%);
    font-size: 10px;
    background: red;
    border-radius: 99px;
}
.og_icon:before {
    content: 'Og';
    position: absolute;
    top: 0;
    display: block;
    transform: translate(0,-15%);
    color: #fff;
    font-size: 10px;
}

.summary-match-event-away .name-event{
    align-items: baseline;
}
.summnary-special-event{
    background-color: #181818;
}
.summary-match-wrap{
    border: 1px solid #222;
    border-bottom: none;
    border-radius: 6px;
    background: #323232;
}
.summary-match-wrap.text-center{
    border:unset!important;
}
.summary-match-time{
    height: 40px;
    min-width: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summary-special-event{
    background: #232323;
}
.summary-match-item{
    border: solid #222;
    border-width: 0 0 1px;
    color: #aaa;
    font-size: 11px;
    justify-content: space-between;
    position: relative;
}
.summary-match-event-away{
    flex-direction: row-reverse;
}
.name-event{
    display: flex;
    flex-direction: column;
}
.summary-match-event-item{
    flex: 1 1;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    display: flex;
    white-space: nowrap;
    justify-content: flex-end;
}
.summary-match-event-home{
    justify-content: flex-end;
}
.icon-event img{
    width:14px;
}
.summary-match-item *{
    font-size: 10px;
    align-items: center;
    line-height: 1;
}
.summary-match-event-home .name-event{
    align-items: flex-end;
}
.icon-event{
    flex-direction: column;
    min-width: 34px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.summary-match-score{
    color: #fdfdfd;
    display: flex;
    flex: 0 0 30px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
}
.lineup-wrap>*{
    padding:10px 0;
}
/*summary*/
/*Lineup*/
.team-item-sub .goal-player {
    position: relative;
    right: unset;
    bottom: unset;
    transform: unset;
}
.team-item-sub {
    position: relative;
}
.goal-player{
    width: 12px!important;
    height: 12px!important;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/football.png);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%,0);
}
.twoyellow-player{
    width: 16px!important;
    height: 16px!important;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/two-yellow-card.png);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.captain_label{
    display: inline-flex;
    height: 20px;
    width: 20px;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/captain-band.png);
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
.yellow-player{
    width: 16px;
    height: 16px;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/yellow-card.png);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.red-player{
    width: 16px;
    height: 16px;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/red-card.png);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.change-player{
    width: 16px;
    height: 16px;
    background: url(/wp-content/plugins/stream-player-plugin/assets/images/exchange.png);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.goal-player-css:after {
    content: attr(data-goal);
    position: absolute;
    top: 0;
    color: white;
    font-weight: bold;
    height: 12px;
    width: 12px;
    background: var(--bs-form-invalid-color);
    display: flex;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: translate(50%,-50%);
}
.card_wrap {
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 0;
    width: max-content;
    transform: translate(0%,-50%);
}
.twoyellow-player+.yellow-player{
    display: none;
}
.change-player-name{
    opacity: .4;
}
.player_info_wrap{
    position: relative;
}
.card_wrap>span{
    width:12px;
    height: 12px;
}
.info_player .change-player{
    width: 14px;
    height: 14px;
}
#lineup_scl .player:hover .info_player .player-name{
    max-width: none;
}
#lineup_scl .lineup-wrap{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.team-item-sub+.team-item-sub{
    border-top: 1px solid transparent;
}
#tabs_doi-hinh.nav-tabs .nav-link.active {
    color: #fff;
    background: #759A76;
    border-color: #759A76;
}
#tabs_doi-hinh.nav-tabs {
    border-bottom: 1px solid #759a76;
}
#tabs_doi-hinh.nav-tabs .nav-link:hover {
    color: #fff;
    background: #759A76;
    border-color: #759A76;
}
#tabs_doi-hinh.nav-tabs .nav-link {
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
}
#lineup_scl{
    margin-top: 5px;
}
#tabs_doi-hinh .nav-link{
    font-size:12px;
}
#lineup_scl .lineup-wrap>*{
    flex:1;
}
#lineup_scl .number-sub{
    height: 18px;
    width: 18px;
    display: inline-flex;
    background: var(--main-color);
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    margin-right: 5px;
    font-size: 12px;
}
.team-item-sub{
    font-size: 11px;
    margin-bottom: 5px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    gap: 2px;
}
#lineup_scl .team.team-away .player{
    transform: translate(-50%,50%);
}
#lineup_scl .Formation.home{
    position: absolute;
    top: 5px;
    left : 10px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    font-size: 11px;
    z-index: 99;
}
#lineup_scl .Formation.away{
    z-index: 99;
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
}
#lineup_scl .formations{
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
}
#lineup_scl .lineup-container{
    position: relative;
}
#lineup_scl .team .player{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
}
#lineup_scl .team.team-home .player{
    transform: translate(-50%,-50%);
}
#lineup_scl .field>.team{
    top: unset;
    margin: unset;
    transform: unset!important;
    left: unset!important;
    position: relative;
    height: 100%;
}
#lineup-match-sub,#lineup-match{
    text-align: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
#lineup_scl .info_player{
    line-height: 1;
    display: flex;
    align-items: center;
}
#lineup_scl .player{
    transform: translate(-50%,-50%);
    cursor: pointer;
}
#lineup_scl .field{
    display: flex;
    flex-direction: column;
    height: 600px;
    background: repeating-linear-gradient(180deg,#516d14,#516d14 10%,#58741f 0,#58741f 20%);
    border: 2px solid #96a772;
    position: relative;
    margin: 5px 0 0;
    align-items: center;
    border-radius: 5px;
}
#lineup_scl .player .info_player .player-name{
    left:unset;
    position: relative;
    bottom: unset;
    background: unset;
    max-width: 70px;
    min-width: unset!important;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    color: var(--api-color-top-bar);
    height: 12px;
    white-space: nowrap;
    border-radius: 3px;
}
#lineup_scl .field:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.24;
    background: url(../images/Footballpitch.png) center no-repeat;
    background-size: contain;
}
#lineup_scl .field:before{
    transform: rotate(90deg);
    width: 150%;
}
#lineup_scl .field>.team{
    width:90%;
}
#lineup_scl .player-avatar{
    border-radius: 99px;
    background: #fff;
    object-fit: contain;
}
#lineup_scl .player .player-avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    color: #000;
    margin: unset;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

body .name-sub,body .change-player-name{
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Lineup*/
#stats_scl .bar-label{
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stats_scl .cover-bar{
    height: 7px;
}


.popover-content-match{
    display: none!important;
}
.text_odds {
    height: 100%;
}
.flex-item *{
    color:#fff
}
.odd_down{
    position: absolute;
    content: '';
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #dc3545;
    transition: transform 0.2s;
    top: 50%;
    transform: translate(-50%,-50%);
}
.odd_up{
    position: absolute;
    content: '';
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0bdf39;
    transition: transform 0.2s;
    top: 50%;
    transform: translate(-50%,-50%);
}
.label_bet{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.label_bet>span{
    flex:1;
    padding:3px;
    background: #090909;
    border-right:1px solid #aaaaaa28;
    border-top:1px solid #aaaaaa28
}
.label-odds{
    font-size: 14px;
}
.label_bet small{
    font-size: 12px;
}
.flex-item-inner>.text_odds{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-item-inner>.text_odds>*{
    flex:1;
}
.flex_table_odd{
    display: flex;
    background: #272727;
}
#data-odds{
    margin-bottom: 30px;
}
.select-oddContent{
    max-width: 160px;
    display: flex;
    align-items: center;
}
.select_title .option_bet_item{
    max-width: 130px;
}
.flex-item-inner .text_odds{
    padding:6px;
    width:100%
}
.option_bet_item{
    max-width: 80px;
}
#data-odds-new{
    border-top: 1px solid #94949498;
    border-left: 1px solid #94949498;
    margin-bottom: 10px;
    padding:0!important;
}

.select_oddcontent .option_bet_item{
    cursor: pointer;
    font-size: 12px;
}
.select_oddcontent .option_bet_item img{
    object-fit: contain;
    width:100%;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
#data-odds-new *{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}
.select_oddcontent .option_bet_item:hover img{
    box-shadow: rgba(0, 0, 0, 0.589) 0px 25px 50px -12px;
    transition: all .3s;
}
@media only screen and (max-width: 48em) {
    body .name-sub,body .change-player-name{
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    body .yellow-player{
        width: 12px;
        height: 12px;
    }
    
    #lineup_scl .field:before{
        width: 165%;
    }
    #lineup_scl .field>.team{
        width:100%;
    }
    .nav_odds .flex-item{
        cursor: pointer;
        flex:1;
        display: flex!important;
        font-size: 12px;
        padding:6px 0;
        color:#fff;
        opacity: .5;
        transform: scaleY(1) translate(0px, 0px);
        transition: all .2s;
    }
    /* .flex-item:not(.select-oddContent){
        display: none;
    } */
    .ranking-row>div:nth-child(4) {
        display: none;
    }

    .ranking-item:not(#bxh_scl .ranking-item) .ranking-row .match-stt {
        display: none !important;
    }
}

.match-full-data .home-score, .option-7 .home-score {
    border-left: #cf4141 solid 3px;
}

.match-full-data .home-score, .match-full-data .away-score, .option-7 .home-score{
    font-size: 28px;
    background-color: #8080806e;
    height: 40px;
    width: 55px;
    display: inline-grid;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.score-overview-header .divide-score {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 700;
}

.match-full-data .away-score{
    border-right: #4461cc solid 3px;
}

#live-tracker-container .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }