@font-face {
    font-family: 'Default-font';
    src: font-url('../font/default.woff2') format('woff2'),
}

html * {
    /*font-family: Default-font, Arial, serif !important;*/
}

.advert_banner {
    width: 100%;
    margin-top: 8px;
    vertical-align: center;
    border-radius: 4px;
}

.body {
    background-color: #15181B;
    /*    color: #fff;*/
}

.center_container {
/*    background-color: #fff;*/
    height: 100%;
    border-radius: 8px;
}

hr {
    padding: 0 !important;
    margin: 0 !important;
}

.header_layout {
    line-height: 80px;
    /*height: 80px;*/
    text-align: center;
    background-color: #192025;
    margin-bottom: 4px;
    font-size: larger;
    font-weight: bolder;
    color: white;
}

.top_header_sub_title_layout {
    height: 30px;
    line-height: 30px;
    color: #EEEEEE;
    /*    white-space: nowrap;*/
    font-size: smaller;
    background-color: #02141f;
    padding-left: 15px;
    overflow: hidden;
}

.top_ad_layout {
    display: flex;
    justify-content: center;
}

.fixture_header_layout {
    line-height: 53px;
    height: 53px;
    text-align: center;
    background-color: #001E28;
    margin-bottom: 16px;
    font-size: larger;
    font-weight: bolder;
    color: white;
}

.matches_layout {
    /*    background-color: #00141E;*/
    margin-bottom: 8px;
/*    padding: 8px;
    border-radius: 8px;
    border: 2px solid #eee;*/
}

.match_layout {
    background-color: #192025;
    margin-top: 4px;
    padding: 8px;
    border-radius: 8px;
}


.empty_layout {
    width: 100%;
    text-align: center;
    padding: 16px;
    align-items: center;
}

.empty_data_image {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 16px;
}

.empty_data_text {
    color: #C8CACD;
    font-weight: bold;
    text-align: center;
    font-size: medium;
}

.match_header_name {
    color: #001e28;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: small;
}

.match_header_league_name {
    color: #001e28;
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: small;
}

.match_header_layout {
    width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 4px;
    height: 36px;
    white-space: nowrap;
    display: flex;
    background-color: #fff2ce;
    align-items: center;
    flex-direction: row;
    border-radius: 8px;
}

