/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.69
*/

:root {
    --odd-contentTab-gray-color: #E5E5E5 !important;
    --odd-bodyTableOdds-color: #E5E5E5 !important;
    --odd-activeTab-bg-hover: #FFFFFF !important;
    --odd-activeTab-live-bg-hover: #FFFFFF !important;
    --odd-bodyTableOdds-border-hover: 1px solid #E5E5E5 !important;
    --odd-primary-color: #244886 !important;
    --odd-color-filter-odds-name: #244886 !important;
    --odd-bg-color-filter-bookmaker-name: #244886 !important;
    --odd-color-prefix-odds-name: #000 !important;
    --odd-bg-color-live-filter: #AD0000 !important;
    --odd-time-match-color: #AD0000 !important;
    --odd-color-value: #000 !important;
    --fixture-row-item-hover-bg-color: #f6f8f9 !important;
    --fixture-league-menu-item-bg-color-active: #ffeb39 !important;
    --fixture-league-menu-item-bg-color: #FFFFFF !important;
    --fixture-row-item-even-bg-color: #FFFFFF !important;
    --ranking-head-list-bg-color: #244886 !important;
    --ranking-league-menu-item-bg-color: #FFFFFF !important;
    --rankingleague-menu-item-bg-color-active: #ffeb39 !important;
    --widget-draw-color: #5E6C77 !important;
    --widget-home-color: #00B168 !important;
}

.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: #fff;
    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: #1f4684;
    border: 1px solid transparent;
}
.box-item-match .leagues-name {
    color: #1f4684;
    font-weight: 700;
}
.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;
    }
}
aside.widget {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}
aside.widget .sidebartitle, aside.widget .right-head, .widget span.widget-title {
    border-bottom: 1px solid #ffeb39;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.25;
    padding: 12px 10px 12px 36px;
    position: relative;
}
.widget .fixture_live .fixture-live-container {
    border: 0;
}
.widget .fixture_live .fixture-live-container__title{
	display: none;
}
body .embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-of-type(-n+3) .ranking-number>div{
	background: #244886;
}
body .embed-ranking .league-menu .league-menu-item.active, body .embed-ranking .league-menu .league-menu-item:hover, 
body .embed-ranking .league-menu .league-menu-item:focus, body .embed-ranking .league-menu .league-menu-item:active, 
body .embed-fixture .league-menu .league-menu-item.active, body .embed-fixture .league-menu .league-menu-item:hover, 
body .embed-fixture .league-menu .league-menu-item:focus, body .embed-fixture .league-menu .league-menu-item:active{
	color: #1e1e1e;
}
.fixture_football_theme .theme1-fixture-list, .fixture_football_theme .theme1-fixture-group{
	background-color: #fff;
    border-radius: 2px;
}
body .fixture_vote .fixture-vote-container .vote-slide__btn{
	color: #244886 !important;
}
.fixture_football_theme .theme1-fixture-list .theme1-fixture-league-title {
    font-weight: 700;
    color: #244886;
}
.colorStyleNumber {
    color: #9C1111 !important;
}

.backgroundOddsPage {
    background-color: transparent !important;
    padding: 0 !important;
}

.embed-odds-bookmarker {
    font-family: inherit !important;
    font-size: 12px !important;
}

.embed-odds-bookmarker .odds-m-auto {
    max-width: 100% !important;
}

.headTableOdds {
    background: #002f80 !important;
    border-radius: 0 !important;
}

.headTableOdds>* {
    border-color: #465a9e !important;
}

.headTableOdds .ftTableOdds .bottomFt>* {
    border-color: #465a9e !important;
}

.headTableOdds.stickyHead {
    z-index: 3 !important;
}

.oddsListData>.itemOddsData, .oddsListData .leaguesName, .headTableOdds.stickyHead {
    box-shadow: unset !important;
    margin-bottom: 0 !important;
}

.oddsListData .leaguesName {
    position: relative !important;
    padding-block: 6px !important;padding-right: 10px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    justify-content: space-between !important;
}

.oddsListData .leaguesName,.oddsListData.title_live .leaguesName {
    background-color: #13408d !important;
    color: #fff !important;
}

.oddsListData .leaguesName .arrowIcon {
    order: 2 !important;
}

.oddsListData .leaguesName .logo {
    height: 20px !important;
    width: 28px !important;
    object-fit: contain !important;
}

