/**
* Background color
*/
/*
* Navigation
*/
@font-face {
  font-family: "Avenir-Black";
  font-style: normal;
  src: url("../css/fonts/avenir_ff2/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 100;
  src: url("../css/fonts/avenir_ff2/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "Avenir-Roman";
  font-style: normal;
  src: url("../css/fonts/avenir_ff2/AvenirLTStd-Roman.otf");
}
#app-sportbook {
  background: #fff;
  margin-bottom: 20px;
  min-height: 550px;
}
#app-sportbook #bodyLoaderOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  background-color: rgba(0, 0, 0, 0.9);
}
#app-sportbook .loaderContainer {
  display: flex;
  flex-direction: column;
}
#app-sportbook .loaderContainer div {
  display: flex;
  justify-content: center;
}
#app-sportbook .sports-nav ul {
  list-style: none;
  padding: 2px 0;
  margin: 0px;
  text-align: left;
  font-family: "Avenir-Black";
  background: #e2e2e2;
}
#app-sportbook .sports-nav ul li {
  display: inline-block;
  padding: 10px 10px 5px 10px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #6c6c6c;
  white-space: nowrap;
}
#app-sportbook .sports-nav ul li .image-gray {
  filter: grayscale(1);
  vertical-align: text-top;
}
#app-sportbook .sports-nav ul li:hover .nav-style {
  color: #00a1ff;
}
#app-sportbook .sports-nav ul li.selected {
  color: #1a1a1a;
  border-bottom: 4px solid #00a1ff;
}
#app-sportbook .sports-nav ul li.selected .nav-style {
  color: #00a1ff;
}
#app-sportbook .sports-nav ul li.selected img {
  filter: none;
}
#app-sportbook ul.mobile-nav {
  width: 100%;
  padding: 0;
  border: none;
}
#app-sportbook ul.mobile-nav li {
  width: 100%;
  border-bottom: 1px solid #2e2e2e;
}
#app-sportbook .section-heading {
  background: #0940cc;
  color: #fff;
  border-radius: 0px;
  padding: 7px 14px 5px 14px !important;
  font-family: "Avenir-Black";
  font-size: 13px;
  text-transform: uppercase;
  clear: both;
}
#app-sportbook .section-heading a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
#app-sportbook .section-heading .image-align {
  padding-bottom: 3px;
}
#app-sportbook .sub-heading {
  background: #989898;
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
  padding: 0;
}
#app-sportbook .sub-heading .header-date {
  padding-left: 15px;
  font-size: 14px;
}
#app-sportbook .layout-gamelines .breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #0940cc;
  color: white;
  padding: 5px 16px 0px 16px;
  border-bottom: none;
  font-weight: 500;
}
#app-sportbook .layout-gamelines .breadcrumbs span {
  display: inline;
}
#app-sportbook .layout-gamelines .breadcrumbs span a {
  color: #fff !important;
}
#app-sportbook .layout-gamelines .breadcrumbs span:after {
  content: " /";
  color: #00a1ff;
}
#app-sportbook .layout-gamelines .breadcrumbs span:last-child:after {
  content: "" !important;
}
#app-sportbook .layout-gamelines .breadcrumbs hr {
  margin: 5px 0px;
  border-top: 1px solid #000;
}
#app-sportbook .layout-gamelines .dateInWeb {
  padding-left: 15px;
}
@keyframes blinkingText {
  0% {
    color: #fff;
  }
  49% {
    color: #fff;
  }
  60% {
    color: #2aff00;
  }
  99% {
    color: #2aff00;
  }
  100% {
    color: #fff;
  }
}
#app-sportbook .layout-gamelines .table-container .gamelines-event .gamelines-details {
  border: 0 !important;
}
#app-sportbook .layout-gamelines .table-container .eventTitleDate {
  background-color: #d2d2d2;
  position: relative;
  padding: 5px 0px;
  font-weight: 100;
  color: #1b1f1c;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#app-sportbook .layout-gamelines .table-container .eventTitleDate div:first-of-type div {
  display: none;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 3px 15px;
  background-color: #0940cc;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
#app-sportbook .layout-gamelines .table-container .eventTitleDate div:first-of-type div span {
  color: #53eb02;
}
#app-sportbook .layout-gamelines .table-container .eventTitleDate div:last-of-type {
  text-align: right;
}
#app-sportbook .layout-gamelines .table-container .event-details {
  color: #1b1f1c;
}
#app-sportbook .layout-gamelines .table-container .container-props {
  display: flex;
  padding-left: 0px;
}
#app-sportbook .layout-gamelines .table-container .section-heading {
  background: #0940cc;
  color: #fff;
  border-radius: 0px;
  padding: 7px 14px 5px 14px !important;
  font-family: "Avenir-Black";
  font-size: 13px;
  text-transform: uppercase;
  clear: both;
}
#app-sportbook .layout-gamelines .table-container .section-heading a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
#app-sportbook .layout-gamelines .table-container .section-heading .image-align {
  padding-bottom: 3px;
}
#app-sportbook .layout-gamelines .table-container .sub-heading {
  background: #989898;
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
  padding: 0;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}