.flag {
    /*margin-right: 4px;*/
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
    margin-right: 8px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.top_league_layout {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.top_league_name {
    color: white;
    font-size: smaller;
    width: 100%;
    margin-left: 4px;
}

.top_league_layout:hover {
/*    background-color: #1A262C;*/
/*    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    color: #2d96d4;*/
}

.top_league_layout a:hover{
    color: #2d96d4;
    text-decoration: none;
    
}

.top_league_selected{
    color: #2d96d4;
    border-left: 2px solid #2d96d4;
}
.top_league_selected a{
    color: #2d96d4;
}

.fixture_layout {
    width: 100%;
    padding: 4px;
    display: flex;
    background-color: #00141E;
    align-items: center;
    flex-direction: row;
    justify-content: left;
}

.left_nav_title {
    color: #fff;
    font-weight: bold;
    font-size: small;
    margin-top: 16px;
    margin-bottom: 4px;
}

.left_nav_country_name {
    color: #fff;
/*    font-size: smaller;*/
    padding: 8px;
}

.left_nav_country_name:hover {
/*    background-color: #e2e4e4;
    border-radius: 8px;
    */
    cursor: pointer;
}

.left_nav_league_name {
    display: none;
    color: #fff;
    padding-left: 8px;
    font-size: smaller;
}

.left_nav_league_name a:hover{
    color: #2d96d4;
    text-decoration: none;
}

.left_nav_sub_league_name {
    color: #337ab7;
    font-size: smaller;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
}

.divider_layout {
    margin-top: 4px;
    height: 1px;
    margin-bottom: 4px;
    border-color: #b6cae1;
}

/*#top_leagues_menu{
    background-color: #1A262C;
    border-radius: 10px;
}*/

.round_left{
    background-color: #1A262C;
    border-radius: 10px;
    padding: 3px 5px 3px 7px;
    margin-top: 4px;
}


#top_leagues_menu .divider_layout{
    background-color: #c8cdcd;
    margin-top: 4px;
    height: 1px;
    margin-bottom: 4px;
    border-color: #c8cdcd;
    color: #c8cdcd;
}

a {
    color: #fff;
    text-decoration: none;
}

.full_width_row {
    width: 100%;
    background: #9f191f;
    height: 60px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.three_row_child {
    vertical-align: center;
    text-align: center;
    width: 100%;
    padding: 8px;
}

.language_settings_layout {
    vertical-align: center;
    width: 100px;
    margin-bottom: auto;
    text-align: center;
    padding: 8px;
}

.logo_layout {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 50px;
}

.language_settings_style {
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    font-weight: lighter;
    font-size: small;
    border: #8a8a8a solid 1px;
    color: #a9a8a8;
}

.language_settings_dropdown {
    background-color: #001E28;
    color: #EEEEEE;
}


.language_icon {
    background: transparent;
}

.overflow_menu {
    width: 36px;
    height: 36px;
}

@media (min-width: 769px) {
    .overflow_menu {
        display: none;
    }

    .language_icon {
        visibility: visible;
    }

    .top_ad_layout {
        visibility: visible;
    }

    .leagues_ad {
        display: block;
    }
    .logo_settings_container {
        visibility: hidden;
    }

    .fixture_half_time_scores_layout {
        display: block;
    }

    #top_leagues_menu {
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .language_icon {
        display: none;
    }

    .top_ad_layout {
        display: none;
    }

    .fixture_half_time_scores_layout {
        display: none;
    }

    .leagues_ad {
        display: none;
    }
    .logo_settings_container {
        visibility: visible;
    }

    .overflow_menu {
        display: block;
    }

    #top_leagues_menu {
        visibility: hidden;
    }

}

.top_logo_image {
    margin-right: 8px;
    height: 42px;
}

.top_logo_layout {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.logo_left_layout {
    display: flex;
    flex-direction: row;
    justify-content: left;

    width: calc(100% / 2);
    text-align: left;
    vertical-align: center;
    align-content: start;
    font-size: larger;
    color: #EEEEEE;
    margin: 8px;
}

.logo_right_layout {
    width: calc(100% / 2);
    font-size: small;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: right;
    vertical-align: center;
    color: white;
    text-align: right;
    margin: 8px;
}


/* ----Date munues -------*/
.date-nav {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 1px 1px 0px;
    justify-content: space-between;
}
.date-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-nav li a {
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 68px;
    text-decoration: none;
    padding-bottom: 8px;
}
.date-nav li a .day {
    color: #ddd;
}
.date-nav li a .day {
    text-transform: uppercase;
    color: #728d9a;
    font-weight: 600;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
}
.date-nav li a .date {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #728d9a;
}

.date-nav .ui-tabs-active a {
    color: #009A5F;
    padding-bottom: 5px;
    border-bottom: 3px solid #2d96d4;
}
.date-nav .ui-tabs-active a .day {
    color: #2d96d4;
}
.date-nav .ui-tabs-active a .date {
    color: #2d96d4;
}
.only_desktop{
    display: block;
}
.right_google{
    margin-top:18px;
    float:right;
}
.right_app{
    margin-top:18px;
    margin-right: 8px;
    float:right;
}
.cal2{
    position: absolute;left:-20px; bottom: 12px; cursor: pointer;
}
@media screen and (max-width: 700px) { /*its on Mobile*/
    .date-nav li a {
        min-width: 40px;
    }
    .date-nav li a .day {
        font-weight: 400;
        font-size: 11px;
    }
    .only_desktop{
        display: none;
    }
    .cal2{
        left:-6px; 
        width: 24px;
    }
    .top_logo_image {
        height: 30px;
    }
    .header_layout {
        line-height: 55px;
    }
}
/* ----Date munues -------*/

.txtar{
    height: 136px;resize: none;border-radius: 8px;border: 1px solid #c8cdcd; width: 100%; padding: 10px;
}

.txtf{
    margin: 8px 0;
    border-radius: 8px;border: 1px solid #c8cdcd; width: 100%; padding: 10px;
}

.sbtn{
    margin: 8px 0;
    -webkit-appearance: none;
    background-color: #0f2d37;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    justify-self: center;
    letter-spacing: .4px;
    min-height: 40px;
    padding: 12px 48px;
    text-transform: uppercase;
}

#tmol li{
    margin-top:30px;
}

.standing_layout a{color:#fff;}


/* ==========New Header========== */
.log_dv{
    text-align: left;
}
.menu_dv{
    color:#fff; text-align: left;clear: both;
}
.tp_nv{
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}
#top_nav ul li{
    list-style-type: none;
    /*overflow: hidden;*/
    display: inline-block;
 }
 #top_nav li{
    margin-left: 20px;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 11px;
 }
 #top_nav li:first-child {
    margin-left: 0px;
 }

 #top_nav a{
     color: #b6cae1;
     font-weight: 400;
     font-size: 14px;
    /*text-transform: uppercase;*/
 }
 #top_nav a:hover{
     color: #fff;
     text-decoration: none;
 }

 .nav_a_selected {
    border-bottom: 3px solid #337ab7;
    /*    padding-bottom: 7px; */
 }
 .nav_a_unselected {
    border-bottom: 3px solid #001E28;
 }
 
