.tabliveitem .filter-leagues {
    margin-left: auto;
}
#tab-live img {
    width: 50px;
    height: 18px;
}
.tabliveitem li a {
    border-radius: 6px;
    background: #202229;
    color: #fff;
    min-width: 120px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 8px;
    border: 1px solid transparent;
    font-size: 16px;
}
.tabliveitem li#tab-blv a{
    color: #9bffab;
    background: url(images/bg-tab-btv.svg) no-repeat bottom;
    background-size: cover;
}
.tabliveitem li#tab-blv a span{
    color: #9bffab;
}
.tabliveitem li a span, .tabliveitem li#tab-blv.active a span {
    font-weight: 700;
    color: #fff;
}
.tabliveitem select {
    margin: 0;
    background-color: #202229;
    color: white;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
}
.tabliveitem {
    overflow: hidden;
    gap: 15px;
}
.tabliveitem li span.num {
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    background: #151618;
    text-align: center;
    padding: 0px 4px;
    color: #fff;
}

body .tabliveitem li.active a{
    color: #fff;
    background: url(images/bg-tab-active1.svg) no-repeat bottom !important;
    background-size: cover !important;
}
body .tabliveitem li.active a span.num{
    background: #03BE49 !important;
}
.readmore-livestream {
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.match-item .box-item-match {
    border-radius: 10px;
    background: #111;
    background-size: cover;
    font-size: 14px;
}
.box-item-match .box-top {
    padding: 15px 15px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 20px;
}
.box-item-match .box-top .leagues-time {
    color: #ecdd00;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    border-radius: 13px;
    padding: 3px 8px;
    background: linear-gradient(#1a1e23, #1a1e23) padding-box, linear-gradient(180deg, #1a1e23 0%, #ecdd00 100%) border-box;
    border: 1px solid transparent;
}
.box-item-match .leagues-name {
    color: #ffe500;
}
.box-item-match .box-bottom .box-odds .box-item-odds {
    gap: 10px;
}
.box-item-match .box-center{
    margin-bottom: 20px;
}
.box-item-match .box-center .name-match {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
        font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.box-item-match .info-match {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    gap: 10px;
}
.box-item-match .info-match .item-results {
    display: flex;
    justify-content: center;
    background: #0D45D4;
    margin-top: 6px;
    font-size: 20px;
    gap: 5px;
    border-radius: 36px;
    border: 1px solid #1456FF;
    background: linear-gradient(280deg, #1553EF 22.76%, #0C3089 43.68%, #0C1A4C 74.93%);
    color: #FFF;
    font-weight: 700;
}
.box-item-match .info-match .item-results .results{
    font-weight: 700;
    flex: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-item-match .info-match .item-results .results.active{
    background: linear-gradient(136deg, #3EFFFF 0%, #166DEF 31.07%, #5968F7 45.94%, #AD1BF1 80.51%);
    stroke-width: 1px;
    stroke: #1456FF;    
}
.box-item-match .info-result {
    width: 40%;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.box-item-match .info-match .box-time {
    background: #009139;
    border-radius: 99px;
    font-size: 14px;
    padding: 2px 10px;
    font-weight: 500;
    margin-bottom: 5px;
}
.box-item-match .box-bottom {
    padding: 10px;
    justify-content: space-between;
    position: relative;
}
.box-item-match .box-bottom .box-odds {
    color: #8D92A2;
    font-size: 11px;
}
.box-item-match .box-bottom::before {
    content: '';
    position: absolute;
    background: url(images/border-match-footer.svg) no-repeat top;
    width: 100%;
    height: 37px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}
body .livestream_widget{
    max-width: 100%;
}
body .livestream_widget .livestream-tab {
    width: 100%;
    border: 0;
}
body .tab_widget .tab-widget-wrapper .tab-widget__header, body .detail_lineup .tab-widget-wrapper .tab-widget__header, body .detail_stats .tab-widget-wrapper .tab-widget__header, 
body .detail_event .tab-widget-wrapper .tab-widget__header, body .detail_h2h .tab-widget-wrapper .tab-widget__header, body .detail_recent .tab-widget-wrapper .tab-widget__header, 
body .detail_other .tab-widget-wrapper .tab-widget__header{
    background: #3a371f;
}
body .tab_widget .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, body .detail_lineup .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, 
body .detail_stats .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, body .detail_event .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, 
body .detail_h2h .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, body .detail_recent .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active, 
body .detail_other .tab-widget-wrapper .tab-widget__header__list__item.tab-widget-active{
    color: #111;
    background: #fff;
    border-radius: 99px;
}
body .tab_widget .titleModalLineUp, body .detail_lineup .titleModalLineUp, body .detail_stats .titleModalLineUp, body .detail_event .titleModalLineUp, 
body .detail_h2h .titleModalLineUp, body .detail_recent .titleModalLineUp, body .detail_other .titleModalLineUp{
    background: #111;
    color: #fff;
}
body .tab_widget .tab-widget-wrapper .tab-widget__container__content, body .detail_lineup .tab-widget-wrapper .tab-widget__container__content, 
body .detail_stats .tab-widget-wrapper .tab-widget__container__content, body .detail_event .tab-widget-wrapper .tab-widget__container__content, 
body .detail_h2h .tab-widget-wrapper .tab-widget__container__content, body .detail_recent .tab-widget-wrapper .tab-widget__container__content, 
body .detail_other .tab-widget-wrapper .tab-widget__container__content {
    background-color: #1E2329;
}
body .tab_widget .tab-widget-wrapper .tab-widget__container, body .detail_lineup .tab-widget-wrapper .tab-widget__container, 
body .detail_stats .tab-widget-wrapper .tab-widget__container, body .detail_event .tab-widget-wrapper .tab-widget__container, 
body .detail_h2h .tab-widget-wrapper .tab-widget__container, body .detail_recent .tab-widget-wrapper .tab-widget__container, 
body .detail_other .tab-widget-wrapper .tab-widget__container{
    background: #1E2329;
    border-color: #1E2329;
}
body .tab_widget .titleModalLineUp:after, body .detail_lineup .titleModalLineUp:after, body .detail_stats .titleModalLineUp:after, 
body .detail_event .titleModalLineUp:after, body .detail_h2h .titleModalLineUp:after, body .detail_recent .titleModalLineUp:after, 
body .detail_other .titleModalLineUp:after{
    background: #ff9f00;
    border-radius: 8px 0px 0px 0px;
}
body .livestream_widget .livestream-tab__child.livestream-tab-active, body .livestream_widget .livestream-tab__child:hover, 
body .livestream_widget .embed-fixture .theme1-fixture-group .livestream-tab__child.theme1-fixture-type-menu-item.active, 
body .embed-fixture .theme1-fixture-group .livestream_widget .livestream-tab__child.theme1-fixture-type-menu-item.active{
    background: #3a371f;
}
body .tab_widget .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, body .detail_lineup .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, 
body .detail_stats .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, body .detail_event .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, 
body .detail_h2h .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, body .detail_recent .tab-widget-wrapper .tab-widget__event .oddsTabLive__note, 
body .detail_other .tab-widget-wrapper .tab-widget__event .oddsTabLive__note{
    background: #2b2f39;
    border-color: #2b2f39;
}
body .tab_widget .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, body .detail_lineup .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, 
body .detail_stats .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, body .detail_event .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, 
body .detail_h2h .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, body .detail_recent .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h, 
body .detail_other .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h{
    background: #2b2f39;
    border-color: #2b2f39;
}
body .tab_widget .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H, 
body .detail_lineup .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H,
body .detail_stats .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H, 
body .detail_event .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H, 
body .detail_h2h .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H, 
body .detail_recent .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H,
body .detail_other .tab-widget-wrapper .tab-widget__h2h .backgroundHeadTableH2h.headingH2H {
    background: #6b8b58;
}
body .tab_widget .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_lineup .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_stats .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_event .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_h2h .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_recent .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic, 
body .detail_other .tab-widget-wrapper .tableStatistic .ColumnTableStatistic.headTableStatistic {
    background: #6b8b58;
}
body .tab_widget .tab-widget-wrapper .tab-widget__container__content .ColumnTableStatistic,
body .tab_widget .tab-widget-wrapper .tab-widget__container__content table{
    background: #2b2f39;
}
body .tab_widget .tab-widget-wrapper .tab-widget__container__content table th, body .tab_widget .tab-widget-wrapper .tab-widget__container__content table td{
    border-color: #1E2329 !important;
}   
body .tab_widget .tab-widget-wrapper .tab-widget__container__content table th{
    background: #1E2329 !important;
    color: #fff !important;
}
body .tab_widget .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_lineup .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_stats .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_event .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_h2h .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_recent .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full, 
body .detail_other .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_total.oddsStatis__group_total__full{
    background-color: #e0c800;
}
body .tab_widget .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_lineup .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_stats .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_event .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_h2h .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_recent .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score, 
body .detail_other .tab-widget-wrapper .tab-widget__stat__children .oddsHome .oddsStatis__group_score{
    background: #e0c800;
}
body .tab_widget .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_lineup .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_stats .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_event .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_h2h .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_recent .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time, 
body .detail_other .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__time{
    background: #005105;
}
body .oddsEventBox__item path {
    fill: #fff;
}
body .tab_widget .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_lineup .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_stats .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_event .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_h2h .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_recent .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text, 
body .detail_other .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team .oddsEventBox__item__team__text{
    background: #2b2f39;
    color: #fff;
}
body .tab_widget .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before,
body .detail_lineup .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before, 
body .detail_stats .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before, 
body .detail_event .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before, 
body .detail_h2h .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before, 
body .detail_recent .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before, 
body .detail_other .tab-widget-wrapper .tab-widget__event .oddsEventBox .oddsEventBox__item__team.home .oddsEventBox__item__team__text:before{
    border-color: #2b2f39;
}
body .tab_widget .tab-widget-wrapper, body .detail_lineup .tab-widget-wrapper, body .detail_stats .tab-widget-wrapper, 
body .detail_event .tab-widget-wrapper, body .detail_h2h .tab-widget-wrapper, body .detail_recent .tab-widget-wrapper, body .detail_other .tab-widget-wrapper{
    padding: 0;
}
@media(max-width: 550px){
    .tabliveitem li{
        width: calc(50% - 8px);
        text-align: center;
    }
    .tabliveitem .filter-leagues{
        width: 100%;
    }
    .tabliveitem .filter-leagues select{
        width: 100%;
    }
    .box-item-match .box-bottom .box-odds {
        display: none;
    }
}