#app-sportbook .layout-gamelines .table-container .sub-heading .header-date {
  padding-left: 15px;
  font-size: 14px;
}
#app-sportbook .layout-gamelines .table-container .sub-heading .bet-button-size.props {
  margin-right: 15px;
}
#app-sportbook .layout-gamelines .table-container .sub-heading.props {
  display: flex;
  justify-content: flex-end;
}
#app-sportbook .layout-gamelines .table-container .gameline-separator {
  background: none;
  height: 2px;
  margin-bottom: 0px;
}
#app-sportbook .layout-gamelines .table-container .event-details {
  padding-top: 2px;
  z-index: 1;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info {
  margin-bottom: 4px;
  margin-top: 4px;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info.wrapper-event-info-combo-14 {
  margin-bottom: 0px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .row-same-height {
  display: flex;
  flex-wrap: wrap;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .column-align {
  height: 42px;
  min-height: 42px;
  position: relative;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-time {
  width: 40px;
  position: relative;
  min-height: 1px;
  float: left;
  font-size: 12px;
  padding: 22px 0px;
  height: 88px;
  font-weight: 100;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-time .middle-align {
  margin-left: 10px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-time.props {
  padding: 0;
  height: 44px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-time-filler {
  border: none;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-time-filler.timeRemoved {
  width: 10px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-circle {
  width: 15px;
  float: left;
  padding: 22px 0px;
  height: 88px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-circle .event-circle {
  font-family: "Avenir", sans-serif;
  max-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #ff0000;
  line-height: 22px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-circle.props {
  padding: 0;
  height: auto;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-assoc {
  width: 95px;
  float: right;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-assoc a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-assoc .event-assoc {
  text-align: center;
  padding: 0;
  color: #53eb02;
  font-weight: 600;
  margin-left: -2px;
  cursor: pointer;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .hasAssoc {
  margin: 0px 10px;
  background-color: #0940cc;
  height: 87px;
  border-radius: 5px;
  color: #fff;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .hasAssoc:hover {
  border: 1px solid #01c501;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team {
  flex: 1;
  float: left;
  border-left: 1px solid #dcdddd;
  padding: 22px 0px;
  height: auto !important;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .team-home {
  border-top: 1px solid #dcdddd;
  font-size: 14px;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  font-family: "Avenir-Black";
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .team-away {
  font-size: 14px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  font-family: "Avenir-Black";
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .score-home {
  color: #00a1ff;
  text-align: center;
  min-width: 30px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .score-away {
  color: #00a1ff;
  text-align: center;
  min-width: 30px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .props-contestant {
  position: relative;
  padding-left: 10px;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .props-contestant span {
  background-color: white;
  padding-right: 8px;
  font-family: "Avenir-Black";
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .event-team.props {
  padding: 0;
  width: 100%;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .container-event-props {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #dcdddd;
  justify-content: space-between;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8923 {
  flex: 1;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8823 {
  width: calc(100% - 390px);
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-19 {
  flex: 1;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-19.parlay-gameline, #app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-19.teaser-gameline {
  width: calc(93% - 200px);
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-4652023 {
  flex: 1;
  padding: 0;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-4652023 .team-home {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-4652023 .team-away {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#app-sportbook .layout-gamelines .table-container .event-details .wrapper-event-info .combo-4652023 .team-tie {
  border-top: 1px solid #dcdddd;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper {
  width: auto;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button a {
  display: flex !important;
  flex-direction: column;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: linear-gradient(0deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
  min-height: 42px;
  font-family: "Avenir";
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button a:hover {
  border: 1px solid #01c501;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .active {
  background-color: #01c501;
  background: -moz-linear-gradient(top, #01c501 20%, #00b100 100%);
  background: -webkit-linear-gradient(top, #01c501 20%, #00b100);
  background: linear-gradient(0deg, #00b100 20%, #01c501) !important;
  color: #fff;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .active .upper-text {
  color: #fff;
  line-height: 16px;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .disabled {
  cursor: default;
  color: #6c6c6c !important;
  height: 42px;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .disabled .symbol {
  line-height: 24px;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .upper-text {
  color: #00a1ff;
  line-height: 16px;
}
#app-sportbook .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .lower-text {
  line-height: 16px;
}
#app-sportbook .layout-gamelines .table-container .header-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
#app-sportbook .layout-gamelines .table-container .header-spacer-4652023 {
  width: calc(51% - 36px);
}
#app-sportbook .layout-gamelines .table-container .header-spacer-8923 {
  width: calc(100% - 445px);
  padding-left: 18px;
}
#app-sportbook .layout-gamelines .table-container .header-spacer-8823 {
  width: calc(100% - 336px);
  padding-left: 18px;
}
#app-sportbook .layout-gamelines .table-container .header-spacer-1011 {
  width: calc(86% - 36px);
}
#app-sportbook .layout-gamelines .table-container .header-spacer-19 {
  width: calc(100% - 208px);
  padding-left: 5px;
}
#app-sportbook .layout-gamelines .table-container .header-spacer-14 {
  width: calc(88% - 36px);
}
#app-sportbook .layout-gamelines .table-container .gameline-margin-tie {
  margin: 42px 0;
}
#app-sportbook .layout-gamelines .table-container .bet-button-size {
  width: 110px;
  float: left;
  padding: 0 2px;
  font-size: 14px;
  font-family: "Avenir-Roman";
}
#app-sportbook .layout-gamelines .table-container .bet-button-size .combo-14-button {
  margin-top: 4px;
}
#app-sportbook .layout-gamelines .table-container .bet-button-size.props {
  margin-top: 4px;
  margin-bottom: 4px;
}
#app-sportbook .layout-gamelines .table-container .bet-button-double-size {
  width: 14%;
  float: left;
  padding: 0 2px;
}
#app-sportbook .layout-gamelines .table-container .spacer {
  float: left;
  width: 3px;
}
#app-sportbook .layout-gamelines .table-container .spacer-horizontal {
  height: 4px;
}
#app-sportbook .layout-gamelines .table-container .spacer-horizontal.combo-14-spacer {
  width: calc(100% - 55px);
  float: right;
  height: 0px;
  border-bottom: 1px solid #dcdddd;
}
#app-sportbook .layout-gamelines .changeUp {
  position: relative;
}
#app-sportbook .layout-gamelines .changeUp:after {
  content: attr(data-ribbon);
  position: absolute;
  top: 0px;
  right: -0.5px;
  color: #000;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #3fff00;
  border-top: 8px solid #3fff00;
  border-radius: 0 4px 0 0;
}
#app-sportbook .layout-gamelines .changeDown {
  position: relative;
}
#app-sportbook .layout-gamelines .changeDown:after {
  content: attr(data-ribbon);
  position: absolute;
  bottom: 0px;
  right: -0.5px;
  color: #000;
  height: 0;
  border-bottom: 8px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid #ff0000;
  border-top: 8px solid transparent;
  border-radius: 0 0 4px 0;
}
#app-sportbook .layout-gamelines .nopadding {
  padding: 0;
}
#app-sportbook .layout-gamelines .noborder {
  border: 0;
}
#app-sportbook .layout-gamelines .no-left-right-margin {
  margin-left: 0;
  margin-right: 0;
}
#app-sportbook .layout-gamelines .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app-sportbook .layout-gamelines .middle-align {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#app-sportbook .layout-gamelines .middle-align a {
  color: #00a1ff;
}
#app-sportbook .layout-gamelines .middle-align .starts-in {
  font-size: 11px;
  line-height: 12px;
  display: inherit;
}
#app-sportbook .layout-gamelines .image-white {
  filter: brightness(0) invert(1);
}
#app-sportbook .layout-gamelines .no-event {
  padding: 10px;
  color: #6c6c6c;
  border: 1px solid #dcdddd;
  background: #dcdcdc;
}
#app-sportbook .layout-gamelines .gameline-margin .eventTieTime {
  top: 80%;
}
#app-sportbook .padding-none {
  padding-right: 0;
  padding-left: 0;
}
#app-sportbook .margin-none {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
  .sports-nav .filter-icon {
    padding: 5px;
  }
  .sports-nav .sports-nav-list {
    width: calc(100% - 34px);
    margin-left: 34px;
  }
  .sports-nav .btn-active-sport {
    width: 100%;
    outline: none;
    border: none;
    background-image: linear-gradient(#0330f1, #0820ae);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    transition: background-color 0.5s ease;
  }
  .sports-nav .btn-active-sport img {
    vertical-align: -2px;
    height: 15px;
    transition: background-color 0.5s ease;
  }
  .sports-nav li {
    list-style: none;
    text-align: center;
    padding: 8px;
    background: #e2e2e2;
    color: #6c6c6c;
  }
  .sports-nav li .image-gray {
    filter: grayscale(1);
  }
  .sports-nav .maxWidth {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  #app-sportbook .layout-gamelines .table-container .bet-button-size {
    width: 90px;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8923 {
    width: calc(62% - 85px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8823 {
    width: calc(62% - 20px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-4652023 {
    width: calc(58% - 76px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-19 {
    width: calc(86% - 91px);
  }

  .layout-gamelines .table-container .bet-button-size {
    width: 14%;
  }

  .layout-gamelines .table-container .bet-button-size.props {
    width: 90px !important;
  }

  .layout-gamelines .table-container .bet-button-double-size {
    width: 28%;
  }

  .layout-gamelines .table-container .button-max {
    width: 14.28%;
  }

  .layout-gamelines .table-container .button-double-max {
    width: 28.56%;
  }

  .layout-gamelines .table-container .no-right-padding {
    padding-right: 0;
  }

  .layout-gamelines .table-container .no-left-padding {
    padding-left: 0;
  }

  .header-spacer-4652023 {
    width: 0% !important;
  }

  .header-spacer-8923,
.table-container .header-spacer-8923 {
    width: calc(62% - 37px) !important;
  }

  .header-spacer-8823 {
    width: 69% !important;
  }

  .header-spacer-1011 {
    width: calc(62% - 75px) !important;
  }

  .header-spacer-19 {
    width: calc(86% - 42px) !important;
  }

  .header-spacer-14 {
    width: calc(62% - 75px) !important;
  }

  .text-size {
    font-size: 12px;
  }

  .layout-gamelines .table-container .wrapper-event-info .event-team.noAssocCount,
.text-left.noAssocCount {
    width: calc(61% - 91px) !important;
  }

  .text-left.noAssocCount {
    width: calc(72% - 91px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .wrapper-assoc {
    display: none;
  }

  .layout-gamelines .table-container .eventTitleDate div:first-of-type div {
    display: block;
  }

  .layout-gamelines .table-container .eventTitleDate div:last-of-type {
    text-align: left;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .event-team.props {
    padding: 0;
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 800px) {
  #app-sportbook .layout-gamelines .table-container .eventTitleDate {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobileTime {
    display: inline !important;
  }

  .text-left.noAssocCount {
    width: calc(68% - 91px) !important;
  }

  .gamelines-sections .section-heading {
    padding: 7px 14px 5px 14px !important;
  }
  .gamelines-sections .sub-heading .bet-button-size {
    padding: 2px 0px 0px 0px;
  }

  .event-details .wrapper-event-info .event-team {
    border-left: none !important;
  }
  .event-details .wrapper-event-info .event-time {
    margin-left: -40px;
  }
  .event-details .wrapper-event-info .event-time .middle-align {
    display: none;
  }
  .event-details .wrapper-event-info .event-team {
    margin-right: 5px;
  }

  .event-bet-button {
    font-weight: bold;
  }

  .header-spacer-8823 {
    width: calc(62% - 5px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .event-team.props {
    padding: 0;
    width: calc(100% - 145px);
  }

  .header-spacer-19 {
    width: calc(76% - 0px) !important;
  }
}
@media screen and (max-width: 700px) {
  .text-left.noAssocCount {
    width: calc(70% - 91px) !important;
  }

  .header-spacer-19 {
    width: calc(86% - 76px) !important;
  }
}
@media screen and (max-width: 500px) {
  #app-sportbook .layout-gamelines .table-container .bet-button-size {
    width: 80px;
  }

  .layout-gamelines .table-container .wrapper-event-info .event-team.noAssocCount .text-left.noAssocCount {
    width: calc(64% - 91px) !important;
  }

  .text-left.noAssocCount {
    width: calc(72% - 91px) !important;
  }

  .layout-gamelines .table-container .bet-button-size {
    width: 18%;
  }

  .header-spacer-8823 {
    width: 62% !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .event-team.props {
    padding: 0;
    width: calc(100% - 98px);
  }
}
@media screen and (max-width: 452px) {
  #app-sportbook .layout-gamelines .table-container .bet-button-size {
    width: 50px;
  }

  .text-left.noAssocCount {
    width: calc(78% - 91px) !important;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .event-team .team-away,
.layout-gamelines .table-container .event-details .wrapper-event-info .event-team .team-home {
    padding-left: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-size {
    font-size: 12px;
  }

  .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .upper-text {
    line-height: 14px;
  }
  .layout-gamelines .table-container .event-details .bet-button-wrapper .event-bet-button .lower-text {
    line-height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8923 {
    width: calc(100% - 415px);
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .combo-8823 {
    width: calc(100% - 335px);
  }

  .layout-gamelines .table-container .header-spacer-8923 {
    width: calc(100% - 358px);
  }

  .layout-gamelines .table-container .header-spacer-8823 {
    width: calc(100% - 282px);
  }

  .layout-gamelines .table-container .bet-button-size {
    width: 80px;
  }

  .layout-gamelines .table-container .event-details .wrapper-event-info .event-team.props {
    width: calc(100% - 360px);
  }
}

/*# sourceMappingURL=gameline.css.map */