.menu_icn{
    float:left;font-size: 22px;margin-right: 5px;
}
.mnu_inr_dv{
    margin-top:6px;float:left;
}
 
.mob_menu_icon{
       display: none;
}

.only_dsk{
    display: block;
}

@media screen and (max-width: 700px) {
     #top_nav a{
        font-weight: 400;
        font-size: 11px;
    }
    #top_nav li{
        margin-left: 8px;
        padding-bottom: 6px;
    }
    .mob_menu_icon{
        display: block;
        /*padding-right: 10px;*/
        float: right;
    }
    
    .menu_icn{
        font-size: 18px; clear: none;
        width: 100%;
        text-align: center;
        padding-bottom: 7px;
    }
    .mnu_inr_dv{
        margin-top:6px;float:revert;
    }
    
    .only_dsk{
        display: none;
    }
}
 /* ==========New Header========== */
 
 
 /* ==========News Header========== */
.menu_dv2{
    color:#fff; text-align: left;clear: both;
}
.tp_nv2{
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 10px;
}
#top_nav2 ul li{
    list-style-type: none;
    /*overflow: hidden;*/
    display: inline-block;
}
#top_nav2 li{
    margin-left: 16px;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 11px;
}
#top_nav2 li:first-child {
    margin-left: 0px;
}

#top_nav2 a{
     color: #555e61;
     font-weight: 400;
     font-size: 14px;
     text-transform: uppercase;
}
#top_nav2 a:hover{
     color: #001e28;
     text-decoration: none;
}
.nav_a_selected2 {
    border-bottom: 3px solid #FF0046;
    /*    padding-bottom: 7px; */
}
.mnu_inr_dv2{
    margin-top:6px;float:left;
}
.btm_lin{
    border-bottom:1px solid #c8cdcd; margin-bottom: 5px;
}
.nmain_pdng{
    padding:0px 2px 20px 2px;
}
.nlist_titl{
    font-weight: 700; font-size: 16px; padding-top: 20px;
}
.nrelated_pdng{
    padding:0px 2px 10px 2px;
}
.nlist_dt{
    margin-bottom: 3px;
    margin-top: 5px;
}
.rltdtxt{
    margin-top:0px;
}

.nav_a_unselected2 {
    border-bottom: 3px solid #eee;
}
@media screen and (max-width: 700px) {
    #top_nav2 a{
        font-weight: 400;
        font-size: 11px;
    }
    #top_nav2 li{
        margin-left: 8px;
    }
    .nmain_pdng{
        padding:0px 2px 2px 2px;
    }
    .nlist_dt{
        margin-bottom: 30px;
    }
    .rltdtxt{
        margin-top:20px;
    }
}
 /* ==========News Header========== */
 
 
 
 
 
 
 
 
 
 
