/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.header-MUXNZ {
  height: 48px;
  background: #253e58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 11px;
  color: #e6e9ef;
  font-weight: normal;
  position: relative;
  text-transform: uppercase
}

.header-MUXNZ .headerLabel-lnCN7 {
  border-right: 1px solid #1c3247;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 32px;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis
}

.header-MUXNZ .headerLabel-lnCN7 svg.arrow-PmFyv {
  float: right;
  width: 15px;
  height: 16px;
  fill: #fff;
  margin: 8px 0;
}

.header-MUXNZ .headerLabel-lnCN7 .liveOn-pscX6 {
  padding-right: 4px;
  color: #93afcd;
}

.header-MUXNZ .headerButton-AY9va {
  width: 64px;
  height: 32px;
  margin: 8px;
  border: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer
}

.header-MUXNZ .headerButton-AY9va:focus {
  outline: none;
}

.dropDownList-jvg-l {
  top: 48px;
  z-index: 50;
  left: 0;
  position: absolute;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
  padding-bottom: 32px;
  max-height: 360px;
  overflow-y: auto;
}

.dropDownChannelSection-tRNpH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
  width: 320px;
  height: 32px;
  font-size: 12px;
  margin: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer
}

.dropDownChannelSection-tRNpH svg {
  padding: 0 5px
}

.dropDownChannelSection-tRNpH svg path {
  fill: #333;
}

.dropDownChannelSection-tRNpH:nth-child(even) {
  background: #f6f6f6;
}

.dropDownItem-koDDI {
  width: 320px;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
}

.dropDownLabel-SSJ-V {
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 0 16px;
  text-transform: uppercase;
}

.showDropDownList-v4qWP {
  display: block;
}

.videoWrapper-VZJiF {
  height: auto;
  width: 224px;
  text-align: center;
  position: relative;
}

.loginVideoWrapper-aNrUE {
  position: relative;
  width: 224px;
  text-align: center;
  height: 173px;
  background: url([object Module]) no-repeat;
  background-size: cover;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer
}

.loginVideoWrapper-aNrUE .overlay-H38uo {
  height: 100%;
}

.overlay-H38uo,
.disableOverlay-aG6-- {
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.overlay-H38uo svg, .disableOverlay-aG6-- svg {
  height: 40px;
  width: 40px
}

.overlay-H38uo svg path:first-of-type, .disableOverlay-aG6-- svg path:first-of-type {
  fill: transparent;
}

.overlay-H38uo svg path, .disableOverlay-aG6-- svg path {
  fill: #fff;
}

.overlay-H38uo {
  opacity: 0.8;
  background-color: #253e58;
}

.disableOverlay-aG6-- {
  opacity: 0.9;
  background-color: #1c3247
}

.disableOverlay-aG6-- path {
  fill-opacity: 0.5;
}

.videoContainer-m8TZu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  max-height: 168px;
  background: url([object Module]) no-repeat;
  background-size: cover;
}

.videoStyle-zX2LH {
  min-height: 125px;
  height: auto;
  background-color: #253e58;
  opacity: 1
}

.videoStyle-zX2LH button svg {
  height: 40px;
  width: 40px;
}

