body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.league_name {
    width: 100%;
    height: 100%;
    font-size: 12px;
    /* display: flex; */
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2;
    background-color: #212121;
    color: #FFF;
}

.table__cell .team_name_span a {
    color: #000 !important;
}

.favstyle {
    position: relative;
    float: left;
    width: 15%;
    height: 25px;
    display: block
}

.match_list_holder {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #434343;
    overflow: hidden;
}

.league_holder {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.game_row {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #222222;
    height: auto;
    overflow: hidden;
}

.sport_coll_header {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

/* .sport_coll_header:after{
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: white;
    right: 14px;
    top: 4px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
} */
.exp_col_sport_header {
    z-index: 10;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    border-bottom: 1px solid #F5B925;
    margin: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #1A1917 !important;
    color: #fff;
    text-indent: 35px;
    display: flex;
    justify-content: space-between;
}

div#filter_container_new {
    display: flex;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

div#filter_container_new button {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 0; //IOS text-align center fix;
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(221, 222, 222, 1) 100%);
    border: 1px solid #B6B6B4;
    border-radius: 4px;
    margin-right: 5px;
    height: 28px;
    width: 40px;
}

div#filter_container_new button.selected {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 0; //IOS text-align center fix;
    background: rgb(245, 166, 23);
    background: linear-gradient(180deg, rgba(245, 166, 23, 1) 0%, rgba(217, 150, 0, 1) 100%);
    border: 1px solid #DB9400;
    border-radius: 4px;
    margin-right: 5px;
    height: 28px;
    width: 40px;
}

div#filter_container_new_title {
    display: none;
    position: absolute;
    color: #000;
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(221, 222, 222, 1) 100%);
    border: 1px solid #B6B6B4;
    top: -33px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    text-indent: initial;
    padding: 2px 6px;
}

.filter_option {
    color: #000;
    background: #e4e4e4;
}

/*.teams_holder {
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
    webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    -moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}*/

.odds_holder,
.UO_odds_holder,
.GG_odds_holder,
.RT_odds_holder,
.RH_odds_holder,
.HT_odds_holder,
.RHUO_odds_holder {
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #F5B925;
    overflow: hidden;
}