/* ==========coppied========== */
 .stage-header {
    display: -moz-box;
    display: flex;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-decoration: none;
    -moz-box-align: center;
    align-items: center;
    padding-top: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
.stage-header span.flag {
    display: block;
    margin-right: 10px;
    -moz-box-flex: 0;
    flex: 0 0 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 11px;
}
.stage-header img {
    height: 22px;
}
.stage-header span.title {
    display: block;
    -moz-box-flex: 1;
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.stage-header:hover {
    color: #2d96d4;
    text-decoration: none;  
}
a.row-favourite:hover {
    background-color: #1d262c;
    text-decoration: none;  
    color:#fff;
}

.match-row {
    position: relative;
    display: -moz-box;
    display: flex;
    text-decoration: none;
    height: 51px;
    color: #b6cae1;
    border-top: 1px solid #26313a;
    -moz-box-align: center;
    align-items: center;
    background-color: #192025;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.match-row.first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: none;
    overflow: hidden;
}
.match-row.last {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.match-row .status {
    width: 72px;
    padding-left: 15px;
    margin-right: 10px;
}
.match-row .status .status-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.match-row .home-score, .match-row .home-team {
    text-align: right;
}
.match-row .away-team, .match-row .home-team, .match-row .team-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.match-row .score {
    color: #2d96d4;
}
.match-row .score {
    width: 144px;
    display: -moz-box;
    display: flex;
    font-family: Verdana, Arial, sans-serif;
}
.match-row .score.score-placeholder .away-score, .match-row .score.score-placeholder .home-score {
    width: 62px;
}
.match-row .score.score-placeholder .separator {
    width: 20px;
    text-align: center;
}
.match-row .away-score>span, .match-row .home-score>span {
    position: relative;
}
.match-row.row-favourite .away-team {
    margin-right: 60px;
}
.match-row .status .live-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #0ed633;
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 1px
}

span.icon-button, span.icon-button span {
    width: 40px;
    height: 40px;
    -moz-box-flex: 0;
    flex: 0 0 40px;
}
span.icon-button {
    display: block;
    position: relative;
}
span.icon-button span {
    position: absolute;
    left: 0;
    top: 0;
    display: -moz-box;
    display: flex;
    border-radius: 20px;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
}
span.icon-button.medium svg {
    width: 22px;
}
span.icon-button svg {
    vertical-align: middle;
    width: 24px;
}
span.icon-button:hover span {
    background-color: rgba(255,255,255,.07)
}

span.icon-button.selected svg path {
    fill: #fff
}

.match-row .away-team, .match-row .home-team {
    -moz-box-flex: 1;
    flex: 1 1;
    color: #fff;
    position: relative;
}


@media(max-width: 800px) {
    .match-row {
        padding:0;
        display: block;
        font-size: 12px;
        height: 51px
    }

    .match-row.last {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .match-row.first {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .match-row.with-result .result {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .match-row .favourite-button {
        position: absolute;
        top: 3px;
        right: 1px;
        width: 32px;
        height: 32px
    }

    .match-row .favourite-button svg {
        width: 18px;
        height: 18px
    }

    .match-row .result-only-badge {
        top: 11px;
        right: 50px
    }

    .match-row.cricket-match-row {
        padding: 8px 0;
        height: 73px
    }

    .match-row.cricket-match-row>div {
        height: 18px;
        line-height: 18px
    }

    .match-row.cricket-match-row .icon-button {
        top: 20px
    }

    .match-row.cricket-match-row.with-result .result {
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 23.5px
    }

    .match-row.cricket-match-row-tall {
        height: 91px
    }

    .match-row.cricket-match-row-tall .icon-button {
        top: 29px
    }

    .match-row.cricket-match-row-tall.with-result .result {
        top: 32.5px
    }
}
@media(max-width: 800px) {
    .match-row .away-team,.match-row .home-team {
        padding:0 80px 0 70px;
        height: 20px;
        line-height: 20px;
        text-align: left
    }

    .match-row.row-favourite .away-team {
        margin-right: 0
    }

    .match-list-content-narrow-statuses .match-row .away-team,.match-list-content-narrow-statuses .match-row .home-team {
        padding-left: 55px
    }

    .match-row.with-result .away-team,.match-row.with-result .home-team {
        padding-right: 100px
    }

    .match-row .home-team {
        padding-top: 5px
    }

    .match-row .away-team {
        margin-right: 0
    }

    .match-row.row-tall .away-team .service-icon,.match-row.row-tall .home-team .service-icon {
        left: 41px;
        height: 10px
    }

    .match-row.row-tall .away-team .service-icon svg,.match-row.row-tall .home-team .service-icon svg {
        width: 10px;
        height: 10px
    }

    .match-row.cricket-match-row .away-team,.match-row.cricket-match-row .home-team {
        padding-right: 140px
    }

    .match-row.cricket-match-row .home-team {
        padding-top: 0
    }

    .match-row .batting-icon svg {
        width: 16px;
        height: 16px
    }
}
@media(max-width: 800px) {
    .match-row .status {
        position:absolute;
        top: 0;
        width: 55px;
        font-size: 12px;
        padding-left: 10px;
        margin-right: 0;
        height: 50px;
        display: -moz-box;
        display: flex;
        -moz-box-align: center;
        align-items: center
    }

    .match-row .status .live-indicator {
        margin-right: 4px;
        margin-bottom: 0
    }

    .match-row .status .time-with-date span {
        font-size: 11px
    }

    .match-list-content-narrow-statuses .match-row .status {
        width: 40px
    }

    .match-row.cricket-match-row .status {
        width: inherit;
        height: unset
    }
}
@media(max-width: 800px) {
    .match-row .score {
        top:5px;
        display: block;
        position: absolute;
        width: 30px;
        right: 35px;
        padding-right: 10px
    }

    .match-row .score .separator {
        display: none
    }

    .match-row .score .away-score,.match-row .score .home-score {
        display: block;
        width: 30px;
        height: 20px;
        line-height: 20px;
        text-align: right;
        padding-right: 32px;
    }

    .match-row .away-score .penalty,.match-row .home-score .penalty {
        line-height: 10px;
        font-size: 8px;
        left: unset;
        right: -15px;
        text-align: left
    }

    .match-row.with-result .score {
        right: 50px
    }

    .match-row .composite-score.six-part,.match-row .composite-score.six-part .away-composite-score,.match-row .composite-score.six-part .home-composite-score {
        width: 20px
    }

    .match-row .composite-score.six-part.wide,.match-row .composite-score.six-part.wide .away-composite-score,.match-row .composite-score.six-part.wide .home-composite-score {
        width: 30px
    }

    .match-row .away-composite-score .composite-score-part.hidden-xs,.match-row .away-composite-score .composite-score-small-part.hidden-xs,.match-row .composite-score .away-composite-score .composite-score-separator.hidden-xs,.match-row .composite-score .home-composite-score .composite-score-separator.hidden-xs,.match-row .home-composite-score .composite-score-part.hidden-xs,.match-row .home-composite-score .composite-score-small-part.hidden-xs {
        display: none
    }

    .match-row.cricket-match-row .score {
        top: 26.5px;
        right: 35px;
        width: 110px;
        padding-right: 0
    }

    .match-row.cricket-match-row .score .away-score,.match-row.cricket-match-row .score .home-score {
        height: 18.5px;
        line-height: 18.5px;
        margin-right: 5px
    }

    .match-row.cricket-match-row .score .away-score,.match-row.cricket-match-row.with-result .score .home-score {
        height: 18.5px;
        line-height: 18.5px
    }

    .match-row.cricket-match-row .score .cricket-score-suffix {
        display: none
    }
}


.mobile-menu-bar {
    display: none
}

@media(max-width: 800px) {
    .cc_container {
        bottom: 48px !important;
    }
    .mobile-menu-bar {
        display:block;
        height: 50px;
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #26313a;
        background-color: #192025;
        z-index: 34000;
        padding-bottom: env(safe-area-inset-bottom)
    }

    .mobile-menu-bar ul {
        margin: 0;
        padding: 0
    }

    .mobile-menu-bar li {
        display: block;
        width: 25%;
        float: left;
        overflow: hidden;
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 11px;
        text-align: center
    }

    .mobile-menu-bar li img {
        height: 25px
    }

    .mobile-menu-bar li>span,.mobile-menu-bar li a {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 0;
        display: block;
        height: 50px;
        color: #728d9a;
        text-decoration: none;
        cursor: pointer;
        position: relative
    }

    .mobile-menu-bar li>span svg,.mobile-menu-bar li a svg {
        width: 20px;
        height: 20px
    }

    .mobile-menu-bar li>span svg.stroke path,.mobile-menu-bar li a svg.stroke path {
        stroke: #728d9a
    }

    .mobile-menu-bar li>span svg.fill path,.mobile-menu-bar li a svg.fill path {
        fill: #728d9a
    }

    .mobile-menu-bar li>span span,.mobile-menu-bar li a span {
        display: block
    }

    .mobile-menu-bar li>span span.live-match-count,.mobile-menu-bar li a span.live-match-count {
        position: absolute;
        height: 11px;
        top: 9px;
        width: 18px;
        left: -webkit-calc(50% - 9px);
        left: calc(50% - 9px);
        background-color: #192025
    }

    .mobile-menu-bar li.selected a,.mobile-menu-bar li.selected span {
        color: #2d96d4
    }

    .mobile-menu-bar li.selected a svg.stroke path,.mobile-menu-bar li.selected span svg.stroke path {
        stroke: #2d96d4
    }

    .mobile-menu-bar li.selected a svg.fill path,.mobile-menu-bar li.selected span svg.fill path {
        fill: #2d96d4
    }
}
/* ==========coppied========== */