.m_bo{margin-bottom: 0px;}
.today_score th,.today_score td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.today_score th {
    background: #eee;
    text-transform: uppercase;
}
.today_score {
    font-size: 11px;
    font-weight: 500;
}
.scorepoint {
    color: #00a650;
    text-transform: uppercase;
}
.today_score.tabcontent {
  	display: none;
}
.today_score.tabcontent.active {
   display: table;
}
.tab.today_score_tabs {
    background: #eee;
}
.tab.today_score_tabs button {
    background: #eee;
	color: #666;
	padding: 0px 10px;
	line-height: 26px;
	border: unset;
	font-weight: bold;
	border-right: 1px solid #666;
}
.tab.today_score_tabs button:last-child {
    border: unset;
}
.sd_tablinks.active, .sd_tablinks:hover {
    background: #00a650 !important;
	color: #fff !important;
}
#oddtable {
    margin-top: 1em;
}


/*--odd list table css--*/
.oddfiltercontainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.filter-page-title {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 1em;
}
.gamenametable td {
    border: 0px;
    padding: 5px 5px;
}
.c_right {
    float: right;
}
.gamedayname {
    color: #00a650;
    font-weight: bold;
}
#oddtable .oddpointspread, #oddtable .oddpointspreadpayout {
    display: inline-block;
    font-size: 11px !important;
    font-family: Verdana;
}
#oddtable .oddpointspreadpayout {
    margin-left: 5px !important;
}
.c_m_c {
    text-align: center;
    vertical-align: middle;
}
.filter_by_date ul li,.filter_by_scope ul li {
    display: inline-block;
    margin: 0px;
    padding-right: 15px;
}
.filter_by_date ul li a,.filter_by_scope ul li a {
    display: block;
    background-color: #ebebeb;
    color: #000;
    border-color: #ebebeb;
    padding: 5px 25px;
    cursor: pointer;
}
.filter_by_date ul li.activedate a,.filter_by_scope ul li.activescope a {
    display: block;
    background-color: #00a650 !important;
    color: #FFF !important;
    border-color: #1493ff !important;
    padding: 5px 25px;
    cursor: pointer;
}
.filter_by_scope {
    margin-bottom: 1em;
}
.teamlogosection .teamlogo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 5px;
}
.team_odds_numbers div {
    display: inline-block;
    font-size: 13px;
}
.odds_scores_td {
    padding-bottom: 2em;
    border: unset;
    padding-top: 0px;
    padding-right: 0px !important;
    padding-left: 0px;
}
.odds_scores_td .team_odds_numbers {
    padding: 10px 0px;
    background: #00a650;
    color: #fff;
    height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.odds_scores_td .odd_score_td_title {
    font-weight: 900;
    padding: 10px;
    background: #ddd;
    color: #000;
}
.filter_by_date {
    margin-bottom: 2em;
}
.team_odds_numbers.team_odds_numbers_off {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.teamlogo.teamleftfirst::after {
    content: "at";
    float: right;
    display: flex;
    margin-top: 50px;
    font-size: 30px;
    font-weight: 900;
    margin-right: -25px;
}
.teamlogosection {
    border: unset !important;
}
.teamlogosection_row {
    border: 1px solid #ccc;
}


/*--odds bett filter css start--*/
.odd_bett_filter .filtercheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.odd_bett_filter .filtercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.odd_bett_filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.odd_bett_filter .filtercheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.odd_bett_filter .filtercheckbox input:checked ~ .checkmark {
  background-color: #00a650;
}
.odd_bett_filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.odd_bett_filter .filtercheckbox input:checked ~ .checkmark:after {
  display: block;
}
.odd_bett_filter .filtercheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.odd_bett_filter ul li {
    display: inline-block;
}
.odd_bett_filter .filter_date {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: solid 1px #EBECF5;
    border-radius: 4px;
    max-width: inherit;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    padding: 5px;
}
.odd_bett_filter .filter_date .day-nav__button {
    background: transparent;
    border: unset;
    padding: 0px;
}
.odd_bett_filter .filterdate_button_previous {
    float: left;
}
.odd_bett_filter .filterdate_button_next {
    float: right;
}
.odd_scheduled_column .teamlogo img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.odd_scheduled_column .teamlogo {
    font-weight: 500;
    color: #222;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.odd_scheduled_column .teamlogo span {
    color: #666;
    font-weight: bold;
    margin-right: 5px;
}
#oddbetttable .odd_filter_column_img {
    height: 20px;
    object-fit: contain;
    margin: 0px auto -4px auto;
    text-align: center;
    display: block;
}
.odds_betts_monyline {
    text-align: center;
    font-size: 13px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 3px 6px #808080;
}
.odds_betts_monyline:nth-child(1) {
    margin-bottom: 10px;
}
.odd_scheduled_column > div {
    display: inline-block;
    vertical-align: middle;
}
.odd_scheduled_column .timeoddgame {
    font-size: 13px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
#oddbetttable td {
  vertical-align: middle;
}
#oddbetttable td:not(:first-child),#oddbetttable th:not(:first-child) {
  text-align: center;
}
#oddbetttable th:nth-child(2) {
  text-align: center;
}
.odds_betts_monyline_open {
    text-align: center;
    font-size: 13px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 10px;
    font-weight: 500;
    position: relative;
}
#oddbetttable .book-cell__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #201f1fd9;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    opacity: 0;
    cursor: pointer;
}
#oddbetttable .book-cell__hover svg {
    text-align: center;
    display: block;
    margin: 2px auto;
}
#oddbetttable .book-cell__hover a span {
    color: #fff;
    font-size: 13px !important;
}
#oddbetttable .book-cell__hover a {
  display: block;
  padding: 1px;
}
.odds_betts_monyline:hover > .book-cell__hover {
    opacity: 1 !important;
}
.odds_betts_monyline:hover {
    box-shadow: 0px 0px 0px #808080;
}
#oddbetttable .child ul {
    width: 100%;
}
#oddbetttable .child ul li {
    padding: 0px !important;
    margin: 15px auto;
}
#oddbetttable > tbody > tr.child span.dtr-title {
    width: 100% !important;
}
#oddbetttable > tbody > tr.child span.dtr-title img {
  width: 100% !important;
  margin: 0px auto 5px auto !important;
  height: 50px !important;
  object-fit: contain !important;
}
#oddbetttable .total_odds, #oddbetttable .spread_odds {
    margin-top: 15px;
}
#oddbetttable .odds_small_text {
    padding: 2px 5px 5px 5px;
    font-size: 8px;
    vertical-align: middle;
    font-weight: bold;
    color: #666 !important;
}
#oddbetttable tbody tr td:nth-child(2) .odds_betts_monyline {
    box-shadow: unset !important;
}
#oddbetttable .disable_empty_block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0000001a;
    pointer-events: none;
    cursor: default;
    border-radius: 4px;
    z-index: 999999999 !important;
}
#oddbetttable .disable_empty_block + .book-cell__hover {
    display: none !important;
}
.oddfiltercontainer .odd_bett_filter {
  position: relative;
}
.oddfiltercontainer .odd_bett_filter ul {
    padding-top: 10px;
}
.oddfiltercontainer .odd_bett_filter .disabledfilter {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(1, 1, 1, 0.15);
    z-index: 999999999;
    width: 100%;
}
.oddfiltercontainer .odd_bett_filter .disabledfilter .loadercustomicon {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00a650;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    float: right;
    margin-top: 10px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.game_selection_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 10px 0px 7px 5px;
    padding-right: 2rem;
    width: 300px;
}
/*--//odds bett filter css start--*/
/*--odd widget css start--*/
.odds_widgets_container {
    margin: 0px auto;
    text-align: center;
}
.odds_widgets_container .odd_widget_iframe {
    display: inline-block;
    padding: 0px 10px;
    margin: 20px 0px;
}
.odd_widget_link_container a {
    background: #fff;
    padding: 5px;
    display: block;
    font-weight: 700;
    color: #00bfe6 !important;
    margin-top: -20px;
    position: relative;
    border: 1px solid #D7D7D7;
}
.odd_widget_link_container a:hover {
    opacity: 0.5;
    color: #333333;
    text-decoration: unset !important;
}
.single_odds_widgets_container .game_predection_content {
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
.single_odds_widgets_container .single_predection_description p {
    font-size: 16px;
    color: #505050;
    margin: 10px 0px;
}
.single_block_title {
    background: transparent;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
}
.singleoddtables {
    margin: 20px 0px !important;
}
.fullwidth_border_line {
    width: 100%;
    height: 5px;
    background: #666;
    margin: 10px 0px;
}
/*--//odd widget css ens--*/

/*05-11-20*/
.today_score.tabcontent.active {
    display: block;
}
.score-ticker-card {
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin: 20px 0px;
    border-radius: 10px;
}
/*.cstm-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
/*.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 15px;
}*/
.ticker-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px;
}
.ticker-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}
.ticker-data h5 {
    font-size: 15px;
    margin-right: 21px;
    color: #09305b;
}
.ticker-left-content {
    border-right: 1px dashed #d1d1d1;
}
.ticker-left-content, .ticker-right-content {
    width: 50%;
    padding: 0px 10px;
}
.tickerSlider .item:nth-child(even) {
    background: #f6f6f6;
}
.score-ticker-container {
    margin: 0px !important;
}
.tickerSlider .owl-stage .owl-item{
	background#fff;
}
.tickerSlider .owl-stage .owl-item:nth-child(even) {
    background: #eeeeee;
}
.tab.today_score_tabs {
    background: transparent;
}
.sd_tablinks.active, .sd_tablinks:hover {
    background: #09305b !important;
    color: #fff !important;
}
.tickerSlider {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.home main#main {
    padding-top: 0px !important;
}
.cstm-ticker-sec{
	margin-bottom:50px;
}
/*************/