.point_selection,
.no_selection,
.odds_lbl {
    text-align: center;
    height: 100%;
    line-height: 70px;
    float: left;
    color: #F5B925;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    -moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a;
    box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.no_selection:before {
    font-family: "Font Awesome 5 pro";
    content: '\f146';
}

.no_selection span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.no_selection.locked:before {
    font-family: "Font Awesome 5 pro";
    content: '\f30d';
}

.champ_filters_row {
    position: relative;
    float: left;
    width: 100%;
}

.champ_col {
    position: relative;
    float: left;
    width: 50%;
    background-color: #212121;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.champ_col>img {
    float: left;
    margin: 11px -8px 0 7px;
}

.filters_col {
    position: relative;
    float: left;
    width: 50%;
    background-color: #026c64;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

.bet_filters,
.bet_filters_UO,
.bet_filters_GG {
    font-size: 13px;
    width: 33.3%;
    height: 100%;
    float: left;
    text-align: center;
    background-color: #2a2a2a;
    -webkit-box-shadow: inset -1px -1px 0px 0px #023161;
    -moz-box-shadow: inset -1px -1px 0px 0px #023161;
    box-shadow: inset -1px -1px 0px 0px #023161;
}

.bet_options_lbl {
    position: relative;
    /*float:left; */
    width: 100%;
    height: 29px;
    background-color: #1A1917;
    -webkit-box-shadow: inset -1px -1px 0px 0px #1A1917;
    -moz-box-shadow: inset -1px -1px 0px 0px #1A1917;
    box-shadow: inset -1px -1px 0px 0px #1A1917;
}

/*.sel_type1X2_captions, .sel_typeUO_captions, .sel_typeGG_captions { width: 50%; height: 28px; /*float: right; }*/
/*.point_caption { width: 33.33%; text-align: center; height: 100%; line-height: 28px; color: #555f69; font-size: 12px; font-weight: 700; }*/
.sel_typeUO_captions .point_caption,
.sel_typeGG_captions .point_caption,
.sel_typeRT_captions .point_caption,
.sel_typeRH_captions .point_caption,
.sel_typeHT_captions .point_caption,
.sel_typeRHUO_captions .point_caption {
    width: 50%;
    text-align: center;
    height: 100%;
    line-height: 28px;
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.sel_typeUO_captions .point_caption,
.sel_typeRHUO_captions .point_caption {
    width: 26%;
    float: right;
}

.FavMatchesHeader {
    background-color: #2e2e2e;
    font-size: 14px;
    padding: 10px 0px 10px 10px;
    font-weight: bold;
    color: #fff;
}

.SpListLive {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #434343 !important;
}

.FavBtn {
    position: relative;
    /*float: left;
    left: 8px;*/
    width: 30px;
    height: 25px;
    background: url(images/favorite16.png) no-repeat 6px center;
}

.h_team,
.a_team {
    color: #FFF;
    color: #e3e3e3;
    font-size: 14px;
    line-height: 20px;
    padding-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.a_team {
    height: 20px;
    line-height: 20px;
}
/* 
.hteam_score,
.ateam_score,
.game_indication {
    position: relative;
    float: right;
    width: auto;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    color: #F5B925;
    margin-right: 2px;
} */

.game_indication {
    display: none;
    padding: 0 2px;
    background-color: #2e2e2e;
    border-radius: 4px;
}

.game_period {
    position: relative;
    width: 70%;
    /*float: left;*/
    font-size: 11px;
    text-indent: 0;
    height: 20px;
    line-height: 20px;
    color: #ecf0f1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.game_period .today {
    background-color: #2e2e2e;
    color: #f1c435;
    padding: 2px 4px;
    border-radius: 2px;
}

.odds_count {
    /* position: relative; */
    width: 20%;
    /* float: left; */
    font-size: 11px;
    text-align: right;
    height: 20px;
    line-height: 20px;
    color: #ecf0f1;
}

.h_goal,
.a_goal {
    position: absolute;
    width: 26px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    background-color: #F5B925;
    right: 18px;
}

.h_goal {
    top: 4px;
}

.a_goal {
    top: 28px;
}

.blink {
    background-color: #F00;
}

.exp_col_sport_header_liverace {
    position: relative;
    float: left;
    border-bottom: 1px solid #222222;
    margin: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #303030 !important;
    color: #FFF;
    text-indent: 35px;
}

.loadingDiv {
    background-image: url(./images/ajax-loader_big.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.blink8 {
    animation: blinkerInOut .6s linear 8;
}

.show {
    display: block;
}

.stream {
    position: relative;
    float: left;
    width: 15%;
    height: 25px;
    background: url(./images/tv_gray.png) no-repeat center 2px;
}

.no_stream {
    position: relative;
    /*float: left;*/
    width: 20%;
    height: 25px;
    background: url(./images/1x1.png) no-repeat right 2px;
}

@keyframes blinkerInOut {
    50% {
        opacity: 0;
    }
}

/* Welcome screen styles */
.wc-bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999
}

.wc-scr {
    background-color: rgba(0, 0, 0, 0.667);
    width: 296px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 44px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 44px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 20px 7px #000e
}

.btn-reg {
    position: absolute;
    left: 11px;
    top: 421px;
    width: 166px;
    height: 26px;
    background: transparent;
    border: none !important;
    font-size: 0
}

.btn-close {
    position: absolute;
    left: 187px;
    top: 421px;
    width: 101px;
    height: 26px;
    background: transparent;
    border: none !important;
    font-size: 0
}

.btn-close-corner {
    position: absolute;
    left: 283px;
    top: -13px;
    width: 26px;
    height: 26px;
    background: #333;
    border: 3px solid #691010;
    border-radius: 50%;
    background-image: url(images/close-corner.svg);
    background-size: contain;
    animation-name: showBtnClose;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes showBtnClose {
    to {
        opacity: 1;
    }
}

.contentFrame_wrap {
    position: relative;
    float: left;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    border-bottom: 1px solid #1A1917;
    -webkit-overflow-scrolling: touch
}

#showEventDiv {
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    position: relative;
    float: left;
}

#Cocori {
    width: 100%;
    height: 100vh;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    background-color: #69c;
}

.showEventObj {
    width: 100%;
    height: 100%;
    min-height: 700px
}

#popupMobile {
    position: fixed;
    margin: 10px;
    z-index: 999999;
    border: 1px solid #434343;
    border-radius: 5px
}

.intro_helper_container {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    z-index: 9999;
}

.help_toolkit {
    cursor: pointer;
    position: absolute;
    top: 160px;
    left: 20%;
    display: flex;
    color:#000;
    flex-direction: column;
    font-weight: 500;
    background-color: #faeed0;
    border-radius: 5px;
    width: 60%;
    border:4px solid #1A1917;
    height: auto;
    align-items: center;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.closeFavHelp {
    cursor: pointer;
    text-align:center;
    color:red;
    border-radius:5px;
    padding:7px;
    width:fit-content;
    border:1px solid rgb(254, 82, 82);
}

.main_loader_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    overflow: hidden;
    pointer-events: none;
}

.main_loader_goal {
    position: fixed;
    width: 50%;
    z-index: 1000;
    height: 200px;
    top: 20%;
    left: 25%;
    color: #FFF;
    background: #000 url(./images/loading_transp.gif?v=1) no-repeat center center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}

.favDivs.favorite,
.favDivs.unfavorite {
    position: relative;
    float: left;
    left: 8px;
    width: 25px;
    height: 25px;
}

.favDivs.favorite {
    background: url(images/favorite16.png) no-repeat 5px center;
}

.favDivs.unfavorite {
    background: url(images/unfavorite16.png) no-repeat 5px center;
}



.crd_h_teamY,
.crd_h_teamR,
.crd_a_teamY,
.crd_a_teamR {
    display: none;
    width: 16px;
    height: 18px;
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    text-align: center;
}


.crd_h_teamR.active,
.crd_a_teamR.active {
    display: block;
    /*background: url(/login/livebet/images/score_sprites2.png) no-repeat;
    background-position: -34px 2px;*/
    background-color: #e83838;
    width: 8px;
    height: 12px;
    border-radius: 2px;
    margin: 4px 7px 0 2px;
    line-height: 12px;
    text-align: center;
    padding-right: 1px;
}

.teams_holder {
    position: relative;
    display: flex;
    min-width: 0;
    float: left;
    width: 50%;
    height: 66px;
    /* border-bottom: 1px solid #222222; */
    /*margin: 8px 0 0 0;*/
    webkit-box-shadow: inset -1px 0px 0px 0px #2a2a2a; 
    -moz-box-shadow: inset -1px 0px 0px 0px #2a2a2a; 
    box-shadow: inset -1px 0px 0px 0px #2a2a2a;
}

.teams_holder:after {
    /* background-color: #5d5d5d; */
    bottom: 10px;
    content: "";
    left: -1px;
    position: static;
    margin-top: 8px;
    width: 1px;
    height: 55px;
}

.teams_left {
    display: flex;
    flex: 1 4 auto;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    /* margin: 0 0 0 4px; */
}

.teams_right {
    display: inline-flex;
    flex-direction: column;
    /*text-align: center;*/
    align-items: center;
    justify-content: start;
    margin: 1px 4px 0 2px;
}

.team_home,
.team_away,
.team_common {
    display: flex;
    justify-content: space-between;
}

.team_common {
    /*margin-left: 10px;*/
    /*color: #a4a4a4;*/
    color: #c3c3c3;
}

.game_period .today_time {
    /*margin: 0 12px 0 2px;*/
    display: inline-block;
    width: 32px;
    height: 19px;
    line-height: 19px;
    /*text-align: center;*/
    margin: 0 6px 0 0;
    /*background-color: #14805e;*/
    color: #ffdf1b;
    border-radius: 2px;
}

.h_goal,
.a_goal,
.goal_ind {
    display: none;
    font-weight: 700;
    font-size: 10px;
    color: #333;
    line-height: 13px;
    margin-top: 3px;
    margin-right: 4px;
    padding: 0 2px;
    border-radius: 1px;
    background: #ffdf1b;
    height: 13px;
    justify-content: center;
    align-content: center;
    margin-left: auto;
}

.h_goal.active,
.a_goal.active {
    display: inline-flex;
}

.hteam_score, .ateam_score, .game_indication { 
    display: inline-flex;
    font-size: 12px;
    line-height: 20px;
    color: #F5B925;
}

.hteam_score, .ateam_score {
    min-height: 20px;
    font-weight: 700;
    /* color: #ddd; */
}