.loginLabel-zkKoN {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.loginLink-78XnH {
  padding: 0 5px;
  color: #4491e1;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.trackSelectorListLi-u7HJs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 12px;
  margin: 0
}

.trackSelectorListLi-u7HJs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.trackSelectorListLi-u7HJs:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.trackSelectorListLi-u7HJs:nth-of-type(even) {
  background-color: #fff;
}

.trackSelectorListName-SOs71 {
  font-size: 12px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 16px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiHarness-N6Rie {
  margin-left: auto;
  font-size: 12px;
}

.trackSelectorListLiRace-mTeUE {
  margin: 0 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.trackSelectorListLiRace-mTeUE strong {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  margin-right: 2px;
}

.trackSelectorListMTP-nE5lX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  text-align: right;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.trackSelectorListLi-BGhN9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  font-size: 12px;
  margin: 0
}

.trackSelectorListLi-BGhN9 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.trackSelectorListLi-BGhN9:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.trackSelectorListLi-BGhN9:nth-of-type(even) {
  background-color: #fff;
}

.trackSelectorListName-dF3go {
  font-size: 12px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 16px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trackSelectorListLiHarness-4EwmV {
  margin-left: auto;
  font-size: 12px;
}

.trackSelectorListLiRace-fXiDY {
  margin: 0 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

.trackSelectorListLiRace-fXiDY strong {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  margin-right: 2px;
}

.trackSelectorListMTP-6uuD5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  text-align: right;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.trackSelectorListLabel-vkke7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding-left: 8px;
  background-color: rgb(236, 249, 239);
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #fff;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.dropDownComponent-JojKA {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 32px;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropDownChannelSection-2iMuN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
  width: 320px;
  height: 32px;
  font-size: 12px;
  margin: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer
}

.dropDownChannelSection-2iMuN svg {
  padding: 0 5px;
}

.dropDownChannelSection-2iMuN svg path {
  fill: #333;
}

.dropDownChannelSection-2iMuN:nth-child(even) {
  background: #f6f6f6;
}

.dropDownItem-35Xyo {
  width: 320px;
  color: #000;
  border-bottom: 1px solid #e6e9ef;
}

.dropDownLabel-DfY40 {
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 0 16px;
  text-transform: uppercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.dropSideMainWrapper-FHw6p {
  position: absolute;
  display: none;
  top: 0;
  right: -var(--dropSideWidth);
  width: 320px;
  height: 360px
}

.dropSideMainWrapper-FHw6p::before {
  content: " ";
  position: absolute;
  top: 20px;
  bottom: auto;
  bottom: initial;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
  display: none;
}

.upsideDown-Qv7TC::before {
  bottom: 20px;
  top: auto;
  top: initial;
}

.customDropDownList-IHvZs.customStyling-wH0TB {
  top: 0;
}

.dropSideMainWrapperVisible-wTIhC {
  display: block
}

.dropSideMainWrapperVisible-wTIhC::before {
  display: block;
}

.dropDownLabel-3xyHO {
  background-color: #fff;
  font-size: 14px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'UniversLT-CondensedBold';
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

@media (max-width: 1255px) {
  .leftNavBar-oHBNr.leftNavBarHide-DIxlJ {
    left: -999px;
    height: calc(100% - 76px);
    top: 76px;
  }

  .leftNavBar-oHBNr.leftNavBarHide-DIxlJ.nj-Xa-k0 {
    height: calc(100% - 68px);
    top: 68px;
  }
}

@media (min-width: 1190px) and (max-width: 1255px) {
  .leftNavBar-oHBNr.leftNavBarHide-DIxlJ.showLhnOnHamburguer-G9dgh {
    left: 0;
  }
}

@media (max-width: 1190px) {
  .leftNavBar-oHBNr.leftNavBarHide-DIxlJ.showLhnOnHamburguer-G9dgh {
    left: 253px;
  }
}

.leftNavBar-oHBNr {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  position: fixed;
  width: 224px;
  top: 76px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear
}

.leftNavBar-oHBNr.nj-Xa-k0 {
  height: calc(100% - 68px);
  top: 76px;
}

.leftNavBar-oHBNr > nav {
  border-radius: 4px;
  background-color: #1c3247;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.leftNavBar-oHBNr .leftBarFeaturedRaces-8jvxN {
  max-height: calc(100% - 40px);
  width: 224px;
}

.leftNavBar-oHBNr .leftNavContent-zKB-8 {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100 100%;
      -ms-flex: 0 100 100%;
          flex: 0 100 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #1c3247;
  height: 100%;
  min-height: 48px;
}

.leftNavBar-oHBNr * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

@media (min-width: 1268px) {
  .leftNavBar-oHBNr {
    left: 50%;
    -webkit-transform: translate3d(-628px, 0, 0);
            transform: translate3d(-628px, 0, 0);
  }
}

.quickLinksContainer-72Wim {
  background-color: #112a44;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.mtp-Ey8E6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 2px
}

.mtp-Ey8E6.mtp-near-Bl-OP {
  background-color: rgb(252, 237, 237);
}

.mtp-Ey8E6.mtp-med-ooQ0v {
  background-color: rgb(255, 247, 229);
}

.mtp-Ey8E6.mtp-far-A9Yhj {
  background-color: rgb(236, 249, 239);
}

.mtp-Ey8E6.mobile-6Nz5U {
  border-radius: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start
}

.mtp-Ey8E6.mobile-6Nz5U .iconMtp-aHUHs {
  margin-top: 21px;
  height: 24px;
  width: 24px;
}

.mtp-Ey8E6.mobile-6Nz5U .label-FRGTh {
  margin-top: 0;
}

.mtp-Ey8E6.mobile-6Nz5U .time-Qf-S3 {
  margin-top: 50%;
}

.mtp-Ey8E6.mobile-6Nz5U .live-FFOS2 {
  margin-top: 50%;
  font-size: 12px;
}

.mtp-Ey8E6.cancelled-iMID4 {

  .label-FRGTh {
      font-size: 8px;
  }
}

.iconMtp-aHUHs {
  height: 40px;
  width: 40px;
  fill: #fff;
  margin: 0 0 8px
}

.iconMtp-aHUHs.inline--HEWr {
  height: 16px;
  width: 16px;
  fill: #000;
  margin: 0 0 5px;
}

.iconMtp-aHUHs.fillGrey-qGjh7 {
  fill: #666;
}

.iconMtp-aHUHs.noIcon-ZQQuY {
  display: none;
}

.label-FRGTh {
  margin-top: 6px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

.live-FFOS2 {
  font-size: 14px;
  font-weight: bold;
  background-color: #38ab50;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  line-height: 0.93;
  letter-spacing: -0.4px;
}

.time-Qf-S3 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333;
  text-transform: uppercase;
}

.minutes-OLNUR {
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.raceWrapper-XBaKN {
  margin-bottom: 1px;
  height: 56px;
  overflow: hidden;
}

.greyhoundLabel-d35Yo {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  color: #93afcd;
}

.mtpClass-nKclE {
  font-size: 10px;
}

.onTvg-cvjpy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #93afcd;
  font-weight: bold;
  margin-bottom: 4px
}

.onTvg-cvjpy span {
  margin-right: 6px;
}

.onTvg-cvjpy svg {
  fill: white;
}

.goToRace-FqHbE {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.lhnRace-0QxLi {
  background-color: #253e58;
  padding: 0 0 0 11px;
  text-transform: uppercase;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out
}

.lhnRace-0QxLi:hover {
  background-color: #304760;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.lhnRace-0QxLi .raceOff-7E3lb {
  width: 32px;
  height: 24px;
  border-radius: 2px;
  background-color: #38ab50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lhnRace-0QxLi .raceOffLabel-0FA09 {
  display: block;
  width: 32px;
  height: 18px;
  font-size: 10px;
  line-height: 0.9;
  letter-spacing: -0.3px;
  text-align: center;
  text-transform: uppercase;
}

.lhnRace-0QxLi .leftSection-e-zym {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  line-height: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42px;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  overflow: hidden;
  height: 56px;
}

.lhnRace-0QxLi .live--h0te {
  font-size: 10px;
  line-height: 1em;
  padding: 2px 3px;
  font-weight: bold;
}

.lhnRace-0QxLi .rightSection-k9xQJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: normal;
  padding-left: 8px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  width: 100%;
}

.lhnRace-0QxLi .raceStructLine-43Iw- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.lhnRace-0QxLi .trackRaceName-0j0fX {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lhnRace-0QxLi .description-nH-OM {
  color: #ffb80c;
  font-size: 12px;
  margin-bottom: 4px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  text-align: left;
  font-weight: bold;
}

.lhnRace-0QxLi .description-nH-OM.lowerImportanceDescription-lGpTd {
  color: #e6e9ef;
  font-weight: 700;
}

.lhnRace-0QxLi .trackName-MJ26B {
  font-family: 'UniversLT-CondensedBold';
  color: #e6e9ef;
  letter-spacing: 0.2px;
  height: 12px;
  font-size: 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 125px;
  text-align: left;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: inline-block;
}

.lhnRace-0QxLi .raceNumber-qOWEi {
  font-family: 'UniversLT-CondensedBold';
  height: 11px;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #e6e9ef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lhnRace-0QxLi .liveTvgIcon-kuN6U {
  margin-left: 5px;
}

.lhnRace-0QxLi .timeClass-cGjnR {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.highlighted-od4fW {
  position: relative;
  overflow: hidden;
  background-color: #1c3247
}

.highlighted-od4fW:hover {
  background-color: #304760;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.highlighted-od4fW::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background-color: #ffb80c;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.featuredLiveRace-SMZLg {
  height: 72px
}

.featuredLiveRace-SMZLg .lhnRace-0QxLi,
  .featuredLiveRace-SMZLg .leftSection-e-zym,
  .featuredLiveRace-SMZLg .rightSection-k9xQJ {
  height: 72px;
}

.featuredLiveRace-SMZLg .description-nH-OM.lowerImportanceDescription-lGpTd {
  margin-top: 4px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.featuredTitle-utni2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0f1f30;
}

.featuredTitleLabel-iZFHq {
  color: #ffb80c;
  font-family: 'UniversLT-CondensedBold';
  font-size: 14px;
  text-transform: uppercase;
}

.showHideButton-9-HOv {
  color: #e6e9ef;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer
}

.showHideButton-9-HOv:hover {
  text-decoration: underline;
}

.featuredWrapper-4VxLh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear, height 0.5s linear;
  -o-transition: max-height 0.5s linear, height 0.5s linear;
  transition: max-height 0.5s linear, height 0.5s linear;
  position: relative;
  z-index: 1
}

.featuredWrapper-4VxLh.showMore-qlQPI {
  height: 100%;
  -webkit-transition: max-height 0.5s linear, height 0.5s linear;
  -o-transition: max-height 0.5s linear, height 0.5s linear;
  transition: max-height 0.5s linear, height 0.5s linear;
}

.featuredWrapper-4VxLh.showLess-fKY2n {
  height: 203px;
}

.featuredRaceList-WrxUZ {
  background-color: #0f1f30;
  padding: 0;
  margin: 0
}

.featuredRaceList-WrxUZ.featuredVisible-iZMpT {
  display: block;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

@-webkit-keyframes rotate-SWQO- {
  100% {
    -webkit-transform: rotateZ(360deg) translate(-50%, -50%);
            transform: rotateZ(360deg) translate(-50%, -50%);
  }
}

@keyframes rotate-SWQO- {
  100% {
    -webkit-transform: rotateZ(360deg) translate(-50%, -50%);
            transform: rotateZ(360deg) translate(-50%, -50%);
  }
}

.loading-4ONcT::after,
  .loading-4ONcT::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.loading-4ONcT::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2040%2040%27><g%20fill-rule%3D%27evenodd%27><path%20fill%3D%27%23fff%27%20d%3D%27M20%2036c-7.73%200-14-6.27-14-14S12.27%208%2020%208s14%206.27%2014%2014-6.27%2014-14%2014zm0-2.63c6.28%200%2011.38-5.1%2011.38-11.37%200-6.28-5.1-11.38-11.38-11.38-6.28%200-11.38%205.1-11.38%2011.38%200%206.28%205.1%2011.38%2011.38%2011.38zM17%203h6l-1%204.5h-4L17%203zm10.27%202.4l3.46%202-1%201.74-3.46-2%201-1.73zm-18%202l3.46-2%201%201.74-3.46%202-1-1.73z%27%2F><%2Fg><%2Fsvg>");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .7);
}

.loading-4ONcT::after {
  -webkit-transform: rotateZ(0) translate(-50%, -50%);
          transform: rotateZ(0) translate(-50%, -50%);
  -webkit-transform-origin: 0% 5%;
          transform-origin: 0% 5%;
  -webkit-animation: rotate-SWQO- 1s infinite linear;
          animation: rotate-SWQO- 1s infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M20 24c1.1 0 2-.9 2-2s-2-10-2-10-2 8.9-2 10c0 1.1.9 2 2 2z'/%3E%3C/g%3E%3C/svg%3E");
}

.loadingSmall-dx6b4::before {
  background-size: 28px;
}

.loadingSmall-dx6b4::after {
  width: 28px;
  height: 28px;
}

.loadingMedium-zl43M::before {
  background-size: 24px;
}

.loadingMedium-zl43M::after {
  width: 24px;
  height: 24px;
}

.loadingBig-basFJ::before {
  background-size: 40px;
}

.loadingBig-basFJ::after {
  width: 40px;
  height: 40px;
}

/* Fix styleguide */

div[data-preview="Loading"] {
  position: relative;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.WrapperContainer-lzWKg {
  position: relative;
}

.RaceFiltersContainer-3wIxj {
  position: absolute;
  top: 5px;
  left: 100%;
  margin: -8px 0 0 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
}

.RaceFiltersContainerIn-pY94q {
  width: 320px
}

.RaceFiltersContainerIn-pY94q::before {
  content: '';
  position: absolute;
  top: 19px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.loading-iD31f {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2
}

.loading-iD31f::after {
  display: block;
  content: 'applying filters';
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.RaceFiltersContainer-9CRMx {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  -o-transition: transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  transition: transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99), -webkit-transform 450ms cubic-bezier(0.34, 0, 0.43, 0.99);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 799px) {

  .RaceFiltersContainer-9CRMx {
    left: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@media (min-width: 800px) {

  .RaceFiltersContainer-9CRMx {
    width: 0;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

.RaceFiltersContainerIn-OJ-Zf {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .5);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, .5);
  height: 100%;
}

@media (min-width: 800px) {

  .RaceFiltersContainerIn-OJ-Zf {
    width: 320px;
  }
}

.RaceFiltersCenterContainer-J6Xhx {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  background-color: #e6e9ef;
}

.loading-fy2l- {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2
}

.loading-fy2l-::after {
  display: block;
  content: 'applying filters';
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-FUm2A {
  height: 49px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.containerWithFilters-yQ-A- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FilterButton-3yZJi {
  width: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  outline: none;
  cursor: pointer
}

.FilterButton-3yZJi > span {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.FilterButtonIcon-k3wgE {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.FilterButton__compact-3EqRm {
  width: 24px;
  height: 24px
}

.FilterButton__compact-3EqRm > span {
  width: 24px;
  height: 24px;
}

.FilterButton__compact-3EqRm .FilterButtonIcon-k3wgE {
  margin: 0;
}

.FilterButton__new-3CDvm {
  position: relative
}

.FilterButton__new-3CDvm::after {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  border-radius: 2px;
  background-color: #ffb80c;
  content: 'new';
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 8px;
  right: 8px;
}

.filters-XSsRQ {
  line-height: 16px;
  font-size: 11px
}

.filters-XSsRQ dt {
  color: #93afcd;
  font-weight: bold;
  margin-bottom: 2px;
}

.filters-XSsRQ dd {
  margin-top: 2px;
  color: #e6e9ef;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-Tih0c {
  position: relative;
  padding: 16px 16px 8px;
}

.title-4BNiL {
  font-family: 'UniversLT-CondensedBold',
    'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 4px;
}

.subTitle-3rB2v {
  font-size: 12px;
  color: #666;
  line-height: 14px;
}

.close-j0-ZG {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
}

.icon-Ve31c {
  display: block;
  width: 16px;
  height: 16px;
  fill: #333;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container--RsFU {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #194879;
}

.title-Vk56i {
  font-family: 'UniversLT-Condensed';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}

.close-dme2W {
  border: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  width: 40px;
  height: 48px;
  outline: none;
}

.icon-tvSRz {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  fill: #fff;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-6VP5i {
  padding: 0 16px;
}

.soon-h9JNp {
  margin: 8px 0 24px;
  color: #666;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-J1wF6 {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #cfdae2;
          box-shadow: 0 2px 0 0 #cfdae2;
  margin-bottom: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.title-AeCU7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 0;
  margin: 8px 0 0;
  font-size: 14px;
  font-family: 'UniversLT-CondensedBold',
    'Arial-MT', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.separator-QDR33 {
  border-bottom: 1px solid #cfdae2;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.title-Hobcl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42px;
  padding: 0 8px;
  font-size: 16px;
  font-family: 'UniversLT-Condensed';
  color: #194879;
  font-weight: bold;
  text-transform: uppercase;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.checkbox-Fuyry label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 12px;
  position: relative;
}

.checkbox-Fuyry label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #3e96ee;
          box-shadow: inset 0 0 0 1px #3e96ee;
  margin-right: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {

  .checkbox-Fuyry label::before {
    width: 30px;
  }
}

@media (max-width: 376px) {

  .checkbox-Fuyry label::before {
    width: 35px;
  }
}

.checkbox-Fuyry label svg {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0.77, 0.94, 1.13);
  -o-transition: opacity 0.2s cubic-bezier(0, 0.77, 0.94, 1.13);
  transition: opacity 0.2s cubic-bezier(0, 0.77, 0.94, 1.13);
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox-Fuyry input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.checkbox-Fuyry input:checked + label svg {
  opacity: 1;
}

.checkbox-Fuyry.checkbox__mobile-Bn1Xz label {
  width: 100%;
  height: 44px;
  padding: 0 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkbox-Fuyry.checkbox__mobile-Bn1Xz label::before {
  margin-right: 0;
}

.checkbox-Fuyry.checkbox__mobile-Bn1Xz label svg {
  left: auto;
  right: 12px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-GwefB {
  padding: 8px 0
}

.container-GwefB > li {
  margin: 8px 0;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-WqFzf > li {

  height: 44px;

  border-top: 1px solid #dfe7f0;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-ZYtml {
  padding: 0 16px;
  position: relative;
}

.favoriteTracksButton-JZKk1 {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  text-transform: uppercase;
  color: #3e96ee;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-0H5vD {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #cfdae2;
          box-shadow: 0 2px 0 0 #cfdae2;
  margin-bottom: 16px;
  position: relative;
}

.favoriteTracksButton-S9lbv {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #3e96ee;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  height: 42px;
  padding: 0 8px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

[class^="tvg-btn"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1.5;
  outline: none;
  border: none;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  height: 32px;
  display: inline-block /* Safari fix */
}

[class^="tvg-btn"][disabled] {
  opacity: 0.3;
  cursor: auto;
  cursor: initial;
}

[class^="tvg-btn"].selected-1a7C- {
  background-color: #fff;
  color: #27609b;
}

[class^="tvg-btn"].selected-1a7C-:hover {
  background: rgb(250, 250, 250);
}

[class^="tvg-btn"].full-width-Ikqkk {
  width: 100%;
}

[class^="tvg-btn"].big-7jaCZ {
  padding: 11px 16px;
  font-size: 12px;
  height: 40px;
  line-height: 1.6;
}

.tvg-btn-primary-nUGkd {
  background: #38ab50;
  color: #fff
}

.tvg-btn-primary-nUGkd:hover {
  background: rgb(82, 199, 107);
}

.tvg-btn-primary-nUGkd:active,
  .tvg-btn-primary-nUGkd:focus {
  background: rgb(44, 135, 63);
}

.tvg-btn-secondary-wxh-T {
  background: #ddd;
  color: #333
}

.tvg-btn-secondary-wxh-T:hover {
  background: rgb(230, 230, 230);
}

.tvg-btn-secondary-wxh-T:active,
  .tvg-btn-secondary-wxh-T:focus {
  background: rgb(179, 179, 179);
}

.tvg-btn-marketing-5sLl6 {
  background: #ffb80c;
  color: #333
}

.tvg-btn-marketing-5sLl6:hover {
  background: rgb(255, 197, 61);
}

.tvg-btn-marketing-5sLl6:active,
  .tvg-btn-marketing-5sLl6:focus {
  background: rgb(214, 150, 0);
}

.tvg-btn-secondary-alt-taJZE {
  background: rgba(255, 255, 255, .2);
  color: #fff
}

.tvg-btn-secondary-alt-taJZE:hover {
  background: rgba(255, 255, 255, 0.4);
}

.tvg-btn-secondary-alt-taJZE:active,
  .tvg-btn-secondary-alt-taJZE:focus {
  background: rgba(255, 255, 255, 0.4);
}

.tvg-btn-tertiary-OGHC1 {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
  color: #333
}

.tvg-btn-tertiary-OGHC1:hover {
  background: rgb(230, 230, 230);
}

.tvg-btn-tertiary-OGHC1:active,
  .tvg-btn-tertiary-OGHC1:focus {
  background: rgb(204, 204, 204);
}

.tvg-btn-legacy-Nfk-v {
  background: #3e96ee;
  color: #fff
}

.tvg-btn-legacy-Nfk-v:hover {
  background: rgb(20, 125, 230);
}

.tvg-btn-legacy-Nfk-v:active,
  .tvg-btn-legacy-Nfk-v:focus {
  background: rgb(16, 99, 183);
}

.inline-button-a0APa {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 12px;
  font-family: 'Arial-MT', Arial, sans-serif;
  color: #3e96ee;
  cursor: pointer
}

.inline-button-a0APa:hover {
  text-decoration: none;
}

.tvg-btn-8Bwu3.icon-Yr5oN, [class^="tvg-btn"].icon-Yr5oN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.tvg-btn-8Bwu3.icon-Yr5oN.iconRight-Cq41N svg, [class^="tvg-btn"].icon-Yr5oN.iconRight-Cq41N svg {
  margin-left: 4px;
  margin-right: 0;
}

.tvg-btn-8Bwu3.icon-Yr5oN svg, [class^="tvg-btn"].icon-Yr5oN svg {
  margin-right: 4px;
  margin-left: 0;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-m3Gip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background-color: #f6f7fa;
  border-top: 1px solid #e6e9ef
}

.container-m3Gip > button {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0
}

.container-m3Gip > button:first-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 4px;
}

.container-m3Gip > button:not(:first-child) {
  margin-left: 4px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-d3uvU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 8px;
  background-color: #f6f7fa;
  -webkit-box-shadow: inset 0 1px 0 0 #cfdae2;
          box-shadow: inset 0 1px 0 0 #cfdae2
}

.container-d3uvU > button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0
}

.container-d3uvU > button:first-child {
  margin-right: 4px;
}

.container-d3uvU > button:not(:first-child) {
  margin-left: 4px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.overlay-aAEGN h4 {
  font-family: 'UniversLT-CondensedBold';
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.overlay-aAEGN p {
  font-size: 12px;
  line-height: 1.17;
  color: #333;
}

.closeButton-NXLk9 {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: white;
  padding: 0
}

.closeButton-NXLk9 svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.overlay-aAEGN {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 3;
}

.tootipbox-XeGBp {
  position: absolute;
  right: 3px;
  top: 120px;
  background: white;
  width: 240px;
  height: 80px;
  border-radius: 2px;
  padding: 18px 16px
}

.tootipbox-XeGBp::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
  right: 12px;
  bottom: -7px;
}

@media (min-width: 800px) {
  .tootipbox-XeGBp {
    right: 50%;
    top: 105px;
    -webkit-transform: translate(12px);
        -ms-transform: translate(12px);
            transform: translate(12px);
  }
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.tabSystem-diKOL {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabsWrapper-QrNTw {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 48px;
  overflow: hidden;
  background-color: #1c3247;
}

.tabLabel-szLju {
  color: #cfdae2;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.tabIcon-FMvQK {
  fill: #cfdae2;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  margin-right: 7px;
}

.buttonFlexWrapper-jQwAY {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.greyhoundTab-Kb-MK {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: 'UniversLT-CondensedBold';
  font-size: 16px;
  text-align: left;
  text-transform: uppercase
}

.greyhoundTab-Kb-MK .text-wdQn6 {
  padding: 0 8px;
  display: inline-block;
}

.greyhoundTab-Kb-MK .icon-mhApi {
  width: 32px;
  height: 20px;
  vertical-align: sub;
}

.tab-BUZwJ {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 46px;
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.tab-BUZwJ:hover button:not(.activeTab-WehHW) .tabLabel-szLju {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #fff;
}

.tab-BUZwJ:hover button:not(.activeTab-WehHW) .tabIcon-FMvQK {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #38ab50;
}

.tab-BUZwJ.activeTab-WehHW {
  border-bottom: 2px solid #38ab50;
}

.tab-BUZwJ.activeTab-WehHW .tabLabel-szLju {
  color: white;
}

.tab-BUZwJ.activeTab-WehHW .tabIcon-FMvQK {
  fill: #38ab50;
}

.tabIcon-FMvQK {
  color: #cfdae2;
}

.tabsContentWrapper-2de2s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100 100%;
      -ms-flex: 0 100 100%;
          flex: 0 100 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0f1f30;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 4px;
}

.tabContent--sbx2 {
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  visibility: hidden;
  height: 0
}

.tabContent--sbx2.tabShow-tVsqY {
  height: auto;
  visibility: visible;
}

.tab-BUZwJ .selectTab-yoFuw {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer
}

.tab-BUZwJ .selectTab-yoFuw:disabled {
  cursor: default;
  background: rgba(255, 255, 255, .1);
}

.tab-BUZwJ .selectTab-yoFuw:disabled:hover .tabLabel-szLju,
    .tab-BUZwJ .selectTab-yoFuw:disabled .tabLabel-szLju {
  color: #666;
}

.tab-BUZwJ .selectTab-yoFuw:disabled:hover .tabIcon-FMvQK,
    .tab-BUZwJ .selectTab-yoFuw:disabled .tabIcon-FMvQK {
  fill: #666;
}

@media (max-width: 1255px) {
  .tabsWrapper-QrNTw {
    display: none;
  }

  .tabsContentWrapper-2de2s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .tabsContentWrapper-2de2s .tabContent--sbx2,
    .tabsContentWrapper-2de2s .tabContent--sbx2.tabShow-tVsqY {
    height: 0;
    visibility: hidden;
  }

  .tabsContentWrapper-2de2s :nth-child(1).tabContent--sbx2.tabShow-tVsqY {
    height: auto;
    visibility: visible;
  }
}

.scrollBarDisabled-Bw0pN > div {
  /* stylelint-disable */
  overflow: hidden !important;
  /* stylelint-enable */
  margin: 0;
}

@media (max-width: 968px) {
  .scrollBar-lOJ6R {
    height: 100%;
  }
}

.raceList-E7I-9 {
  display: block;
  padding: 0;
}

.animateListItem-CvVB7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}

.animateListItemLeave-fOBYH {
  opacity: 1;
}

.animateListItemLeave-fOBYH.animateListItemLeaveActive-IP-DE {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.loadingLayer-SO1Ck {
  background-color: black;
  opacity: 0.5;
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21
}

.loadingLayer-SO1Ck.hiddenLoading-WzpuW {
  display: none;
}

.leave-50jOL {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  max-height: 56px;
}

.leaveActive-oBssD {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.container-36pLn {
  padding: 12px;
  color: #fff;
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
}

.icon-jzOK0 {
  width: 32px;
  height: 32px;
  margin: 12px 12px 8px;
  fill: #ffb80c;
}

.label-OphgA {
  display: block;
}

.button-Q-U8H {
  border: none;
  margin-top: 24px;
  text-transform: uppercase;
  width: 100%;
  height: 32px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, .2);
  font-size: 11px;
  font-weight: bold;
  color: #fff
}

.button-Q-U8H:focus {
  outline: 0;
}

.button-Q-U8H:hover {
  cursor: pointer;
}

.raceList-StqjP {
  display: block;
  padding: 0;
}

.animateListItem-CvNB8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
}

.animateListItemLeave-LxD8k {
  opacity: 1;
}

.animateListItemLeave-LxD8k.animateListItemLeaveActive--HsGJ {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.loadingLayer-MPe2k {
  background-color: black;
  opacity: 0.5;
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21
}

.loadingLayer-MPe2k.hiddenLoading-XPVkH {
  display: none;
}

.leave-yUj3H {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  max-height: 56px;
}

.leaveActive--BPbU {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.NoVideoContainer-Tj1Yc svg {
  height: 25%;
  width: 25%;
  max-height: 46px;
  max-width: 46px;
}

.NoVideoContainer-Tj1Yc path:first-of-type {
  fill: transparent;
}

.NoVideoContainer-Tj1Yc path {
  fill: #fff;
}

.NoVideoContainer-Tj1Yc {
  background: rgba(0, 0, 0, .8);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.NoVideoTitle-gf4Sy {
  font-family: 'UniversLT-Condensed';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}

.NoVideoDescription-MRYtx {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.LoginContainer-eRlPp {
  background: rgba(0, 0, 0, .8);
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.LoginContainer-eRlPp:focus {
  outline: none;
}

.LoginContainer-eRlPp svg {
  height: 25%;
  width: 25%;
  max-height: 46px;
  max-width: 46px;
}

.LoginContainer-eRlPp path:first-of-type {
  fill: transparent;
}

.LoginContainer-eRlPp path {
  fill: #fff;
}

.LoginTitle-UMh3c {
  font-family: 'UniversLT-Condensed';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}

.LoginDescription-G4wia {
  font-family: 'Arial-MT', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px
}

.LoginDescription-G4wia .LoginLabel-s8eG1 {
  color: #4491e1;
}

/**
   *  TVG UI Variables
   *  In this file you can configure global variables used by all components.
   *  Some components have specific variables created, edit them on top of each component file.
   * if you add/change any colors please add it to the object in the pallete/index.json so we can have a pallete
   */

:root {
  /*
	* TVG Main colors + aliases
	*/

  /* repsonsive vars */

  /* Typography variables */
}

.Video-8p4xh {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, .4);
  position: relative
}

.Video-8p4xh:hover svg.popout-HDR24 {
  display: block;
}

.Video-8p4xh svg {
  height: 25%;
  width: 25%;
  max-height: 46px;
  max-width: 46px
}

.Video-8p4xh svg path:first-of-type {
  fill: transparent;
}

.Video-8p4xh svg path {
  fill: #fff;
}

svg.popout-HDR24 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  z-index: 20;
  height: 16px;
  width: 16px
}

svg.popout-HDR24 path:first-of-type {
  fill: #fff;
}

svg.popout-HDR24 path {
  fill: #fff;
}

.VideoPlayButton-r9Ir6 {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.VideoPlayer-NxEH8 {
  background-color: #000;
}


/*# sourceMappingURL=main.9b98486cb140d35416ce.css.map*/