.BatFeedItemEmbed{
    padding: 12px;
    margin-top: 0;
    background: #111;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.BatFeedTitle{
  font-size: 12px;
  color: #00172f;
  color: rgb(var(--batFeedTitle));
  font-weight: 400;
  padding: 10px;
  margin: 0;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}
.upcomingBW{
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border-top: dashed 1px #eee;
}
.upcomingBW a{
  text-decoration: none;
  color: #555;
}
.upcomingBW a:hover{
  text-decoration: underline;
}
.BatFeedItemEmbedLb{
  padding: 10px;
  padding-bottom: 0;
  color: #ccc;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}
.BatFeedItemNoPadding{
  padding: 0;
}
.BatFeedItemPaddingNoB{
  padding-bottom: 0;
}
.BatFeedItemPaddingNoL{
  padding-left: 0;
}
.BatFeedItemPaddingNoR{
  padding-right: 0;
}
.BatFeedItemPaddingNoT{
  padding-top: 0;
}
.BatFeedItemExtraPadding{
  padding: 30px;
}
.BatFeedItemPaddingBottom{
  padding-bottom: 20px;
}
.BatFeedItemHeaderW{
  padding: 16px;
}
.BatFeedSideBarHB{
    position: absolute;
    padding: 30px;
    right: 0;
    top: 0;
    display: none;
}
.BatFeedSideBarCMW{
}
.BatFeedCLT{
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  transform: translateZ(0);
  z-index: 5;
}
.BatFeedCRT{
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  transform: translateZ(0);
  z-index: 5;
}
.BatFeedCLT:after,.BatFeedCRT:after{
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  box-shadow: 0px 0px 0px 15px #fbf9f9;
  box-shadow: 0px 0px 0px 15px rgb(var(--bodyBackground));
  transform: translateZ(0);
  border-radius: 15px;
}
.BatFeedCRT:after{
  position: absolute;
  right: 0;
  top: 0;
}
.AlertWrapper{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 55;
}
.Alert{
  max-width: 300px;
  margin: 20px;
  background: #fff;
  box-shadow: 0 4px 16px 0 #333;
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
  font-size: 16px;
}
.AlertText{
  color: #111;
  font-weight: bold;
}
.AlertDesc{
  color: #555;
  margin-top: 10px;
}
.AlertButtons{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.AlertButton{
  flex: 1;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  o-text-overflow: ellipsis;
  border-radius: 22px;
  background: #eee;
  cursor: pointer;
  transition: background-color .2s ease;
}
.AlertButton:hover{
  background: #e4e4e4;
}
.AlertButtonConfirm{
  background: #54a960;
  color: #fff;
}
.AlertButtonConfirm:hover{
  background: #43884c;
}
.FailoverImage{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  transition: opacity .5s ease;
  opacity: 0;
}
.FailoverImageReady{
  opacity: 1;
}
.SpinWhileFetching{
  padding-top: 70px;
  padding-bottom: 70px;
}
.SpinnerDark{
  border-top: 2px solid #242122;
  border-right: 2px solid #242122;
  border-bottom: 2px solid #242122;
  border-left: 2px solid #888;
}
.SpinnerBounce {
  text-align: center;
}
.SpinnerBounce > div {
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.SpinnerBounce .SpinnerBounce1 {
  -webkit-animation-delay: -0.22s;
  animation-delay: -0.22s;
}

.SpinnerBounce .SpinnerBounce2 {
  -webkit-animation-delay: -0.11s;
  animation-delay: -0.11s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.SpinnerBounceDark > div{
    background-color: #522d40;
}
.SpinnerBounceBig > div{
  width: 10px;
  height: 10px;
}
.SpinnerBounceInit{
  margin-top: 40px;
}
.SpinnerBounceInline{
  display: inline-block;
}
.SpinnerClock {
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 100%;
  position: relative;
}
.SpinnerClock:before,
.SpinnerClock:after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  left: 19px; /* half width of clock - half width of hand */
  background: white;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
/* Animations */
@keyframes SpinnerClockRotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Big hand */
.SpinnerClock:before {
  top: 5px;
  height: 20px; /* half the width/height of the clock */
  transform-origin: 1px 15px;
  animation: SpinnerClockRotate 1s infinite linear;
}
/* Little hand */
.SpinnerClock:after {
  top: 11px;
  height: 14px; /* top + height for little hand must = top + height for big hand */
  transform-origin: 1px 9px;
  animation: SpinnerClockRotate 12s infinite linear; /* time should be big-hand time * 12 */
}
*:focus {
        outline: 0;
}
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}
.TabMenuItem .shortTitle{
  display: none;
}
.BatFeedAd{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.BatFeedAdV{
  background: #000;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/bifsn3dl.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
.AdVBC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.AdVBDiv{
  position: relative;
  z-index: 2;
}
.AdVBCnr:before{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  left: 15px;
  bottom: 15px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  background-position: -55px -46px;
  opacity: .3;
}
.AdVBCnr:after{
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 15px;
  background: #ff1b03;
  box-shadow: 0 0 6px #e51b0b;
  border-radius: 50%;
  animation: blink-animation 1.8s infinite;
  -webkit-animation: blink-animation 1.8s infinite;
}
.AdVB{
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}
.AdVBCDm{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
.AdVLLb{
  color: #ff1b03;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  left:40px;
  top: 14px;
}
.AdVSc{
  display: flex;
  font-size: 12px;
  line-height: 25px;
  align-items: center;
  cursor: default;
}

.AdVSczz{
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -43px;
  background-position: -90px -36px;
  opacity: .5;
}
.AdVScr{
  padding-right: 7px;
  font-weight: 900;
  background: #f4f7fa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.AdVSt{
  background: #434a54;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 700;
}
.AdVStlive{
  background: #ff425d;
}
.AdVSc .SpinnerClock{
  transform: scale(.3);
  top: -15px;
  right: -15px;
  opacity: .9;
}
.AdVScFl{
  padding-left: 5px;
  padding-right: 5px;
  background: #f4f7fa;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 25px;
}
.AdVSch .AdVScFl{
  border-right: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.OnScreenFlag{
  width: 17px;
  height: 19px;
  margin-top: 3px;
  display: block;
}
.AdVScHFl .AdVScr{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AdVFrm{
  color: #fff;
  opacity: .7;
  font-weight: 400;
  position: relative;
  left: 3px;
}
.AdVBDivW{
  position: relative;
}
.AdVBDivWF {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  z-index: 4;
}
.AdVBDivWFB {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 30px;
  z-index: 4;
}
.Ad{
  text-align: center;
}
.AdSW{
  position: relative;
  display: inline-block;
  margin: auto;
}

.AffiliateBanner{
  width: 300px;
  background: #fff;
  background: rgb(var(--secondaryBackground));
  display: block;
  z-index: 3;
  position: relative;
  margin: auto;
  border-radius: 15px;
  padding: 15px;
  text-decoration: none;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 4px 16px 0 rgba(var(--secondaryBackground),.2);
  cursor: default;
}
.AffiliateBannerSof{
  color: #3c7744;
  text-transform: uppercase;
  font-weight: 900;
  line-height: .8em;
  font-size: 1.25em;
  position: relative;
  letter-spacing: -0.03em;
  text-align: center;
}
.AffiliateBannerButtonWW{
  margin-top: 30px;
}
.AffiliateBannerButtonW{
  position: relative;
}
.AffiliateBannerButton{
  margin-top: 40px;
  background: #55a961;
  color: #fff;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform:uppercase;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .2s ease;
  position: relative;
}
.AffiliateBannerButton:hover{
    background: #459050;
}
.AffiliateBannerButtonA{
  color: #fff;
  line-height: 42px;
  font-size: 22px;
  font-weight: 700;
  width: 22px;
  text-align: center;
}
.AffiliateBannerButton b{
  font-weight: 900;
  padding-right: 19px;
  margin-right: 19px;
  border-right: solid 1px rgba(255,255,255,.2);
  text-transform:none;
  font-size: 18px;
}
.AffiliateBannerName{
  margin-top: 40px;
  color: #3a0115;
  color: rgb(var(--darkTitle));
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1em;
}
.AffiliateBannerBonus .AffiliateBannerName{
  font-size: 2.5em;
}
.AffiliateBannerLS{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #ff0000;
  font-weight: 900;
  letter-spacing: -.04em;
}
.AffiliateBannerButtonS::before{
  width: 16px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-position: -94px -126px;
  height: 16px;
  display: block;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -8px;
}
.AffiliateBannerNotice{
  color: #ea9ba7;
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@keyframes blink-animation {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}
.VideoPlayerGroupedSeeMore{
  color: #c0496e;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  padding-left: 75px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: dashed 1px #eee;
}
.VideoPlayerGroupedSeeMore:before{
  display: inline-block;
  content: "\25bc";
  position: absolute;
  left: 35px;
  top: 50%;
  line-height: 10px;
  font-size: 8px;
  margin-top: -5px;
  color: #c0496e;
}
.VideoPlayerGroupedSeeMore:hover{
  background-color: #fffbf5;
}
.VideoPlayerW{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.VideoPlayer{
  flex: 1;
  background: #000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  /* border-top: solid 1px #ed5565; */
  /* border-bottom: solid 1px #ed5565; */

}
.VideoPlayerRightTop{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
}
.VideoPlayerMute{
  position: relative;
  width: 50px;
  height: 49px;
  /*
  position: absolute;
  top: 0;
  right: 0;
  */
  transition:background-color .2s ease-in-out;
  -webkit-transition:background-color .2s ease-in-out;
  /* border-bottom: solid 1px #f3eabc; */
  border-radius: 25px;
  border-top-right-radius: 0;
  background-color: rgba(0,0,0,.65);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.VideoPlayerMute:hover{
  background-color: rgba(0,0,0,.85);
}
.VideoPlayerMute:after{
  position: absolute;
  top: 13px;
  left: 15px;
  width: 23px;
  height:23px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  background-position: 0 -33px;
  content: "";
}
.VideoPlayerMute0:after{
  background-position: 0 -56px;
}
.VideoPlayerFullScreenButtonW{
  position: relative;
  margin-top: 4px;
  /*
  position: absolute;
  top: 55px;
  right: 6px;
  */
}
.VideoPlayerFullScreenButton{
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-radius: 20px;
  background-color: rgba(0,0,0,.65);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.VideoPlayerFullScreenButton:after{
  position: absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 23px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  content: "";
  background-position: -2px -141px;
}
.VideoPlayerFullScreenButton:hover{
  background-color: rgba(0,0,0,1);
}
.VideoPlayerEmbedButtonW{
  position: relative;
  margin-top: 4px;
  width: 40px;
  height: 40px;
}
.VideoPlayerEmbedButtonWNFS{
  /* top: 55px; */
}
.VideoPlayerEmbedButton{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-radius: 20px;
  background-color: rgba(0,0,0,.65);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.VideoPlayerEmbedButton:hover{
  background-color: rgba(0,0,0,1);
}
.VideoPlayerEmbedButton:after,.EmbedCodeIcon:after{
  position: absolute;
  top: 5px;
  left: 10px;
  width: 20px;
  height: 23px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  content: "";
  background-position: -119px -184px;
}
.VideoPlayerEmbedButton:before,.EmbedCodeIcon:before{
  content: 'embed';
  text-transform: uppercase;
  font-size: 7px;
  width: 40px;
  height: 14px;
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 0;
  line-height: 10px;

}
.VideoPlayerEmbedButton1{
  width: 220px;
  background-color: rgba(0,0,0,1);
}
.VideoPlayerEmbedButton2{
  width: 150px;
  background-color: rgba(0,0,0,1);
}
.VideoPlayerEmbedButton textarea{
  position: absolute;
  left: 40px;
  top: 7px;
  height: 20px;
  line-height: 20px;
  padding: 3px;
  width: 160px;
  color: #ccc;
  border: 0;
  background: transparent;
  resize: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.VideoPlayerEmbedButtonSuccess{
  position: absolute;
  width: 100px;
  padding-right: 10px;
  height: 100%;
  left: 40px;
  top: 0;
  background: #18ae53;
  color: #fff;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.VideoPlayerBl{
  width:100%;
  height:0px;
  position:relative;
  padding-bottom:56.250%;
}
.VideoPlayerBl iframe, .VideoPlayerBl img, .VideoPlayerTh{
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  overflow:hidden;
}
.VideoPlayerTh{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
.VideoPlayerBlNP{
  cursor: pointer;
}
.VideoPlayerBlNP:after{
  content: "";
  display: block;
  width: 48px;
  height: 57px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -24px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-position: -2px -79px;
  opacity: .85;
}
.VideoPlayerBlNP:hover:after{
  opacity: 1;
}
.VideoPlayerStories:hover{
  background: #fffbf5;
  cursor: pointer;
}
.VideoPlayerStoriesC{
  border-bottom-left-radius:  15px;
  border-bottom-right-radius:  15px;
  box-shadow: 0 2px 12px -1px #eee;
}
.VideoPlayerGrouped .VideoPlayerStoriesActive{
  margin-bottom: 4px;
}
.VideoPlayerStoriesPTT{
  color: #3a0115;
  font-weight: 900;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  line-height: 20px;
  text-align: left;
  position: relative;
  padding-left: 20px;
  letter-spacing: -.3px;
  text-transform: uppercase;
  font-size: 14px;
}
.VideoPlayerStoriesEB{
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 12px;
  color: #fff;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 20px;
  background: #626569;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.VideoPlayerStoriesEB:hover{
  background: #494c50;
}
.VideoPlayerStoriesEC{
  text-align: center;
  padding: 12px;
}
.VideoPlayerStoriesPW{
  position: relative;
}
.VideoPlayerStoriesTW{
  position: relative;
}

.VideoPlayerStoriesActive, .VideoPlayerStoriesActive:hover{
  cursor: default;
  background: none;
}
.VideoPlayerGroupedXL .VideoPlayerStoriesC,.VideoPlayerGroupedXL .VideoPlayerStories{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.VideoPlayerGroupedX1{
  border-top: dashed 1px #eee;
}
.VideoPlayerStoriesB{
  position: relative;
  border-top: dotted 1px #f2f2f2;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.VideoPlayerStoriesMtW{
  color: #bdbdbd;
  line-height: 1em;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: uppercase;
  transition:background-color .2s ease-in-out;
  -webkit-transition:background-color .2s ease-in-out;
  position: relative;
}

.VideoPlayerStoriesMtWLive{
  /* color: #fff; */
  /* background: #ed5565; */
  /* box-shadow: 0 1px 2px #ed5565; */
}
.VideoPlayerStoriesMtS{
  font-weight: 900;
  padding-left: 4px;

}
.VideoPlayerStoriesMtWLive .VideoPlayerStoriesMtS{
}
.VideoPlayerStoriesMtLS{
  padding-left: 16px;
  /* color: #777; */
}
.VideoPlayerStoriesTbC{
  display: flex;
}
.VideoPlayerStoriesTbC1{
  width: 99%;
  text-align: left;
}
.VideoPlayerStoriesBt{
  display: inline-block;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #c0496f;
  border-radius: 15px;
  color:#fff;
  transition:background-color .2s ease-in-out;
  -webkit-transition:background-color .2s ease-in-out;
  position: relative;
}
.VideoPlayerStoriesBtShd{
  background-color: #fff;
  color: #555;
  padding-left: 20px;
  padding-right: 20px;
}
.VideoPlayerStoriesBt:hover{
  cursor: pointer;
  background-color: #a73e60;
}
.VideoPlayerStoriesBtShd:hover{

  background-color: #f7f7f7;
}
.VideoPlayerStoriesBtClose{
  position: absolute;
  right:0;
  top: 0;
  width: 35px;
  height: 35px;
  color: #ccc;
  font-size:20px;
  line-height:35px;
  text-align: center;
  cursor: pointer;
}
.VideoPlayerStoriesBtClose:hover{
  color: #777;
}
.VideoPlayerStoriesBtEmbed{
  border-bottom-right-radius: 15px;
}
.EmbedCodeWrapper{
  padding: 10px;
}
.EmbedCodeLabel{
  padding: 10px;
  padding-bottom: 0;
  color: #ccc;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}
.EmbedCode{
  display: flex;
  height: 40px;
  border-radius: 20px;
  background: #f4f4f4;
}
.EmbedCodeIcon{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #717171;
}
.EmbedCodeTW{
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.EmbedCodeButton{
  background-color: #18ae53;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  width: 80px;
  text-align: center;
  color:#fff;
  transition:background-color .2s ease-in-out;
  -webkit-transition:background-color .2s ease-in-out;
  position: relative;
  font-weight: 700;
}
.EmbedCodeButton:hover{
  background-color: #17a04d;
}
.EmbedCodeButton0, .EmbedCodeButton0:hover{
  background-color: #ed5565;
}
.EmbedCodeButton1, .EmbedCodeButton1:hover,  .VideoPlayerStoriesBtSuccess, .VideoPlayerStoriesBtSuccess:hover{
  background-color: #54a960;
}
.BatPlayer .EmbedCode{
  background: #2f2f2f;
}
.BatPlayer .EmbedCodeIcon{
  background: #3486e6;
}
.BatFeedItemEmbed .EmbedCode{
  background: #3c3b3b;

}
.BatFeedItemEmbed .EmbedCodeIcon{
  background: #585858;
  opacity: 0.8;
}
.BatFeedItemEmbed .EmbedCode textarea{
  color: #797979;
}
.BatFeedItemEmbed .EmbedCodeButton{
  background: #ccc;
  color: #555;
}
.BatFeedItemEmbed .EmbedCodeButton:hover{
  background: #eee;
}
.VideoPlayerStoriesBtfb:before,.VideoPlayerStoriesBttw:before{
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  width: 13px;
  height: 14px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-position: -62px 1px;
  background-repeat:no-repeat;
}
.VideoPlayerStoriesBtfb{
  background-color: #4655ab;
  padding-left: 30px;
  margin-left: 8px;
}
.VideoPlayerStoriesBtfb:hover{
  background-color: #3e4b96;
}
.VideoPlayerStoriesBtfb:before{
  background-position: -48px 0;
}
.VideoPlayerStoriesBttw{
  background-color: #4687df;
  padding-left: 28px;
  margin-left: 8px;
}
.VideoPlayerStoriesBttw:hover{
  background-color: #407bcc;
}
.VideoPlayerStoriesBembed, .VideoPlayerStoriesBshare{
  text-align: center;
  padding-bottom: 12px;
}
.VideoPlayerStoriesBTtl{
  font-weight: 700;
  margin-bottom: 8px;
  color: #444;
  text-align: left;
}

.EmbedCode textarea{
  resize: none;
  background: transparent;
  border: none;
  color: #999;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  height: 40px;
  width: 100%;
}
.VideoPlayerStoriesBshare .VideoPlayerStoriesBTtl{
  text-align: center;
}
.VideoPlayerStoriesSoon{

  color:#555;
  padding: 20px;
  text-align: center;

  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.VideoFeedHorizontalWWhorizontal{
  position: relative;
  padding-bottom: 130px;
  margin-top: 7px;
}
.VideoFeedHorizontalWWhorizontal .VideoFeedHorizontalW{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.VideoFeedHorizontal .VideoThumbnailTitle{
  font-weight: 700;
  text-transform: uppercase;
}

.VideoPlayerStoriesTTSc{
  font-weight: 900;
  color: #c34754;
}
.VideoPlayerStoriesTTScSt{
  padding-left: 4px;
  font-weight: 400;
}
.VideoFeedHorizontalTitle{
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 3.6em;
  font-size: 13px;
  line-height: 1em;
  margin-top: 2px;
}

.VideoInFeedName{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.VideoInFeedSubName{

  margin-top: 4px;
  color: #ccc;
  line-height: 1;
}
.VideoInFeedPic{
  text-align: left;
  width: 82px;
  flex-shrink: 0;
}
.VideoInFeedTW{
  padding-left: 15px;
  padding-right: 80px;
}
.VideoInFeedTeamLogo1,.VideoInFeedTeamLogo2{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.VideoInFeedTeamLogo2{
  margin-left: 2px;
}
.VideoFeedHorizontal{
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.VideoFeedHorizontalhorizontal{
  height: 130px;
}
.VideoFeedHorizontalSp{
  padding: 3px;
}
.VideoFeedHorizontalItem{
  text-align: center;
  width: 100px;
  margin-right: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.VideoFeedHorizontal::-webkit-scrollbar{
  width: 0;
  height: 0;
  background: transparent;
}
.VideoFeedHorizontalThumbW{
  border: solid 3px #eee;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.VideoFeedHorizontalThumb{
  display: block;
  width: 54px;
  height: 54px;
  border: solid 3px #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.VideoFeedHorizontalTitle{
  color: #333;
}
.VideoFeedHorizontalItemActive{
  cursor: default;
}
.VideoFeedHorizontalItem:hover .VideoFeedHorizontalThumbW{
  border-color: #f1bfbf;
}
.VideoFeedHorizontalItemActive .VideoFeedHorizontalThumbW,.VideoFeedHorizontalItemActive:hover .VideoFeedHorizontalThumbW{
  border-color: #ed5565;
}
.VideoFeedHorizontalItemActive .VideoFeedHorizontalTitle{
  font-weight: 700;
}
.BatFeedItemFooter{
  box-shadow: none;
  padding: 15px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.FooterST{
  color: #555;
  margin-bottom: 12px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.FooterST a{
  color: #555;
  text-decoration: none;
}
.FooterAbout{
  color: #555;
}
.FooterAbout a, .FooterL a{
  color: #555;
  text-decoration: none;
}
.FooterAbout a:hover, .FooterL a:hover{
  text-decoration: underline;
}
.FooterLogo{
  text-align: left;
  padding-bottom: 40px;
  /*border-bottom: solid 1px #5a3749;*/
}
.Footer .SiteLogo{
  padding-left: 0;
  float: none;
  margin-bottom: 30px;

}
.FooterLinkList{
  list-style: none;
  padding: 0;
  margin: 0;
}
.FooterLinkList li{
  display: inline;
  margin-right: 8px;
}
.FooterLinkList a{
  color:#555;
  text-decoration: none;
}
.FooterLinkList a:hover{
  text-decoration: underline;
}
.Message{
  text-align: center;
  font-weight: 900;
  background: #fff;
  color: #3a0115;
  transition: background-color .2s ease-in-out;
  padding: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-size: 1.2em;
}
.MessageClickable:hover{
  cursor: pointer;
  background: #fafafa;
}
.BatFeedItemPage{
  color: #333;
  padding: 25px;
}
.BatFeedItemPage h1{
  color: #333333;
  margin-top: 0;
  text-transform: uppercase;
}
.BatFeedItemPage h3,.BatFeedItemPage h1{
  letter-spacing: -.025em;

}
.BatFeedItemPage a{
  text-decoration: none;
  color: #a94250;
  cursor: pointer;
}
.BatFeedItemPage a:hover{
  text-decoration: underline;
}
.MatchViewTodays{
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #e7e7e7;
}
.MatchViewTodaysAttention{
  text-transform: uppercase;
  font-size:2em;
  font-weight: 900;
  color: #823636;
  margin-bottom: 20px;
}
.MatchViewTodaysNote{
    color:#333;
    font-size: 1.2em;
}
.MatchViewTodaysNoteForToday{
  font-weight: 700;
  color: #823636;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.MatchViewInfo{
  display: flex;
  padding-bottom: 10px;
  align-items: flex-start;
}

.MatchViewInfo .SubscribeButtonWrapper{
  margin-left: 20px;
}
.MatchViewInfoCompFlag img{
  width: 40px;
  border:0;
}
.MatchViewInfoRows{
  flex: 1;
  padding-left: 20px;
}
.MatchViewInfoRowCompetition{
  text-transform: uppercase;
}
.MatchViewInfoRowLink:after{
  top: 0;
  content: '\203A';
  position: absolute;
  right: -10px;
  color: #aaa;
  font-size: 18px;
}

.MatchViewInfoRowMain{
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;

}
.MatchViewInfoRowMainBig{
  font-size: 20px;
  font-weight: 900;
  display: block;
  color: #333;
  color: rgb(var(--darkTitle));
  letter-spacing: -.7px;
}

.MatchViewInfoRowTitle{
  line-height: 1;
  color: #333;
  text-align: left;
  font-weight: 400;
}
.MatchViewInfoRowLink{
  font-weight: 400;
  color: #3A0014;
  letter-spacing: -.5px;
  text-decoration: none;
  position: relative;
}
.MatchViewInfoRowLink:hover{
  text-decoration: underline;
}
.BatFeedStickyTop{
  /* border-bottom-left-radius: 15px; */
  /* border-bottom-right-radius: 15px; */
  position: relative;
  /* box-shadow:0 3px 3px rgba(var(--bodyBackground), 0); */
  
}
.BatFeedStickyTop:before{
  content: "";
  position: absolute;
  top: -60px;
  height: 104px;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow:0 3px 3px rgba(var(--bodyBackground), 0);
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility, box-shadow;
  transition: opacity .15s ease-in-out;
}
.BatFeedStickyTopStatus{
  opacity: 0;
  transition: all .05s ease;
  position: absolute;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  /* background: #fff; */
  /* background: rgba(var(--bodyBackground), 0.95); */
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;

  transition: opacity .2s ease-in-out;
}
.BatFeedStickyTopStatusC{
  transition: transform .5s ease-in-out;
  transform: translateY(-10px);
  flex: 1;
}
.BatFeedStickyTopSticked{
   /* box-shadow:0 3px 3px rgba(0,0,0, 0.03); */
   /* background: rgba(var(--bodyBackground), 0.95); */
}
.BatFeedStickyTopSticked.BatFeedStickyTop:before{
  box-shadow:0 3px 3px rgba(0,0,0, 0.03);
  background: rgba(var(--bodyBackground), 0.95);
  opacity: 1;
  visibility: visible;
}
.BatFeedStickyTopSticked .BatFeedStickyTopStatus{
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out;
}
.BatFeedStickyTopSticked .BatFeedStickyTopStatusC{
  transform: translateY(0);
}
.BatFeedStickyTopHdr{
  padding-top: 14px;
  padding-bottom: 14px;
}
.BatFeedStickyTopHdrT{
  color: #3a0115;
  color: rgba(var(--darkTitle));
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  o-text-overflow: ellipsis;
  line-height: 32px;
  padding-left: 48px;
  position: relative;
  letter-spacing: -.03em;
}
.BatFeedStickyTopHdrTmg{
  width:32px;
  height:32px;
  position: absolute;
  top:0;
  left:0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.BatFeedConnecting{
  background: rgba(0,0,0,.95);
  box-shadow: 0 1px 2px #111;
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  border-radius: 20px;
  text-align: center;
  width: 150px;
  line-height: 40px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  z-index: 41;
  padding-top: 20px;
  margin-top: -75px;
}
.BatFeedConnecting .Spinner{
  border: 2px solid #383737;
  border-left: 2px solid #a74377;
}
.TitleWithUnderlineWrapper{
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.TitleWithUnderline{
  font-size: 2em;
  padding: 3px;
  color: #555;
  color: rgb(var(--subtitle));
  border-bottom: solid 4px #ed5565;
  display: inline-block;
  text-decoration: none;
  margin: auto;
  font-weight: normal;
}
.TitleWithUnderline span{
  font-weight: 700;
}
.TextBlock p,.TextBlock ul{
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
  color: #555;
  color: rgb(var(--subtitle));
}
.TextBlockWdg{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1em;
}
.TextBlock p a{
  font-weight: 400;
  color: #0085ed;
  color: rgb(var(--blue));
  text-decoration: none;
}
.TextBlock p a:hover{
  text-decoration: underline;
}
.GameCellPast{
  /*border:solid 1px #f2f2f2;*/
  position: relative;
  border-radius: 13px;
  display: block;
  text-decoration: none;
}
.GameCellPastW{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.GameCellPastSide1{
  display: table-cell;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  o-text-overflow: ellipsis;
  padding-left:10px;
  padding-right:35px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
}
.GameCellPastSide2{
  display: table-cell;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  o-text-overflow: ellipsis;
  padding-right:10px;
  padding-left:35px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
}
.GameCellPastWinner1 .GameCellPastSide1,.GameCellPastWinner2 .GameCellPastSide2{
  font-weight: 700;
}
.GameCellPastScore{
  display: table-cell;
  width: 40px;
  text-align: center;
  font-weight: 900;
  font-size:1.3em;
  line-height: 26px;
  letter-spacing: -.06em;
  color: #333;
}
.GameCellPastLogo{
  display: block;
  width:20px;
  height:20px;
  position: absolute;
  top:-5px;
  padding: 8px;
}
.GameCellPastLogo1{
  right: 50%;
  margin-right: 20px;
}
.GameCellPastLogo2{
  left: 50%;
  margin-left: 20px;
}
.GameCellPastLogoImage{
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sticky-outer-wrapper{
  transition: height 1s ease;
}
.MatchView .VideoPlayerStoriesC{
  background: none;
  margin-bottom: 14px;
  border-radius: 0;
  box-shadow: none;
  border-bottom: dashed 1px #eee;
}
.MatchView .VideoPlayerStoriesBtShd{
  text-align: center;
  background: #f2f2f2;
  margin-left: 4px;
  margin-right: 4px;
}
.MatchView .VideoPlayerStoriesBtShd:hover{
  background-color: #e7e7e7;
}
.MatchView .VideoPlayerStoriesB{
  border-top: 0;
  padding-bottom: 20px;
}
.SectionTitleSmall{
  color: #555;
  color: rgb(var(--subtitle));
  font-size: 2em;
  text-align: left;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0;
}
h3.SectionTitleSmaller{
  font-size: 1.5em;
}
.CompetitionStandingsHW{
  padding-bottom: 20px;
}
.CompetitionStandingsHWS{
  padding-top: 20px;
}
.BatFeedPage{
  /*
  padding-left: 100px;
  padding-right: 20px;
  border-bottom: 0;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 32px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  */
  display: flex;
  /* gap: 20px; */
  padding: 10px;
  align-items: center;
}
.BatFeedPage > * {
  margin-right: 20px; 
}

.BatFeedPage > *:last-child {
  margin-right: 0; 
}
.BatFeedPageSubName{
  color: #333;
  color: rgb(var(--subtitle));
  line-height: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  display: block;
}
.BatFeedPageName{
  color: #3a0115;
  color: rgb(var(--darkTitle));
  letter-spacing: -1px;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  display: block;
}
.BatFeedPageNameLL{
  display: block;
  font-size:.4em;
  line-height: 1.1em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-left:1px;
  margin-top: 3px;
}
.BatFeedPageFlag{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.TeamPageFeaturedGames{
  padding-top: 20px;
  padding-bottom: 20px;
}
.FeaturedGame{
  background-color: #ed5565;

  /* padding: 20px; */
  padding-bottom: 0;
  display: block;
  text-decoration: none;
  transition:background-color .2s linear;
  -webkit-transition:background-color .2s linear;
  border-radius: 35px;
  padding-top: 30px;
}
.FeaturedGameRed{
  box-shadow: 0 1px 2px #ce4a57;
}
.FeaturedGameInfo{
  line-height: 1em;
  text-align: center;
  font-size: .9em;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 20px;
  border-top: dashed 1px #ca4553;
  color: #96353f;
}
.FeaturedGameSet{
  padding-top: 10px;
  padding-bottom: 10px;
}
.FeaturedGameSetTitle{
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  color: #823636;
  font-weight: 900;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 15px;
}
.FeaturedGame:hover{
  background-color: #e25160;
}
.FeaturedGameTb{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.FeaturedGameSide1,.FeaturedGameSide2{
  display: table-cell;
  vertical-align: top;
}
.FeaturedGameScore{
  display: table-cell;
  width: 120px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 3.4em;
  vertical-align: top;
  line-height: 1em;
  letter-spacing: -1px;
}
.FeaturedGameStatusString{
  font-size: .35em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;

}
.FeaturedGameTime .FeaturedGameStatusString{
  font-size: .4em;
  color: rgba(255, 255, 255, 0.51);
}
.FeaturedGameTime{
  font-weight: 300;
  font-size: 1.7em;
}
.FeaturedGameSideName{
  color: #fff;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
  line-height: .8em;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.FeaturedGameLogoWrapper{
  text-align: center;
}
.FeaturedGameLogo{
  width: 50px;
  height: 50px;
}
.FeaturedGameGray{
  background-color: #eaeaea;
  box-shadow: 0 1px 3px #eee;
}
.FeaturedGameGray:hover{
  background-color: #e1e1e1;
}

.FeaturedGameGray .FeaturedGameSideName{
  color: #333;

}
.FeaturedGameGray .FeaturedGameScore{
  color: #333;

}

.FeaturedGameGray .FeaturedGameInfo{

  color: #b1a3a3;
  border-color: #ddd;
}
.AlphaDirectoryAZ{
  text-align: center;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.AlphaDirectoryAZ a{
  color:#777;
  padding:10px;
  text-decoration: none;
  display: inline-block;
}
.AlphaDirectoryAZ a:hover{
  text-decoration: underline;
}
.AlphaDirectoryListLM{
  border-top: solid 1px #f2f2f2;
  display: flex;
  align-items: center;
}
.AlphaDirectoryListRK{
  padding-left: 10px;
  padding-right: 10px;
  color: #aaa;
}
.AlphaDirectoryListR{
  display: flex;
  align-items: center;
}
.AlphaDirectoryList a{
  flex: 1;
  color:#6da3df;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.AlphaDirectoryList a:hover{
  background: #fafafa;
}
.react-slidedown {
    height: 0;
    transition-property: none;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.react-slidedown.transitioning {
    overflow-y: hidden;
}

.react-slidedown.closed {
    display: none;
}

.hamburger {
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 20px;
  height: 20px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 20px;
  height: 2px;
  background-color: rgba(255,255,255,.7);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block; }
.hamburger-inner:before {
  top: -10px; }
.hamburger-inner:after {
  bottom: -10px; }
.hamburger--slider .hamburger-inner {
  top: 2px; }
.hamburger--slider .hamburger-inner:before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner:after {
  top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -16px, 0) rotate(-90deg); }
.StayInTouchButts{
  display: flex;
  padding: 20px;
}

.StayInTouchFb,.StayInTouchInsta,.StayInTouchML{
  flex: 1;
  line-height: 44px;

  color: #fff;
  border-radius: 22px;
  text-align: left;

  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease;
  position: relative;
  display: block;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.StayInTouchFb{
  background: #4655ab;
  box-shadow: 0 1px 2px #3e4b98;
}
.StayInTouchLb{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #0d0709;
}
.StayInTouchLb a{
  display: block;
}
.StayInTouchImg{
  width: 100%;
  padding-top: 47%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #091114;
  display: block;
  background-size: 100%;
  position: relative;
  transition: background-position .5s ease;
}
.StayInTouchImg:hover{
  background-position: center 80%;
}
.StayInTouchFb:before,.StayInTouchInsta:before,.StayInTouchML:before{
  content:"";
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-position: -43px -173px;
  background-repeat:no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}
.StayInTouchInsta:before{
  background-position: -71px -173px;
}
.StayInTouchML:before{
  background-position: -64px -118px;
}
.StayInTouchFb:hover{
  background-color: #3e4b98;
}
.StayInTouchInsta,.StayInTouchML{
  background: #ff425d;
  background: rgb(var(--affBanButton));
  box-shadow: 0 1px 2px #de1c4d;
  box-shadow: 0 1px 2px rgb(var(--affBanButtonShadow));
}
.StayInTouchInsta:hover,.StayInTouchML:hover{
  background-color: #e23a52;
  background-color: rgb(var(--affBanButtonShadow));
}
.StayInTouchAd{
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
.StoryCover{
  background-size: cover;
  position: relative;
  padding-top: 85%;
}
.StoryCover::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, #0c0004 0%, rgba(0,0,0,0) 100%);
  bottom: 0;
}
.StoryPageTitle{

  margin:0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: 28px;
  line-height: 24px;
  color: #3a0115;


}
.StoryPageMeta{
  font-size: 14px;
  color: #bbb;
  margin-top: 4px;
}
.StoryPageTop{
  border-bottom: solid 2px #ffcf47;
  border-top: solid 2px #ffcf47;
}
.StoryPageTagline{
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #3a0115;
}
.StoryPageBody{
  font-size: 1.2em;
  color: #555;
  margin-top: 25px;
}
.BatPlayer{
  background: #05060a;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  /* overflow: hidden; */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  /* overflow: hidden; */
  box-sizing: border-box;
}
.StoryPage .BatPlayer,.StoryPage .BatPlayerDm{
  border-radius: 0;
}
.StoryPage .BatFeedCLT,.StoryPage .BatFeedCRT{
  display: none;
}
.BatPlayerVPlc{
  display: block;
  width: 100%;
}
.BatPlayer .EmbedCode textarea{
  color: #bbb;
  border: none;
}
.BatPlayer .VideoPlayerStoriesEB{
  background: #343434;
}
.BatPlayer .VideoPlayerStoriesEB:hover{
  background: #272727;
}
.BatPlayerLC{
  position: absolute;
  left:14px;
  top: 6px;
  display: flex;
  align-items: center;
  height: 31px;

}
.BatPlayerRC .SubscribeButtonWrapper {
  /* margin-right: 8px; */
}
.BatPlayerLLb:before{
  content: '';

  display: block;
  width: 20px;
  height: 20px;
  background: #ff1b03;
  box-shadow: 0 0 6px #e51b0b;
  border-radius: 50%;
  animation: blink-animation 1.8s infinite;
  -webkit-animation: blink-animation 1.8s infinite;
  animation-timing-function: ease;
  z-index: 3;
  margin-right: 8px;
}
.BatPlayerEnded.BatPlayerGolz .BatPlayerLLb:before{
  background: #fff;
  box-shadow: 0 0 6px #fff;
}
.BatPlayerLLb{
  color: #ff1b03;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  cursor: default;
  display: flex;
  align-items: center;
}
.BatPlayerEnded.BatPlayerGolz .BatPlayerLLb{
  color:#fff;
}
.BatPlayeFrm{
  color: #fff;
  opacity: .7;
  font-weight: 400;
  padding-left: 3px;
}
.BatPlayerDm{
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.BatPlayerPs{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  left: 10px;
  bottom: 10px;
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-repeat: no-repeat;
  background-position: -55px -46px;
  opacity: .3;
  transform: scale(.8);
}
.BatPlayerDD{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.BatPlayerPlcPr{
  padding-top: 45px;
}
.BatPlayerPlcPrC{
  position: relative;
  min-height: 250px;
}
.BatPlayerPlcPrCPlc{
  display: grid;
  grid-template-columns: 1fr;
}
.BatPlayerPlcPrCPlc .BatPlayerPlcWO, .BatPlayerPlcPrCPlc .BatPlayerInterruption{
    grid-row-start: 1;
    grid-column-start: 1;
}
.BatPlayerPlcW{

}
.BatPlayerPlcWO{
}
.BatPlayerVPlcWW{
  padding-top: 56.25%;
  position: relative;
  background: #333;
}
.BatPlayerVPlc{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.BatPlayerW{
  /* padding-top: 50px; */
}
.BatPlayer .VideoPlayer{
  border-top: 0;
  border-bottom: 0;
}
.BatPlayer .VideoPlayerStories{
  /* padding-top: 44px; */
}
.BatPlayer .VideoPlayerStoriesC{
  border-bottom: 0;
  margin-bottom: 0;
}
.BatPlayer .VideoPlayerStoriesPTT{
  color: #fff;
  padding-left: 16px;
  background-color: #0a0a0a;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.BatPlayer .VideoFeedHorizontalThumb{
  border-color: #111;
  opacity: .5;
}
.BatPlayer .VideoFeedHorizontalItemActive .VideoFeedHorizontalThumb{
  opacity: 1;
}
.BatPlayer .VideoFeedHorizontalThumbW{
  border-color: #292929;
}
.BatPlayer .VideoFeedHorizontalItem:hover .VideoFeedHorizontalThumbW{
  border-color: #333;
}
.BatPlayer .VideoFeedHorizontalItemActive .VideoFeedHorizontalThumbW, .BatPlayer .VideoFeedHorizontalItemActive:hover .VideoFeedHorizontalThumbW {
  border-color: #fff;
}
.BatPlayer .VideoFeedHorizontalTitle{
  color: #fff;
}
.HorizontalScroll{
  position: relative;
  overflow: hidden;
}
.HorizontalScrollAR{
  position: absolute;
  background: #fff;
  background-color: rgba(255,255,255,.95);
  position: absolute;
  width: 44px;
  height: 100%;
  right: 0;
  top: 0;
  transition: background-color .2s ease;
}
.HorizontalScrollAL{
  position: absolute;
  background: #fff;
  background-color: rgba(255,255,255,.95);
  position: absolute;
  width: 44px;
  height: 100%;
  left: 0;
  top: 0;
  transition: background-color .2s ease;
}
.HorizontalScrollAR:after,.HorizontalScrollAL:after{
  content: '\203A';
  display: block;
  width: 100%;
  text-align: center;
  color: #aba8a8;
  font-size: 50px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.HorizontalScrollAL:after{
  content: '\2039';
}
.HorizontalScrollAL:hover,.HorizontalScrollAR:hover{
  background-color: rgba(255,255,255,1);
}
.HorizontalScrollW{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
}
.HorizontalScrollC{
  white-space: nowrap;
  /* overflow-x: auto; */
  /* overflow-y: hidden; */
  -webkit-overflow-scrolling: touch;
  display: flex;

  position: relative;
}
.HorizontalScrollMouse .HorizontalScrollC{
  transition: transform .3s ease;
}
.HorizontalScrollTouch .HorizontalScrollC{
  overflow-x: auto;
}
.VideoPlayerStories .HorizontalScrollC {
  padding: 15px;
  padding-bottom: 20px;
}
.VideoPlayerStories .HorizontalScrollAR{
  border-bottom-right-radius: 15px;
}
.VideoPlayerStories .HorizontalScrollAL{
  border-bottom-left-radius: 15px;
}
.BatPlayer .HorizontalScrollAR, .BatPlayer .HorizontalScrollAL{
  background: #111;
  background-color: rgba(17,17,17,.85);
}
.BatPlayer .HorizontalScrollAR:hover, .BatPlayer .HorizontalScrollAL:hover{
  background-color: rgba(17,17,17,.9);
}
.StoriesCarouselDummyW{
  height: 240px;
  position: relative;
  overflow: hidden;
}
.StoriesCarouselDummy{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.StoriesCarouselItemDummy{
  width: 240px;
  height: 240px;
  background: #f2f2f2;
  border-radius: 15px;
  margin-left: 20px;
}
.StoriesCarouselItem{
  width: 240px;
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #000;
  border-radius: 15px;
  text-decoration: none;
  margin-left: 20px;
}
.StoriesCarouselItem1{
  margin-right: 20px;
}
.StoriesCarouselItemImg .FailoverImage{
  height: 240px;
  background-size: cover;
  border-radius: 15px;
}
.StoriesCarouselItemO{
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  transition: background .2s ease;
}
.StoriesCarouselItemTW{
  background: #000;
  padding: 10px;
  border-left: solid 4px #ffcf47;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.StoriesCarouselItemT{
  white-space: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -.6px;
  font-size: 18px;
  line-height: 18px;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.StoriesCarouselItem:hover .StoriesCarouselItemO{
  background-color: rgba(0,0,0,.4)
}
code{
  padding: 10px;
  overflow: auto;
  background: #fafafa;
  border: 1px solid #ddd;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  letter-spacing:.4px;
  font-size: 14px;
  line-height: 22px;
}
code a,.BatFeedItemPage code a{
  color: #4c525c;
}
.CodeNote{
  padding: 25px;
  background: #fafafa;
  border: 1px solid #ddd;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.CodeNoteT{
  display: block;
  color: #1f2758;
  font-size: 22px;
}
.CodeLine{
  display: block;
}
.CodeTab{
  padding-left: 20px;
  display: block;
}
.CodeB{
  color: #233282;
}
.CodeLB{
  color: #669dde;
}
.CodeBlockS{
  background: #e6e6e6;
}
.Privacy p, .Privacy ul{
  font-size: 18px;
  line-height:26px;
}
.Privacy h2{
  font-size: 22px;
}
.Privacy h4{
  font-size: 18px;
  color: #957248;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.watchXt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.noise{
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  animation: breathe-animation 30s infinite;
  -webkit-animation: breathe-animation 30s infinite;
  animation-timing-function: linear;
}
.watchXtDsc{
  color: #fff;
  color: rgba(255,255,255,0.6);
  padding: 20px;
  font-size: 16px;
  max-width: 350px;
  text-align: center;
}
.watchXtBt{
  padding: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 24px;
  border: solid 2px #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  font-weight: 900;
  display: flex;
  position: relative;
  justify-content: space-around;
  padding-left: 55px;
  padding-right: 50px;
  cursor: pointer;
  background: rgba(0,0,0,.2);
  transition:background-color .2s ease-in-out;
  -webkit-transition:background-color .2s ease-in-out;
  text-decoration: none;
}
.watchXtBt:hover{
  background: rgba(255,255,255,.1);
}
.watchXtBt:before{
  content: "";
  background-image: url(https://d37kf7rs4g1hyv.cloudfront.net/scorebat/spriterpl-min.png);
  background-size: 146px;
  background-position: -91px -126px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  left: 15px;
  top: 15px;
  position: absolute;
  display: block;
  transform: scale(1.3);
}
.watchXtBt:after{
  content: '\203A';
  position: absolute;
  right: 15px;
  color: #fff;
  top: 0;
  line-height: 42px;
  font-size: 22px;
  font-weight: 700;
}
@keyframes breathe-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes breathe-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width : 980px) {
  .BatFeedConnecting{
    margin-left: -200px;
  }
}
@media only screen and (max-width : 750px) {
  .BatFeedTitle{
    text-align: center;
  }
  .BatFeedConnecting{
    margin-left: -75px;
  }
  .BatFeedSideBarHB{
      display: block;
  }

  .BatFeedItemExtraPadding{
    padding: 20px;
  }
  .BatFeedFlex{
    padding-left: 0px;
    padding-right: 0px;
  }
  .VideoInFeedTitle{
    font-weight: 900;
  }

  .BatFeedItemStretch{
    position: relative;
    left: -5px;
    width: 100vw;
  }
  .VideoFeedHorizontalItem{
    width: 90px;
    margin-right: 5px;
  }
  .VideoFeedHorizontal{
    padding-left: 6px;
  }
  .BatFeedItemStretch .VideoPlayer{
    box-shadow: 0 0 4px rgba(117, 45, 52, 0.77);
  }

  .FeaturedGameScore{
    font-size: 2em;
    width: 110px;
  }
  .FeaturedGameStatusString{
    font-size: .4em;
  }
  .MatchViewInfo{
    padding-left: 6px;
  }
  .MatchViewInfoRows{
    padding-left: 16px;
  }
  .FeaturedGameInfo{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .8em;
  }
  .VideoPlayerStoriesBt{
    line-height: 44px;
    border-radius: 22px;
  }
  .VideoPlayerStoriesBtEmbed{
    border-bottom-right-radius: 22px;
  }
  .VideoPlayerStoriesTb{
    border-radius: 22px;
  }

  .VideoFeedHorizontalWWhorizontal{
    margin-top: 5px;
  }
  .StandingsRowStat{
    margin-right: 2px;
  }
  .StandingsRowStatGoals:before{
    display: none;
  }
  .StandingsRowOc{
    display: none;
  }
  .StayInTouchButts{
    padding: 10px;
  }
  .StayInTouchBL{
    display: none;
  }
  .StayInTouchFb{

  }
  .StayInTouchInsta{
    margin-left: 5px;
  }
  .CompetitionMenuButton{
    border-radius: 26px;
  }
  .CompetitionMenuButtonSp{
    width: 15px;
  }
  .CompetitionMenuButtonName{
    line-height: 44px;
    font-size: 1.1em;
  }
  .CompetitionMenuButtonFlag{
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-size: 26px;
  }
  .VideoPlayerStoriesPTT{
    padding-left: 15px;
  }
}
