.scorestrip {
  background: #f2f2f2;
}
.scorestrip .game-list {
  float: left;
  width: 100%;
}
.scorestrip .game-list .noGames {
  font-family: endzone-light;
  line-height: 88px;
  padding-left: 10px;
  display: block;
}
.scoreStripGames {
  z-index: 100;
  background: linear-gradient(to bottom, #fff 0, #f1f1f1 50%, #fff 100%) #fafafa;
}
.scoreStripGames .item {
  color: #000;
  position: relative;
  float: left;
  width: 100px;
  box-sizing: content-box;
  border-left: 1px solid #ccc;
  font-family: "Titillium Web", sans-serif;
}
.scoreStripGames .item.liveevent {
  padding: 0 0 3px;
  width: 100px;
}
.scoreStripGames .item.liveevent img {
  overflow: hidden;
  max-height: 58px;
}
.scoreStripGames .item.liveevent.redzone-liveevent img {
  max-height: 64px;
  width: auto;
}
.scoreStripGames .item.liveevent.redzone-liveevent {
  padding: 0;
}
.scoreStripGames .item .info {
  font-size: 12px;
}
.scoreStripGames .item .info-content {
  line-height: 22px;
}
.scoreStripGames .item .logo {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.scoreStripGames .item .code {
  float: left;
}
.scoreStripGames .item .score {
  float: right;
  display: none;
}
.score-on .scoreStripGames .item .score,
.score-on .scoreStripGames .item.FINAL .status span.scoreOn,
.score-on .scoreStripGames .item.live .status span.scoreOn,
.score-on .scoreStripGames .item.unavailable .status span.scoreOn,
.score-on .scoreStripGames .item.upcoming .status span.scoreOn,
.scoreStripGames .item.FINAL .status span.scoreOff,
.scoreStripGames .item.live .status span.scoreOff,
.scoreStripGames .item.unavailable .status span.scoreOff,
.scoreStripGames .item.upcoming .status span.scoreOff {
  display: block;
}
.scoreStripGames .item .status {
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  background-color: #eceeef;
  text-transform: uppercase;
  padding: 0 5px;
  color: #000;
  font-weight: 600;
}
.scoreStripGames .item.Live .status,
.scoreStripGames .item.Q1 .status,
.scoreStripGames .item.Q2 .status,
.scoreStripGames .item.Q3 .status,
.scoreStripGames .item.Q4 .status {
  color: #006400;
}
.scoreStripGames .item.FINAL .status,
.scoreStripGames .item.Final .status {
  color: #900;
  background: #e6e6e6;
  padding-left: 5px;
}
.scoreStripGames .item.PREGAME .status,
.scoreStripGames .item.Pre-Game .status {
  color: #f26729;
}
.score-on .scoreStripGames .item.FINAL .status span.scoreOff,
.score-on .scoreStripGames .item.live .status span.scoreOff,
.score-on .scoreStripGames .item.unavailable .status span.scoreOff,
.score-on .scoreStripGames .item.upcoming .status span.scoreOff,
.scoreStripGames .item.FINAL .status span.scoreOn,
.scoreStripGames .item.live .status span.scoreOn,
.scoreStripGames .item.unavailable .status span.scoreOn,
.scoreStripGames .item.upcoming .status span.scoreOn {
  display: none;
}
.scoreStripGames .item.liveevent .status {
  padding: 0 7px;
}
.scoreStripGames .item .status .rz-text {
  font-family: endzone-bold;
  color: #d50a0a;
  float: right;
  display: none;
}
.scoreStripGames .item.redzone .status .rz-text {
  display: inline-block;
}
.scoreStripGames .item .bar {
  border-top: 2px solid;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition-property: opacity, transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-top-color: inherit;
}
.scoreStripGames .item .red-bar {
  top: 0;
  border-color: #d50a0a;
}
.scoreStripGames .item .orange-bar {
  top: 0;
  border-color: #fc0;
}
.scoreStripGames .item .green-bar {
  top: 0;
  border-color: #5ea92a;
}
.scoreStripGames .item .blue-bar {
  bottom: 0;
  border-color: #1b48e0;
}
.scoreStripGames .item.FINAL .red-bar,
.scoreStripGames .item.Final .red-bar,
.scoreStripGames .item.Live .green-bar,
.scoreStripGames .item.PREGAME .orange-bar,
.scoreStripGames .item.Pre-Game .orange-bar,
.scoreStripGames .item.Q1 .green-bar,
.scoreStripGames .item.Q2 .green-bar,
.scoreStripGames .item.Q3 .green-bar,
.scoreStripGames .item.Q4 .green-bar,
.scoreStripGames .item.preSelected .blue-bar,
.scoreStripGames .item.redzone .red-bar,
.scoreStripGames .item.redzone-liveevent .red-bar,
.scoreStripGames .item.selected .blue-bar,
.scoreStripGames .item:hover .blue-bar {
  opacity: 1;
  transform: scale(1);
}
.scoreStripGames .item.preSelected,
.scoreStripGames .item.selected {
  background: #fff;
  cursor: default;
}
.scoreStripGames .item.unavailable {
  cursor: no-drop;
}
.owl-carousel {
  cursor: pointer;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  margin: 0 auto;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffffeb;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 6px 12px 0 12px;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 6px 12px 0 12px;
}
.owl-carousel .owl-nav .disabled {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 576px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
a.stickytickerwatch,
a.tickerwatch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  text-align: center;
  padding-top: 23px;
  opacity: 0;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.item:hover a.stickytickerwatch,
.item:hover a.tickerwatch {
  opacity: 1;
}
.scoreStripGames .item .code {
  font-weight: 700;
}
game-container img {
  width: 25px !important;
  padding-left: 4px;
}
.info {
  padding-right: 4px;
}
body.dark-theme .scoreStripGames {
  background: #1e1e1e;
  color: red;
}
body.dark-theme .owl-carousel .owl-stage {
  border-right: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
body.dark-theme .scoreStripGames .item {
  color: #eee;
  border-left: 1px solid #141414;
}
body.dark-theme a.tickerwatch {
  background: #141414;
}
.dark-theme .scoreStripGames .item .status {
  background-color: var(--schedule_hover_color);
  color: var(--schedule_time_color);
}
.dark-theme .owl-carousel .owl-nav .owl-next,
.dark-theme .owl-carousel .owl-nav .owl-prev {
  background-color: #525358eb;
}
.dark-theme .owl-carousel .owl-nav .owl-next:before,
.dark-theme .owl-carousel .owl-nav .owl-prev:before {
  color: #fff;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  align-content: center;
}
.dark-theme a.stickytickerwatch {
  background: #141414;
  color: #fff !important;
}
.dark-theme a.tickerwatch {
  background: #141414;
  color: #fff !important;
}
a.tickerwatch {
  color: #202020 !important;
}