.oddsListData .leaguesName .name {
    position: relative !important;
    z-index: 2 !important;
    gap: 20px !important;
}

.oddsListData .data-button {
    background-color: #fff !important;
    border-color: #244886 !important;
    border-radius: 4px !important;
    color: #244886 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    padding: 5px 10px !important;
    transition: 0.3s !important;
}

.oddsListData .data-button:hover {
    background-color: #ffeb39 !important;
    border-color: #ffeb39 !important;
    color: #fff !important;
}

.oddsListData .data-button svg {
    display: none !important;
}

.oddsListData>.itemOddsData.bgLive, .oddsListData>.itemOddsData.bgLive .listItemTabOdds .activeTab:after,.oddsListData>.itemOddsData, .oddsListData>.itemOddsData .listItemTabOdds .activeTab:after {
    background-color: #fff !important;
}

.embed-odds-bookmarker .headOdds {
    background-color: #fff !important;
    gap: 0 !important;
}

.headOdds .searchAndDropdownLeagues {
    padding: 10px !important;
    border-bottom: 1px solid #eae9f2 !important;
}

.headOdds .filterDateAndBookmaker {
    padding: 10px !important;
}

.headOdds .listLeaguesFilter {
    background: linear-gradient(126deg, #183b72, #4482e4) !important;
    border-radius: 2px !important;
    flex-wrap: wrap !important;
    gap: 5px 10px !important;
    padding: 6px !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.headOdds .listLeaguesFilter::-webkit-scrollbar {
    display: none !important;
}

.headOdds .listLeaguesFilter .leaguesFilter {
    background-color: transparent !important;
    border-radius: 2px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    padding: 4px 8px !important;
}

.headOdds .listLeaguesFilter .leaguesFilterActive {
    background-color: #ffeb39 !important;
    border-radius: 2px !important;
    color: #183b72 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    padding: 4px 8px !important;
}

.headOdds .filterDateAndBookmaker {
    align-items: center !important;
}

.searchAndDropdownLeagues .searchInput {
    background-color: #F3F3F3 !important;
    border-color: #D8D8D8 !important;
    border-radius: 2px !important;
}

.DropdownLeagues {
    background-color: #F3F3F3 !important;
    border-color: #D8D8D8 !important;
    border-radius: 2px !important;
}

.DropdownLeagues .arrowIcon {
    color: #707070 !important;
}

.searchAndDropdownLeagues .searchIcon {
    color: #707070 !important;
}

.listFilterDate .liveFilter {
    border-radius: 4px !important;
}

.listFilterDate .dateFilter {
    background: #f3f3f3 !important;
    border-radius: 4px !important;
    color: #444 !important;
}

.listFilterDate .dateFilter:nth-child(7),.listFilterDate .dateFilter:nth-child(8),.listFilterDate .dateFilter:nth-child(9) {
    display: none !important;
}

.listFilterDate .dateFilter:hover,.listFilterDate .dateFilter.active {
    background: #ffeb39 !important;
}

.listFilterDate .favourite {
    min-width: 30px !important;
    position: relative !important;
}

.listFilterDate .favourite.active {
    background-color: #ffeb39 !important;
}

.listFilterDate .favourite:before {
    content: "" !important;
    background: transparent url(images/star-active.svg) center no-repeat !important;
    background-size: contain !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 20px !important;
    width: 20px !important;
}

.listFilterDate .favourite svg {
    display: none !important;
}

.ftTableOdds .bottomFt .oddData>* {
    background: #ECECEC !important;
    border-radius: 2px !important;
    font-weight: 400 !important;
    padding: 2px 0 2px 4px !important;
}

.ftTableOdds .bottomFt .oddData>.odds.goodsOddsChild {
    background: #ffe4e2 !important;
}

.ftTableOdds .bottomFt .oddData.odds-good>.odds {
    background: #fff !important;
}

.ftTableOdds .bottomFt .oddData .odds:hover {
    background-color: #e7faed !important;
    color: #1fa35f !important;
}

.ftTableOdds .bottomFt .oddData .odds:hover .oddsColor, .ftTableOdds .bottomFt .oddData .odds:hover .colorStyleNumber {
    color: #EA6616 !important;
}

.ftTableOdds .bottomFt .oddData.odds-good {
    background: #FFCD4A !important;
}

.ftTableOdds .bottomFt .oddData.odds-good:after {
    background-color: #FFCD4A !important;
}

.ftTableOdds .bottomFt .oddData>.bgTipAndVip {
    color: #F34C4C !important;
    font-weight: 500 !important;
    gap: 4px !important;
    padding-inline: 0 !important;}

.arrow-icon-odds.arrow-down {
    background-image: url(images/arrow-down-red.svg) !important;
}

.arrow-icon-odds.arrow-up {
    background-image: url(images/arrow-up-green.svg)
}

.bodyTableOdds .teamInfo, .bodyTableOdds .oddsPrefix {
    font-size: 13px !important;
    color: #000 !important;
}

.bodyTableOdds .teamInfo:hover, .bodyTableOdds .oddsPrefix:hover {
    color: #244886 !important;
}

.bodyTableOdds.viewBetDiv {
    margin-bottom: -1px !important;
}

.instructPopup {
    background-color: #244886 !important;
    border-color: #244886 !important;
    border-radius: 4px !important;
    height: 36px !important;
    padding-block: 0 !important;}

.instructPopup .instruct {
    color: #244886 !important;
}

.filterOddsAndBookmaker .filterOdds .nameOdds {
    border-color: #244886 !important;
    border-radius: 4px !important;
    min-width: 125px !important;
    height: 36px !important;
}

.filterOddsAndBookmaker .filterOdds .nameOdds:before {
    background-color: #244886 !important;
    border-radius: 0 !important;
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker {
    background-color: #244886 !important;
    border-color: #244886 !important;
    border-radius: 4px !important;
    height: 36px !important;
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover {
    color: #fff !important;
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover path {
    fill: #fff !important;
}

.filterOddsAndBookmaker .filterBookmaker .bookmarkerItem {
    border-color: #244886 !important;
}

.oddsListData>.itemOddsData .betOrder>*,.oddsListData>.itemOddsData.bgLive .betOrder>* {
    background-color: #E1F5ED !important !important;
    border: 1px solid #244886 !important;
    border-radius: 4px !important;
    clip-path: unset !important;
    color: #244886 !important;
    font-weight: 500 !important;
    width: 160px !important;
}

.oddsListData>.itemOddsData .betOrder>*:hover,.oddsListData>.itemOddsData.bgLive .betOrder>*:hover {
    background-color: #244886 !important !important;
    border-color: #244886 !important;
    color: #fff !important;
}

.notFoundMatch {
    background-color: #f3f3f3 !important;
}

.starIcon {
    justify-content: end !important;
}

.starIcon svg {
    display: none !important;
}

.starIcon>div {
    height: 18px !important;
    width: 18px !important;
    position: relative !important;
}

.starIcon>div:before {
    content: "" !important;
    background: transparent url(images/star.svg) center no-repeat !important;
    background-size: contain !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.starIcon.star_active>div:before {
    background-image: url(images/star-active.svg) !important;
}

.title-modalGoal {
    background-color: #244886 !important;
}

.headingInstruct {
    background: #244886 !important;
}

.modalBackdrop.open {
    background: #0000005e !important;
}

.modalTop:after {
    background: #244886b3 !important;
}

.leaguesModalPopup {
    background-color: #24488699 !important;
}

.tabModalPopup .itemTabModalPopup:hover,.tabModalPopup .itemTabModalPopup.active {
    color: #244886 !important;
}

.closeModalData.team,.closeModalData {
    background: #fff !important;
}

.closeModalData svg path {
    fill: #244886 !important;
}

.listtabTeam {
    gap: 6px !important;
}

.listtabTeam>* {
    background: #f3f3f3 !important;
    border-radius: 4px !important;
    color: #757c86 !important;
}

.bgColorTeamActive, .bgColorNotActive:hover {
    background: #ffeb39 !important;
    color: #fff !important;
}

.oddsLive, .oddsStatis, .oddsData, .oddsDataPer {
    border-radius: 4px !important;
    border-color: #244886 !important;
    border-width: 1px !important;
    overflow: hidden !important;
}

.oddsStatis__content,.oddsTabLive__content, .oddsData__content, .oddsDataPer__content {
    background-color: #fff !important;
    border-radius: 0 !important;
}

.lineupDivTotal {
    background: #fff !important;
    border: 1px solid #244886 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.titleModalLineUp {
    background-color: #d3e5f8 !important;
    border-radius: 2px 2px 0 0 !important;
    color: #244886 !important;
    font-size: 14px !important;
    padding: 0 16px !important;
}

.titleModalLineUp:after {
    display: none !important;
}

.headerH2H>* {
    background: #f3f3f3 !important;
    border-radius: 4px !important;
    color: #757c86 !important;
}

.headerH2H>*:hover, .headerH2H>.bgActiveBtn {
    background: #ffeb39 !important;
    color: #fff !important;
}

.backgroundHeadTableH2h.headingH2H {
    background: #ededee !important;
}

.backgroundHeadTableH2h:first-of-type>* {
    border-color: #ededee !important;
}

.WLTableH2h, .AHTableH2h, .OUTableH2h {
    width: 44px !important;
}

@media (max-width: 991px) {
    .titleLeagues svg {
        color: #fff !important;
    }

    .headOdds .titleBet {
        background: #244886 !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }

    .titleBet .instructPopup .textInstruct {
        color: #fff !important;
    }

    .headOdds .listFilterDate>* {
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .headOdds .filterDateAndBookmaker .listFilterDate {
        gap: 6px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }

    .ftTableOdds .bottomFt .oddData .odds-item-data.odds-good {
        background-color: #FFCD4A !important;
        padding: 4px !important;
    }

    .ftTableOdds .bottomFt .oddData .odds-item-data>* {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .starIcon {
        position: relative !important;
        height: 20px !important;
    }

    .starIcon:before {
        content: "" !important;
        background: transparent url(images/star.svg) center no-repeat !important;
        background-size: contain !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
    }

    .starIcon.star_active:before {
        background-image: url(images/star-active.svg) !important;
    }

    .headOdds .listLeaguesFilter {
        flex-wrap: nowrap !important;
    }

    .listFilterDate .dateFilter:nth-child(7), .listFilterDate .dateFilter:nth-child(8), .listFilterDate .dateFilter:nth-child(9) {
        display: flex !important;
    }
}

.embed-ranking {
    font-family: inherit !important;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-head {
    font-size: 13px !important;
    background-color: #fff !important;
}

aside.widget .embed-ranking {
    font-size: 12px !important;
}

aside.widget .embed-ranking .league-menu {
    font-size: 12px !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    overflow-x: auto !important;
    margin-bottom: 10px !important;
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar {
    width: 100% !important;
    height: 5px !important;
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-track {
    background: #E1F5ED !important;
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb {
    cursor: pointer !important;
    background: #ffeb39 !important;
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb:hover {
    background: #ffeb39 !important;
}

aside.widget .embed-ranking .league-menu .league-menu-item {
    background-color: #e8e8e8 !important;
    border-radius: 0 !important;
    color: #585858 !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    white-space: nowrap !important;
}

aside.widget .embed-ranking .league-menu .league-menu-item.active {
    background-color: #244886 !important;
    color: #fff !important;
}

aside.widget .embed-ranking .ranking-list {
    margin-top: -1px !important;
}

.embed-ranking .ranking-list .ranking-head {
    border-radius: 0 !important;
    background-color: #244886 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head .team {
    display: none !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head .point {
    color: inherit !important;
    font-weight: 400 !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .team {
    display: none !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head {
    background-color: #fff !important;
    padding-left: 0 !important;
    padding-right: 4px !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    padding-left: 0 !important;
    padding-right: 4px !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .rank {
    display: flex !important;
    justify-content: center !important;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(odd) {
    background-color: #e5edfe !important;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(2n) {
    background-color: #fff !important;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    color: #00182E !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .ranking-number>div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    height: 19px !important;
    width: 19px !important;
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list .name {
    font-weight: 600 !important;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .name .ranking-logo {
    display: none !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .point {
    color: #244886 !important;
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background-color: #244886 !important;
    font-weight: 500 !important;
}

.embed-fixture {
    font-family: inherit !important;
}

.embed-fixture .fixture-list {
    gap: 0 !important;
}

.embed-fixture .fixture-list-item .fixture-head {
    background: #244886 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.embed-fixture .fixture-list-item .fixture-row-item:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5 !important;
}

.embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    background: #05a35a !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.embed-fixture .fixture-list-item .fixture-row-item .match .home,.embed-fixture .fixture-list-item .fixture-row-item .match .away {
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .embed-ranking .league-menu,.embed-fixture .fixture-flex-row {
        flex-wrap: nowrap !important;
        font-size: 13px !important;
        overflow-x: auto !important;
    }

    .embed-ranking .league-menu .league-menu-item,.embed-fixture .league-menu .league-menu-item {
        padding: 5px !important;
        white-space: nowrap !important;
    }

    .embed-ranking .ranking-list .ranking-table .ranking-table-head {
        font-size: 12px !important;
    }
}

.fixture_vote .fixture-vote-container {
    padding: 8px !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.fixture_vote .fixture-vote-container__title {
    display: none !important;
}

.fixture_vote .fixture-vote-container__content {
    padding-top: 0 !important;
}

.fixture_vote .fixture-vote-container__content .vote-team__home,.fixture_vote .fixture-vote-container__content .vote-team__away {
    gap: 8px !important !important;
}

.fixture_vote .fixture-vote-container__content .vote-team__name {
    color: #1e1e1e !important;
    font-size: 12px !important;
}

.fixture_vote .fixture-vote-container .vote-slide {
    justify-content: space-between !important;
}

.fixture_vote .fixture-vote-container .vote-slide__dot {
    background: #D5DBD2 !important;
    border: 0 !important;
    height: 3px !important;
    width: 7px !important;
    border-radius: 4px !important;
}

.fixture_vote .fixture-vote-container .vote-slide__dot.active {
    background: #ffeb39 !important;
    width: 12px !important;
}

.fixture_vote .fixture-vote-container__content .fixture-vote-container__content__information > .fixture-text-center {
    font-size: 14px !important;
    color: #8F9D9E !important;
    margin-bottom: 4px !important;
}

.fixture_vote .fixture-vote-container__content__vote {
    background-color: #F6F8F9 !important;
    border-radius: 4px !important;
    padding: 24px 16px !important;
}

.fixture_vote .fixture-vote-container__content .vote-team__time {
    color: #8F9D9E !important;
    font-size: 12px !important;
}

.fixture_vote .fixture-vote-container__content .vote-team__time__time {
    border-radius: 4px !important;
    background-color: #EDF6F2 !important;
    color: #244886 !important;
    font-weight: 500 !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__col__stat {
    font-weight: 400 !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team {
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 1px solid #D5E8E0 !important;
    background-color: #EAF6F1 !important;
    color: #00B168 !important;
    padding: 6px 0 !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-home {
    border-color: #00B168 !important;
    background-color: #00B168 !important;
    color: #fff !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.vote-draw {
    background-color: #E9E9E9 !important;
    border-color: #DFDFDF !important;
    color: #5E6C77 !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-draw {
    border-color: #5E6C77 !important;
    background-color: #5E6C77 !important;
    color: #fff !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.vote-away {
    background-color: #F5E8E8 !important;
    border-color: #EBDCDC !important;
    color: #F32A2A !important;
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-away {
    background-color: #F32A2A !important;
    border-color: #F32A2A !important;
    color: #fff !important;
}

.page-ltd .fixture_football_theme {
    padding: 15px !important;
    background-color: #fff !important;
}

.fixture_football_theme .theme1-fixture-date-menu-item.active,.fixture_football_theme .theme1-fixture-date-menu-item:hover {
    background: #244886 !important;
}

.fixture_football_theme .theme1-fixture-group .theme1-fixture-type-menu-item.active {
    color: #244886 !important;
}

.fixture_football_theme .theme1-fixture-group .theme1-fixture-search-team {
    box-shadow: unset !important;
}

.fixture_football_theme .theme1-fixture-group .theme1-fixture-search-team>input[type=text] {
    background-color: #F3F3F3 !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 2px !important;
}

.fixture_football_theme .fixture-setting-popup-content>div:not(.warning) .odds .checkbox-container span :checked+label {
    background: #244886 !important;
}

.fixture_football_theme .fixture-setting-popup-content>div:not(.warning) .odds .checkbox-container span label {
    border-color: #244886 !important;
}

.tableOdds {
    max-height: 800px !important;
    overflow-y: scroll !important;
}

.tableOdds::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: white;
}

.tableOdds::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.tableOdds::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.tableOdds:hover::-webkit-scrollbar-thumb {
    background-color: #244886;
}