.Page-styles-page {
  margin-top: 0;
  margin-bottom: 100px;
}

.card {
  border-radius: 0;
}

main.Page-styles-page {
  overflow: unset;
}

.time-filter-mob {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 1rem 0;
}

.time-filter-mob ul {
  width: inherit;
  height: inherit;
  margin: 0 50px 0 0;
  padding: 0;
  list-style-type: none;
}

.time-filter-mob::-webkit-scrollbar {
  width: 0;
  display: none;
}

.time-filter-mob > ul > li {
  width: inherit;
  height: inherit;
  text-align: center;
  white-space: nowrap;
  color: var(--bks-dark-color);
  border-left: 1px solid var(--bks-lighter-gray2);
  padding: 0 5px;
  font-size: 12px;
  line-height: 50px;
}

.time-filter-mob > ul > li:first-child {
  border-left: none;
}

.time-filter-mob > ul > li.active, .time-filter-mob > ul > li:active {
  color: var(--text-color-light);
  border-bottom: 2px solid var(--bks-primary-color);
}

.time-filter-mob :focus {
  outline: 0;
}

.time-filter-link {
  width: 100%;
  display: block;
}

.search-container {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.searchbar {
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  -o-transition: width .3s;
  transition: width .3s;
  position: relative;
  overflow: hidden;
}

.searchbar-input {
  background: var(--bks-primary-color);
  width: 100%;
  height: 50px;
  color: var(--bks-white-color);
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 55px 0 20px;
  font-size: 20px;
  top: 0;
  right: 0;
}

.searchbar-input::-webkit-input-placeholder {
  color: var(--bks-white-color);
}

.searchbar-input:-moz-placeholder {
  color: var(--bks-white-color);
}

.searchbar-input::-moz-placeholder {
  color: var(--bks-white-color);
}

.searchbar-input:-ms-input-placeholder {
  color: var(--bks-white-color);
}

.searchbar-icon, .searchbar-submit {
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  color: var(--bks-white-color);
  background: var(--bks-primary-color);
  border: 0;
  border-left: 1px solid var(--bks-white-color);
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

body input.searchbar-submit[type="submit"] {
  color: var(--bks-white-color);
  font-family: sans-serif;
}

.searchbar-open {
  width: 100vw;
}

.SportsFiltersSection-styles-row {
  z-index: 999;
  margin-bottom: 1rem;
  top: 0;
}

.Button-styles-button.Button-styles-primary.Button-styles-base, .Button-styles-button.Button-styles-primary.Button-styles-general {
  background-color: var(--bks-primary-color);
}

.Button-styles-button.Button-styles-primary.Button-styles-base:active, .Button-styles-button.Button-styles-primary.Button-styles-general:active {
  background-color: var(--bks-primary-color-dark);
}

.icons-navbar-footer-home {
  background-image: url("home.ad47c2bf.svg");
}

li#nav-app-site-bets {
  padding: .1rem;
}

.NavBarItemWrapper-styles-nav-bar-item a:active .NavBarItemWrapper-styles-label, .NavBarItemWrapper-styles-nav-bar-item a.active .NavBarItemWrapper-styles-label {
  color: var(--bks-primary-color);
  opacity: 1;
}

.NavBarItemWrapper-styles-nav-bar-item a:active .icons-navbar-footer-home, .NavBarItemWrapper-styles-nav-bar-item a.active .icons-navbar-footer-home {
  background-image: url("home-color.b64f1105.svg");
}

.NavBarItemWrapper-styles-nav-bar-item a:active .icons-navbar-footer-icons-mybets, .NavBarItemWrapper-styles-nav-bar-item a.active .icons-navbar-footer-icons-mybets {
  background-image: url("mybets-primary.5b6423c6.svg");
}

.NavBarItemWrapper-styles-nav-bar-item a:active .icons-navbar-footer-icons-betslip, .NavBarItemWrapper-styles-nav-bar-item a:active .icons-navbar-footer-icons-betslip {
  background-image: url("betslip-primary.8baf9de2.svg");
}

.bottom-navbar-total-bet-overlay-info {
  width: 100%;
  height: 50px;
  background-color: var(--bks-primary-color);
  color: var(--bks-white-color);
  position: absolute;
}

.bottom-navbar-total-bet-overlay-info .total-bets-value {
  margin-left: 8px;
  font-weight: bold;
}

.SportTabs-styles-mobile-container:before, .SportTabs-styles-mobile-container:after {
  background-image: none;
  background-color: var(--bks-white-color);
  width: 13px;
}

.EventPanelItem-styles-modal-wrapper:not(.EventPanelItem-styles-mobile) {
  width: auto;
}

.Category-styles-header-wrapper:hover {
  background-color: var(--bks-primary-color);
  color: var(--bks-white-color);
  border-bottom: 2px solid #0000;
}

.EventPanelItem-styles-close-icon {
  display: none;
}

.coupon-mobile-page {
  margin-top: 48px;
}

.LiveEventWidget-styles-program-widget-title {
  letter-spacing: normal;
  color: var(--black);
  background-color: var(--white);
  padding: 16px 0 0 24px;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.21;
}

.LiveEventWidget-styles-program-widget-title:after {
  content: "";
  height: 1px;
  background: var(--grey-iron);
  margin: 9px 0 0;
  display: block;
}

.BackToTop-styles-button {
  height: 56px;
  width: 100%;
  background-clip: padding-box;
  background-color: var(--bks-white-color);
  color: var(--bks-secondary-color);
  border: 0;
  border-radius: 4px;
  outline: none;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
  box-shadow: 0 1px 2.5px #0000002e;
}

.BackToTop-styles-button .BackToTop-styles-icon {
  width: 20px;
  height: 20px;
  background-image: url("back-to-top.13bf7981.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px;
  display: inline-block;
}

.BackToTop-styles-back-to-top {
  justify-content: center;
  padding: 8px 8px 16px;
  display: flex;
}

.SportHeader-styles-market-button.active, .SportHeader-styles-market-button:active {
  background-color: var(--grey-dark);
  color: var(--white);
}

.navbar.sport-navtree {
  background-color: var(--bks-white-color);
}

a.open-selected-bets {
  width: 50%;
  background-color: var(--bks-primary-color);
  border: 1px solid var(--bks-primary-color);
  color: var(--bks-white-color);
  opacity: .8;
  position: fixed;
  bottom: 120px;
  transform: translate(50%);
}

a.open-selected-bets:hover, a.open-selected-bets:active, a.open-selected-bets.active {
  opacity: 1;
}

.open-selected-bets i {
  margin-right: 5px;
}

.modal-betslip .modal-body {
  padding: 0;
}

.modal-betslip .card {
  margin: 0;
}

.Page-styles-results {
  margin-top: 50px;
}

.App-styles-app button {
  font-family: Source Sans Pro, sans-serif;
}

.EventTeams-styles-event-teams {
  display: inherit;
  flex-direction: column;
  flex: 1;
  margin-top: 6px;
  overflow: hidden;
}

.EventTeams-styles-event-teams.EventTeams-styles-mobile {
  min-width: 130px;
  flex-grow: 2;
  margin-top: 0;
}

.EventTeams-styles-event-teams .EventTeams-styles-titles {
  padding-right: 6px;
}

.EventTeams-styles-event-teams .EventTeams-styles-titles .EventTeams-styles-team {
  height: 21px;
  display: flex;
}

.EventTeams-styles-team-title {
  letter-spacing: normal;
  color: var(--black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.4;
  overflow: hidden;
}

.EventTeams-styles-team-title, .EventTeams-styles-team-title.EventTeams-styles-mobile {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.EventTeams-styles-team-title.EventTeams-styles-mobile {
  display: block;
}

.Sport-styles-sport-container {
  border-radius: 4px;
}

.CompetitionIcon-styles-icon {
  width: 26px;
  height: 26px;
}

.CompetitionHeader-styles-competition-header {
  z-index: 2;
  background-color: var(--grey-not-so-light);
  height: 26px;
  border-bottom: 1px solid var(--grey-pale);
  flex-wrap: wrap;
  place-content: flex-end;
  align-items: flex-end;
  padding-left: 16px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 48px;
  overflow: hidden;
}

.CompetitionHeader-styles-competition-header.CompetitionHeader-styles-mobile {
  background-color: var(--white);
  height: 40px;
  align-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 13px;
  position: static;
}

.SportCompetitionsEvents-styles-events {
  height: auto;
  opacity: 1;
  transform-origin: 0 0;
  transition: all .15s ease-in-out;
  position: relative;
  transform: scaleY(1);
}

.CompetitionLinkTitle-styles-competition-title-wrapper {
  height: 26px;
  min-width: 0;
  flex: 1;
  line-height: 26px;
  display: flex;
}

.CompetitionLinkTitle-styles-competition-title-wrapper.CompetitionLinkTitle-styles-mobile {
  height: 40px;
  min-width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  line-height: 40px;
  display: block;
  overflow: hidden;
}

.CompetitionLinkTitle-styles-competition-title, .CompetitionLinkTitle-styles-competition-title-wrapper.CompetitionLinkTitle-styles-linked {
  display: flex;
}

.CompetitionLinkTitle-styles-competition-title.CompetitionLinkTitle-styles-mobile {
  height: 16px;
  line-height: 16px;
}

.CompetitionLinkTitle-styles-competition-subtitle {
  height: 16px;
  color: var(--grey-light);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.CompetitionLinkTitle-styles-competition-subtitle, .CompetitionLinkTitle-styles-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.CompetitionLinkTitle-styles-title {
  color: var(--black);
  font-size: 11px;
}

.CompetitionLinkTitle-styles-title.CompetitionLinkTitle-styles-mobile {
  font-size: 13px;
}

.CompetitionLinkTitle-styles-link {
  max-width: 100%;
  outline: 0;
  display: flex;
}

.CompetitionLinkTitle-styles-link:active, .CompetitionLinkTitle-styles-link:focus {
  outline: 0;
}

.CompetitionLinkTitle-styles-link img, .CompetitionLinkTitle-styles-link img:active, .CompetitionLinkTitle-styles-link img:focus {
  pointer-events: none;
  outline: 0;
}

.CompetitionLinkTitle-styles-link .CompetitionLinkTitle-styles-text-wrapper {
  min-width: 0;
  padding-left: 12px;
}

.CompetitionLinkTitle-styles-disabled {
  pointer-events: none;
}

.EventDateHeader-styles-event-date-header {
  z-index: 0;
  background: var(--white);
  text-transform: capitalize;
  margin-top: auto;
  padding: 8px 16px 4px;
  font-size: 11px;
  font-weight: 600;
  position: static;
  top: auto;
}

.EventDateHeader-styles-event-date-header.EventDateHeader-styles-mobile {
  font-size: 13px;
}

.EventRow-styles-event-row {
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-pale);
  height: 56px;
  -webkit-tap-highlight-color: transparent;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.EventRow-styles-event-row.EventRow-styles-mobile {
  height: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.EventRow-styles-event-row.EventRow-styles-mobile.EventRow-styles-ios:last-child:not(:only-of-type) {
  padding-bottom: 25px;
}

.EventRow-styles-event-row.EventRow-styles-mobile:hover {
  background-color: #fff;
}

.EventRow-styles-event-row:hover {
  background-color: var(--grey-snow);
}

.EventRow-styles-double-row {
  height: 97px;
}

.EventDateTime-styles-info-cell {
  text-align: left;
  min-width: 64px;
  color: var(--grey-light);
  padding-left: 16px;
}

.EventDateTime-styles-info-cell.EventDateTime-styles-mobile {
  color: var(--grey-dark);
}

.EventDateTime-styles-info-cell .EventDateTime-styles-time {
  font-size: 13px;
  font-weight: 400;
}

.EventDateTime-styles-info-cell-pre {
  height: 36px;
  margin-top: 10px;
  line-height: 1.38;
}

.EventDateTime-styles-info-cell-pre.EventDateTime-styles-mobile {
  height: auto;
  margin-top: 0;
}

.EventDateTime-styles-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: start;
  display: flex;
}

.StatsToggle-styles-button {
  width: 32px;
  height: 32px;
  background: none;
  border: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  padding: 0;
  display: flex;
}

.StatsToggle-styles-icon {
  width: 15px;
  height: 16px;
  background-image: url("statistics-gray.eac16781.svg");
  background-size: cover;
}

.EventScores-styles-scores {
  max-width: 68px;
  height: 40px;
  flex: 0 auto;
  align-items: center;
  margin-top: 6px;
  line-height: 0;
  display: flex;
}

.EventScores-styles-scores.EventScores-styles-mobile {
  max-width: 75px;
  margin-top: 0;
  margin-right: 48px;
}

.EventScores-styles-scores.EventScores-styles-results {
  flex-grow: 1;
  justify-content: flex-end;
  margin-right: 24px;
}

.EventScores-styles-scores .EventScores-styles-score {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.EventScores-styles-scores .EventScores-styles-score.EventScores-styles-mobile {
  text-align: right;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point {
  height: 21px;
  letter-spacing: normal;
  color: var(--blue);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: normal;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-results {
  color: var(--black);
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-mobile {
  line-height: 1.4;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-current-point {
  width: 15px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-current-point.EventScores-styles-results {
  margin-left: 8px;
  line-height: 1.8;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-set-point {
  opacity: .75;
  width: 13px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1.7;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-set-point.EventScores-styles-results {
  width: 15px;
  margin-left: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.EventScores-styles-scores .EventScores-styles-score .EventScores-styles-point.EventScores-styles-set-point.EventScores-styles-mobile {
  margin-left: 8px;
  line-height: 1.8;
}

.Page-styles-competitions {
  margin-top: 50px;
}

.competition-sport-header {
  height: 42px;
  background-color: var(--bks-darker-gray);
  color: var(--bks-white-color);
}

.competition-sport-header .close-button {
  background-color: var(--bks-dark-color);
  color: var(--bks-white-color);
  height: inherit;
  border-radius: 0;
  margin: 0 5px 0 0;
}

.competition-sport-header .close-button:active, .competition-sport-header .close-button.active {
  background-color: var(--bks-light-gray);
}

.competition-sport {
  margin-left: 15px;
}

.competition-sport, .competition-country {
  text-transform: uppercase;
}

.Page-styles-mybets {
  margin-top: 50px;
}

.Page-styles-mybets .time-filter-mob ul {
  margin: 0;
}

.card.my-bets-card {
  background-color: #0000;
  border: none;
}

/*# sourceMappingURL=index.12f12a39.css.map */
