
:root {
  --caret: 9px;
}

.tooltip p:last-child {
  margin-bottom: 0;
}

/**
 * Container
 */

.tooltipBox-h2wj5GtgoK {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 4px 25px);
  background: var(--components-tooltip-background);
  color: var(--components-tooltip-color);
  position: absolute;
  z-index: 999999990;
  opacity: 0;
  border-radius: var(--global-border-radius);
  transform: translate3d(0, -10px, 0);
  transition: all 500ms cubic-bezier(0, 0, 0.25, 1);
  visibility: hidden;
}

.visible-o1CzQAiqUp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/**
 * Arrows
 */

.top-GwRmSOrrRr::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  left: 50%;
  margin-left: calc(-1 * 9px);
  margin-left: calc(-1 * var(--caret));
  position: absolute;
  top: calc(-2 * 9px);
  top: calc(-2 * var(--caret));
  transform: rotate(180deg);
}

.topLeft-DXeu7UmGgR::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  left: 9px;
  left: var(--caret);
  position: absolute;
  top: calc(-2 * 9px);
  top: calc(-2 * var(--caret));
  transform: rotate(180deg);
}

.topRight-RK7A2fLhRJ::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  right: 9px;
  right: var(--caret);
  position: absolute;
  top: calc(-2 * 9px);
  top: calc(-2 * var(--caret));
  transform: rotate(180deg);
}

.bottom-ruIeZ2tfgy::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  left: 50%;
  margin-left: calc(-1 * 9px);
  margin-left: calc(-1 * var(--caret));
  position: absolute;
  top: calc(100% - 1px);
}

.bottomRight-LPTwjIOuj6::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  right: 25%;
  margin-left: calc(-1 * 9px);
  margin-left: calc(-1 * var(--caret));
  position: absolute;
  top: calc(100% - 1px);
}

.left-yHl_kOUSnx::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  left: calc(-2 * 9px);
  left: calc(-2 * var(--caret));
  margin-top: calc(-1 * 9px);
  margin-top: calc(-1 * var(--caret));
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
}

.right-fFBDxMqdvj::after {
  border: 9px solid;
  border: var(--caret) solid;
  border-color: var(--components-tooltip-background) transparent transparent;
  content: "";
  right: calc(-2 * 9px);
  right: calc(-2 * var(--caret));
  margin-top: calc(-1 * 9px);
  margin-top: calc(-1 * var(--caret));
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}

.close-rz2b6coTcd {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  right: 9px;
  top: 15px;
  border: none;
  color: var(--components-betslip-card-closeIcon-color);
  cursor: pointer;
}.close-rz2b6coTcd:hover {
    opacity: .5;
  }


.priceContainer-oaO2OWyYtK {
  margin-top: 6px;
  display: flex;
}

.priceLabel-ed9hOwL2kK {
  font-size: 12px;
  font-weight: 500;
  color: var(--components-betslip-card-color);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: visible;
}

.details-r7uw6SdutY {
  position: relative;
  padding: 15px 15px 8px;
}

.title-a4XsNOISuw {
  width: calc(100% - 25px);
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  color: var(--components-betslip-card-title-color);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  /* sport icon */
}

.title-a4XsNOISuw i {
    margin-right: 5px;
    color: var(--components-betslip-card-sportIcon-color);
  }

.title-a4XsNOISuw * {
    flex: 0 0 auto;
  }

.selectionDetailsLive-FUuBctY7m4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.matchupName-LaAwbv3B5f {
  min-width: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  font-size: 12px;
}

.price-LzIMsRnyMY {
  font-weight: bold;
  background: var(--components-betslip-card-price-background);
  color: var(--components-betslip-card-price-color);
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
}

.price-LzIMsRnyMY .bottomPadded-_z72JmDGR7 {
    margin-bottom: 6px;
  }

.priceLabelAlt-yVgb64qTbS::before,
.title-a4XsNOISuw::before {
  content: attr(alt);
  position: absolute;
  width: calc(100% - 60px);
  height: auto;
  white-space: normal;
  text-overflow: initial;
  text-overflow: unset;
  background-color: #fdffea;
  color: #222;
  visibility: hidden;
  transition: 0.5s visibility, 0.5s opacity;
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.priceLabelAlt-yVgb64qTbS::before {
  width: calc(100% - 80px);
}

.priceLabelAlt-yVgb64qTbS:hover::before,
.title-a4XsNOISuw:hover::before {
  visibility: visible;
  transition-delay: 1s;
  z-index: 2;
}

/**
 * Type is the selection market type with period and leauge info.
 * EG: Moneyline - FT - MLB
 */

.wagerSummary-tMZiOFJE1I {
  font-size: 11px;
  font-weight: 400;
  color: var(--components-betslip-card-wagerSummary-color);
  text-align: left;
}

/* .details[data-error="true"]::before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
} */

.teaserPoints-pn0En2GIzn {
  color: var(--components-betslip-card-teaserPoints-color);
  font-weight: normal;
  font-size: 0.9em;
}

.liveIcon-ft0WxdFeyx, .live-yot5cL4kB8 {
  line-height: inherit;
  color: var(--components-betslip-card-live-color);
  font-size: 12px;
}

.live-yot5cL4kB8:first-of-type {
  padding-right: 5px;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

.live-yot5cL4kB8:last-of-type {
  padding-left: 5px;
}

.infoIcon-eoX3LS1NJr {
  position: absolute;
  bottom: 17px;
  right: 12px;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  color: var(--manatee);
}

.infoIcon-eoX3LS1NJr:hover {
    opacity: 0.75;
  }

.listener-ZUMnjtgr9K {
  display: inline-block;
}

.infoTooltip-PrhoIjX5If {
  white-space: normal;
  transform: translateY(calc(-50% + 6px));
  right: 45px;
  margin-top: -12px;
  margin-bottom: 5px;
  width: 200px;
  padding: 1em;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.isQuickBet-izL6dMfGKN {
  padding-bottom: 10px;
}

.isQuickBet-izL6dMfGKN .wagerSummary-tMZiOFJE1I {
    line-height: 13px;
    color: var(--components-quickBet-marketName);
    max-width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.isQuickBet-izL6dMfGKN .container-nnCKDOAAyf {
    padding-bottom: 0px;
  }

.isQuickBet-izL6dMfGKN .title-a4XsNOISuw {
    margin-bottom: 5px;
    line-height: 14px;
  }

.isQuickBet-izL6dMfGKN .priceContainer-oaO2OWyYtK {
    /* display: none; */
  }

.container-fxTiZUd8cB {
  min-width: 200px;
  padding: 10px;
  border-radius: var(--global-border-radius);
  box-shadow: 0 6px 7px 3px rgba(0, 0, 0, 0.2),
    0 8px 4px -4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border-color: black;
}

@media (max-width: 768px) {

.container-fxTiZUd8cB {
    width: 100vw;
}
  }

@media (max-width: 768px) {

.container-fxTiZUd8cB {
    width: 100vw;
}
  }

@media (--mobile) {

.container-fxTiZUd8cB {
    width: 100vw;
}
  }

.rejectedContainer-B5QfV8raCq {
  position: relative;
  padding: 2px 25px;
}

.rejectedContainerLiveRejection-z78ZqIjwXO {
  padding: 0;
  padding: initial;
  padding: unset;
  text-align: inherit;
  text-align: unset;
}

.accepted-cnSOPOc_DV {
  background-color: var(--components-betslip-cardMessage-accepted-background);
  color: var(--components-betslip-cardMessage-accepted-color);
}

.rejected-VMvXPbFkfB {
  background-color: var(--components-betslip-cardMessage-attention-background);
  color: var(--components-betslip-cardMessage-attention-color);
}

@media (min-width: 768px) {

.rejected-VMvXPbFkfB {
    min-width: 190px;
    min-height: 65px;
}
  }

@media (min-width: 768px) {

.rejected-VMvXPbFkfB {
    min-width: 190px;
    min-height: 65px;
}
  }

@media (--desktop) {

.rejected-VMvXPbFkfB {
    min-width: 190px;
    min-height: 65px;
}
  }

.unknown_error_result-ie3LeLAXT2 {
  background-color: var(--components-betslip-cardMessage-attention-background);
  color: var(--components-betslip-cardMessage-attention-color);
}

@media (min-width: 768px) {

.unknown_error_result-ie3LeLAXT2 {
    min-width: 190px;
    min-height: 65px;
}
  }

@media (min-width: 768px) {

.unknown_error_result-ie3LeLAXT2 {
    min-width: 190px;
    min-height: 65px;
}
  }

@media (--desktop) {

.unknown_error_result-ie3LeLAXT2 {
    min-width: 190px;
    min-height: 65px;
}
  }

.pending-wt1HJfFoWr {
  background-color: var(--components-betslip-cardMessage-warning-background);
  color: var(--components-betslip-cardMessage-warning-color);
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {

.pending-wt1HJfFoWr {
    min-width: 195px;
    min-height: 70px;
}
  }

@media (min-width: 768px) {

.pending-wt1HJfFoWr {
    min-width: 195px;
    min-height: 70px;
}
  }

@media (--desktop) {

.pending-wt1HJfFoWr {
    min-width: 195px;
    min-height: 70px;
}
  }

.unknown_bet_status-hdZD923WTy {
  display: none;
}

.wagerSummary-pwZTwO7eDe {
  color: var(--components-betslip-cardMessage-accepted-color);
}

.live_pending-ohJm8MML5G {
  background-color: var(--yellowOrange);
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {

.live_pending-ohJm8MML5G {
    min-width: 195px;
    min-height: 70px;
}
  }

@media (min-width: 768px) {

.live_pending-ohJm8MML5G {
    min-width: 195px;
    min-height: 70px;
}
  }

@media (--desktop) {

.live_pending-ohJm8MML5G {
    min-width: 195px;
    min-height: 70px;
}
  }

.centerText-hWI2GfJ0WZ {
  text-align: center;
  padding-top: calc(8%);
}

@media (max-width: 768px) {

.centerText-hWI2GfJ0WZ {
    padding-top: calc(1%);
}
  }

@media (max-width: 768px) {

.centerText-hWI2GfJ0WZ {
    padding-top: calc(1%);
}
  }

@media (--mobile) {

.centerText-hWI2GfJ0WZ {
    padding-top: calc(1%);
}
  }

.betId-urP88FJHeT {
  font-weight: bold;
  color: var(--components-betslip-cardMessage-accepted-color);
}

.closeButton-Q4pcjcgCcN {
  top: 0px;
  right: 0px;
  color: var(--components-betslip-cardMessage-accepted-color);
}

.rejectedCloseButton-V5u1OC0P57 {
  right: -8px;
  top: -5px;
}

.details-vu_1nzaMlq {
  font-size: 12px;
}

.info-G0N0V4Rp3V {
  position: absolute;
  left: 5px;
  top: 5px;
}

.multipleSubmissionsDisplay-wNT94bPaaW {
  position: relative;
  top: 4px;
  left: -4px;
  box-shadow: 2px -1px 2px 0px rgba(0, 0, 0, 0.2),
    -6px 7px 6px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {

.multipleSubmissionsDisplay-wNT94bPaaW {
    position: static;
    position: initial;
    position: unset;
    top: auto;
    top: initial;
    top: unset;
    left: auto;
    left: initial;
    left: unset;
}
  }

@media (max-width: 768px) {

.multipleSubmissionsDisplay-wNT94bPaaW {
    position: static;
    position: initial;
    position: unset;
    top: auto;
    top: initial;
    top: unset;
    left: auto;
    left: initial;
    left: unset;
}
  }

@media (--mobile) {

.multipleSubmissionsDisplay-wNT94bPaaW {
    position: static;
    position: initial;
    position: unset;
    top: auto;
    top: initial;
    top: unset;
    left: auto;
    left: initial;
    left: unset;
}
  }

.loadingContainer-XChZkSsns8 {
  height: 20px;
  margin-left: 15px;
}

.inlineFlex-BO4kNDtRlM {
  display: inline-flex;
}

.onCloseAvailable-LE1alnyeYY {
  position: relative;
}

.fontweightNormal-HJVfcXvHZO {
  font-weight: normal;
}

.link-R_Cnv62tqa {
  text-decoration: underline;
  color: var(--orange);
}

.rejectedLink-MXFrUVE713 {
  color: var(--components-betslip-cardMessage-warning-color);
}

.selectionDetails-pZ3elFwN3E {
  padding: 0;
  padding: initial;
  padding: unset;
}

.strikeThrough-w8A4I2I8iO {
  text-decoration: line-through;
}

.container-YmY40GLGP2 {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media(max-width: 768px) {

.container-YmY40GLGP2 {
    bottom: 0%;
}
  }

@media(max-width: 768px) {

.container-YmY40GLGP2 {
    bottom: 0%;
}
  }

@media(--mobile) {

.container-YmY40GLGP2 {
    bottom: 0%;
}
  }

.pendingBet-wv_DQ3rzCc {
  margin-top: 25px;
}

@media(max-width: 768px) {

.pendingBet-wv_DQ3rzCc {
    margin-top: 0;
    margin-top: initial;
    margin-top: unset;
}
  }

@media(max-width: 768px) {

.pendingBet-wv_DQ3rzCc {
    margin-top: 0;
    margin-top: initial;
    margin-top: unset;
}
  }

@media(--mobile) {

.pendingBet-wv_DQ3rzCc {
    margin-top: 0;
    margin-top: initial;
    margin-top: unset;
}
  }


.loading-mQdIrkRHhU {
  position: relative;
  min-height: 120px;
  text-align: center;
  padding-top: 40px;
}

.loading-mQdIrkRHhU.flexLoading-huZXP0alEy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

.ball-xR2q6pZsEJ {
  font-size: 30px;
  color: var(--components-loading-icon-color);
  /* animation: rotate cubic-bezier(0.77, 0, 0.175, 1) 4s infinite; */
  animation: rotate-_stOeO6mxw 1.5s infinite linear;
  display: inline-block;
}

@keyframes rotate-_stOeO6mxw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/**
 * Themes
 */

.neutral-YoVJdutc2y .ball-xR2q6pZsEJ {
  color: var(--zumthor);
}

.light-izDKAK1OTB .ball-xR2q6pZsEJ {
  color: white;
}

.dark-KJpax5htlh .ball-xR2q6pZsEJ {
  color: var(--smaltBlue);
}

/**
 * Circle loader
 *
.progress {
  position: absolute;
  margin-top: 40px;
  margin-left: -20px;

  & svg {
    transform: rotate(-90deg);
    margin: 0 auto;
    opacity: .5;
  }

  & circle {
    stroke: var(--medGray);
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: dash 1.5s infinite;
  }
}

@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -130;
  }
}*/

/**
 * Pinnacle logo loader
 *
.logo {
  overflow: hidden;
  width: 140px;
  height: 27px;
  background: url(~assets/img/logo-on-light.png) center top no-repeat;
  background-size: cover;
  & img {
    max-width: 100%;
  }
}

.pinnacle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 0;
  font: 700 18px/1em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: black;
  z-index: 1;
}

.pinnacle:after {
  content: "";
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  animation: wormsPong cubic-bezier(0.77, 0, 0.175, 1) 0.8s infinite;
  background-color: #ff5500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 5px;
}

@keyframes wormsPong {
  25% {
    width: 100%;
  }
  50% {
    width: 0;
    left: auto;
    right: 0;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 0;
    right: auto;
    left: 0;
  }
}
*/

.modalContainer-WD11ZCN8ya {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, .5); /* rgba(151, 151, 151, 0.5); */
  overflow: auto; /* needed for mobile when content cuts off */
}

.modalContainer-WD11ZCN8ya[data-veil="false"] {
    background-color: transparent;
  }

.lightVeil-V3p01T3lsk {
  background-color: rgba(245, 245, 245, 0.5);
}

.lightVeil-V3p01T3lsk[data-veil="false"] {
    background-color: transparent;
  }

.modalContainer-WD11ZCN8ya > * {
  position: absolute;
  display: inline-block;
  max-width: 95%;
  max-height: 95%;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blurBackground-YKwmhVLWJN {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: var(--components-modal-backdropFilterColor);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transform: translate(0, 0);
  max-width: 100vw;
  max-height: 100vh;
}


/**
 * Base styling for all buttons
 */
.button-l9TRHt6rdY {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--global-border-radius);
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  display: inline-flex; /* @warn: this might f things up */
  font-weight: bold !important;
  font: inherit;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;

  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.button-l9TRHt6rdY:disabled {
    color: var(--components-button-disabled-color);
    cursor: not-allowed;
    background: var(--components-button-disabled-background);
    border-color: var(--components-button-disabled-border-color);
  }
.button-l9TRHt6rdY:disabled:hover {
      background: var(--components-button-disabled-hover-background);
      border-color: var(--components-button-disabled-hover-border-color);
    }
.button-l9TRHt6rdY:active {
    opacity: .6;
  }
.button-l9TRHt6rdY i {
    margin-right: 8px;
    margin-left: 8px;
  }
/**
 * This is to fix a centering bug on mobile safari
 */
button.button-l9TRHt6rdY span {
  margin: 0 auto;
}
/**
 * The various class names
 */
.primary-yLpfPClBYy {
  color: white;
  background-color: var(--global-colors-primary);
  border-color: var(--global-colors-primary);
}
.primary-yLpfPClBYy:hover {
    background-color: var(--components-button-primary-hover-background);
    border-color: var(--components-button-primary-hover-background);
  }
.secondary-rVRh7GKmUO {
  color: white;
  background-color: var(--global-colors-secondary);
  border-color: var(--global-colors-secondary);
}
.secondary-rVRh7GKmUO:hover {
    background-color: var(--components-button-secondary-hover-background);
    border-color: var(--components-button-secondary-hover-background);
  }
.tertiary-k2sSEH7UCD {
  color: white;
  background-color: var(--global-colors-tertiary);
  border-color: var(--global-colors-tertiary);
}
.tertiary-k2sSEH7UCD:hover {
    background-color: var(--components-button-tertiary-hover-background);
    border-color: var(--components-button-tertiary-hover-background);
  }
.clear-HQSItM4dHU {
  background: none;
  color: var(--medGray);
  border: none;
}
.clear-HQSItM4dHU:hover {
    background: none;
    opacity: .7;
  }
.ghostOnLight-DuD1oNNBJh, .ghostOnDark-VZz0OQmjgu {
  background: none;
}
.ghostOnLight-DuD1oNNBJh {
  border: 1px solid var(--medGray);
  color: var(--medGray);
}
.ghostOnLight-DuD1oNNBJh:hover {
    background-color: rgba(114,119,127,0.15);
  }
.ghostOnDark-VZz0OQmjgu {
  border: 1px solid white;
  color: white;
}
.ghostOnDark-VZz0OQmjgu:hover {
    background-color: rgba(255,255,255,0.15);
  }
.button-l9TRHt6rdY.floatingPrimary-e7f0kY5JSI, .button-l9TRHt6rdY.floatingSecondary-ehUdh1EqUO {
  padding: 3px 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.floatingPrimary-e7f0kY5JSI {
  color: var(--global-colors-primary);
}
.floatingPrimary-e7f0kY5JSI:hover {
    border-color: var(--global-colors-primary);
  }
.floatingSecondary-ehUdh1EqUO {
  color: var(--medGray);
}
.floatingSecondary-ehUdh1EqUO:hover {
    border-color: var(--medGray);
  }
/**
 * Button sizes
 */
.small-CmHfQVtx1F {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
  height: 28px;
}
.medium-sdlPvkH2AX {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  height: 36px;
}
.large-NMDXRHHCbR {
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  height: 44px;
}
/*** @todo ***/
.success-URndLhbfJV { }
.info-u1rmNQysGV {
  background-color: #4499ff;
  color: #ffffff;
}
.warning-Yu3yiJ7286 { }
.danger-UQ4ljboxGd {
  background-color: #ff4b4b;
  color: #ffffff;
}
.link-RJ6BDsmQU3 { }
/**
 * Block level
 */
.fullWidth-RjvaOdiHkK {
  display: flex;
  width: 100%;
}
/**
 * Fixes
 */
.is-mobile button.fullWidth-RjvaOdiHkK {
  display: block;
}


.infoIcon-KLprByjZil {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-shrink: 0;
  color: var(--manatee);
  margin-right: -50px;
  align-items: center;
  width: 50px;
  justify-content: center;
  font-size: 16px;
}

.infoIcon-KLprByjZil:hover {
    opacity: .75;
  }

@media (max-width: 768px) {

.infoIcon-KLprByjZil {
    margin-right: inherit;
    position: absolute;
    top: -30px;
    right: -5px;
}
  }

@media (max-width: 768px) {

.infoIcon-KLprByjZil {
    margin-right: inherit;
    position: absolute;
    top: -30px;
    right: -5px;
}
  }

@media (--mobile) {

.infoIcon-KLprByjZil {
    margin-right: inherit;
    position: absolute;
    top: -30px;
    right: -5px;
}
  }

.infoTooltip-Fn3ocFKy4i {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 1px 2px);
  padding: 10px;
  min-width: 180px;
  max-width: 230px;
  top: 17px;
  font-size: 11px;
  transform: translateX(30%) translateY(-50%);
  z-index: 4;
}

.infoTooltip-Fn3ocFKy4i > p {
    max-width: 250px;
    min-width: 120px;
    line-height: 1.3;
  }

.infoBoxModal-wlodo5ubQL {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 4px 6px);
  border-radius: 5px;
  padding: 20px;
  background-color: var(--components-modal-background);
  color: var(--components-modal-color);
  width: 90vw;
  text-align: left;
}

.infoBoxModal-wlodo5ubQL .infoTitle-ll8hZXgFsL {
    margin-bottom: 20px;
    font-weight: bold;
  }

.infoBoxModal-wlodo5ubQL .infoContext-FiWwzCc12l {
    margin-bottom: 20px;
    font-size: 13px;
  }



.icon-UBLsCuF1_V {
  font-size: 18px;
  color: var(--linkWater);
}

.valid-bUSM8W57Pp {
  color: var(--global-font-color);
}

/**
 * !!!! IMPORTANT !!!
 *
 * The styles have been moved to styles/_forms.pcss so the selectors
 * are in the global name space.
 *
 * This is so we can reuse form styles for form elements outside of the
 * global forms component.
 */


/* the is the checkmark */
label.checkbox-nUu4oqUamk {
  display: block;
  cursor: pointer;
  background: var(--components-form-background);
  border: 1px solid var(--components-form-border-color);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  /* color: white; */
  flex-shrink: 0;
}
label.checkbox-nUu4oqUamk i {
    opacity: 0;
    transition: all 250ms ease-in-out;
    transform: scale(0);
  }
label.checkbox-nUu4oqUamk:hover {
  border-color: var(--global-colors-secondary);
  box-shadow: var(--components-form-focus-shadow);
}
/* checked state */
input[type=checkbox]:checked ~ label.checkbox-nUu4oqUamk {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
input[type=checkbox]:checked ~ label.checkbox-nUu4oqUamk i {
    opacity: 1;
    transform: scale(1);
  }
/* form text */
.label-djnViks1oe {
  padding-left: var(--global-spacing-padding);
}
/* Tooltip */
.ttWrapper-_ZAUeGxtfs .infoIcon {
  top: 0;
}
@media (min-width: 768px) {
  .ttWrapper-_ZAUeGxtfs {
    margin-right: inherit;
    position: absolute;
    right: 4px;
    top: 0;
  }

  .ttWrapper-_ZAUeGxtfs .tooltip {
    top: 7px;
  }
}
@media (min-width: 768px) {
  .ttWrapper-_ZAUeGxtfs {
    margin-right: inherit;
    position: absolute;
    right: 4px;
    top: 0;
  }

  .ttWrapper-_ZAUeGxtfs .tooltip {
    top: 7px;
  }
}
@media (--desktop) {
  .ttWrapper-_ZAUeGxtfs {
    margin-right: inherit;
    position: absolute;
    right: 4px;
    top: 0;
  }

  .ttWrapper-_ZAUeGxtfs .tooltip {
    top: 7px;
  }
}
/**
 * Sizes
 */
.formField.large label.checkbox-nUu4oqUamk {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.formField.medium label.checkbox-nUu4oqUamk {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}


.dobInput-h0OiuiLSFV {
  border: 1px solid var(--components-form-border-color);
  border-radius: var(--global-border-radius);
  margin-right: 1em;
  text-align: center;
  transition: all 100ms ease-in-out;
  flex: initial;
}

.dobInput-h0OiuiLSFV:focus {
    border: 1px solid var(--components-form-focus-color);
    box-shadow: var(--components-form-focus-shadow);
  }

.dobInput-h0OiuiLSFV[name="day"], .dobInput-h0OiuiLSFV[name="month"] {
  width: 70px;
}

.dobInput-h0OiuiLSFV[name="year"] {
  width: 90px;
}

.dobWrapper-nUoahfRLtq {
  border: none;
  min-height: 45px;
}

.checkmark-dcYNoG0MyE {
  color: var(--global-colors-secondary);
  background: none !important;
}

.multilineCurrencyCode-Ueemjr90uM {
  font-size: 10px;
}

.icon-hrAokgAH8u {
  font-size: 1.2em;
  vertical-align: middle;
  margin-left: 0.5em;
}

.icon-hrAokgAH8u:hover {
    opacity: .75;
  }

.tooltip-FC9GGxylV0 {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 1px 2px);
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  min-width: 89px;
  max-width: 196px;
  font-size: 11px;
  transform: translateX(7%) translateY(-55%);
  z-index: 4;
}

.boxModal-IP8vfEAFGz {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 4px 6px);
  border-radius: 5px;
  padding: 20px;
  background-color: var(--components-modal-background);
  color: var(--components-modal-color);
  width: 90vw;
  text-align: left;
}

.boxModal-IP8vfEAFGz .title-Rq08fas2De {
    margin-bottom: 20px;
    font-weight: bold;
  }

.boxModal-IP8vfEAFGz .context-o5268zKwWu {
    margin-bottom: 20px;
    font-size: 13px;
  }

.outsideClickListener-oLqdwgcSC3{
  display: inline-block;
  position: relative;
}

.header-lwPbLyIVrQ {
  background-color: #ffe7af;
  border-radius: 2px;
  font-family: Roboto;
  font-size: 13px;
}

@media (max-width: 768px) {

.header-lwPbLyIVrQ {
    margin: 0 8px;
}
  }

@media (max-width: 768px) {

.header-lwPbLyIVrQ {
    margin: 0 8px;
}
  }

@media (--mobile) {

.header-lwPbLyIVrQ {
    margin: 0 8px;
}
  }

.header-lwPbLyIVrQ .link-L9v9vBAuhe {
    font-weight: bold;
    text-decoration: underline;
    color: var(--global-colors-primary);
  }

.details-zhPh433vcs {
  display: flex;
  flex-direction: column;
  padding: var(--global-spacing-padding);
  margin-bottom: 20px;
  color: var(--components-account-paymentOptions-depositLimitsHeader-details-color);
}

.currency-8a7weywARA {
  display: inline;
  font-weight: bold;
  margin-left: 0.5em;
}

.coolOff-OsybNnWOci {
  font-weight: bold;
}

.disableWrapBorder-KjRz8YAbhR {
  border: none;
}

.inlineGroupWrapper-DkcXZ9g0FG {
  background-color: var(
    --components-form-formElementWrapper-formElementWrap-background
  );
  max-width: none;
  max-width: initial;
  max-width: unset;
}

.inlineGroupLabel-Two9lHab1v {
  padding-bottom: 0px;
  margin: auto 0;
  padding-left: 8px;
  background-color: var(
    --components-form-formElementWrapper-inlineGroupLabel-background
  );
  flex: 1 1 15%;
}

[data-test-id^="Forms-Element-allow"] {
  background-color: var(--components-form-formElementWrapper-background);
}

[data-test-id^="Forms-Element-allow"] .formElementWrap-DiEQV0cD_w {
  background-color: var(
    --components-form-formElementWrapper-formElementWrap-background
  );
}

[data-test-id^="Forms-Element-allow"] .inlineGroupLabel-Two9lHab1v {
  background-color: var(
    --components-form-formElementWrapper-inlineGroupLabel-background
  );
}

.disableFlex-PdKEIXnHaB {
  display: inline;
  display: initial;
  display: unset;
}

.justifyContentSpaceBetween-Pxp4Nqk5W7 {
  justify-content: space-between;
}


.toggleShowPassword-kK0hotXdBP {
  display: flex;
  align-items: center;
  justify-content: center;

  /* right: 0;
  top: 0;
  height: 100%; */
  color: var(--medGray);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  background: white;
  border-radius: 0 3px 3px 0;
}

.toggleShowPassword-kK0hotXdBP:hover {
    color: black;
  }

.toggleShowPassword-kK0hotXdBP.checkmarkVisible-L2r6adA6KK {
    padding: 0;
  }

@media (max-width: 360px) {
  .toggleShowPassword-kK0hotXdBP {
    /* display: none; */
    position: absolute;
  }
}

.disabledTypeLabel-_EzF5mgCyz {
  background-color: var(--components-form-disabled-background) !important;
  color: var(--components-form-disabled-color);
}

.react-tel-input {
  position: relative;
  width: 100%;
}
.react-tel-input .ad {
  background-position: -16px 0;
}
.react-tel-input .ae {
  background-position: -32px 0;
}
.react-tel-input .af {
  background-position: -48px 0;
}
.react-tel-input .ag {
  background-position: -64px 0;
}
.react-tel-input .ai {
  background-position: -80px 0;
}
.react-tel-input .al {
  background-position: -96px 0;
}
.react-tel-input .am {
  background-position: -112px 0;
}
.react-tel-input .ao {
  background-position: -128px 0;
}
.react-tel-input .ar {
  background-position: -144px 0;
}
.react-tel-input .as {
  background-position: -160px 0;
}
.react-tel-input .at {
  background-position: -176px 0;
}
.react-tel-input .au {
  background-position: -192px 0;
}
.react-tel-input .aw {
  background-position: -208px 0;
}
.react-tel-input .az {
  background-position: -224px 0;
}
.react-tel-input .ba {
  background-position: -240px 0;
}
.react-tel-input .bb {
  background-position: 0 -11px;
}
.react-tel-input .bd {
  background-position: -16px -11px;
}
.react-tel-input .be {
  background-position: -32px -11px;
}
.react-tel-input .bf {
  background-position: -48px -11px;
}
.react-tel-input .bg {
  background-position: -64px -11px;
}
.react-tel-input .bh {
  background-position: -80px -11px;
}
.react-tel-input .bi {
  background-position: -96px -11px;
}
.react-tel-input .bj {
  background-position: -112px -11px;
}
.react-tel-input .bm {
  background-position: -128px -11px;
}
.react-tel-input .bn {
  background-position: -144px -11px;
}
.react-tel-input .bo {
  background-position: -160px -11px;
}
.react-tel-input .br {
  background-position: -176px -11px;
}
.react-tel-input .bs {
  background-position: -192px -11px;
}
.react-tel-input .bt {
  background-position: -208px -11px;
}
.react-tel-input .bw {
  background-position: -224px -11px;
}
.react-tel-input .by {
  background-position: -240px -11px;
}
.react-tel-input .bz {
  background-position: 0 -22px;
}
.react-tel-input .ca {
  background-position: -16px -22px;
}
.react-tel-input .cd {
  background-position: -32px -22px;
}
.react-tel-input .cf {
  background-position: -48px -22px;
}
.react-tel-input .cg {
  background-position: -64px -22px;
}
.react-tel-input .ch {
  background-position: -80px -22px;
}
.react-tel-input .ci {
  background-position: -96px -22px;
}
.react-tel-input .ck {
  background-position: -112px -22px;
}
.react-tel-input .cl {
  background-position: -128px -22px;
}
.react-tel-input .cm {
  background-position: -144px -22px;
}
.react-tel-input .cn {
  background-position: -160px -22px;
}
.react-tel-input .co {
  background-position: -176px -22px;
}
.react-tel-input .cr {
  background-position: -192px -22px;
}
.react-tel-input .cu {
  background-position: -208px -22px;
}
.react-tel-input .cv {
  background-position: -224px -22px;
}
.react-tel-input .cw {
  background-position: -240px -22px;
}
.react-tel-input .cy {
  background-position: 0 -33px;
}
.react-tel-input .cz {
  background-position: -16px -33px;
}
.react-tel-input .de {
  background-position: -32px -33px;
}
.react-tel-input .dj {
  background-position: -48px -33px;
}
.react-tel-input .dk {
  background-position: -64px -33px;
}
.react-tel-input .dm {
  background-position: -80px -33px;
}
.react-tel-input .do {
  background-position: -96px -33px;
}
.react-tel-input .dz {
  background-position: -112px -33px;
}
.react-tel-input .ec {
  background-position: -128px -33px;
}
.react-tel-input .ee {
  background-position: -144px -33px;
}
.react-tel-input .eg {
  background-position: -160px -33px;
}
.react-tel-input .er {
  background-position: -176px -33px;
}
.react-tel-input .es {
  background-position: -192px -33px;
}
.react-tel-input .et {
  background-position: -208px -33px;
}
.react-tel-input .fi {
  background-position: -224px -33px;
}
.react-tel-input .fj {
  background-position: -240px -33px;
}
.react-tel-input .fk {
  background-position: 0 -44px;
}
.react-tel-input .fm {
  background-position: -16px -44px;
}
.react-tel-input .fo {
  background-position: -32px -44px;
}
.react-tel-input .fr,
.react-tel-input .bl,
.react-tel-input .mf {
  background-position: -48px -44px;
}
.react-tel-input .ga {
  background-position: -64px -44px;
}
.react-tel-input .gb {
  background-position: -80px -44px;
}
.react-tel-input .gd {
  background-position: -96px -44px;
}
.react-tel-input .ge {
  background-position: -112px -44px;
}
.react-tel-input .gf {
  background-position: -128px -44px;
}
.react-tel-input .gh {
  background-position: -144px -44px;
}
.react-tel-input .gi {
  background-position: -160px -44px;
}
.react-tel-input .gl {
  background-position: -176px -44px;
}
.react-tel-input .gm {
  background-position: -192px -44px;
}
.react-tel-input .gn {
  background-position: -208px -44px;
}
.react-tel-input .gp {
  background-position: -224px -44px;
}
.react-tel-input .gq {
  background-position: -240px -44px;
}
.react-tel-input .gr {
  background-position: 0 -55px;
}
.react-tel-input .gt {
  background-position: -16px -55px;
}
.react-tel-input .gu {
  background-position: -32px -55px;
}
.react-tel-input .gw {
  background-position: -48px -55px;
}
.react-tel-input .gy {
  background-position: -64px -55px;
}
.react-tel-input .hk {
  background-position: -80px -55px;
}
.react-tel-input .hn {
  background-position: -96px -55px;
}
.react-tel-input .hr {
  background-position: -112px -55px;
}
.react-tel-input .ht {
  background-position: -128px -55px;
}
.react-tel-input .hu {
  background-position: -144px -55px;
}
.react-tel-input .id {
  background-position: -160px -55px;
}
.react-tel-input .ie {
  background-position: -176px -55px;
}
.react-tel-input .il {
  background-position: -192px -55px;
}
.react-tel-input .in {
  background-position: -208px -55px;
}
.react-tel-input .io {
  background-position: -224px -55px;
}
.react-tel-input .iq {
  background-position: -240px -55px;
}
.react-tel-input .ir {
  background-position: 0 -66px;
}
.react-tel-input .is {
  background-position: -16px -66px;
}
.react-tel-input .it {
  background-position: -32px -66px;
}
.react-tel-input .jm {
  background-position: -48px -66px;
}
.react-tel-input .jo {
  background-position: -64px -66px;
}
.react-tel-input .jp {
  background-position: -80px -66px;
}
.react-tel-input .ke {
  background-position: -96px -66px;
}
.react-tel-input .kg {
  background-position: -112px -66px;
}
.react-tel-input .kh {
  background-position: -128px -66px;
}
.react-tel-input .ki {
  background-position: -144px -66px;
}
.react-tel-input .km {
  background-position: -160px -66px;
}
.react-tel-input .kn {
  background-position: -176px -66px;
}
.react-tel-input .kp {
  background-position: -192px -66px;
}
.react-tel-input .kr {
  background-position: -208px -66px;
}
.react-tel-input .kw {
  background-position: -224px -66px;
}
.react-tel-input .ky {
  background-position: -240px -66px;
}
.react-tel-input .kz {
  background-position: 0 -77px;
}
.react-tel-input .la {
  background-position: -16px -77px;
}
.react-tel-input .lb {
  background-position: -32px -77px;
}
.react-tel-input .lc {
  background-position: -48px -77px;
}
.react-tel-input .li {
  background-position: -64px -77px;
}
.react-tel-input .lk {
  background-position: -80px -77px;
}
.react-tel-input .lr {
  background-position: -96px -77px;
}
.react-tel-input .ls {
  background-position: -112px -77px;
}
.react-tel-input .lt {
  background-position: -128px -77px;
}
.react-tel-input .lu {
  background-position: -144px -77px;
}
.react-tel-input .lv {
  background-position: -160px -77px;
}
.react-tel-input .ly {
  background-position: -176px -77px;
}
.react-tel-input .ma {
  background-position: -192px -77px;
}
.react-tel-input .mc {
  background-position: -208px -77px;
}
.react-tel-input .md {
  background-position: -224px -77px;
}
.react-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.react-tel-input .mg {
  background-position: 0 -88px;
}
.react-tel-input .mh {
  background-position: -16px -88px;
}
.react-tel-input .mk {
  background-position: -32px -88px;
}
.react-tel-input .ml {
  background-position: -48px -88px;
}
.react-tel-input .mm {
  background-position: -64px -88px;
}
.react-tel-input .mn {
  background-position: -80px -88px;
}
.react-tel-input .mo {
  background-position: -96px -88px;
}
.react-tel-input .mp {
  background-position: -112px -88px;
}
.react-tel-input .mq {
  background-position: -128px -88px;
}
.react-tel-input .mr {
  background-position: -144px -88px;
}
.react-tel-input .ms {
  background-position: -160px -88px;
}
.react-tel-input .mt {
  background-position: -176px -88px;
}
.react-tel-input .mu {
  background-position: -192px -88px;
}
.react-tel-input .mv {
  background-position: -208px -88px;
}
.react-tel-input .mw {
  background-position: -224px -88px;
}
.react-tel-input .mx {
  background-position: -240px -88px;
}
.react-tel-input .my {
  background-position: 0 -99px;
}
.react-tel-input .mz {
  background-position: -16px -99px;
}
.react-tel-input .na {
  background-position: -32px -99px;
}
.react-tel-input .nc {
  background-position: -48px -99px;
}
.react-tel-input .ne {
  background-position: -64px -99px;
}
.react-tel-input .nf {
  background-position: -80px -99px;
}
.react-tel-input .ng {
  background-position: -96px -99px;
}
.react-tel-input .ni {
  background-position: -112px -99px;
}
.react-tel-input .nl,
.react-tel-input .bq {
  background-position: -128px -99px;
}
.react-tel-input .no {
  background-position: -144px -99px;
}
.react-tel-input .np {
  background-position: -160px -99px;
}
.react-tel-input .nr {
  background-position: -176px -99px;
}
.react-tel-input .nu {
  background-position: -192px -99px;
}
.react-tel-input .nz {
  background-position: -208px -99px;
}
.react-tel-input .om {
  background-position: -224px -99px;
}
.react-tel-input .pa {
  background-position: -240px -99px;
}
.react-tel-input .pe {
  background-position: 0 -110px;
}
.react-tel-input .pf {
  background-position: -16px -110px;
}
.react-tel-input .pg {
  background-position: -32px -110px;
}
.react-tel-input .ph {
  background-position: -48px -110px;
}
.react-tel-input .pk {
  background-position: -64px -110px;
}
.react-tel-input .pl {
  background-position: -80px -110px;
}
.react-tel-input .pm {
  background-position: -96px -110px;
}
.react-tel-input .pr {
  background-position: -112px -110px;
}
.react-tel-input .ps {
  background-position: -128px -110px;
}
.react-tel-input .pt {
  background-position: -144px -110px;
}
.react-tel-input .pw {
  background-position: -160px -110px;
}
.react-tel-input .py {
  background-position: -176px -110px;
}
.react-tel-input .qa {
  background-position: -192px -110px;
}
.react-tel-input .re {
  background-position: -208px -110px;
}
.react-tel-input .ro {
  background-position: -224px -110px;
}
.react-tel-input .rs {
  background-position: -240px -110px;
}
.react-tel-input .ru {
  background-position: 0 -121px;
}
.react-tel-input .rw {
  background-position: -16px -121px;
}
.react-tel-input .sa {
  background-position: -32px -121px;
}
.react-tel-input .sb {
  background-position: -48px -121px;
}
.react-tel-input .sc {
  background-position: -64px -121px;
}
.react-tel-input .sd {
  background-position: -80px -121px;
}
.react-tel-input .se {
  background-position: -96px -121px;
}
.react-tel-input .sg {
  background-position: -112px -121px;
}
.react-tel-input .sh {
  background-position: -128px -121px;
}
.react-tel-input .si {
  background-position: -144px -121px;
}
.react-tel-input .sk {
  background-position: -160px -121px;
}
.react-tel-input .sl {
  background-position: -176px -121px;
}
.react-tel-input .sm {
  background-position: -192px -121px;
}
.react-tel-input .sn {
  background-position: -208px -121px;
}
.react-tel-input .so {
  background-position: -224px -121px;
}
.react-tel-input .sr {
  background-position: -240px -121px;
}
.react-tel-input .ss {
  background-position: 0 -132px;
}
.react-tel-input .st {
  background-position: -16px -132px;
}
.react-tel-input .sv {
  background-position: -32px -132px;
}
.react-tel-input .sx {
  background-position: -48px -132px;
}
.react-tel-input .sy {
  background-position: -64px -132px;
}
.react-tel-input .sz {
  background-position: -80px -132px;
}
.react-tel-input .tc {
  background-position: -96px -132px;
}
.react-tel-input .td {
  background-position: -112px -132px;
}
.react-tel-input .tg {
  background-position: -128px -132px;
}
.react-tel-input .th {
  background-position: -144px -132px;
}
.react-tel-input .tj {
  background-position: -160px -132px;
}
.react-tel-input .tk {
  background-position: -176px -132px;
}
.react-tel-input .tl {
  background-position: -192px -132px;
}
.react-tel-input .tm {
  background-position: -208px -132px;
}
.react-tel-input .tn {
  background-position: -224px -132px;
}
.react-tel-input .to {
  background-position: -240px -132px;
}
.react-tel-input .tr {
  background-position: 0 -143px;
}
.react-tel-input .tt {
  background-position: -16px -143px;
}
.react-tel-input .tv {
  background-position: -32px -143px;
}
.react-tel-input .tw {
  background-position: -48px -143px;
}
.react-tel-input .tz {
  background-position: -64px -143px;
}
.react-tel-input .ua {
  background-position: -80px -143px;
}
.react-tel-input .ug {
  background-position: -96px -143px;
}
.react-tel-input .us {
  background-position: -112px -143px;
}
.react-tel-input .uy {
  background-position: -128px -143px;
}
.react-tel-input .uz {
  background-position: -144px -143px;
}
.react-tel-input .va {
  background-position: -160px -143px;
}
.react-tel-input .vc {
  background-position: -176px -143px;
}
.react-tel-input .ve {
  background-position: -192px -143px;
}
.react-tel-input .vg {
  background-position: -208px -143px;
}
.react-tel-input .vi {
  background-position: -224px -143px;
}
.react-tel-input .vn {
  background-position: -240px -143px;
}
.react-tel-input .vu {
  background-position: 0 -154px;
}
.react-tel-input .wf {
  background-position: -16px -154px;
}
.react-tel-input .ws {
  background-position: -32px -154px;
}
.react-tel-input .ye {
  background-position: -48px -154px;
}
.react-tel-input .za {
  background-position: -64px -154px;
}
.react-tel-input .zm {
  background-position: -80px -154px;
}
.react-tel-input .zw {
  background-position: -96px -154px;
}
.react-tel-input * {
  box-sizing: border-box;
}
.react-tel-input .hide {
  display: none;
}
.react-tel-input .v-hide {
  visibility: hidden;
}
.react-tel-input input[type=text],
.react-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0;
  background: var(--components-form-reactTelInput-background);
  border-radius: 3px;

  width: 100%;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  padding-left: 68px;
}

.react-tel-input input[type=text].invalid-number,
.react-tel-input input[type=tel].invalid-number {
  border: 1px solid #d79f9f;
  background-color: #FAF0F0;
  border-left-color: #cacaca;
}
.react-tel-input input[type=text].invalid-number:focus,
.react-tel-input input[type=tel].invalid-number:focus {
  border: 1px solid #d79f9f;
  border-left-color: #cacaca;
  background-color: #FAF0F0;
}
.react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border-right: 1px solid rgba(102, 102, 102, 0.19);
  border-radius: 3px 0 0 3px;
}
.react-tel-input .flag-dropdown.open-dropdown {
  /*background: #fff;*/
  border-bottom: 0;
  border-radius: 3px 0 0 0;
}
.react-tel-input .flag-dropdown.open-dropdown .selected-flag {
  border-radius: 3px 0 0 0;
}
.react-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.react-tel-input .flag-dropdown.open-dropdown .selected-flag:hover,
.react-tel-input .flag-dropdown:hover .selected-flag {
  background-color: var(--components-form-reactTelInput-flagDropdown-hover-selectedFlag-background);
}
.react-tel-input input[disabled] + .flag-dropdown:hover {
  cursor: default;
}
.react-tel-input input[disabled] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
.react-tel-input .selected-flag {
  /*z-index: 13;*/
  position: relative;
  width: 52px;
  height: 35px;
  padding: 0 0 0 15px;
  border-radius: 3px 0 0 3px;
}
.react-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.react-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.react-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.react-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: -1px 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid rgba(102, 102, 102, 0.3);
  width: 400px;
  max-width: 90vw;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 0 0 3px 3px;
  top: 35px;
}
.react-tel-input .country-list .flag {
  display: inline-block;
}
.react-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.react-tel-input .country-list .country {
  padding: 5px 10px;
  font-size: 13px;
}
.react-tel-input .country-list .country .dial-code {
  color: #999;
}
.react-tel-input .country-list .country:hover {
  background-color: #0A74EF;
  color: white;
}
.react-tel-input .country-list .country.highlight {
  background-color: #0A74EF;
  color: white;
}
.react-tel-input .country-list .country.highlight span {
  color: white;
}
.react-tel-input .country-list .flag {
  margin-right: 6px;
  margin-top: 2px;
}
.react-tel-input .country-list .country-name {
  margin-right: 6px;
}

.react-tel-input input {
  border: none;
}

/* ------------------------------------------------------------- */
/* MODIFIERS
/* ------------------------------------------------------------- */


.react-tel-input.large input[type=text],
.react-tel-input.large input[type=tel] {
  height: 44px;
}
.react-tel-input.large .selected-flag {
  height: 43px;
}

.react-tel-input.large {

}

.react-tel-input.medium {

}


  .radios-x6EVb_mDAG i[fill="currentColor"] {
    border-left: 1px solid var(--lightGray);
  }

/**
 * Individual radio item wrapper
 */

.radioElement-NhGkhyK1PB {
  display: flex;
  flex-grow: 1;
  position: relative;
  border-left: 1px solid var(--lightGray);
}

.radioElement-NhGkhyK1PB:first-child {
  border-left: none;
}

/**
 * Input
 */

.inputRadio-PhLjfU6kn4 {
  position: absolute;
  visibility: hidden;
}

/**
 * Element
 */

.radioLabel-xRwSXbcaqC {
  display: block;
  width: 100%;
  padding: 1em;
  padding-left: 60px;
  transition: all 0.25s linear;
  cursor: pointer;
  font-size: 14px;
  color: var(--components-form-radio-label-color);
  z-index: 3;
}

.radioLabel-xRwSXbcaqC:hover .radioLabel-xRwSXbcaqC {
  color: #ffffff;
}

/**
 * Check box
 */

.radioElement-NhGkhyK1PB .check-yNaMnD_l6b {
  display: block;
  position: absolute;
  border: 2px solid var(--gray);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 13px;
  left: 20px;
  z-index: 1;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radioElement-NhGkhyK1PB .smallCheck-kt2DvddCUN {
  height: 15px;
  width: 15px;
  top: 16px;
}

.radioElement-NhGkhyK1PB:first-child {
  border-top-left-radius: var(--global-border-radius);
  border-bottom-left-radius: var(--global-border-radius);
}

.radioElement-NhGkhyK1PB:last-child {
  border-top-right-radius: var(--global-border-radius);
  border-bottom-right-radius: var(--global-border-radius);
}

.radios-x6EVb_mDAG .radioElement-NhGkhyK1PB:hover {
  border: 1px solid var(--components-form-focus-color);
  box-shadow: var(--components-form-focus-shadow);
}

.radios-x6EVb_mDAG.inBlock-YAHp9XIeJY {
  width: 100%;
}

.radioElement-NhGkhyK1PB.inBlock-YAHp9XIeJY {
  border: 1px solid var(--components-form-radio-border-color);
  border-radius: 2px;
  background-color: var(--components-form-radio-background);
  margin-bottom: 6px;
}

.radioElement-NhGkhyK1PB.disabled-yzrCkTuFbI {
  background-color: var(--components-form-radio-disabled-background);
}

.radioElement-NhGkhyK1PB.disabled-yzrCkTuFbI:hover .check-yNaMnD_l6b {
    border: var(--components-form-radio-disabled-hover-border-color);
  }

.radioElement-NhGkhyK1PB:hover .check-yNaMnD_l6b {
  border: 2px solid var(--components-form-radio-hover-color);
}

.radioElement-NhGkhyK1PB .check-yNaMnD_l6b::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
}

.radioElement-NhGkhyK1PB .smallCheck-kt2DvddCUN::before {
  height: 9px;
  width: 9px;
  top: 1px;
  left: 1px;
}

.inputRadio-PhLjfU6kn4:checked ~ .check-yNaMnD_l6b {
  border: 2px solid var(--blue);
}

.inputRadio-PhLjfU6kn4:checked ~ .check-yNaMnD_l6b.dark-aHVcpVDiMy {
  border: 2px solid var(--zumthor);
}

.inputRadio-PhLjfU6kn4:checked ~ .check-yNaMnD_l6b::before {
  background: var(--blue);
}

.inputRadio-PhLjfU6kn4:checked ~ .check-yNaMnD_l6b.dark-aHVcpVDiMy::before {
  background: var(--components-form-radio-checked-color);
}

.inputRadio-PhLjfU6kn4:checked ~ .radioLabel-xRwSXbcaqC {
  color: var(--blue);
}

.inputRadio-PhLjfU6kn4:checked ~ .radioLabel-xRwSXbcaqC.dark-aHVcpVDiMy {
  color: var(--components-form-radio-label-dark-checked-color);
}

.horizontalDisplay-KxDY6dkeHV {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
}

.inlineGroupDisplay-S1AIBDhKzl {
  background-color: var(
    --components-form-formElementWrapper-inlineGroupDisplay-background
  );
  border-radius: 3px;
  flex: initial;
  flex: unset;
  justify-content: initial;
  justify-content: unset;
}

[data-test-id^="Forms-Element-allow"] .inlineGroupDisplay-S1AIBDhKzl {
  background-color: var(
    --components-form-formElementWrapper-inlineGroupDisplay-background
  );
}

.radioElement-NhGkhyK1PB.radioElementHorizontal-Y25hZJT3dj {
  border-left: none;
  flex: 0 0 100%;
  margin-right: 10%;
  border: 1px solid rgba(102, 102, 102, 0.19999999999999996);
  border-radius: 3px;
  background-color: var(
    --components-form-formElementWrapper-inlineGroupDisplay-background
  );
  flex: 0 0 45%;
}

.radioElement-NhGkhyK1PB.radioElementInlineGroup-llDlH3Gp0C {
  border: none;
  background-color: var(
    --components-form-formElementWrapper-inlineGroupDisplay-background
  );
  flex: 0 0 30%;
  margin-bottom: 0px;
}

.radioElement-NhGkhyK1PB.radioElementInlineGroup-llDlH3Gp0C:hover {
    border: none;
    box-shadow: none;
    box-shadow: initial;
    box-shadow: unset;
  }

.radioElement-NhGkhyK1PB.radioElementInlineGroup-llDlH3Gp0C.fullWidth-WIkQ8XK76i {
  flex: 0 0 50%;
}

[data-test-id^="Forms-Element-allow"] .radioElement-NhGkhyK1PB.radioElementInlineGroup-llDlH3Gp0C {
  background-color: var(
    --components-form-formElementWrapper-radioElementInlineGroup-background
  );
}

.horizontalCheckMarkContainer-yF7yHAsOa7 {
  color: green;
  margin: auto;
}

.horizontalCheckMarkContainer-yF7yHAsOa7 i[fill="currentColor"]:first-child {
  border-left: none;
}

:root {
  --switchWidth: 60px;
  --switchHeight: 34px;
  --switchPadding: 4px;
  --switchContent: calc(var(--switchHeight) - var(--switchPadding) * 2);
  --switchTravel: calc(var(--switchWidth) - var(--switchContent) - (var(--switchPadding) * 2));
}

/* The switch - the box around the slider */

.switch-C6_msINjIZ {
  position: relative;
  display: inline-block;
  width: 60px;
  width: var(--switchWidth);
  height: 34px;
  height: var(--switchHeight);
}

/* Hide default HTML checkbox */

.switch-C6_msINjIZ input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider-QItJc_muFB {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--solitude);
  -webkit-transition: .25s;
  transition: .25s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .35);
}

.slider-QItJc_muFB:hover {
  filter: drop-shadow(0 0 5px rgba(0, 153, 255, .25)) brightness(102%);
  /* box-shadow: 0 0 3px var(--global-colors-tertiary), inset 0 1px 1px rgba(0, 0, 0, .15); */
}

/* this is the switch handle */

.slider-QItJc_muFB:before {
  position: absolute;
  content: "\e94c";
  line-height: calc(34px - 4px * 2);
  line-height: var(--switchContent);
  font-size: .8em;
  color: var(--medGray);
  height: calc(34px - 4px * 2);
  height: var(--switchContent);
  width: calc(34px - 4px * 2);
  width: var(--switchContent);
  left: 4px;
  left: var(--switchPadding);
  bottom: 4px;
  bottom: var(--switchPadding);
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
  -webkit-transition: .25s;
  transition: .25s;
}

input:checked + .slider-QItJc_muFB {
  background-color: var(--blueFrost);
}

input:checked + .slider-QItJc_muFB:before {
  content: "\e935";
  color: var(--global-colors-tertiary);
}

input:focus + .slider-QItJc_muFB {
  /* box-shadow: 0 0 1px #2196F3; */
}

input:checked + .slider-QItJc_muFB:before {
  transform: translateX(calc(60px - calc(34px - 4px * 2) - (4px * 2)));
  transform: translateX(var(--switchTravel));
}

/* Rounded sliders */

.slider-QItJc_muFB.round-OEsXUoBRKs {
  border-radius: 34px;
  border-radius: var(--switchHeight);
}

.slider-QItJc_muFB.round-OEsXUoBRKs:before {
  border-radius: 50%;
}


.switch-D_Pssxcs3Y {
  position: relative;
  height: 26px;
  width: 240px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #E1E5E8;
  display: flex;
  flex-direction: row;
}

.switchLabel-R1JFDnEEzm {
  position: relative;
  z-index: 2;
  float: left;
  width: 116px;
  line-height: 26px;
  color: var(--global-font-color);
  text-align: center;
  cursor: pointer;
}

.switchLabelOff-7femUIH1gn {
  padding-left: 2px;
}

.switchLabelOn-JNAe7aPsIG {
  padding-right: 2px;
}

/*
  Note: using adjacent or general sibling selectors
  combined with pseudo classes doesn't work in Safari
  5.0 and Chrome 12.
  See this article for more info and a potential fix:
  https://css-tricks.com/webkit-sibling-bug/
*/

.switchInput-J7Ia_5MkGO {
  display: none;
}

.switchInput-J7Ia_5MkGO:checked + .switchLabel-R1JFDnEEzm {
  transition: all 0.15s ease-out;
}

.switchInput-J7Ia_5MkGO:checked + .switchLabelOn-JNAe7aPsIG ~ .switchSelection-zzsXQsNHWp {
  /* Note: left: 50% doesn't transition in WebKit */
 /*  left: 120px; */
  transform: translate3d(100%, 0, 0);
}

.switchSelection-zzsXQsNHWp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 116px;
  height: 22px;
  background: var(--components-form-switch-square-background);
  border-radius: var(--global-border-radius);
  transition: transform 0.15s ease-out;
  box-shadow: var(--components-container-shadow);
}




.checkboxMask-ZNll8GxRrI {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(11,20,34,0.3);
  color: rgba(11,20,34,0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
}.checkboxMask-ZNll8GxRrI i {
    font-size: 9px;
    color: inherit;
    width: auto;
    min-width: auto;
  }.checkboxMask-ZNll8GxRrI.active-Qqd6ddmXbM {
    background-color: var(--azure);
    border-color: var(--azure);
    color: var(--white);
  }

.formWrapper-m3wZOftteK {
  padding-top: 30px;
}

.formWrapper-m3wZOftteK .formField {
  max-width: none;
}

.form-qumeVEcit0 {
  /* CSS Grid Layout */
  grid-area: form;
  justify-self: center;
  -ms-grid-column: 2; /* IE specific syntax */
  -ms-grid-row: 1; /* IE specific syntax */
  -ms-grid-column-align: center; /* IE specific syntax */

  font-size: 13px;
  min-width: 280px;
}

@media (max-width: 400px) {

.form-qumeVEcit0 {
    min-width: auto;
}
  }

.forgotParaWrapper-BDqBbhCflb {
  font-size: 12px;
  margin-bottom: 20px;
}

.forgotParaWrapper-BDqBbhCflb a {
    color: var(--global-font-color);
  }

.formPadding-NTEtfjdoQN {
  margin: 30px;
  padding-top: 30px;
}

.registerParaWrapper-Gs_oBM4O7c {
  font-size: 12px;
  text-align: center;
  margin-top: var(--global-spacing-margin);
}

.loginTitle-wofcP11RrZ {
  height: 28px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: var(--global-spacing-margin);
}

@media (max-width: 768px) {

.loginTitle-wofcP11RrZ {
    margin-top: 30px;
    margin-bottom: 0;
}
  }

@media (max-width: 768px) {

.loginTitle-wofcP11RrZ {
    margin-top: 30px;
    margin-bottom: 0;
}
  }

@media (--mobile) {

.loginTitle-wofcP11RrZ {
    margin-top: 30px;
    margin-bottom: 0;
}
  }

.loginTitle-wofcP11RrZ:empty {
  display: none;
}

.customblockContainer-H1SG3Vc6G9 {
  height: 100%;
  width: 90%;
  padding-left: 14px;
  padding-top: calc(var(--global-spacing-margin) * 2);
  padding-bottom: calc(var(--global-spacing-margin) * 2);
}

@media (max-width: 768px) {

.customblockContainer-H1SG3Vc6G9 {
    padding-left: 0px;
    padding-top: 0px;
}
  }

@media (max-width: 768px) {

.customblockContainer-H1SG3Vc6G9 {
    padding-left: 0px;
    padding-top: 0px;
}
  }

@media (--mobile) {

.customblockContainer-H1SG3Vc6G9 {
    padding-left: 0px;
    padding-top: 0px;
}
  }

.customblock-OiOLK7uu_n {
  margin-top: 20px;
  /* padding: 30px 0px 0px 30px; */
  max-width: 300px;
}

.customblockDivider-lxPZ4Lc_L2 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid var(--solitude);
  margin: 1em 0;
  padding: 0;
}

.customblockForm-LOFY1nSGUy {
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.flatForm-QForrp1Ya3 {
  width: 100%;
}

@media (min-width: 768px) {

.flatForm-QForrp1Ya3 {
    max-width: 275px;
}
  }

@media (min-width: 768px) {

.flatForm-QForrp1Ya3 {
    max-width: 275px;
}
  }

@media (--desktop) {

.flatForm-QForrp1Ya3 {
    max-width: 275px;
}
  }

.bareContainer-e5ZEvqCtvo {
  height: 100%;
  width: 100%;
  padding: 0px 30px;
}

@media (max-width: 400px) {

.bareContainer-e5ZEvqCtvo {
    padding: 0px 15px;
}
  }

.bareForm-D3OiNRx57M {
  height: 100%;
  margin: 20px 0px;
  padding-top: 0px;
}

@media (max-width: 768px) {

.bareForm-D3OiNRx57M {
    margin: 0;
}
  }

@media (max-width: 768px) {

.bareForm-D3OiNRx57M {
    margin: 0;
}
  }

@media (--mobile) {

.bareForm-D3OiNRx57M {
    margin: 0;
}
  }

.recaptchaWrapper-BIUHy3LgLF {
  margin-bottom: var(--global-spacing-margin);
}

.fitToPlayWrapper-DzxN1TBd9h {
  margin-bottom: var(--global-spacing-margin);
}


.description-f6WDd3wkJU {
  /* border-radius: 0 0 var(--global-border-radius) var(--global-border-radius); */
  font-size: 13px;
  line-height: 19px;
  padding: 15px;
  vertical-align: middle;
}

.description-f6WDd3wkJU .link-hUqIAywdgW {
    color: var(--global-colors-primary);
    font-weight: bold;
    text-decoration: underline;
  }

/* why
  & > * {
    display: block;
    margin-bottom: 2em;
  }
  */

.contactUsButton-kJPtKOpAaM {
  margin-top: var(--global-spacing-margin);
}

.loginTitle-PMvuEnV5LM {
  height: 28px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.smallTitle-xqm9eaSlq7 {
  font-size: 13px;
}

.clickHereClientId-LYzq0X8tw8 {
  color: var(--global-colors-primary);
  text-decoration: underline;
  cursor: pointer;
}

.bold-p2PQZ_bYBX {
  font-weight: bold;
}
.linktt-IOigYgkKA2 {
  text-decoration: underline;
  color: var(--global-colors-primary);
  cursor: pointer;
}


.legalLink-J_OjEbqfW2 {
  color: var(--global-colors-primary);
  text-decoration: underline;
}


.descriptionHeader-cJ51uLsG_m {
  /* CSS Grid Layout */
  display: grid;
  grid-template-columns: 45px 80%;
  grid-template-rows: 100%;
  grid-template-areas: "icon title";
  justify-items: center;
  align-items: center;

  /* CSS Grid Layout */
  display: -ms-grid; /* IE specific syntax */
  -ms-grid-columns: 20% 80%; /* IE specific syntax */
  -ms-grid-rows: 100%; /* IE specific syntax */

  padding: 10px 0px 10px 0px;
  border-radius: 3px 3px 0 0;
}

.descriptionHeader-cJ51uLsG_m img {
    /* CSS Grid Layout */
    grid-area: icon;
    -ms-grid-column: 1; /* IE specific syntax */
    -ms-grid-row: 1; /* IE specific syntax */
    -ms-grid-column-align: center; /* IE specific syntax */
  }

.descriptionHeader-cJ51uLsG_m h3 {
    /* CSS Grid Layout */
    grid-area: title;
    justify-self: start;
    -ms-grid-column: 2; /* IE specific syntax */
    -ms-grid-row: 1; /* IE specific syntax */
    -ms-grid-column-align: start; /* IE specific syntax */
    color: var(--global-font-color);
    font-size: 13px;
  }

.descriptionHeaderAttention-u99NKowEf2 {
  background: var(--global-messages-attention-background);
  color: var(--global-messages-attention-color);
}

.descriptionHeaderWarning-jnNBn7MlCD {
  background: var(--global-messages-warning-background);
  color: var(--global-messages-warning-color);
}

.loginTitle-RfpUwhsDqn {
  height: 28px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 2em;
}

@media (max-width: 768px) {

.loginTitle-RfpUwhsDqn {
    margin-top: 30px;
    margin-bottom: 30px;
}
  }

@media (max-width: 768px) {

.loginTitle-RfpUwhsDqn {
    margin-top: 30px;
    margin-bottom: 30px;
}
  }

@media (--mobile) {

.loginTitle-RfpUwhsDqn {
    margin-top: 30px;
    margin-bottom: 30px;
}
  }

.icon-BlKZZ6fTkR {
  font-size: 18px;
}

.container-H9Oy8TIpsb {
  display: flex;
  max-width: var(--layout-breakpoints-desktop);
  margin: 0 auto;
  width: 100%;
}@media (max-width: 768px) {.container-H9Oy8TIpsb {
    min-width: auto;
}
  }@media (max-width: 768px) {.container-H9Oy8TIpsb {
    min-width: auto;
}
  }@media (--mobile) {.container-H9Oy8TIpsb {
    min-width: auto;
}
  }

.header-qnebtMzQ7e {
  display: flex;
}

.header-Icqk9DenC4 {
  display: flex;
}

.header-Icqk9DenC4 .separator-L2Jon8b8x4 {
    padding0: 0 5px;
  }

.header-Icqk9DenC4:only-child {
    display: none;
  }

.breadCrumbZindexOverride-gGlGyKX8je {
  position: relative;
  z-index: 2;
}

.noEventsContainer-z7z9wBr6LD {
  font-size: 0.8em;
  border-top: 1px solid var(--global-border-color);
  height: 120px;
  flex-direction: column;
}

@media (max-width: 970px) {

.noEventsContainer-z7z9wBr6LD {
    font-size: .65em;
}
  }

.noEventsContainer-z7z9wBr6LD .icon-EAzII3pAhd {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35px;
  margin: 0 auto;
  height: 31px;
}

.noEventsContainer-z7z9wBr6LD .text-ayqF1TXJ1H {
  text-align: center;
}

.text-ayqF1TXJ1H h3 {
  font-weight: bold;
}

.text-ayqF1TXJ1H h4 {
  color: var(--dimGray);
  font-weight: normal;
}

.container-G05bmaU9bf {
  width: 760px; /* this should be set by the parent */
  max-width: 100%;
  /* max-width: calc(100% - calc(var(--global-spacing-margin) * 2)); */
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

@media (min-width: 768px) {

.container-G05bmaU9bf {
    min-height: 500px;
}
  }

@media (min-width: 768px) {

.container-G05bmaU9bf {
    min-height: 500px;
}
  }

@media (--desktop) {

.container-G05bmaU9bf {
    min-height: 500px;
}
  }

.logo-cxp5e4GHoN {
  max-width: calc(98px + 40px); /* 40px accounts for padding below */
  padding: 20px;
  display: inline-block;
}

.img-zymUAHVpAL {
  flex-shrink: 1;
  flex-basis: 50%;
}

.main-TTpifItcDi {
  background: #ccc url("img/Website-Login-Modal.jpg") no-repeat center
    center;
  background-size: cover;
}

.se-q7iP29bycy {
  background: #ccc url("img/soccer-kick-dark.jpg") no-repeat center
  center;
  background-size: cover;
}

.content-OgV9Sk1WD3 {
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
}

@media (max-width: 768px) {
  .img-zymUAHVpAL {
    display: none;
  }
}

@media (max-width: 768px) {
  .img-zymUAHVpAL {
    display: none;
  }
}

@media (--mobile) {
  .img-zymUAHVpAL {
    display: none;
  }
}


.closeButton-nUY2ylatLS {
  cursor: pointer;
  position: absolute;
  top: var(--global-spacing-margin);
  right: var(--global-spacing-margin);
}

.close-KR4KBOt8F7 {
  margin-top: 10px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  max-height: 25px;
  cursor: pointer;
  float: right;
}


.content-EvmDIkQrB7 {
  background-color: var(--components-modal-background);
  color: var(--components-modal-color);
  border-radius: 1%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  box-shadow: var(--components-modal-shadow);
}

.title-BZPEpLmsAK {
  height: 28px;
  width: 100%;
  color: var(--components-modal-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 30px;
}

.hr-Bias4zFp3c {
  height: 1px;
  width: 100%;
  background: var(--components-modal-divider-background);
  border: none;
}

.description-HcWOKlcXtU {
  font-size: 13px;
  line-height: 19px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  max-width: 50ch;
}

.loginFormWrapper-z2sIExxzo8 {
  padding: 14px;
}

.close-BdzbZME3g4 {
  margin-top: var(--global-spacing-margin);
  margin-right: var(--global-spacing-margin);
  max-height: 25px;
  cursor: pointer;
  float: right;
}


.content-CUrY1eVh7N {
  background-color: var(--components-modal-background);
  color: var(--components-modal-color);
  border-radius: 1%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
  box-shadow: var(--components-modal-shadow);
}

.title-lLFVvr0UR0 {
  height: 28px;
  width: 100%;
  color: var(--components-modal-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 30px;
}

.hr-ULJHJSFeDd {
  height: 1px;
  width: 100%;
  background: var(--components-modal-divider-background);
  border: none;
}

.description-AI5goiXUbu {
  font-size: 13px;
  line-height: 19px;
  padding: 0px 30px;
  max-width: 50ch;
}

.close-cWJu3_KmvZ {
  margin-top: var(--global-spacing-margin);
  margin-right: var(--global-spacing-margin);
  max-height: 25px;
  cursor: pointer;
  float: right;
}

.button-kR89EmF1EV {
  width: 80%;
  margin-left: 10%;
  margin-top: var(--global-spacing-margin);
  margin-bottom: var(--global-spacing-margin);
}

.contactLink-WA2jeEKOyD {
  padding: 8px;
  font-size: 12px;
  margin-left: 5%;
}


.container-NUJGmnZl6g {
  background: var(--components-mobileNavigator-background);
}

.container-NUJGmnZl6g.shadow-PvhyQGU7IV {
    box-shadow: var(--components-container-shadow);
  }

.mobileNav-KIFXTkuMrb {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  height: 44px;
  line-height: 44px;
  color: var(--global-font-color);
}

.left-d9aic0BT1J i[class="icon-chevron-right-sml"] {
  display: inline-block;
  transform: rotate(-180deg) translateY(-2px);
}

.left-d9aic0BT1J, .right-k79bV2kn9h {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  width: 50px;
  justify-content: center;
}

.left-d9aic0BT1J a, .right-k79bV2kn9h a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
  }

.title-JyTm3Cychm {
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}


.titleContainer-pShRarR0LG {
  font-size: 24px;
  font-weight: bolder;
  display: flex;
}

.titleContainer-pShRarR0LG .title-PvzE0_tj1E {
  padding: 20px 30px;
  line-height: 1.3;
}

.titleContainer-pShRarR0LG .close-OBH2hd8uhy {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-left: auto;
  padding: 20px 25px;
}

.titleContainer-pShRarR0LG .close-OBH2hd8uhy:hover {
    opacity: .75;
  }

.checkMark-MsibawJFHi {
  color: var(--global-colors-secondary);
  margin-left: 8px;
}

.buttonContainer-GFGKW7JwmJ {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
}

.buttonContainer-GFGKW7JwmJ .doneButton-ay3rWCYMAV {
  flex: 0 0 100%;
}

.tryAgain-xA28Ktcqqi {
  margin-top: 0px;
  margin-bottom: 40px;
}


.warningHeader-F1Rq2qICut {
  background: var(--global-messages-warning-background);
  color: var(--global-messages-warning-color);
  font-size: 14px;
  font-weight: bold;
  padding: 12px 8px;
  display: flex;
}

@media (max-width: 768px) {

.warningHeader-F1Rq2qICut {
    border-radius: 4px 4px 0px 0px;
}
  }

@media (max-width: 768px) {

.warningHeader-F1Rq2qICut {
    border-radius: 4px 4px 0px 0px;
}
  }

@media (--mobile) {

.warningHeader-F1Rq2qICut {
    border-radius: 4px 4px 0px 0px;
}
  }

.warningTitle-RjYqZ3ZKDs {
  line-height: 1;
  margin-left: 8px;
}

.warningMessage-_CY08HLN44 {
  background-color: var(--components-warningDisplay-warningMessage-background);
  padding: 8px;
  font-size: 13px;
}

@media (max-width: 768px) {

.warningMessage-_CY08HLN44 {
    background-color: var(--components-warningDisplay-warningMessage-background);
}
  }

@media (max-width: 768px) {

.warningMessage-_CY08HLN44 {
    background-color: var(--components-warningDisplay-warningMessage-background);
}
  }

@media (--mobile) {

.warningMessage-_CY08HLN44 {
    background-color: var(--components-warningDisplay-warningMessage-background);
}
  }


.container-FrbTwWHboC {
  max-width: 350px;
  font-size: 12px;
  padding: 0px;
}

.section-OMEysMbt1x {
  padding: 15px;
}

@media (max-width: 768px) {

.section-OMEysMbt1x {
    padding: 0px;
    margin: 0px 8px;
    /* background-color: white; */
}
  }

@media (max-width: 768px) {

.section-OMEysMbt1x {
    padding: 0px;
    margin: 0px 8px;
    /* background-color: white; */
}
  }

@media (--mobile) {

.section-OMEysMbt1x {
    padding: 0px;
    margin: 0px 8px;
    /* background-color: white; */
}
  }

@media (max-width: 768px) {

.topSection-ixV85OF5jk {
    margin-top: 20px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}
  }

@media (max-width: 768px) {

.topSection-ixV85OF5jk {
    margin-top: 20px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}
  }

@media (--mobile) {

.topSection-ixV85OF5jk {
    margin-top: 20px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}
  }

@media (max-width: 768px) {

.bottomSection-hW6Pb_tTUh {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 14px;
}
  }

@media (max-width: 768px) {

.bottomSection-hW6Pb_tTUh {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 14px;
}
  }

@media (--mobile) {

.bottomSection-hW6Pb_tTUh {
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 14px;
}
  }

.title-dAUY7xtpeh {
  padding: 10px;
  font-size: 20px;
}

.buttonContainer-SeVzKyPZdj {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
}

.buttonContainer-SeVzKyPZdj .doneButton-DvpOl5XpLi {
  flex: 0 0 100%;
}

.againButton-QuLOcY3eAg {
  margin-bottom: 10px;
}

@media (max-width: 768px) {

.againButton-QuLOcY3eAg {
    padding: 0px 10px;
}
  }

@media (max-width: 768px) {

.againButton-QuLOcY3eAg {
    padding: 0px 10px;
}
  }

@media (--mobile) {

.againButton-QuLOcY3eAg {
    padding: 0px 10px;
}
  }

.emailButton-c7Z6qoWcPp {
  margin-top: 0px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {

.emailButton-c7Z6qoWcPp {
    padding: 0px 10px;
}
  }

@media (max-width: 768px) {

.emailButton-c7Z6qoWcPp {
    padding: 0px 10px;
}
  }

@media (--mobile) {

.emailButton-c7Z6qoWcPp {
    padding: 0px 10px;
}
  }

@media (max-width: 768px) {

.divider-wECl6TVQjS {
    margin: 0px 8px;
}
  }

@media (max-width: 768px) {

.divider-wECl6TVQjS {
    margin: 0px 8px;
}
  }

@media (--mobile) {

.divider-wECl6TVQjS {
    margin: 0px 8px;
}
  }

.contactCsd-MqDEyBEdmi {
  font-size: 12px;
}

@media (max-width: 768px) {

.errorButtonTryAgain-qqwLyCHflW {
    padding-bottom: 20px;
    max-width: 90%;
    margin: 0 auto;
}
  }

@media (max-width: 768px) {

.errorButtonTryAgain-qqwLyCHflW {
    padding-bottom: 20px;
    max-width: 90%;
    margin: 0 auto;
}
  }

@media (--mobile) {

.errorButtonTryAgain-qqwLyCHflW {
    padding-bottom: 20px;
    max-width: 90%;
    margin: 0 auto;
}
  }

@media (max-width: 768px) {

.errorTopSection-kyfBsgDOyd {
    margin-bottom: 0px;
}
  }

@media (max-width: 768px) {

.errorTopSection-kyfBsgDOyd {
    margin-bottom: 0px;
}
  }

@media (--mobile) {

.errorTopSection-kyfBsgDOyd {
    margin-bottom: 0px;
}
  }

.container-MngLFUhN0E {
  font-size: 14px;
  padding: 15px;
}

.container-MngLFUhN0E .requestIdModal-XA1dhf25_G {
  font-size: 18px;
  padding: 4px;
}

.submitContainer-BaohcF5Gtt {
  display: flex;
}

.submitContainer-BaohcF5Gtt .submitButton-G_5bSn55IS {
  flex: 0 0 100%;
}

.responseLoader-UeISIIz0vE {
  margin: 0 auto;
}

.paragraph-PJ3WBHZxhm {
  margin: 0px 20px;
}

.mobileSubTitle-ZStjI8MUIW {
  margin: 20px;
  font-size: 24px;
}

.recaptchaWrapper-URpWYdqZj6 {
  margin-bottom: var(--global-spacing-margin)
}


.container-kfIuS6KAEt {
  max-width: 350px;
  padding: 15px;
  font-size: 12px;
}

.title-Fs1ezxuY3U {
  padding: 10px;
  font-size: 20px;
}

.content-ZE2jdk9cFP {
  padding: 0px 14px;
}

.paragraph-WxpeFREoY3 {
  font-size: 14px;
}

.buttonContainer-amu744t_qC {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0px 14px;
}

.buttonContainer-amu744t_qC .doneButton-MKZqT3e2S7 {
  flex: 0 0 100%;
}

.mobileSuccess-zj_VQHzhDY {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}


.topSection-DVkdMMNSeE {
  padding: 0 30px 30px;
}

.email-aiSeX9kYrZ {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid var(--zumthor);
}

.divider-nJQa1e7KG3 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {

.divider-nJQa1e7KG3 {
    border: 1px solid var(--zircon);
}
  }

@media (max-width: 768px) {

.divider-nJQa1e7KG3 {
    border: 1px solid var(--zircon);
}
  }

@media (--mobile) {

.divider-nJQa1e7KG3 {
    border: 1px solid var(--zircon);
}
  }

.mobileSuccess-oEEwiHRrOz {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}


  @media (min-width: 768px) {.container-QToQJaM1kK {
    max-width: 325px;
}
  }@media (min-width: 768px) {.container-QToQJaM1kK {
    max-width: 325px;
}
  }@media (--desktop) {.container-QToQJaM1kK {
    max-width: 325px;
}
  }


.titleContainer-TdpYK0J049 {
  padding: 30px;
  font-size: 1.8em;
  font-weight: bolder;
  display: flex;
}

.titleContainer-TdpYK0J049 .title-RuIVAM6Ga5 {
  flex: 0 0 70%;
}

.titleContainer-TdpYK0J049 .close-dswNmI4Q6z {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}

.submitContainer-p3c5a42Yrj {
  display: flex;
}

.submitContainer-p3c5a42Yrj .submitButton-zCAS21cAPI {
  flex: 0 0 100%;
}

.retrieveClientId-bj18yFgC54 {
  margin-top: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {

.retrieveClientId-bj18yFgC54 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
  }

@media (max-width: 768px) {

.retrieveClientId-bj18yFgC54 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
  }

@media (--mobile) {

.retrieveClientId-bj18yFgC54 {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
  }

.clickHereClientId-RsT5qEs9st {
  color: var(--global-colors-primary);
  text-decoration: underline;
  cursor: pointer;
}

.retrievalLoader-HNxS6eNtqR {
  margin: 0 auto;
}

.recaptchaWrapper-ukFdIPNqWm {
  margin-bottom: var(--global-spacing-margin)
}


.container-X6O4Z0wrgQ {
  min-width: 350px;
}

.container-X6O4Z0wrgQ .title-Oz2QfQo_jC {
  font-size: 20px;
  padding: 12px;
}

.container-X6O4Z0wrgQ .close-ex65UtSyT3 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}

.submitContainer-P8zbeSmJj1 {
  display: flex;
}

.submitContainer-P8zbeSmJj1 .submitButton-suRhRbiaa9 {
  flex: 0 0 100%;
}

.retrieveClientId-dSnQ2hkRWC {
  margin-top: 24px;
  font-weight: bold;
}

.clickHereClientId-OwkPMEQG6_ {
  color: var(--global-colors-primary);
  text-decoration: underline;
  cursor: pointer;
}

.securityQuestionLabel-dMBps6ufrO {
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: bold;
}

.securityQuestion-JZ2JfvLIyj {
  margin-bottom: 20px;
}

.responseLoader-SPXcYjCM_9 {
  margin: 0 auto;
}

.recaptchaWrapper-sPWveLpSV2 {
  margin-bottom: var(--global-spacing-margin)
}


.container-xoTjkF0PoC {
  max-width: 350px;
}

.title-kuCX347SHZ {
  padding: 10px;
  font-size: 20px;
}

.mobileSuccess-j3p5ImxzjR {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

.content-Xql_WVUiC8 {
  padding: 0px 14px;
}

@media(max-width: 768px) {

.content-Xql_WVUiC8 {
    padding: 20px;
}
  }

@media(max-width: 768px) {

.content-Xql_WVUiC8 {
    padding: 20px;
}
  }

@media(--mobile) {

.content-Xql_WVUiC8 {
    padding: 20px;
}
  }

.paragraph-ScGTFo_20e {
  font-size: 14px;
}

.buttonContainer-Cmej2E9Z8b {
  display: flex;
  margin-top: 30px;
  margin: 0px 20px;
}

@media (min-width: 768px) {

.buttonContainer-Cmej2E9Z8b {
    margin-bottom: 15px;
}
  }

@media (min-width: 768px) {

.buttonContainer-Cmej2E9Z8b {
    margin-bottom: 15px;
}
  }

@media (--desktop) {

.buttonContainer-Cmej2E9Z8b {
    margin-bottom: 15px;
}
  }

.buttonContainer-Cmej2E9Z8b .doneButton-Nb5JmVcBci {
  flex: 0 0 100%;
}

.modal-JCTnoYMbDe {
  background: var(--components-modal-background);
  box-shadow: var(--components-modal-shadow);
  border-radius: 1%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.title-AY7PvhF8_T {
  height: 28px;
  width: 100%;
  color: var(--components-modal-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 30px;
}

.hr-MNyXG1jc1L {
  height: 1px;
  width: 100%;
  background: var(--components-modal-divider-background);
  border: none;
}

.content-iFBSC7s_AH {
  font-size: 13px;
  line-height: 19px;
  padding: 0px 30px;
}

.close-kNBPiusION {
  margin-top: var(--global-spacing-margin);
  margin-right: var(--global-spacing-margin);
  max-height: 25px;
  cursor: pointer;
  float: right;
}

.buttons-qIZ6SKK2Vg {
  padding: var(--global-spacing-padding) var(--global-spacing-padding) 0 var(--global-spacing-padding);
}

.button-Tj33Kqy4Wx {
  margin-top: var(--global-spacing-margin);
  margin-bottom: var(--global-spacing-margin);
}


.container-bbJD2g5ToE {
  background: var(--components-modal-background);
  border-radius: 4px;
  padding: calc(2 * var(--global-spacing-padding));

  box-shadow: var(--components-modal-shadow);
}

.title-Ztyp35QGNW {
  color: var(--components-modal-color);
  font-size: 22px;
  font-weight: bold;
}

.content-ce3OqpXUvA {
  color: var(--components-modal-color);
  margin: 20px 0;
}

.para-dyA0tRC8Rz {
  font-size: 14px;
  max-width: 350px;
  margin-bottom: 0;
}

.para-dyA0tRC8Rz.topBuffer-GHcgTVxj7E {
    margin-top: var(--global-spacing-margin);
  }

.closeIcon-cAPGLMQJsl {
  margin-right: 0;
}

.closeIcon-cAPGLMQJsl i {
    display: flex !important;
  }

.closeIcon-cAPGLMQJsl i svg {
      width: 30px;
      height: 30px;
    }

.invalidPassword-LHRps0b6Zs {
  background-color: var(--alertPink);
  padding: 4px 8px;
  display: flex;
}

.button-mZyRTJlYQb {
  margin-top: var(--global-spacing-margin);
}

@media (max-width: 768px) {

.button-mZyRTJlYQb {
    margin-bottom: 10px;
}
  }

@media (max-width: 768px) {

.button-mZyRTJlYQb {
    margin-bottom: 10px;
}
  }

@media (--mobile) {

.button-mZyRTJlYQb {
    margin-bottom: 10px;
}
  }

.button-mZyRTJlYQb.buttonCancel-Oh7qIvV4Vr {
    color: var(--components-modal-cancelButtonColor);
    border-color: var(--components-modal-cancelButtonColor);
  }


.container-mtYKZG0Um_ {
  background: var(--components-modal-background);
  /* padding: var(--global-spacing-padding); */
  max-width: 400px;
  border-radius: 3px;
  box-shadow: var(--components-modal-shadow);
}

.content-NuzOaHzYWv {
  /*padding: var(--global-spacing-padding);*/
}

.button-Imi7SejZpp {
  display: flex;
  margin: 0 auto;
  margin-bottom: var(--global-spacing-margin);
  width: 92%;
}

.buttonMarginRight-o77nd6g2ck {
  margin-right: var(--global-spacing-margin);
}

.buttonMarginBottom-cvUpULGGYf {
  margin-bottom: var(--global-spacing-margin);
}

.buttonWrapper-xM0xgBuheI{
  padding-bottom: var(--global-spacing-margin);
}


.content-G2hVBCwDGV {
  background: var(--components-modal-background);
  box-shadow: var(--components-modal-shadow);
  color: var(--components-modal-color);
}

@media (min-width: 768px) {

.content-G2hVBCwDGV {
    max-width: 400px;
}
  }

@media (min-width: 768px) {

.content-G2hVBCwDGV {
    max-width: 400px;
}
  }

@media (--desktop) {

.content-G2hVBCwDGV {
    max-width: 400px;
}
  }

@media (max-width: 768px) {

.content-G2hVBCwDGV {
    overflow: auto;
    height: -moz-fit-content;
    height: fit-content;
}
  }

@media (max-width: 768px) {

.content-G2hVBCwDGV {
    overflow: auto;
    height: -moz-fit-content;
    height: fit-content;
}
  }

@media (--mobile) {

.content-G2hVBCwDGV {
    overflow: auto;
    height: -moz-fit-content;
    height: fit-content;
}
  }

.close-tBeUXSUhRS {
  margin-top: 10px;
}

.title-dJNuBstLEh {
  font-size: 20px;
  margin-bottom: var(--global-spacing-margin);
}

.section-YLYOmQcy2G {
  padding: var(--global-spacing-padding);
  font-size: 13px;
}

.hr-Wa4nme11zL {
  height: 1px;
  width: 100%;
  background: var(--components-modal-divider-background);
  border: none;
}

.buttonGroup-aBkLf45Kjv {
  display: flex;
  flex-direction: column;
}

.button-iBU6UsCVRW {
  margin-top: var(--global-spacing-margin);
}


.container-klhZUjbw64 {
  background: var(--components-modal-background);
  border-radius: var(--global-border-radius);
  box-shadow: var(--components-modal-shadow);
  padding: var(--global-spacing-padding);
}

@media (min-width: 768px) {

.container-klhZUjbw64 {
    max-width: 350px;
}
  }

@media (min-width: 768px) {

.container-klhZUjbw64 {
    max-width: 350px;
}
  }

@media (--desktop) {

.container-klhZUjbw64 {
    max-width: 350px;
}
  }

.title-ksfrGkPlDq {
  font-size: 22px;
  padding: var(--global-spacing-padding);
  color: var(--components-modal-color);
}

.content-e81CazwKfF {
  font-size: 12px;
  padding: var(--global-spacing-padding);
  color: var(--components-modal-color);
}

.section-L8XyVLPCwo {
  background-color: var(--components-modal-background);
  padding: var(--global-spacing-padding);
  font-size: 14px;
}

.flex-JMrfGtGjhl {
  display: flex;
}

.dataPointGroup-LtcagLKx2i:not(:last-child) {
    margin-bottom: var(--global-spacing-margin);
  }

.label-yfS5QsT99F {
  font-weight: bold;
}

.description-QCrlbh6R4x {
  margin-top: -3px;
}

.buttonContainer-Ej3mXUhoA6 {
  padding: var(--global-spacing-padding);
}

.button-jKlMgQpcr5 {
  width: 100%;
}

.bottomMargin-NC_eidCX5G {
  margin-bottom: var(--global-spacing-margin);
}

.loading-n1SszjcRm5 {
  padding: 0px;
  padding-top: 4px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0;
  min-height: initial;
  min-height: unset;
}

.loadingIcon-tUuPlMC0UW {
  font-size: 18px;
}

.infoIcon-Fu5hPgRhyF {
  color: var(--zumthor);
  margin-right: 6px;
}

.container-dyFPYb6R_9 {
  background: var(--components-modal-background);
  border-radius: var(--global-border-radius);
  box-shadow: var(--components-modal-shadow);
  padding: var(--global-spacing-padding);
}

@media (min-width: 768px) {

.container-dyFPYb6R_9 {
    max-width: 350px;
}
  }

@media (min-width: 768px) {

.container-dyFPYb6R_9 {
    max-width: 350px;
}
  }

@media (--desktop) {

.container-dyFPYb6R_9 {
    max-width: 350px;
}
  }

.title-kOSicrefo3 {
  font-size: 22px;
  padding: var(--global-spacing-padding);
}

.dataPointGroup-FZuB1UCYCp {
  font-size: 12px;
  padding: 0px var(--global-spacing-padding);
}

.label-i48NiEc1df {
  font-weight: bold;
}

.content-pGvn5jzHGV {
  font-size: 12px;
  padding: var(--global-spacing-padding);
}

.buttonContainer-ADRVELKkfA {
  padding: var(--global-spacing-padding);
}

.button-qoq9kr2HR_ {
  width: 100%;
}

.locationCheckModalWrapper-n82d0KXJkt {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@media (max-width: 768px) {

.locationCheckModalWrapper-n82d0KXJkt h1 {
      padding: 20px 20px 30px;
  }
    }

@media (max-width: 768px) {

.locationCheckModalWrapper-n82d0KXJkt h1 {
      padding: 20px 20px 30px;
  }
    }

@media (--mobile) {

.locationCheckModalWrapper-n82d0KXJkt h1 {
      padding: 20px 20px 30px;
  }
    }

.modal-HenVoeJ4sD {
  position: relative;
  overflow-y: auto;
}

.locationCheckModal-scSuEvsReK {
  max-width: 440px;
}

@media (max-width: 768px) {

.locationCheckModal-scSuEvsReK {
    padding: 0 20px;
}
  }

@media (max-width: 768px) {

.locationCheckModal-scSuEvsReK {
    padding: 0 20px;
}
  }

@media (--mobile) {

.locationCheckModal-scSuEvsReK {
    padding: 0 20px;
}
  }

.locationCheckModal-scSuEvsReK header {
    margin-left: calc(-1 * var(--global-spacing-margin));
    margin-right: calc(-1 * var(--global-spacing-margin));
  }

.modalContent-A30hetE6BW {
  margin: 0 0 30px;
}

.reasonsWrapper-_HiogsfNiY {
  background-color: var(--solitude2);
  padding: var(--global-spacing-padding);
  margin: var(--global-spacing-margin) 0;
  overflow-y: auto;
  max-height: 300px;
  background-color: var(
    --components-geoLocationPopup-reasonBody-backgroundColor
  );
}

.buttonsWrapper-EFkNBZwexw {
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
}

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN {
    display: inline-flex;
    margin-top: 0;
    width: calc(50% - 5px);
  }

@media (max-width: 768px) {

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN {
      font-size: 10px;
      padding: 10px 5px;
  }
    }

@media (max-width: 768px) {

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN {
      font-size: 10px;
      padding: 10px 5px;
  }
    }

@media (--mobile) {

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN {
      font-size: 10px;
      padding: 10px 5px;
  }
    }

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN:last-child {
      margin-left: 10px;
    }

.buttonsWrapper-EFkNBZwexw .button-pDpNtu0dyN .timer-SYSpIDQX5c {
      margin-left: 10px;
    }

.loading-LRisUWG5pu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(75, 75, 75, 0.5);
}

.preLine-zALIwy86pB {
  white-space: pre-line;
}

.faqContainer-djFxfWvsLX {
  border-top: 1px solid var(--solitudeBlue);
  padding: 20px 30px;
}

.faqContainerMobile-nPKjWeX0YV {
  padding: 15px 20px;
}

.faqTitleContainer-FK02enZeG9 {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faqTitle-btW5DZ6jfx {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.faqChevron-bQR1VXGira {
  font-size: 8px;
}

.chevronUp-_2B1ClUG88 {
  transform: rotateX(180deg);
}

.faqItemsContainer-33bbhyq8h8 {
  margin-top: 20px;
  font-size: 13px;
}

.faqItemTitle-dgfuXluMuI {
  font-weight: 500;
}
.errorWrapper-NjgOaB9AaD {
  font-size: 13px;
  margin-bottom: 20px;
}

.error-lZcaOygiBu {
  background-color: var(--alertPink);
  border-radius: 2px;
  line-height: 15px;
  padding: 15px;
  font-weight: 500;
}

.errorDenied-kNQpmRR5mL {
  background-color: #ced0d2;
  padding: 15px;
}

.portalModal-xufKdBCUXU {
  z-index: 2;
}

.modalWrapper-ME7cCdKX3h {
  background: var(--components-modal-background);
  color: var(--components-modal-color);
  border-radius: var(--global-border-radius);
  min-width: 300px;
  overflow: auto;
  box-shadow: var(--components-modal-shadow);
  max-width: 530px;  
}

.modalWrapperMobile-ni8PUF38pU {
  min-width: 95%
}

.modalContent-ZpH85jzcUK {
  padding: 25px 30px 30px; 
}

.modalContentMobile-VpVTL4yetr {
  padding: 25px 20px 20px;
}

.modalTitle-I8E_LutwN7 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.modalText-fLLIfVBbSe {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
}

.button-deMMA1YtEi {
  width: calc(50% - 10px);
}

.actions-YtTnp9yzB0 {
  display: flex;
  justify-content: space-between;
}

.actionsMobile-rerGuouTF_ {
  flex-direction: column-reverse; 
}

.actionsMobile-rerGuouTF_ .button-deMMA1YtEi {
    margin-bottom: 15px;
    width: 100%;
  }

.errorWrapper-tk3eIvZS_7 {
  font-size: 13px;
  margin-bottom: 20px;
}

.error-zLCBLak2AP {
  background-color: var(--alertPink);
  border-radius: 2px;
  line-height: 15px;
  padding: 15px;
  font-weight: 500;
}

.errorDenied-bZorwoJ6t2 {
  background-color: #CED0D2;
  padding: 15px;
}
.rotateOverlay-uhePrYmiw1 {
    display: inline-flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
  }
  .phone-EtWMRWbz7V {
    height: 50px;
    width: 100px;
    border: 3px solid var(--global-font-color);
    border-radius: 10px;
    animation: rotate-k4ejVIhYau 1.5s ease-in-out infinite alternate;
  }
  .message-BMJmUnpaP_ {
    color: var(--global-font-color);
    font-size: 14px;
    margin-top: 40px;
  }
  @keyframes rotate-k4ejVIhYau {
    0% {
      transform: rotate(0deg)
    }
    50% {
      transform: rotate(-90deg)
    }
    100% {
      transform: rotate(-90deg)
    }
  }
  @media only screen and (max-device-width: 823px) and (orientation: landscape) {
    #root-XiJ5qKYIbD {
      display: none !important;
    }
    .rotateOverlay-uhePrYmiw1 {
      display: inline-flex;
    }
  }

.responseMessage-n1a5u4wpFo {
  font-weight: bold;
  font-size: 15px;
  background-color: white;
  padding: var(--global-spacing-padding);
  border-radius: 3px;
  box-shadow: var(--components-container-shadow);
}

.csdLink-CHMFbKdYBs {
  padding-top: var(--global-spacing-padding);
}


.description-qUlfDozGDK {
  margin-bottom: 0px;
  font-size: 14px;
}

.checkboxGroup-MVRp_YAZVA {
  margin: var(--global-spacing-margin) 0px;
  padding: 10px;
  border-radius: 3px;
  background: var(--components-modal-alternate-background);
}


  @media (min-width: 768px) {

.container-qKXI0JSCxR {
    max-width: 350px;
}
  }

@media (min-width: 768px) {

.container-qKXI0JSCxR {
    max-width: 350px;
}
  }

@media (--desktop) {

.container-qKXI0JSCxR {
    max-width: 350px;
}
  }

.content-ro6dPkod0l {
  font-size: 14px;
}

.section-ut9DRSWFs_ {
  background-color: var(--components-modal-alternate-background);

  padding: var(--global-spacing-padding);
  font-size: 14px;
}

.section-ut9DRSWFs_.borderBottomGray-jrVOgDhlke {
    border-bottom: 1px solid var(--global-border-color);
  }

.flex-iEd1d7IE6C {
  display: flex;
}

.dataPointGroup-YXiDmZgxCb:not(:last-child) {
    margin-bottom: var(--global-spacing-margin);
  }

.label-J781fWMCBM {
  font-weight: bold;
}

.description-nW_zU3C4XB {
  margin-top: -3px;
}

.buttonGroup-HlCVwhyfPf {
  margin-top: calc(var(--global-spacing-margin) * 2);
  display: flex;
  flex-direction: column;
}

.bottomMargin-ZbYjRJlzar {
  margin-bottom: var(--global-spacing-margin);
}

.loading-QA4dtBKAI1 {
  padding: 0px;
  padding-top: 4px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0;
  min-height: initial;
  min-height: unset;
}

.infoIcon-JscoXZJ3bZ {
  color: var(--zumthor);
  margin-right: 6px;
}

.container-_7fZDzEja2 {
  font-size: 0.8em;
}

.noBottomMargin-hqNCqU6B3V {
  margin-bottom: 0px;
}


.description-zmovlTBAcL {
  margin-bottom: var(--global-spacing-margin);
  font-size: 14px;
}

.formContainer-cF14yIKuKy {
  background-color: var(--components-form-formElementWrapper-background);
  padding: var(--global-spacing-padding);
  border-radius: 3px;
  margin-bottom: var(--global-spacing-margin);
}

.button-I6K3k9uqW7 {
  float: right;
}

.toProceedMessage-o7rSsNGigZ {
  background: var(--global-messages-warning-background);
  color: var(--global-messages-warning-color);
  font-size: 13px;
  margin-bottom: var(--global-spacing-margin);
  padding: var(--global-spacing-padding);
}

@media (max-width: 768px) {

.toProceedMessage-o7rSsNGigZ {
    text-align: center;
}
  }

@media (max-width: 768px) {

.toProceedMessage-o7rSsNGigZ {
    text-align: center;
}
  }

@media (--mobile) {

.toProceedMessage-o7rSsNGigZ {
    text-align: center;
}
  }



.container-LlIucWrhPk {
  color: var(--global-font-color);
}

.container-LlIucWrhPk .tableTitles-H9Z6wd8E6O {
    display: flex;
    font-weight: bold;
  }

.container-LlIucWrhPk .tableRow-btua9BJoCX {
    display: flex;
  }

.table-bfyCsGhfjs {
  font-size: 13px;
  margin: 20px 0;
  padding: 10px;
  /* background-color: #f6f6f6; */
}

.dateTime-eXg5H872zl {
  margin-top: 5px;
  flex: 0 0 60%;
}

.ipAddress-xGOMMzA8C9 {
  margin-top: 5px;
  flex: 0 0 40%;
}

.logout-k6xA_3BjOA {
  margin-top: 10px;
}

.description-rJIDVFtXm_ {
  margin-top: -30px;
  font-size: 14px;
}

.checkboxGroup-EB5j9JxxCu {
  margin: var(--global-spacing-margin) 0px;
  padding: 10px;
  border-radius: 3px;
}

.container-ZSmziEaMBp {
  margin-left: var(--global-spacing-margin);
}

.hideSpinner-fWFJHPf6gi {
  -moz-appearance: textfield;
}.hideSpinner-fWFJHPf6gi::-webkit-inner-spin-button,
  .hideSpinner-fWFJHPf6gi::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.header-Nq9HLgvjTv {
  margin-bottom: var(--global-spacing-margin);
  text-transform: uppercase;
}

.buttonGroup-_GPQflx0If {
  display: flex;
  justify-content: center;
}

.button-LmP4YXrm90 {
  flex: 0 0 35%;
}

.logoutButton-QstTbuTiE8 {
  margin-right: 10px;
}

.smallFont-BZrliRRcyf {
  font-size: 14px;
}

.container-uDsHAjGjxR {
  display: flex;
  justify-content: space-between;
  padding: var(--global-spacing-padding);
  font-size: 14px;
}

.icon-lEb9VPL9d7 {
  color: var(--strongGray);
  margin-right: 4px;
}

.button-Qx6gXw7_jk {
  font-size: 12px;
}@media (max-width: 768px) {.button-Qx6gXw7_jk {
    height: 34px;
    padding: 0px 20px;
}
  }@media (max-width: 768px) {.button-Qx6gXw7_jk {
    height: 34px;
    padding: 0px 20px;
}
  }@media (--mobile) {.button-Qx6gXw7_jk {
    height: 34px;
    padding: 0px 20px;
}
  }

.container-c1O910p5p2 {
  width: 68px;
  margin: auto 0;
}

.position-gcSE8kM41D {
  position: relative;
}

.inner-smHGtFQ5Ny {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.infoIcon-Q_gSDT6gTL {
  font-size: 20px;
}

.tooltip-lWuwLKNfQI {
  width: 125px;
  top: 40px;
  left: -30px;
  padding: 10px;
}

.para-mWP0t_IB6Z {
  font-size: 11px;
  font-weight: bold;
}

.loading-_qONORe79G {
  padding-top: 5px;
  min-height: 0;
  min-height: initial;
  min-height: unset;
  width: -moz-fit-content;
  width: fit-content;
}

  @media (min-width: 768px) {

.container-HxT6AvJEBR {
    max-width: 350px;
}
  }

@media (min-width: 768px) {

.container-HxT6AvJEBR {
    max-width: 350px;
}
  }

@media (--desktop) {

.container-HxT6AvJEBR {
    max-width: 350px;
}
  }

.content-RmNvPvCine {
  font-size: 14px;
}

.settings-L_NaZxjDQJ {
  background-color: var(--components-modal-alternate-background);
  border-radius: var(--global-border-radius);
}

.settings-L_NaZxjDQJ > :not(:last-child) {
    border-bottom: 1px solid var(--global-border-color);
  }

.totals-SRgGDgkTTe {
  display: flex;
  margin: var(--global-spacing-margin) 0px;
  font-size: 14px;
  justify-content: space-between;
}

.totalsLabel-iYBbx6EavZ {
  padding-left: 4px;
}

.totalsValue-qJZEIL2JtJ {
  margin-right: var(--global-spacing-margin);
}

.buttonGroup-vjdE5icQnn {
  margin-top: calc(var(--global-spacing-margin) * 2);
  display: flex;
  flex-direction: column;
}

.bottomMargin-PB8wz0H1HR {
  margin-bottom: var(--global-spacing-margin);
}

.preLine-kUeiYEdAUW {
  white-space: pre-line;
}

.table-FgqTUr1sTv {
  background-color: var(--components-modal-alternate2-background);
  border-spacing: 0;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 15px;
}

@media (max-width: 768px) {

.table-FgqTUr1sTv {
    margin: 0 -10px 5px;
    width: calc(100% + 20px);
}
  }

@media (max-width: 768px) {

.table-FgqTUr1sTv {
    margin: 0 -10px 5px;
    width: calc(100% + 20px);
}
  }

@media (--mobile) {

.table-FgqTUr1sTv {
    margin: 0 -10px 5px;
    width: calc(100% + 20px);
}
  }

th,
td {
  text-align: start;
  padding: 5px 0;
  line-height: 19px;
}

th {
  border-bottom: 1px solid var(--global-border-color);
  font-weight: 300;
  padding-bottom: 10px;
}

tr.first-wbpigzInrk td {
    padding-top: 10px;
  }

.textRright-ogqOFBXOaL {
  text-align: end;
}

.titleLabel-G_LBp3zMnS {
  font-weight: 500;
}

.separator-sugIiIVSlC {
  padding: 5px 10px;
  text-align: center;
}


  @media (min-width: 768px) {

.container-AXIHMBepIW {
    max-width: 400px;
}
  }

@media (min-width: 768px) {

.container-AXIHMBepIW {
    max-width: 400px;
}
  }

@media (--desktop) {

.container-AXIHMBepIW {
    max-width: 400px;
}
  }

.content-Z1TLBXHc66 {
  font-size: 13px;
  line-height: 19px;
}

.linksSection-R1gOtuoy3d {
  margin-top: 23px;
}

.linksSection-R1gOtuoy3d p {
    margin-bottom: 8px;
  }

.linksSection-R1gOtuoy3d p a {
      color: var(--dodgerBlue);
      border-color: var(--dodgerBlue);
    }



.container-IXSkJ_gL4e {
  color: var(--global-font-color);
}

.container-IXSkJ_gL4e .tableTitles-ALeVwCS6dG {
    display: flex;
    font-weight: bold;
  }

.container-IXSkJ_gL4e .tableRow-mdhpiwA9cE {
    display: flex;
  }

.description-XifhyWWHGw {
  margin-top: -30px;
  font-size: 14px;
}

.error-ww6i0UOHV5 {
  font-size: 14px;
}

.container-VgLnzJFMfm {
  color: var(--global-font-color);
}

@media (min-width: 768px) {

.container-VgLnzJFMfm {
    max-width: 600px;
}
  }

@media (min-width: 768px) {

.container-VgLnzJFMfm {
    max-width: 600px;
}
  }

@media (--desktop) {

.container-VgLnzJFMfm {
    max-width: 600px;
}
  }

.content-CBcpjpuW20 {
  font-size: 13px;
  line-height: 19px;
}

.inputsWrapper-vA8RCQi_Q_ {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: -15px;
  padding-top: var(--global-spacing-margin);
}

.inputsWrapper-vA8RCQi_Q_ input {
    background-color: var(--components-modal-background);
    border: 1px solid var(--linkWater);
    border-radius: var(--global-border-radius);
    color: var(--components-modal-color);
    font-size: 25px;
    font-weight: 500;
    height: 60px;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    width: 45px;
  }

/* using @media (max-width: 425px) because */

/* the layout breaks for screen sizes smaller than 425px. */

/* NOTE: for @media (--mobile) the inputs will look small */

/* on ≈ 768px devices and the space between them will look huge. */

@media (max-width: 425px) {

.inputsWrapper-vA8RCQi_Q_ {
    margin-right: -5px;
    justify-content: space-between;
}
    .inputsWrapper-vA8RCQi_Q_ input {
      height: 55px;
      margin-right: 5px;
      width: 40px;
    }
  }

.inputsWrapper-vA8RCQi_Q_ input::-webkit-outer-spin-button,
  .inputsWrapper-vA8RCQi_Q_ input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.inputsWrapper-vA8RCQi_Q_ input[type=number] {
    -moz-appearance: textfield;
  }

.error-rAGUbYYfHm input {
    border-color: var(--alertPink);
  }

.errorContainer-YFljhlH83T {
  background-color: var(--alertPink);
  border-radius: 2px;
  color: var(--tiber);
  padding: var(--global-spacing-padding);
  margin: var(--global-spacing-margin) auto 0;
  font-size: 13px;
  font-weight: 500;
  width: 350px;
}

@media (max-width: 768px) {

.errorContainer-YFljhlH83T {
    margin-top: 10px;
    width: 100%;
}
  }

@media (max-width: 768px) {

.errorContainer-YFljhlH83T {
    margin-top: 10px;
    width: 100%;
}
  }

@media (--mobile) {

.errorContainer-YFljhlH83T {
    margin-top: 10px;
    width: 100%;
}
  }

.resendButton-_mQBjALlpX {
  background: none;
  border: none;
  color: var(--orange);
  padding: 0;
  text-decoration: underline;
  font-weight: normal;
}

.verify-W_KspDfvuj {
  margin: 30px 0;
  width: 100%;
}

.sentMessage-X0lqiGJO_q {
  margin-right: 5px;
}

.close-vJIDn9_yIv {
  position: absolute;
  top: 10px;
  right: 10px;
}


.topContainer-WrjSLu_xbS {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.bottomContainer-DmQJXa3bbj {
  padding: 10px 30px 15px 30px;
}

@media (min-width: 768px) {

.buttonGroup-KVT2R7C3gm {
    display: flex;
    justify-content: space-between;
}
  }

@media (min-width: 768px) {

.buttonGroup-KVT2R7C3gm {
    display: flex;
    justify-content: space-between;
}
  }

@media (--desktop) {

.buttonGroup-KVT2R7C3gm {
    display: flex;
    justify-content: space-between;
}
  }

@media (min-width: 768px) {

.buttonFlex-ezoqGTJ6qY {
    flex: 0 0 45%;
}
  }

@media (min-width: 768px) {

.buttonFlex-ezoqGTJ6qY {
    flex: 0 0 45%;
}
  }

@media (--desktop) {

.buttonFlex-ezoqGTJ6qY {
    flex: 0 0 45%;
}
  }

.marginBottom-Qek7OmRE0P {
  margin-bottom: var(--global-spacing-margin);
}

.errorDisplay-Px1ImfVFAc {
  font-size: 13px;
  padding: var(--global-spacing-padding);
  margin-bottom: var(--global-spacing-margin);
  background-color: var(--global-messages-attention-background);
}

.csdLink-Rn72rw1sPk {
  margin: 0;
  margin: initial;
  margin: unset;
}

.warningArea-n_LQp___pN {
  font-size: 13px;
  background-color: var(--global-messages-warning-background);
  padding: var(--global-spacing-padding);
  margin-top: var(--global-spacing-margin);
  margin-bottom: var(--global-spacing-margin);
  border-radius: 2px;
}

.warningContext-G4u4LDCTZ0 {
  display: flex;
}

.warningIcon-RTxrR3aVtP {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.warningText-vgxHhIWv34 {
  margin-top: -4px;
  font-weight: bold;
}

.wargningLogout-LEBe56RpIg {
  font-size: 14px;
  color: var(--orange);
  margin-left: 32px;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}

.lineDivider-I2ZkbHAuTy {
  border-top: 1px solid var(--solitudeBlue);
}

.faqTitleContainer-M6z1F3apZ5 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faqTitle-es4UJiojXH {
  font-size: 12px;
  font-weight: bold;
}

.faqChevron-_2NBJYQN0Q {
  font-size: 8px;
  padding-top: 5px;
}

.faqSection-r7kQZCfRmK {
  padding-top: var(--global-spacing-padding);
  font-size: 12px;
}

.faqItemTitle-xtrR9zsbqD {
  font-weight: bold;
}

.title-iJUPDexhMv {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 30px 30px 0px 30px;
}

.close-nTYc6JMSj2 {
  cursor: pointer;
  float: right;
  padding: 30px;
}

.formLabel-XF1Z9IRpxt {
  font-size: 14px !important;
  font-weight: bold;
}

.pepFormLabel-B7cOSKDI_0 {
  font-weight: bold;
  flex: 0 0 50%;
  padding-left: 0px;
}

.occupationSelectors-cJjKHwBYVL {
  margin-bottom: 50px;
}

.labelTitle-aWWXnav0vz {
  font-size: 12px;
  font-weight: bold;
}

.labelContent-AQpk0ZTPL3 {
  font-size: 12px;
  font-weight: normal;
}

.iconInfo-eh5l3wpAKR {
  margin-left: 6px;
  margin-top: 2px;
}

@media (max-width: 768px) {

.radioLabel-X1ddHOwqls {
    color: var(--components-form-radio-label-colorMobile);
    font-weight: 500;
    font-size: 15px;
}
  }

@media (max-width: 768px) {

.radioLabel-X1ddHOwqls {
    color: var(--components-form-radio-label-colorMobile);
    font-weight: 500;
    font-size: 15px;
}
  }

@media (--mobile) {

.radioLabel-X1ddHOwqls {
    color: var(--components-form-radio-label-colorMobile);
    font-weight: 500;
    font-size: 15px;
}
  }

@media (max-width: 768px) {

.wrapperMobile-FhzFVP32GT {
    flex-wrap: wrap;
}
    .wrapperMobile-FhzFVP32GT > * {
      flex: 100%;
    }
  }

@media (max-width: 768px) {

.wrapperMobile-FhzFVP32GT {
    flex-wrap: wrap;
}
    .wrapperMobile-FhzFVP32GT > * {
      flex: 100%;
    }
  }

@media (--mobile) {

.wrapperMobile-FhzFVP32GT {
    flex-wrap: wrap;
}
    .wrapperMobile-FhzFVP32GT > * {
      flex: 100%;
    }
  }


.container-ciZnrn50Lu {
  font-size: 13px;
}

.contactUsButton-jS1dlSmkh7 {
  margin-top: var(--global-spacing-margin);
  width: 100%;
}

.container-Bu2agt9T19 {
  font-size: 13px;
}


.container-z5TeytxQiu {
  font-size: 13px;
}

.contactUsButton-GEFcnu5rs2 {
  margin-top: var(--global-spacing-margin);
  width: 100%;
}

.description-ODa1_DJQtr {
  vertical-align: middle;
  padding: var(--global-spacing-padding);
  border-radius: 0 0 3px 3px;
  background: var(--components-accountNotifications-background);
  color: var(--components-accountNotifications-color);
  font-size: 13px;
  line-height: 19px;
}

.description-ODa1_DJQtr hr {
    height: 1px;
    background-color: var(--linkWater);
  }

.description-ODa1_DJQtr .link-neSSKbqY2X {
    color: var(--global-colors-primary);
    font-weight: bold;
    text-decoration: underline;
  }

.description-ODa1_DJQtr > * {
    margin-bottom: 15px;
  }

.description-ODa1_DJQtr > *:last-child {
    margin-bottom: 0;
  }

.description-ODa1_DJQtr .bold-UfRxUj7ir9 {
    font-weight: bold;
  }

.pushedMessagecontactUs-jS6sUJ8zaX {
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}

.pushedMessagecontactUs-jS6sUJ8zaX > span {
    margin: 0 auto;
  }

.reset-lGW03V_Elp {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.redirectButton-O1ifnuZRrQ {
  display: flex;
}

.question-BFrZrxGSQP {
  font-weight: bold;
  margin-bottom: 12px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 {
  display: flex;
  flex-direction: column;
  max-width: 295px;
  width: 100%;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .content-lmfcLcrD1l {
  margin-bottom: 16px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .title-Epdhn74qKo {
  margin-bottom: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .subtitle-CS3YGWpygu {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .radioLabel-lnOyrckPlo {
  padding: 5px 0 5px 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .radioContainer-BMvj92haxR {
  border: none;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .radioContainer-BMvj92haxR:hover {
  border: none;
  box-shadow: none;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .radioContainer-BMvj92haxR .radioCircle-eqnpDq9nyg {
  height: 20px;
  width: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .radioContainer-BMvj92haxR .radioCircle-eqnpDq9nyg:before {
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .actions-JlwHk6XW6T {
  display: flex;
  flex-direction: column;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .submit-Cv2cL5eosD {
  width: 100%;
  text-transform: none;
  text-transform: initial;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .upToDateBtn-Z8rd8c1hVZ {
  width: 100%;
  text-transform: none;
  text-transform: initial;
  margin-bottom: 8px;
  margin-top: 8px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .updateBtn-rxWhCg1BIb {
  width: 100%;
  text-transform: none;
  text-transform: initial;
  border-color: var(--global-colors-primary);
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .row-EbZ8cA8utH {
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.pepPersonalDetailsThirdPartyContainer-S2XlwktJh3 .row-EbZ8cA8utH .label-mm6NQvTcxE {
  width: 105px;
  flex-shrink: 0;
}

.icon-WS_ILk9Dfv {
  font-size: 18px;
  margin-right: 10px;
  margin-left: 0px;
}
.container-tp2BsdUAlo {
  max-width: 500px;
  background-color: var(--components-modal-background);
  padding: 30px;
  border-radius: 5px;
  box-shadow: var(--components-modal-shadow);
  overflow: auto;
}

@media (max-width: 768px) {

.container-tp2BsdUAlo {
    width: 90%;
}
  }

@media (max-width: 768px) {

.container-tp2BsdUAlo {
    width: 90%;
}
  }

@media (--mobile) {

.container-tp2BsdUAlo {
    width: 90%;
}
  }

@media (max-width: 768px) {

.containerNarrow-qPPL1BFLIR {
    padding: 30px 20px;
}
  }

@media (max-width: 768px) {

.containerNarrow-qPPL1BFLIR {
    padding: 30px 20px;
}
  }

@media (--mobile) {

.containerNarrow-qPPL1BFLIR {
    padding: 30px 20px;
}
  }

.removePadding-UBpsFetFh6 {
  padding: 0;
  padding: initial;
  padding: unset;
}

.appliedTitlePadding-KJ2s02TbZU {
  padding: 30px 30px 0px 30px;
}

.title-hoyrVQs2VU {
  margin-bottom: 30px;
  font-size: 24px;
}

.titleSmall-IijS24GwdC {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

.descriptionHeader-YjCp3DVaW3 {
  text-transform: uppercase;
  display: flex;
  padding: 10px;
  border-radius: 3px 3px 0 0;
}

.descriptionHeader-YjCp3DVaW3 h3 {
    font-size: 13px;
  }

.icon-NLqS_VyrGV {
  font-size: 18px;
  margin-right: 10px;
  margin-left: 0px;
}

.descriptionHeaderAttention-ylqFprAVil {
  background: var(--global-messages-attention-background);
  color: var(--global-messages-attention-color);
}

.descriptionHeaderWarning-VG3FOGZuFJ {
  background: var(--global-messages-warning-background);
  color: var(--global-messages-warning-color);
}

.bareHeader-px2PnUD2uO {
  background-color: var(--components-modal-background);
  color: var(--global-font-color);
  text-transform: inherit;
  text-transform: unset;
  border-radius: 0;
  border-radius: initial;
  border-radius: unset;
  padding: 0px;
  margin-bottom: 16px;
}

.bareHeader-px2PnUD2uO h3 {
    font-size: 20px;
  }

.close-KCzwJWwEZU {
  float: right;
  cursor: pointer;
}

.containerMFA-kDXDe5mstC {
  border-radius: 3px;
}

@media (max-width: 768px) {

.containerMFA-kDXDe5mstC {
    padding: 30px 20px 20px 20px;
}
  }

@media (max-width: 768px) {

.containerMFA-kDXDe5mstC {
    padding: 30px 20px 20px 20px;
}
  }

@media (--mobile) {

.containerMFA-kDXDe5mstC {
    padding: 30px 20px 20px 20px;
}
  }

.containerMFA-kDXDe5mstC .title-hoyrVQs2VU {
    margin-bottom: 0;
  }

.disableOverflow-hMwHGsj8i1 {
  overflow: visible;
  overflow: initial;
  overflow: unset;
}

@media (max-width: 768px) {
  .formButtons-XiwrX5DeEB {
    padding: var(--global-spacing-padding);
  }
}

@media (max-width: 768px) {
  .formButtons-XiwrX5DeEB {
    padding: var(--global-spacing-padding);
  }
}

@media (--mobile) {
  .formButtons-XiwrX5DeEB {
    padding: var(--global-spacing-padding);
  }
}

.container-jBNj6BXLNK {
  height: auto;
}

.descriptionNoteText-efqbNEB1AL {
  color: var(--global-colors-tertiary)
}

.form-LsjZ7w874z {
  overflow-x: hidden
}

.description-LpZFOn527d {
  font-size: 14px;
  margin-bottom: 10px
}

.formButtons-XiwrX5DeEB {
  padding: 30px 0;
  float: right;
}

.mobileFormButtons-sJSwvEjFuY {
  display: flex;
  float: none;
  float: initial;
  float: unset;
}

.description2-QAyldNWghI {
  position: relative;
  top: -8px;
}

.customTooltip-AT75BvUeyB {
  margin-right: inherit;
  position: absolute;
  top: -30px;
  right: -5px;
  align-items: center;
  width: 25px;
  justify-content: center;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-shrink: 0;
  color: var(--manatee);
}

.customTooltipModal-rCaEmXU5NJ {
  max-width: 400px;
}

.closeButton-FljjFpWpHn {
  margin-right: 5px;
}

.mobileCloseButton-J1SlYRKiPr {
  width: auto;
  width: initial;
  width: unset;
  margin-right: 10px;
  display: flex !important;
}

.mobileSaveButton-kCZ_ECOpGs {
  width: auto;
  width: initial;
  width: unset;
  display: flex !important;
}


.pageTitleContainer-JzGFwytKJ2 {
  display: flex;
  padding: 15px;
}

.warningIconColor-NKdVqUvX3t {
  color: var(--watermelon);
  margin-right: 12px;
}

.header-X4dpr9T2ZV {
  margin-bottom: 15px; /* 15px is already attached from padding */
}

.title-H8oBmiErlm {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.paraContent-ku_bCxsEj4 {
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 0.85em;
}

.paraContent-ku_bCxsEj4 > p:last-child {
  margin-bottom: 0px;
}

.contactUsButtonContainer-luoobDl29C {
  padding-top: 24px;
}

.contactUsButtonContainer-luoobDl29C .contactUsButton-O7scYOnkmR {
  margin: 0px;
  font-size: 0.8em;
  padding: 12px 75px;
}


.container-h_r1nxPWNu {
  color: black;
  margin: 0 auto;
  min-height: 710px;
  background-image: url(/img/backgrounds/maintenanceBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media(max-width: 768px) {

.container-h_r1nxPWNu {
    font-size: 0.8em;
    min-height: 500px;
    background: var(--components-contentBlock-background);
}
  }

@media(max-width: 768px) {

.container-h_r1nxPWNu {
    font-size: 0.8em;
    min-height: 500px;
    background: var(--components-contentBlock-background);
}
  }

@media(--mobile) {

.container-h_r1nxPWNu {
    font-size: 0.8em;
    min-height: 500px;
    background: var(--components-contentBlock-background);
}
  }

.content-BR43wS1bah {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {

.content-BR43wS1bah {
    padding: 0;
    text-align: left;
}
  }

@media (max-width: 768px) {

.content-BR43wS1bah {
    padding: 0;
    text-align: left;
}
  }

@media (--mobile) {

.content-BR43wS1bah {
    padding: 0;
    text-align: left;
}
  }

.content-BR43wS1bah .title-CZcWkBEB6f {
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {

.content-BR43wS1bah .title-CZcWkBEB6f {
    font-size: 1.8em;
    padding: 30px;
}
  }

@media (max-width: 768px) {

.content-BR43wS1bah .title-CZcWkBEB6f {
    font-size: 1.8em;
    padding: 30px;
}
  }

@media (--mobile) {

.content-BR43wS1bah .title-CZcWkBEB6f {
    font-size: 1.8em;
    padding: 30px;
}
  }

.titleUnderScore-BT22FjAieW {
  border: none;
  width: 50px;
  height: 10px;
  color: var(--global-colors-primary);
  background-color: var(--global-colors-primary);
  margin: 40px auto 20px;
}

@media (max-width: 768px) {

.titleUnderScore-BT22FjAieW {
    display: none;
}
  }

@media (max-width: 768px) {

.titleUnderScore-BT22FjAieW {
    display: none;
}
  }

@media (--mobile) {

.titleUnderScore-BT22FjAieW {
    display: none;
}
  }

.contactUsButtonContainer-hr6vVF4qyC {
  display: flex;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {

.contactUsButtonContainer-hr6vVF4qyC {
    display: none;
}
  }

@media (max-width: 768px) {

.contactUsButtonContainer-hr6vVF4qyC {
    display: none;
}
  }

@media (--mobile) {

.contactUsButtonContainer-hr6vVF4qyC {
    display: none;
}
  }

.contactUsButtonContainer-hr6vVF4qyC .contactUsButton-L3kDREZJ7F {
  margin: 0 auto;
  font-size: 0.9em;
  padding: 15px 80px;
}

.paragraph-DWlMhQMHkd {
  font-size: 1.1em;
  padding: 1.5em;
  max-width: 35%;
  margin: 0 auto;
}

@media (max-width: 768px) {

.paragraph-DWlMhQMHkd {
    max-width: 100%;
    padding: 15px 30px;
}
  }

@media (max-width: 768px) {

.paragraph-DWlMhQMHkd {
    max-width: 100%;
    padding: 15px 30px;
}
  }

@media (--mobile) {

.paragraph-DWlMhQMHkd {
    max-width: 100%;
    padding: 15px 30px;
}
  }

.bottomPara-KH3bAJGj7S {
  margin: 0 auto;
  max-width: 75%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {

.bottomPara-KH3bAJGj7S {
    max-width: 100%;
}
  }

@media (max-width: 768px) {

.bottomPara-KH3bAJGj7S {
    max-width: 100%;
}
  }

@media (--mobile) {

.bottomPara-KH3bAJGj7S {
    max-width: 100%;
}
  }

.container-uD2AJyg07a {
  font-size: 14px;
  position: fixed;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}

.bg-w8I4Z51OrY {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 20;
}

.veil-Xv_RJVecoZ {
  background-color: rgba(228, 215, 215, 0.2);
  opacity: 25;
  position: fixed;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
}

.connecting-kbKpirRfva {
  position: fixed;
  bottom: 50px;
  background: var(--global-messages-warning-background);
  color: var(--global-messages-warning-color);
  left: 50%;
  z-index: 150;
  transform: translateX(-50%);
  padding: var(--global-spacing-padding);
  border-radius: 8px;
  display: flex;
  box-shadow: var(--components-container-shadow);
}

@media (max-width: 768px) {

.connecting-kbKpirRfva {
    width: 95%;
}
  }

@media (max-width: 768px) {

.connecting-kbKpirRfva {
    width: 95%;
}
  }

@media (--mobile) {

.connecting-kbKpirRfva {
    width: 95%;
}
  }

.message-Gba0ePvQab {
  font-weight: bold;
  margin-left: 8px;
  line-height: 22px;
}

.icon-AkJA8sLVIi {
  font-size: 20px;
}


.container-n5v9Fl_weP {
  padding: 3em;
  text-align: center;
}

.noSupportBox-p12eUpz3Pd {
  font-size: 0.85em;
  text-align: center;
  padding: 40px;
}

.withBorders-rUQLVjb23d {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  background-color: var(--components-messageBox-background);
  border-radius: var(--global-border-radius);
  color: var(--components-messageBox-color);
}

.link-Vaw8bEH8Kn {
  padding: 5px;
  color: var(--components-sitemap-productLinks-color);
}.link-Vaw8bEH8Kn:hover {
    color: var(--components-sitemap-productLinks-hover-color);
    opacity: var(--components-sitemap-productLinks-hover-opacity);
    -webkit-text-decoration: var(--components-sitemap-productLinks-hover-textDecoration);
            text-decoration: var(--components-sitemap-productLinks-hover-textDecoration);
  }

.expander-il3_m5uySl {
  padding-left: 12px;
  color: var(--components-sitemap-expander);
  cursor: pointer;
  font-size: 14px;
}

.navLink-AUFCVXIyCx {
  padding: 5px;
  color: var(--components-sitemap-productLinks-color);
}

.navLink-AUFCVXIyCx:hover {
    color: var(--components-sitemap-productLinks-hover-color);
    opacity: var(--components-sitemap-productLinks-hover-opacity);
    -webkit-text-decoration: var(--components-sitemap-productLinks-hover-textDecoration);
            text-decoration: var(--components-sitemap-productLinks-hover-textDecoration);
  }

.groupLink-syViNEtGc4:hover {
  color: var(--dodgerBlue);
}

.hiddenLink-hYMRftwEIW {
  display: none;
}

.sitemap-EcdP8ipn9_ {
  background-color: var(--components-sitemap-background);
  padding: 20px;
}

.container-lw3fbWQHhD {
  background-color: var(--components-sitemap-background);
  padding: 30px 30px 30px 0px;
}

.container-lw3fbWQHhD h2 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 20px;
    color: var(--components-sitemap-productLinks-color);
  }

.container-lw3fbWQHhD a {
    font-size: 13px;
    line-height: 19px;
  }

div.section-COSgqCwSeT,
a.section-COSgqCwSeT {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--components-sitemap-productLinks-color);
}

.topPadding-Q8F4lvdSOP {
  padding-top: 15px;
}

.content-hzYvuLiSmM {
  padding: 0px 25px;
}

.group-A5LZP9yX62 {
}

@media (max-width: 768px) {
  .sitemapPaddingAdjustment-Dy8hvnHiKf {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .sitemapPaddingAdjustment-Dy8hvnHiKf {
    padding-top: 80px;
  }
}

@media (--mobile) {
  .sitemapPaddingAdjustment-Dy8hvnHiKf {
    padding-top: 80px;
  }
}

.tabs-rRKKYHt9P6 {
  flex: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.tabs-rRKKYHt9P6.fillParent-lkhhZI6JkL {
    align-items: stretch;
  }

.tabs-rRKKYHt9P6.fillParent-lkhhZI6JkL .button-ElQLfchJDz {
      flex: 1;
    }

.button-ElQLfchJDz {
  font-size: 13px;
  padding: 10px 0;
  color: var(--components-tabs-color);
  font-weight: 500;
  text-transforM: uppercase;
  transition: none;
  transition: box-shadow 250ms var(--global-animation-easing);
  color: var(--global-font-color);
  opacity: .8;
  white-space: nowrap;
  cursor: pointer;
}

.button-ElQLfchJDz[data-selected="true"] {
    opacity: 1;
    box-shadow: 0 -3px 0 0 var(--global-colors-primary) inset;
    color: var(--global-font-color);
  }

.button-ElQLfchJDz:last-child {
    margin-right: 0;
  }

/**
 * More content (when tabs are cutoff)
 */

.moreContainer-xqhqJrpCxO {
  padding: 0 !important;
}

.moreContainer-xqhqJrpCxO:hover {
    z-index: 99999;
  }

.moreContainer-xqhqJrpCxO:hover .moreContent-IXTLxsFb2Z {
      display: flex;
    }

.moreButton-txzAdgTPi2 {
  padding: 10px 20px;
}

.moreButton-txzAdgTPi2 .chevronDown-LooqBRUrq3 {
    font-size: 7px;
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
  }

.moreContent-IXTLxsFb2Z {
  display: none; /* important */
  background: #0C0F15;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
  padding: 2em;
  position: absolute;
  right: -5px;
  text-align: center;
  flex-direction: column;
  transform: translateY(-5px);
}

.moreContentButton-sjlARoznNi {
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
}

.moreContentButton-sjlARoznNi:hover {
    text-decoration: underline;
  }

.moreContentButton-sjlARoznNi[data-selected="true"] {
    color: var(--harlequin);
  }

/**
 * Modifiers
 */

.buttonModifier-P8QBDfnu60 {
  /* if the calling component wants to add additional styles to the tab
     button it can do so by adding this classname via props.styles */
}

.addPadding-qokoM8yT_e {
  padding-left: var(--global-spacing-padding);
  padding-right: var(--global-spacing-padding);
}

.addMargin-hnSLBA6zdm {
  margin-right: calc(var(--global-spacing-margin) * 2);
}

.addMargin-hnSLBA6zdm:last-child {
    margin-right: 0;
  }

/**
 * Theme
 */

.onDark-GC0mkdqW3t .button-ElQLfchJDz {
    color: var(--lightGray);
  }

.onDark-GC0mkdqW3t .button-ElQLfchJDz[data-selected="true"] {
      color: white;
    }

/* @todo: replace onDark with these */

.primary-quieIt7SkL { }

.secondary-rlfkj2b5Vh { }

.container-Cngbcc2uRC {
  padding: 2em;
  text-align: center;
}

.star-TtxLGIIabZ {
  font-size: 30px;
  color: black;
}

.star-stroke-G_EdEzsi1e {
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: transparent; 
  transition: all 500ms;
}

.star-stroke-G_EdEzsi1e:hover {
    -webkit-text-fill-color: black; 
    -webkit-text-stroke: none;
  }

.pspSourceImageWrapper-K6AUCLzd3h {
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
}

.pspSource-MrBlsojDVa {
/* must be less the then parent */
  max-height: 65px;
  max-width: 90px;
}

.localSource-KdhL2CJe4W {
  height: 90px;
  width: 100%;
  background: center center/contain no-repeat;
}

.pspSourceImage-yfSUpF7OCt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pspSourceLeftImageText-JlmVkIOX8U, .pspSourceRightImageText-sH71soOZ12 {
  position: absolute;
  color: var(--white);
  border: none;
  border-radius: 999px;
  font-size: 8px;
  padding: 4px 8px;
  top: 2px;
  white-space: nowrap;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {

.pspSourceLeftImageText-JlmVkIOX8U, .pspSourceRightImageText-sH71soOZ12 {
    font-size: 10px;
    top: 3px;
}
  }

@media (max-width: 768px) {

.pspSourceLeftImageText-JlmVkIOX8U, .pspSourceRightImageText-sH71soOZ12 {
    font-size: 10px;
    top: 3px;
}
  }

@media (--mobile) {

.pspSourceLeftImageText-JlmVkIOX8U, .pspSourceRightImageText-sH71soOZ12 {
    font-size: 10px;
    top: 3px;
}
  }

.pspSourceLeftImageText-JlmVkIOX8U {
  background-color: var(--forestGreen);
  left: 2px;
}

.pspSourceRightImageText-sH71soOZ12 {
  background-color: var(--skyBlue);
  right: 2px;
}


  @media (min-width: 1281px) {

.cardContainer-N_fQqXWANm {
    width: 25%;
}
  }

@media (min-width: 1281px) {

.cardContainer-N_fQqXWANm {
    width: 25%;
}
  }

@media (--hugeViewport) {

.cardContainer-N_fQqXWANm {
    width: 25%;
}
  }

@media (min-width: 768px) {

.cardContainer-N_fQqXWANm {
    width: 33.3%;
    padding: 10px;
    display: inline-block;
    text-align: center;
}
  }

@media (min-width: 768px) {

.cardContainer-N_fQqXWANm {
    width: 33.3%;
    padding: 10px;
    display: inline-block;
    text-align: center;
}
  }

@media (--desktop) {

.cardContainer-N_fQqXWANm {
    width: 33.3%;
    padding: 10px;
    display: inline-block;
    text-align: center;
}
  }

@media (max-width: 768px) {

.cardContainer-N_fQqXWANm {
    width: 50%;
    padding: 8px;
    display: inline-block;
    text-align: center;
}
  }

@media (max-width: 768px) {

.cardContainer-N_fQqXWANm {
    width: 50%;
    padding: 8px;
    display: inline-block;
    text-align: center;
}
  }

@media (--mobile) {

.cardContainer-N_fQqXWANm {
    width: 50%;
    padding: 8px;
    display: inline-block;
    text-align: center;
}
  }

.card-KWongnJWOe {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: var(--global-border-radius);
  background-color: var(--components-account-pspCard-background);
  color: var(--components-account-pspCard-color);
  height: 150px;
  position: relative;
  overflow: hidden;
}

.card-KWongnJWOe:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.text-o1scYBQe0T {
  text-align: center;
  border-top: 1px solid var(--global-border-color);
  height: 60px;
  line-height: auto;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 100%;
  font-size: 11px;
}

@media (max-width: 1024px) and (min-width: 768px) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (max-width: 1024px) and (min-width: 768px) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (max-width: 1024px) and (--desktop) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (max-width: 1024px) and (min-width: 768px) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (max-width: 1024px) and (min-width: 768px) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (max-width: 1024px) and (--desktop) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

@media (--mediumViewport) and (--desktop) {

.text-o1scYBQe0T {
    font-size: 9px;
}
  }

.cursorPointer-yGGVXYvYB2 {
  cursor: pointer;
}

.pspLabel-lvoitBa8C0 {
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}


.card-htb3BvHCKc {
  background: var(--components-betslip-card-background);
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  border-radius: var(--global-border-radius);
}
.mobileButton-NLTfv5Mhgj {
  background-color: var(--components-mobileBetslipButton-background);
  border-radius: 6px 6px 0 0;
  box-shadow: 1px 3px 35px rgba(0,0,0,.25);
  color: var(--components-mobileBetslipButton-color);
  cursor: pointer;
  /* display: inline-block; */
  font-size: 15px;
  font-weight: bold;
  left: 50%;
  padding: 15px 25px;
  position: fixed;
  text-transform: uppercase;
  bottom: 0;
  transform: translateX(-50%);
  transition: opacity 500ms var(--global-animation-easing), transform 250ms var(--global-animation-easing);
  width: auto;
  white-space: nowrap;
  z-index: 1;
}

.mobileButton-NLTfv5Mhgj[data-visible="false"] {
  opacity: 0;
  pointer-events: none;
}

/* BADGE */

.badge-_HN21hMMaz {
  background: var(--components-mobileBetslipButton-badge-background);
  border-radius: var(--global-border-radius);
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 19px;
  margin-left: 10px;
  padding: 0 6px;
  text-align: center;
}

/* ANIMATED */

/* animation: nudge 200ms; */

.animateMobileBtn-zVEXTYyj2p .badge-_HN21hMMaz {
    animation: boop-J_4FbqrBN2 250ms;
  }

.maxSelectionsReached-qfotcmAmro {
  background: var(--watermelon);
}

.maxSelectionsReached-qfotcmAmro .badge-_HN21hMMaz {
    display: none;
  }

.maxSelectionsReached-qfotcmAmro i {
    color: white;
    transform: scaleY(-1) translateY(-2px);
    display: inline-block;
    margin-left: 7px;
    font-size: 18px;
  }

@keyframes nudge-OTREJFDdCg {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  70% {
    transform: translateX(-50%) translateY(-3px);
    padding-bottom: 15px;
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes boop-J_4FbqrBN2 {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.container-vXCke54UJ8 {
  position: relative;
}

.button-ePVZygruUB {
  background-color: var(--components-betslip-unified-background);
  cursor: pointer;
  padding: 10px 15px 10px;
  font-weight: 500;
  font-size: 12px;
  color: var(--components-betslip-removeAll-color);
  background-color: var(--components-betslip-background);
}

.button-ePVZygruUB i {
    margin-right: 8px;
    font-size: 15px;
    vertical-align: text-bottom;
  }

.button-ePVZygruUB:hover {
    color: var(--global-colors-primary);
  }


.modal-xcIFJM8Lud {
  background-color: rgba(11,20,34,0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99999;
}

.title-yMMNNei9rv {
  text-transform: uppercase;
  font-weight: bold;
}

.description-yWdG6HJ9CL {
  /* padding: 10px 0 15px 0; */
  font-weight: 500;
}

.message-oRhM9pYow_ {
  background: white;
  color: var(--tiber);
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  top: 8px;
  left: 8px;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
  width: calc(100% - 16px); /* minus the margin */
}

.buttonContainer-XWzopDLxdX button {
  float: right;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.buttonContainer-XWzopDLxdX button:hover {
    border-bottom: 2px solid;
  }

.no-nDvzQ37EbQ {
  color: var(--medGray);
  margin-right: 20px;
  border-color: var(--medGray);
}

.yes-wCQba7clvx {
  color: var(--red);
  border-color: var(--red);
}


.contents-WaJ9F5ccXO {
  overflow: auto;
  /* overflow: overlay; */
  transform: translateZ(0);
  background-color: var(--components-betslip-background);
}

@media (max-width: 768px) {

.contents-WaJ9F5ccXO {
    flex-grow: 1;
    height: 100%;
}
  }

@media (max-width: 768px) {

.contents-WaJ9F5ccXO {
    flex-grow: 1;
    height: 100%;
}
  }

@media (--mobile) {

.contents-WaJ9F5ccXO {
    flex-grow: 1;
    height: 100%;
}
  }

@media (max-width: 768px) {
  /* this fixes the bet slip from being pushed down on galaxy phones */
  #multiples .contents-WaJ9F5ccXO {
    min-height: 100%;
    max-height: calc(100vh - 320px);
  }
}

@media (max-width: 768px) {
  /* this fixes the bet slip from being pushed down on galaxy phones */
  #multiples .contents-WaJ9F5ccXO {
    min-height: 100%;
    max-height: calc(100vh - 320px);
  }
}

@media (--mobile) {
  /* this fixes the bet slip from being pushed down on galaxy phones */
  #multiples .contents-WaJ9F5ccXO {
    min-height: 100%;
    max-height: calc(100vh - 320px);
  }
}

.contents-WaJ9F5ccXO:hover {
  /* overflow-y: scroll; */
}

.contents-WaJ9F5ccXO::-webkit-scrollbar {
  width: 5px;
}

@media (max-width: 768px) {
  .contents-WaJ9F5ccXO::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width: 768px) {
  .contents-WaJ9F5ccXO::-webkit-scrollbar {
    width: 0;
  }
}

@media (--smallViewport) {
  .contents-WaJ9F5ccXO::-webkit-scrollbar {
    width: 0;
  }
}

/* this is used to keep the bet slip height consistent when there's
   only 1 selection */

@media (min-width: 768px) {

.contents-WaJ9F5ccXO:not([data-count="0"]) {
    min-height: 289px;
    max-height: 72vh;
}
  }

@media (min-width: 768px) {

.contents-WaJ9F5ccXO:not([data-count="0"]) {
    min-height: 289px;
    max-height: 72vh;
}
  }

@media (--desktop) {

.contents-WaJ9F5ccXO:not([data-count="0"]) {
    min-height: 289px;
    max-height: 72vh;
}
  }

.message-UwJNtzOAMm {
  padding: 8px 15px;
  /* font-size: 0.7em; */
  border-radius: 0;
}

.message-UwJNtzOAMm:first-of-type {
}

.header-nrkpZknBLP {
  display: flex;
}

.title-FZMgOS66El {
  font-weight: bold;
  cursor: default;
  flex: 1;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}

.title-FZMgOS66El .iconExclamation-SrBq3Nhd1I {
    margin-top: 2px;
  }

/* max-width: calc(100% - 12px); */

.ellipsis-hwKFbuFaoa {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.ellipsis-hwKFbuFaoa .iconExclamation-SrBq3Nhd1I {
    margin-top: 0;
  }

.toggle-DhAiWUX3CT {
  max-width: 11px;
  flex: 1;
}

.iconExclamation-SrBq3Nhd1I {
  margin-right: 5px;
  display: inline-block;
  transform: rotate(180deg);
}

.iconMinus-rrgoQn5uBX {
  background: black;
  height: 3px;
  width: 100%;
  margin-top: 6px;
  line-height: 1;
  display: block;
}

.body-BGR69DoY5b {
  font-size: 11px;
}

.centered-VyaCrp70qO {
  text-align: center;
}

.clickable-aAUaajcFwo {
  cursor: pointer;
}

.shadow-X7gv02DHV9 {
  position: relative;
}

.shadow-X7gv02DHV9:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    content: '';
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    z-index: 9999;
  }


.blockBetslip-CYnACnUQlh {
  background-color: var(--zumthor);
  z-index: 11;
  min-height: 160px;
}

.blockBetslip-CYnACnUQlh .contactUsContainer-UsoKUYPwob {
  display: flex;
  background-color: white;
  padding: 10px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}

.contactUsContainer-UsoKUYPwob .contactUsButton-hN5aTTpnMf {
  flex: 1;
}

.button-KEu2tg_uWG {
  max-width: 100%;
}

.button-KEu2tg_uWG[data-badge='']::after,
.button-KEu2tg_uWG[data-badge='0']::after {
  display: none;
}

.button-KEu2tg_uWG[data-badge]:not([data-badge='0']) {
  padding-right: 25px;
}

/* this it the selections count badge */

.button-KEu2tg_uWG[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  padding: 1px;
  /* margin-left: 8px; */
  right: 0;
  font-size: 11px;
  background: var(--global-colors-primary);
  color: white;
  width: 1.4em;
  /* height: 1.2em; */
  line-height: 1.4em;
  text-align: center;
  border-radius: var(--global-border-radius);
}
.container-Maux8TTHw0 {
  border-radius: var(--global-border-radius);
}

.header-wwiSn1syR4 {
  color: var(--components-betslip-unified-openBets-card-header-color);
  background-color: var(
    --components-betslip-unified-openBets-card-header-background
  );
  padding: calc(var(--global-spacing-padding) / 2) var(--global-spacing-padding);
  border-radius: var(--global-border-radius) var(--global-border-radius) 0 0;
}

.body-HhgnbLJAYN {
  background: var(--components-betslip-unified-betslip-background);
  border-radius: 0 0 var(--global-border-radius) var(--global-border-radius);
}

.money-M2vXgvpvk5 {
  border-bottom: 1px solid var(--global-border-color);
}

.dashedBorder-oUu32W8IUX {
  border-bottom: 1px dashed var(--global-border-color);
}

.padding-jDc8NX1528 {
  padding: var(--global-spacing-padding);
}

.flex-o3soGOGtpr {
  display: flex;
}

.spaceEvenly-NiH7F2wyIj {
  justify-content: space-between;
}

.bold-WKTFkodKN7 {
  font-weight: bold;
}

.selectionDescription-RyKE52NPTO {
  color: var(--global-font-color);
  opacity: .8;
}

.price-kpz79y7sGY {
  padding: 0px 6px;
  border-radius: 3px;
  background-color: var(--global-colors-primary);
  color: white;
  max-height: 19px;
}

.chevron-zDmsvMwcwE {
  margin-left: 6px;
  transition: all 150ms ease-in-out;
  display: inline-flex;
  font-size: 6px;
  font-weight: bold;
  cursor: pointer
}

.inverse-m4UGtFXNPj {
  transform: rotate(-180deg);
}

.liveEvent-agMxca6hBz {
  margin-right: 5px;
  color: var(--mediumSeaGreen);
  display: inline;
}

@media (max-width: 768px) {

.liveEvent-agMxca6hBz {
    margin-bottom: 5px;
}
  }

@media (max-width: 768px) {

.liveEvent-agMxca6hBz {
    margin-bottom: 5px;
}
  }

@media (--mobile) {

.liveEvent-agMxca6hBz {
    margin-bottom: 5px;
}
  }
.container-GJTBEG3wRo {
  text-align: center;
  padding: 15px 0 30px 0;
  position: relative;
}

.heading-_tp28zfpW_ {
  font-size: 14px;
  font-weight: bold;
}

.subtext-sa0gAesT1v {
  font-size: 12px;
  font-weight: normal;
}

.emptyImg-HqO5Dmy72g {
  position: relative;
  width: 100px;
  height: 137px;
  margin: 30px auto;
  background: var(--components-betslip-empty-background);
}

.container-WV5KNhmB0f {
  background: var(--components-betslip-background);
  padding: 8px;
}

.openBets-iuhK8HLHtH {
  background: var(--components-betslip-unified-betslip-background);
  border-radius: var(--global-border-radius)
}

.emptyResults-QmfGrkBL7n {
  background-color: var(
    --components-betslip-unified-openBets-emptyResults-background
  );
  border-radius: var(--global-border-radius);
}

.anonymous-mcXFcV6TFc {
  padding: 20px 15px;
  background-color: var(--components-betslip-unified-openBets-emptyResults-background);
  border-radius: var(--global-border-radius);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.loginButton-idMYBVXHl5 {
  width: 100%;
  margin-top: 20px;
}

.spacer-_XqdzcEM5C {
  margin-bottom: 2px; /* var(--global-spacing-margin); */
}

.noPaddingBottom-aT6UOaHP8j {
  padding-bottom: 0px;
}

.summary-YLnkdfW2mQ {
  font-size: 11px;
  text-align: center;
  margin: 4px 2px;
  padding-bottom: 8px;
  color: var(--components-betslip-unified-openBets-summary-color);
}

.container-yDP5ekU0iI  {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.container-yDP5ekU0iI > * {
  /* flex: 1 0 auto; */
}

.container-yDP5ekU0iI .left-xJ8NS0E6A4 {

}

.container-yDP5ekU0iI .right-IN3iR2JItk {
  text-align: right;
  /* flex: 1 0 auto; */
  margin-left: auto;
}


.container-TFl29rKa4W {
  padding: 8px var(--global-spacing-padding);
}

.label-ifx2WD2CNv {
  font-weight: bold;
}

.price-Y57WJu7OOh  {
  font-weight: bold;
  background: var(--global-colors-primary);
  color: white;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
}
.button-nEISvmvlzT {
  font-size: 13px;
}

.button-nEISvmvlzT:disabled,
  .button-nEISvmvlzT:hover:disabled {
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    background-color: #72777f;
    border-color: #72777f;
  }

[lang="de"] .button-nEISvmvlzT i,
[lang="es"] .button-nEISvmvlzT i,
[lang="ru"] .button-nEISvmvlzT i {
  display: none;
}

.reuse-RNuDBzNE_A {
  cursor: pointer;
}

.container-yS4VP9R9OM {
  color: var(--tiber);
}

header {
  position: relative;
}

header.unified-YMh_c6d3wj {
    padding-left: 5px;
    padding-bottom: 4px;
  }

header.unified-YMh_c6d3wj .acceptedBet-ppmTNfcSZy,
    header.unified-YMh_c6d3wj .id-KJmfAm1W4C {
      margin-left: 8px;
      font-weight: bold;
      display: block;
    }

header.unified-YMh_c6d3wj .close-Dqu4cHK_q1 {
      position: absolute;
      font-size: 8px;
      top: 3px;
      right: -9px;
    }

.id-KJmfAm1W4C {
  font-size: 12px;
}

.checkmark-JY9klmqRUY {
  border-radius: 50%;
  background-color: black;
  color: white;
  position: absolute;
  left: -4px;
  top: 2px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  font-size: 6px;
  text-align: center;
}

.acceptedBet-ppmTNfcSZy {
  font-weight: bold;
  font-size: 12px;
}

.stakeWin-kjtiXvit6E {
  position: relative;
}

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj {
    background: var(--components-betslip-card-background);
    padding: 7px 15px;
    margin: 0 -8px;
    border-bottom: 1px solid var(--global-border-color);
    color: var(--global-font-color);
  }

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj:last-child {
      border-bottom: none;
    }

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj .row-JyP2dD1bfh {
      display: flex;
      flex-direction: row;
      font-size: 12px;
    }

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj .label-zYE3AuMUfn {
      flex-grow: 1;
    }

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj .multipleMessage-RK5wFu1FHY {
      padding: 8px 0;
    }

.stakeWin-kjtiXvit6E.unified-YMh_c6d3wj .multipleMessage-RK5wFu1FHY .multiple-message-label {
        font-size: 12px;
      }

.label-zYE3AuMUfn {
  font-weight: bold;
  min-width: 50px;
  display: inline-block;
  font-size: 12px;
}

.subLabel-_b4a5MDRCV {
  font-size: 12px;
}

.prices-dDSjmHFPBG {
  margin-top: 5px;
}

.close-Dqu4cHK_q1 {
  top: 0px;
  right: 0px;
  color: var(--dark);
}

.closeQuickbetModal-SGf6TLzABC {
  top: 3px;
  right: -9px;
  color: var(--dark);
}

.quickBetStakeRow-G4Wo2TVdCb {
  line-height: 17px;
}

.betslipFooter-XmoOuql5LW {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--components-easyBet-closeButtonColorDark);
}

.betslipFooter-XmoOuql5LW a,
  .betslipFooter-XmoOuql5LW span {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    color: var(--black);
    line-height: 1.5;
  }

.container-PEbYsN79rQ {
  color: #0B1422;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.label-ALZxhYWS2h {
  font-weight: bold;
  min-width: 50px;
  display: inline-block;
}
.subLabel-QwVqp20fYq {

}
.prices-VR34p5TOx9 {
  margin-top: 5px;
}
.rejectedMessageBody-PErjRon8Bm {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  font-size: 11px;
}
.close-_1WFIZAbPU {
  position: static;
}
.reuse-UDvqT_paIW {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--black);
  line-height: 1.5;
  align-self: flex-end;
}

.container-TtqHYF1Mfx {
  position: relative;
}.container-TtqHYF1Mfx .overlay-rHOOpEFUhR {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9;
    color: var(--tiber);
    display: flex;
    justify-content: center;
    align-items: center;
  }.container-TtqHYF1Mfx .overlay-rHOOpEFUhR .isQuickBetBetPendingLoading-jzHpeRNjuq {
      padding-top: 0;
      min-height: 80px;
    }.container-TtqHYF1Mfx .overlay-rHOOpEFUhR .processing-Oj5W9PupRy {
      font-weight: bold;
      text-align: center;
      margin-top: -40px;
      font-size: 15px;
    }.container-TtqHYF1Mfx.isQuickBetBetPending-OyaD7C5Z6W {
    height: 100%;
  }.container-TtqHYF1Mfx.isQuickBetBetPending-OyaD7C5Z6W .overlay-rHOOpEFUhR {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }.container-TtqHYF1Mfx.isQuickBetBetPending-OyaD7C5Z6W .overlay-rHOOpEFUhR .isQuickBetBetPendingLoading-jzHpeRNjuq {
        padding-top: 0;
        min-height: 0;
      }.container-TtqHYF1Mfx.isQuickBetBetPending-OyaD7C5Z6W .overlay-rHOOpEFUhR .processing-Oj5W9PupRy {
        margin: 0;
      }


.container-ZUdLappvRW {
  background: #515e6f;
  box-shadow: 0 6px 35px rgba(0,0,0,.9);
  display: flex !important;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0 !important;
  transform: none !important;
  bottom: 0 !important;
  width: 100%;
  max-width: 100% !important;
  color: white;
  /*
  &:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,.35);
  }
  */
}

/* ----------------------------------------- */

/* KEYPAD READOUT
/* ----------------------------------------- */

.readout-gywebOYhX9 {
  font-size: 26px;
  font-weight: bold;
  background: #515e6f;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}

.small-INbPjeNEN5 {
  font-size: 21px;
}

.xsmall-I4rUwqjD41 {
  font-size: 17px;
}

.highlight-hFFpozvWfW .text-cy9EUZ3xMI {
    background-color: #7690b1;
  }

.value-vtUgLskBvM {
  flex-grow: 0;
  padding: 5px 10px;
  flex-basis: 50%;
  flex-shrink: 1;
  white-space: nowrap;
}

.swap-vKtDqCgzQW {
  display: flex;
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
}

.swapBtn-n8I3uu521U {
  display: flex;
  border-radius: 50%;
  background-color: #616b7d;
  width: 48px;
  height: 48px;
  text-align: center;
  justify-content: center;
}

.swapBtn-n8I3uu521U img {
    width: 18px;
  }

.swapBtn-n8I3uu521U:hover, .swapBtn-n8I3uu521U:active {
    background-color: #7d899e;
  }

.result-UZ3oqAxDHk {
  text-align: right;
  font-weight: 500;
}

.result-UZ3oqAxDHk .label-Qr4YMyyL9I {
  font-size: 12px;
  padding-right: 1em;
  color: #cad6ef;
  vertical-align: middle;
}

.result-UZ3oqAxDHk .label-Qr4YMyyL9I.fixed-HSoIokLkvd {
    position: absolute;
    right: 0;
    top: 3px;
  }

.result-UZ3oqAxDHk .text-cy9EUZ3xMI {
  vertical-align: middle;
}

@media (max-width: 360px) {
  .readout-gywebOYhX9 { font-size: 23px }
  .small-INbPjeNEN5   { font-size: 15px }
  .xsmal-D2cMfGw6Yh   { font-size: 13px }

  .swap-vKtDqCgzQW {
    flex-basis: 40px;
  }

  .swapBtn-n8I3uu521U {
    width: 36px;
    height: 36px;
  }
}

/* ----------------------------------------- */

/* KEYPAD BUTTONS
/* ----------------------------------------- */

.keyboard-sIT1VSSTJZ {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.keypad-CJ__wHWiuy {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  font-size: 24px;
}

.inputPad-hQcuFQFI7g {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
  background: #515e6f;
}

.inputRow-plqVPot2_B {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  background: #515e6f;
}

.input-gNxksh7ufx {
  display: flex;
  flex-grow: 1;
  background: #012545;
  margin: .5px;
  font-weight: normal;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  padding: .25em;
  -webkit-tap-highlight-color: #2c4e6e;
}

.input-gNxksh7ufx:active {
    background-color: #2c4e6e;
  }

.inputPadSecondary-T5i5EanC6r {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.inputPadSecondaryRowFirst-ks1GUFhyFn {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 25%;
}

.inputPadSecondaryRowSecond-ibtUwh0ZZE {
  display: flex;
  flex-grow: 3;
  flex-direction: column;
  flex-basis: 75%;
}

.clear-lfRjD08gB3 {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-basis: 0;
}

.done-y3huxWDP6g {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  background: #419bf9;
  font-weight: bold;
  color: white;
  flex-basis: 0;
}

.blinkingCursor-rJ3fVAYV9e {
  width: 2px;
  background: #fff;
  opacity: 1;
  -webkit-animation: blink-xGzonrZOPd 750ms infinite;
  display: inline-block;
}

@-webkit-keyframes blink-xGzonrZOPd {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.hideCursor-P44dqY7chH {
  color: transparent;
  text-shadow: 0 0 0 var(--global-font-color);
}

.hideCursor-P44dqY7chH:focus {
    outline: none;
  }

.focused-h7NtwPnPll {
  border-radius: 2px;
  box-shadow: 0 0 0 3px rgba(65, 155, 249, 0.3);
}

.focused-h7NtwPnPll input {
    border-color: #419bf9 !important;
  }

.focused-h7NtwPnPll input::-moz-placeholder {
    color: transparent !important;
  }

.focused-h7NtwPnPll input::placeholder {
    color: transparent !important;
  }

.h-100-SJIpMZEv7u {
  height: 100%;
}

.easyBetNumpad-Rr_wcKCE30 {
  padding: 10px 0 0;
}

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 {
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-gap: 2px;
  }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbers-Sy3s2c3Aeq {
      grid-template-rows: repeat(2, 1fr);
      grid-template-columns: repeat(5, 1fr);
    }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbers-Sy3s2c3Aeq .numbersDigits-vecy_A0tYz {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(5, 1fr);
      }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbers-Sy3s2c3Aeq .numbersMoney-WlfEkWQv5C {
        margin-bottom: 2px;
        grid-auto-flow: column;
      }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersSymbols-Ld4ttPFljN {
      grid-template-rows: repeat(3, 1fr);
    }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersDigits-vecy_A0tYz,
    .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersMoney-WlfEkWQv5C,
    .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersSymbols-Ld4ttPFljN {
      display: grid;
      grid-gap: 2px;
    }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersDigits-vecy_A0tYz button, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersMoney-WlfEkWQv5C button, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersSymbols-Ld4ttPFljN button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 18px;
        font-weight: normal;
        text-align: center;
        border-radius: 5px;
        min-height: 30px;
        border: 1px solid var(--components-easyBet-numpad-borderColor);
        color: var(--components-easyBet-numpad-buttonColor);
        background: var(--components-easyBet-numpad-buttonBackground);
      }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersDigits-vecy_A0tYz button:active, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersMoney-WlfEkWQv5C button:active, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersSymbols-Ld4ttPFljN button:active {
          color: var(--components-easyBet-numpad-buttonActiveColor);
          background: var(--components-easyBet-numpad-buttonActiveBackground);
        }

.easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersDigits-vecy_A0tYz button .icon-backspace, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersMoney-WlfEkWQv5C button .icon-backspace, .easyBetNumpad-Rr_wcKCE30 .numbersWrapper-yr_i4ZRUf4 .numbersSymbols-Ld4ttPFljN button .icon-backspace {
          color: var(--components-easyBet-numpad-iconColor);
          font-size: 17px;
        }

.container-pX0J2FEftz {
  padding: 0 15px 5px 15px;
  width: 100%;
}

.inputBox-Dli1iDw9gB {
  position: relative;
  display: inline-block;
  width: calc(50% - 5px);
}

.inputBox-Dli1iDw9gB input {
  width: 100%;
  height: 36px;
  -moz-appearance: textfield;
  padding: 4px 8px;
  font-size: 12px;
  text-align: right;
  vertical-align: baseline;
  font-weight: 500;
  border-radius: 2px;
  color: var(--components-betslip-stakeWinInput-color);
  border: 1px solid var(--components-betslip-stakeWinInput-border-color);
  background: var(--components-betslip-stakeWinInput-background);
}

.inputBox-Dli1iDw9gB input[data-empty="true"] {
    background: var(--components-betslip-stakeWinInput-background);
  }

.inputBox-Dli1iDw9gB input:focus {
    border-color: var(--components-betslip-stakeWinInput-focus-border-color);
    background: var(--components-betslip-stakeWinInput-focus-background);
  }

.inputBox-Dli1iDw9gB input:focus::-moz-placeholder {
      visibility: hidden;
      color: transparent;
    }

.inputBox-Dli1iDw9gB input:focus::placeholder {
      visibility: hidden;
      color: transparent;
    }

.inputBox-Dli1iDw9gB input::-moz-placeholder {
    color: var(--components-betslip-stakeWinInput-placeholder-color);
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
  }

.inputBox-Dli1iDw9gB input::placeholder {
    color: var(--components-betslip-stakeWinInput-placeholder-color);
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
  }

.inputBox-Dli1iDw9gB[data-below-label]:not([data-below-label=""]):not(
    [data-below-label="false"]
  ).hasValue-ZAVvZrsjYx::after,
.inputBox-Dli1iDw9gB[data-below-label]:not([data-below-label=""]):not(
    [data-below-label="false"]
  ):focus-within::after {
  content: attr(data-below-label);
  position: absolute;
  font-size: 10px;
  padding: 2px;
  left: 2px;
  bottom: 0;
  color: var(--components-betslip-stakeWinInput-label-color);
}

.inputBox-Dli1iDw9gB.hasValue-ZAVvZrsjYx::before,
.inputBox-Dli1iDw9gB:focus-within::before {
  content: attr(data-label);
  position: absolute;
  font-size: 8px;
  padding: 0;
  left: 3px;
  top: 2px;
  color: var(--components-betslip-stakeWinInput-label-color);
}

.inputBox-Dli1iDw9gB div {
  font-size: 0.7em;
  margin: 3px 0 0 3px;
}

.inputBox-Dli1iDw9gB:last-of-type:not(:first-child) {
  margin-left: 10px;
}

.inputBox-Dli1iDw9gB:only-child {
  width: 100%;
}

/* Webkit browsers like Safari and Chrome */

.inputBox-Dli1iDw9gB input::-webkit-inner-spin-button,
.inputBox-Dli1iDw9gB input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.maxWager-WchkO1fHh8 {
  margin-top: 8px;
  font-size: 11px;
  color: var(--global-font-color);
}

.maxWager-WchkO1fHh8.potentialWin-SOqf1SWi83 {
    margin-top: 0;
  }

.maxWager-WchkO1fHh8 a {
  text-decoration: underline;
}

.maxWager-WchkO1fHh8 a:hover {
    color: var(--global-colors-primary);
  }

.fee-fGRxJlrn8t {
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 500;
}

.stakeLoader-o1pw8fiZRD {
  min-height: auto;
  padding: 0;
}

.lockedBox-oCrN0krHsb {
  padding: 5px 20px;
  font-weight: bold;
  margin-top: -7px;
}

.left-lUXrgJbGuH {
  /* @todo: figure out how this is displayed */
  background-color: var(--solitude);
  display: flex;
  flex-wrap: wrap;
}

.message-_ZOLiJaHGd,
.value-ecrLHgLrGw {
  display: flex;
  flex-direction: column;
}

.message-_ZOLiJaHGd span {
  flex: 0 0;
}

.value-ecrLHgLrGw span {
  padding-left: 10px;
  font-weight: normal;
  flex: 1 1;
}

.isQuickBet-XvIo5TKQXY {
  padding-bottom: 0;
}

.isQuickBet-XvIo5TKQXY .maxWager-WchkO1fHh8 {
    font-size: 11px;
    color: var(--components-easyBet-addToBetslip);
    margin-top: 5px;
    line-height: 13px;
  }

.isQuickBet-XvIo5TKQXY .inputContainer-Zj_WvNK9zc {
    margin-bottom: 5px;
  }

.isQuickBet-XvIo5TKQXY .inputBox-Dli1iDw9gB input {
      padding: 4px 40px 4px 35px;
      text-align: left;
    }

.isQuickBet-XvIo5TKQXY .inputBox-Dli1iDw9gB[data-below-label]:not([data-below-label=""]):not(
        [data-below-label="false"]
      )::after {
      content: attr(data-label);
      position: absolute;
      padding: 2px;
      right: 10px;
      bottom: 0;
      top: 0;
      left: auto;
      display: flex;
      align-items: center;
      color: var(--components-quickBet-placeholderColor);
      font-size: 10px;
    }

.isQuickBet-XvIo5TKQXY .inputBox-Dli1iDw9gB:before {
      font-size: 10px;
      content: attr(data-below-label);
      position: absolute;
      padding: 0;
      display: flex;
      height: 100%;
      align-items: center;
      left: 10px;
      top: 0;
      color: var(--components-quickBet-placeholderColor);
    }

.buttonsContainer-jnzmCXpVM3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}

.leftCol-q_6ebuzTwD {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.payoutWinContainer-yFkA4YGpqk {
  display: inline-flex;
  flex-wrap: wrap;
}

.payoutWinElements-PCHFl2htYQ {
  display: inline-flex;
  flex: 1 0 50%;
  gap: 5px;
}
.addToBetslip-veEI8WY7DA {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  color: var(--components-easyBet-addToBetslip);
  display: flex;
  align-items: center;
}

.iconContainer-HhQSoBa67C {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: var(--components-easyBet-numpad-iconColor);
}

.icon-Af1V_CylIL {
  color: var(--white);
  font-size: 16px;
  font-weight: 100;
}


.container-IhjaYmt0yT {
  padding: 8px 15px;
  font-size: 12px;
  border-bottom: 1px solid var(--global-border-color);
}

.name-FKFTFfEQhj {
  font-weight: 500;
}

.price-lQBqZaOo4B  {
  font-weight: bold;
  background: var(--global-colors-primary);
  color: white;
  border-radius: 2px;
  padding: 3px 4px;
  flex-shrink: 0;
}

/**
 * Components
 */
.title-BzVHkr9xRI {
  background-color: var(--components-collapse-title-background);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  align-items: center;
  padding-left: 16px;
  position: relative;
  transition: all 0.2s;
}
.title-BzVHkr9xRI:hover {
    opacity: 0.85;
  }
.title-BzVHkr9xRI.noButton-J2ldiEWnln span:last-child {
    margin-left: auto;
  }
.showAll-en_0sD8mq7 {
  margin-left: auto;
  padding: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
@media (max-width: 768px) {
  .showAll-en_0sD8mq7 {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .showAll-en_0sD8mq7 {
    padding: 0px;
  }
}
@media (--mobile) {
  .showAll-en_0sD8mq7 {
    padding: 0px;
  }
}
.showAll-en_0sD8mq7:hover {
  background-color: #122740;
}
.showAllButton-Ox5XtyxAsD {
  color: #ffffff;
  font-family: Roboto;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 11px;
}
.subtitle-VJ8kTD9Now {
  font-weight: normal;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.icon-e37R6VaRLX {
  line-height: 30px;
  width: 44px;
  text-align: center;
  float: right;
  flex-shrink: 0;
  margin-left: auto;
}
.icon-e37R6VaRLX.showHideButton-L6O1s7Tz25 {
  margin-left: 0px;
}
.arrow-dgz7_S1BNp {
  display: inline-block;
  transition: all 100ms;
  transform: rotate(90deg);
}
.arrow-dgz7_S1BNp.expanded-rBZadkjMga {
    transform: rotate(-90deg);
  }
/**
 * Increase collapse height for mobile
 */
@media (max-width: 768px) {
  .title-BzVHkr9xRI,
  .icon-e37R6VaRLX {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .title-BzVHkr9xRI,
  .icon-e37R6VaRLX {
    height: 40px;
    line-height: 40px;
  }
}
@media (--mobile) {
  .title-BzVHkr9xRI,
  .icon-e37R6VaRLX {
    height: 40px;
    line-height: 40px;
  }
}
/**
 * Variants
 */
.primary-Z9ojHlU8JP .title-BzVHkr9xRI {
    background: var(--components-collapse-primary-title-background);
    color: var(--components-collapse-primary-title-color);
    border-bottom: var(--components-collapse-primary-title-border);
  }
.primary-Z9ojHlU8JP .title-BzVHkr9xRI:hover {
      background: var(--components-collapse-primary-title-hover-background);
    }
.primary-Z9ojHlU8JP .titleDarkBlue-t_LnTiN11k {
    background: var(--darkBlue);
  }
.primary-Z9ojHlU8JP .subtitle-VJ8kTD9Now {
    color: var(--components-collapse-primary-subtitle-color);
  }
.primary-Z9ojHlU8JP .subTitleDesc-MTUvB_zYRQ {
    background: var(--components-collapse-primary-subtitledesc-background);
    color: var(--components-collapse-primary-subtitledesc-color);
  }
.primary-Z9ojHlU8JP .content-fxVWLSFCRI {
    background: var(--components-collapse-primary-content-background);
  }
.secondary-rEPDY5BA42 .title-BzVHkr9xRI {
    background: var(--components-collapse-secondary-title-background);
    color: var(--components-collapse-secondary-title-color);
    border-bottom: var(--components-collapse-secondary-title-border);
  }
.secondary-rEPDY5BA42 .title-BzVHkr9xRI:hover {
      background: var(--components-collapse-secondary-title-hover-background);
    }
.secondary-rEPDY5BA42 .subtitle-VJ8kTD9Now {
    color: var(--components-collapse-secondary-subtitle-color);
  }
.secondary-rEPDY5BA42 .subTitleDesc-MTUvB_zYRQ {
    background: var(--components-collapse-secondary-subtitledesc-background);
    color: var(--components-collapse-secondary-subtitledesc-color);
  }
.secondary-rEPDY5BA42 .content-fxVWLSFCRI {
    background: var(--components-collapse-secondary-content-background);
  }
.subTitleDesc-MTUvB_zYRQ {
  font-family: Roboto;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 11px;
  padding: 10px;
}
.titleText-BgvECQYfHf {
  line-height: normal;
  line-height: initial;
}

.container-bPwlVHPZkJ {
  margin: 5px 5px 0;
  background: var(--components-betslip-unified-betslip-background);
  border-radius: var(--global-border-radiusSml);
  /* max-height: calc(100vh - 190px); */
}

.container-bPwlVHPZkJ .collapse-title {
  background: var(--components-betslip-unified-betslip-background);
  color: var(--global-font-color);
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding: 0 var(--global-spacing-padding);
  text-transform: uppercase;
  transition: none;
  position: sticky;
  top: -0.5px;
  z-index: 1;

  border-bottom: 1px solid var(--global-border-color);
}

.container-bPwlVHPZkJ .collapse-icon {
  width: 18px;
  height: 35px;
  line-height: 35px;
}

.container-bPwlVHPZkJ .collapse-content {
  background: transparent;
}

/**
 * Collapsed states
 */

.container-bPwlVHPZkJ[data-collapsed="true"] .collapse-title {
  border-color: transparent;
}

.betSlipCollapseTitle-g5BDTsU1bt {
  padding-left: 0px;
}

.container-U4DFC7bn3J {
  text-align: center;
  padding: 15px 0 30px 0;
  position: relative;
}

.container-U4DFC7bn3J .heading-THxWhCDe6K {
    font-size: 12px;
    font-weight: bold;
  }

.container-U4DFC7bn3J .subtext-wCT8O6xeew {
    font-size: 10px;
    font-weight: normal;
  }

/* keep betslip height consistent */

@media (min-width: 768px) {
  div[data-active-betslip="multiples"] .container-U4DFC7bn3J {
    min-height: 303px;
  }
}

@media (min-width: 768px) {
  div[data-active-betslip="multiples"] .container-U4DFC7bn3J {
    min-height: 303px;
  }
}

@media (--desktop) {
  div[data-active-betslip="multiples"] .container-U4DFC7bn3J {
    min-height: 303px;
  }
}

.emptyImg-rfx_pDAEmx {
  position: relative;
  width: 80px;
  height: 110px;
  margin: 20px auto;
  margin-top: 0px;
  background: var(--components-betslip-empty-background);
  background-size: contain;
}

.teaserContainer-aw7Nc2ezzg {
  height: 206px;
}

.links-eq4stJpByk {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  border-radius: 5px;
  overflow: hidden;
}

.teaserLink-QLtQ8pCLhk {
  display: block;
  background: var(--components-betslip-teaserLink-background);
  padding: 10px;
  font-weight: bold;
  text-align: left;
}

.teaserLink-QLtQ8pCLhk:first-of-type {
    border-bottom: 1px solid var(--global-border-color);
  }

.teaserLink-QLtQ8pCLhk:hover {
    background-color: var(--components-betslip-teaserLink-hover-background);
  }

.description-iTH660yPdX {
  margin-left: 40px;
  display: inline-block;
  line-height: 20px;
}

.sportsIcon-oDqO0csEO5 {
  position: absolute;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
  padding-bottom: -5px;
}

.editBet-pLj3GvYMXG {
  text-decoration: underline;
}

.container-FCeSfVRhNR {
  font-weight: bold;
}

:root {
  /* market buttons */
  --marketBtnWidth: 62px;
  --marketBtnHeight: 44px;
  --marketBtnMobileWidth: 62px;
  --marketBtnHorzWidth: 194px;
  --marketBtnHorzHeight: 30px;
  --marketBtnHorzMobileWidth: 95px;
  --marketBtnHorzMobileHeight: 40px;
  --marketBtnHorzMediumWidth: 90px;
}

/* ------------------------------------------- */

/* BASE STYLING
/* ------------------------------------------- */

.button-wrapper-Qfr4e6SUc0 {
  position: relative;
  display: flex;

  flex-grow: 1;
  flex-basis: 30px;
}

.button-H2HGW6J4ID {
  cursor: pointer;
  color: var(--components-marketBtn-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;

  /* flex: 0 0 var(--marketBtnWidth); */
  width: 62px;
  width: var(--marketBtnWidth);
  height: 44px;
  height: var(--marketBtnHeight);
  position: relative;
  transition: transform 100ms ease-in-out;

  /* center content */
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  direction: ltr;
}

@media (min-width: 768px) {
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 194px;
    width: var(--marketBtnHorzWidth);
  }
}

@media (min-width: 768px) {
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 194px;
    width: var(--marketBtnHorzWidth);
  }
}

@media (--desktop) {
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 194px;
    width: var(--marketBtnHorzWidth);
  }
}

@media (max-width: 768px) {
  .button-H2HGW6J4ID {
    width: 62px;
    width: var(--marketBtnMobileWidth);
  }
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 95px;
    width: var(--marketBtnHorzMobileWidth);
  }
}

@media (max-width: 768px) {
  .button-H2HGW6J4ID {
    width: 62px;
    width: var(--marketBtnMobileWidth);
  }
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 95px;
    width: var(--marketBtnHorzMobileWidth);
  }
}

@media (--mobile) {
  .button-H2HGW6J4ID {
    width: 62px;
    width: var(--marketBtnMobileWidth);
  }
  .button-H2HGW6J4ID.wide-YE6opgNzsu {
    width: 95px;
    width: var(--marketBtnHorzMobileWidth);
  }
}

.button-H2HGW6J4ID .price {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--components-marketBtn-color);
}

.button-H2HGW6J4ID .label {
  color: var(--components-marketBtn-label-color);
}

.button-H2HGW6J4ID .points {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  color: var(--components-marketBtn-points-color);
}

.button-H2HGW6J4ID .large {
  font-size: 12px;
}

.button-H2HGW6J4ID .pointsBig {
  font-weight: 500;
  font-size: 13px;
  color: var(--components-marketBtn-points-color);
}

/* ------------------------------------------- */

/* BUTTON STYLES
/* ------------------------------------------- */

.button-H2HGW6J4ID.default-kg6PyjCaxk {
  background: var(--components-marketBtn-background);
  border: 1px solid var(--components-marketBtn-border-color);
  border-radius: 4px;
}

.button-H2HGW6J4ID.flat-G_5M27NEs6 {
  background: var(--components-marketBtn-flat-background);
  box-shadow: 0 0 0 1px var(--global-border-color);
}

.button-H2HGW6J4ID.flat-G_5M27NEs6:last-child {
    border-right: none;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6:hover {
    /* box-shadow: 0 2px 8px rgba(0,0,0,.2), 0 0 0 1px var(--components-marketBtn-hover-border-color) !important; */
    box-shadow: 0 2px 8px rgba(0,0,0,.2),
                0 -1px 0 0 var(--components-marketBtn-hover-border-color),
                0 1px 0px 0 var(--components-marketBtn-hover-border-color),
                -1px 0 0px 0 var(--components-marketBtn-hover-border-color) inset,
                1px 0 0px 0 var(--components-marketBtn-hover-border-color) inset !important;
    z-index: 999;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6.disabled-P5RCwDx5qE .offline-VJKm8YKozI {
    width: 13px;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6.disabled-P5RCwDx5qE .unavailable-RbgSIAS16u {
    width: 16px;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6.notAvailable-e8VpR2Nlb7:hover,
  .button-H2HGW6J4ID.flat-G_5M27NEs6.disabled-P5RCwDx5qE:hover {
    box-shadow: 0 0 0 1px var(--global-border-color) !important;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[tooltip]::after {
    min-width: 50px;
    font-size: 10px;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6 .label {
  color: var(--global-font-color);
}

.button-H2HGW6J4ID.flat-G_5M27NEs6 .label,
.button-H2HGW6J4ID.flat-G_5M27NEs6 .points,
.button-H2HGW6J4ID.flat-G_5M27NEs6 .price {
  font-size: 10px;
}

/* ------------------------------------------- */

/* BUTTON ORIENTATIONS
/* ------------------------------------------- */

.button-H2HGW6J4ID.horizontal-LuFb7ZgBwQ {
  display: flex;
  min-height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  flex-basis: 194px;

  flex-basis: var(--marketBtnHorzWidth);
  height: 30px;
  height: var(--marketBtnHorzHeight);
}

@media (max-width: 700px) {

.button-H2HGW6J4ID.horizontal-LuFb7ZgBwQ {
    flex-basis: 95px;
    flex-basis: var(--marketBtnHorzMobileWidth);
}
  }

.button-H2HGW6J4ID.vertical-nkiounxusM {
  height: 44px;
  height: var(--marketBtnHeight);
  display: flex;
  min-height: auto;
  flex-direction: column;
  align-items: center;

  /* flex-basis: var(--marketBtnWidth); */
  height: var(--marketBtnHeight) !important;
}

.button-H2HGW6J4ID.horizontal-LuFb7ZgBwQ .label,
.button-H2HGW6J4ID.vertical-nkiounxusM .label {
  line-height: 1.2;
}

.button-H2HGW6J4ID.vertical-nkiounxusM .label {
  font-size: 11px;
}

/* ------------------------------------------- */

/* ODDS CHANGES & STATES
/* ------------------------------------------- */

.button-H2HGW6J4ID.flat-G_5M27NEs6 .price::before {
    transition: opacity 0.5s linear;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6 .price::after {
    transition: opacity 0.5s linear;
  }

@media (min-width: 768px) {
    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

@media (min-width: 768px) {
    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

@media (--desktop) {
    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="false"]:active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[data-selected="true"]:not(.disabled-P5RCwDx5qE) {
    background-color: var(--components-marketBtn-selected-background);
    color: var(--components-marketBtn-selected-color);
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[data-odds-increased="true"], .button-H2HGW6J4ID.flat-G_5M27NEs6[data-odds-decreased="true"] {
    /* overflow: hidden; */
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[data-odds-increased="true"] .price::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -12px;
    top: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid var(--global-colors-secondary);
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[data-odds-decreased="true"] .price::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -12px;
    top: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--watermelon);
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6[data-fresh-update="true"]  .price::before,
  .button-H2HGW6J4ID.flat-G_5M27NEs6[data-fresh-update="true"] .price::after {
    opacity: 0;
  }

.button-H2HGW6J4ID.flat-G_5M27NEs6 .price {
    position: relative;
  }

/* control the animation of up/down indicators */

.button-H2HGW6J4ID:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::before, .button-H2HGW6J4ID:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::after {
    transition: opacity 0.5s linear;
  }

@media (min-width: 768px) {
    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

@media (min-width: 768px) {
    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

@media (--desktop) {
    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):hover {
      border-color: var(--components-marketBtn-hover-border-color);
      box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .button-H2HGW6J4ID[data-selected="false"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6):active {
      transform: translate3d(0, 1px, 0);
      opacity: .75;
      box-shadow: 0 1px 4px rgba(0,0,0,.2);
    }
  }

.button-H2HGW6J4ID[data-selected="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6) {
    background-color: var(--components-marketBtn-selected-background);
    color: var(--components-marketBtn-selected-color);
  }

.button-H2HGW6J4ID[data-odds-increased="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6), .button-H2HGW6J4ID[data-odds-decreased="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6) {
    overflow: hidden;
  }

.button-H2HGW6J4ID[data-odds-increased="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::before {
    content: ' ';
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    top: -6px;
    right: -6px;
    transform: rotate(45deg);
    background-color: var(--global-colors-secondary);
  }

.button-H2HGW6J4ID[data-odds-decreased="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::after {
    content: ' ';
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    bottom: -6px;
    right: -6px;
    transform: rotate(45deg);
    background-color: var(--watermelon);
  }

.button-H2HGW6J4ID[data-fresh-update="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::before, .button-H2HGW6J4ID[data-fresh-update="true"]:not(.disabled-P5RCwDx5qE):not(.flat-G_5M27NEs6)::after {
    opacity: 0;
  }

/* ------------------------------------------- */

/* BUTTON STATES
/* ------------------------------------------- */

/**
 * Selected
 */

.selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE) {
  cursor: pointer;
  color: white;
  background: var(--components-marketBtn-selected-background);
  border-color: var(--components-marketBtn-selected-border-color);
}

@media (min-width: 768px) {
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):active,
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):hover {
    cursor: pointer;
    color: white;
    background: var(--components-marketBtn-selected-background);
    border-color: var(--components-marketBtn-selected-border-color);
  }
}

@media (min-width: 768px) {
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):active,
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):hover {
    cursor: pointer;
    color: white;
    background: var(--components-marketBtn-selected-background);
    border-color: var(--components-marketBtn-selected-border-color);
  }
}

@media (--desktop) {
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):active,
  .selected-MgBBZQJjNu:not(.disabled-P5RCwDx5qE):hover {
    cursor: pointer;
    color: white;
    background: var(--components-marketBtn-selected-background);
    border-color: var(--components-marketBtn-selected-border-color);
  }
}

.selected-MgBBZQJjNu[data-odds-increased="true"]::before,
.selected-MgBBZQJjNu[data-odds-decreased="true"]::after {
  background-color: white;
}

.selected-MgBBZQJjNu * {
  color: white !important;
}

/**
 * Disabled or unavailable
 */

.notAvailable-e8VpR2Nlb7 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.disabled-P5RCwDx5qE {
  background: var(--components-marketBtn-disabled-background);
  border-color: var(--components-marketBtn-disabled-border-color) !important;
  color: var(--components-marketBtn-disabled-color);
  cursor: default;
}

.disabled-P5RCwDx5qE img {
    margin: 0 auto;
    display: inline-block;
    opacity: var(--components-marketBtn-disabled-icon-opacity);
  }

.disabled-P5RCwDx5qE img.offline-VJKm8YKozI {
      width: 16px;
    }

.disabled-P5RCwDx5qE img.unavailable-RbgSIAS16u {
      width: 24px;
      margin-top: 6px;
    }

.notAvailable-e8VpR2Nlb7:hover, .disabled-P5RCwDx5qE:hover {
  box-shadow: none !important;
}

.lock-jzpd_vYl6h img {
  margin-top: 0;
  width: 18px;
}

.button-H2HGW6J4ID:not(.horizontal-LuFb7ZgBwQ) .label-tEoTddKpuF {
    font-size: 11px;
  }




.container-Wdej2PlexI {
  display: grid;
  font-size: 1.2rem;
  grid-template-columns: repeat(1, 1fr);
}

.container-Wdej2PlexI a {
    flex-grow: 1;
    width: 100%;
  }

.container-Wdej2PlexI.gutters-BWCj0A5COm {
    padding: 8px 13px;
    grid-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

.col1-Yrb06cIjmb .marketBtn-tdGXsH5n6s {
  flex-basis: auto;
}

.col2-YTLOYEwGQc {
  grid-template-columns: repeat(2, 1fr);
}

.col3-RQ_O3HgNPq {
  grid-template-columns: repeat(3, 1fr);
}

/* .col3 {
  flex-wrap: nowrap;
}

.col2 .marketBtn,
.col3 .marketBtn {
  margin: 4px 2px;
  height: 35px;
}

.col2 .marketBtn {
  min-width: calc(50% - 4px);
}

.col3 .marketBtn {
  min-width: calc(33.33% - 4px);
}
 */

.marketBtn-tdGXsH5n6s {
  padding-left: 10px;
  padding-right: 10px;

  /* override pre-defined widths */
  flex-basis: auto;
}

.marketsLeft-RbyeQIO4_c {
  direction: ltr;
/*   display: flex;
  flex-wrap: wrap;
  flex-direction: row; */
}

.marketsRight-dXJzNcG2xa {
  direction: rtl;
/*   display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; */
}

/**
 * Special rules for team totals:
 * - display flex items in this vertically stacked order:
 *   [1,3]
 *   [2,4]
 */

.team_total-OJ7N1AAmGB > a:nth-of-type(1) { order: 1 }

.team_total-OJ7N1AAmGB > a:nth-of-type(2) { order: 3 }

.team_total-OJ7N1AAmGB > a:nth-of-type(3) { order: 2 }

.team_total-OJ7N1AAmGB > a:nth-of-type(4) { order: 4 }

/**
 * Change borders based on new button alignment
 */

.team_total-OJ7N1AAmGB.col2-YTLOYEwGQc > a:nth-child(even) {
  /* border-right: 1px solid var(--gray); */
}

.team_total-OJ7N1AAmGB.col2-YTLOYEwGQc a {
    flex-basis: 50%;
  }

.team_total-OJ7N1AAmGB.col2-YTLOYEwGQc > a:nth-of-type(3),
  .team_total-OJ7N1AAmGB.col2-YTLOYEwGQc > a:nth-of-type(4) {
    /* border-right: none; */
  }



.container-aWbjlOvEuc {

}

ul.subHeading-GbIrSECXeV {
  text-align: left;
  background: var(--components-matchupDisplay-subHeading-background);
  color: var(--components-matchupDisplay-subHeading-color);
  font-size: 10px;
  font-weight: 500;

  width: 100%;
  display: table;
  table-layout: fixed; /* optional, for equal spacing */
  border-collapse: collapse;
}

ul.subHeading-GbIrSECXeV li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
  }

ul.col1-YVub2X3iNd li {
  text-align: left;
}


.pin-fhTtQCs2Y6 {
  padding: 6px 0;
  margin-right: 10px;
}

@media (max-width: 768px) {

.pin-fhTtQCs2Y6 {
    padding: 11px 0;
    font-size: 16px;
}
  }

@media (max-width: 768px) {

.pin-fhTtQCs2Y6 {
    padding: 11px 0;
    font-size: 16px;
}
  }

@media (--mobile) {

.pin-fhTtQCs2Y6 {
    padding: 11px 0;
    font-size: 16px;
}
  }

.marketGroup-tbWn6CeFrg {
  margin-bottom: 1px;
}

.marketGroupCompact-n_hsirmgfp {
}

.marketGroupCompact-n_hsirmgfp .collapse-title {
  font-size: 10px;
  line-height: 22px;
  height: 22px;
  padding-left: 11px;
  border-top: 1px solid var(--global-border-color);
}

.marketGroupCompact-n_hsirmgfp .icon-pin-outline {
  padding: 6px 0;
}

.marketGroupCompact-n_hsirmgfp .collapse-icon {
  width: 30px;
  line-height: 22px;
}

.noMultiplesSupport-ObLM3NSDQY {
  font-size: 0.85em;
  text-align: center;
  padding: 40px;
}

.alternateLineCollapseTitle-d3qArCCYZ0 {
  background: var(--components-alternateLineCollapse-title-background) !important;
  color: var(--components-alternateLineCollapse-title-color) !important;
  font-size: 10px !important;
  justify-content: center;
}

.alternateLineCollapseTitle-d3qArCCYZ0 span:last-child {
    margin-left: 0;
  }

.alternateLineCollapseTitle-d3qArCCYZ0:hover {
    background: transparent;
  }

.alternateLineCollapseIcon-thjG1Igjrq {
  color: var(--components-alternateLineCollapse-icon-color);
}

.button-tA_DqPGY1q {
  border-radius: 2px;
  font-size: 13px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 30px auto;
  min-width: 110px;
  width: auto;
}

.col1-uDMCF41ZdY { grid-column-start: 1; }
.col2-rqMishw5zX { grid-column-start: 2; }
.col3-U4oCgNCpnt { grid-column-start: 3; }
.col4-UqE5aPspNd { grid-column-start: 4; }
.flexButton-yAWkLuN7jW {
 /*  background: var(--components-marketFilterMoreDisplay-flexButton-background); */
  box-sizing: border-box;
  color: var(--components-marketFilterMoreDisplay-flexButton-color);
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: none;
  white-space: nowrap;
  width: auto;
}
.flexButton-yAWkLuN7jW:hover:not(.empty-RJ3REokxm1) {
    background: var(--components-marketFilterMoreDisplay-flexButton-hover-background);
    color: var(--components-marketFilterMoreDisplay-flexButton-hover-color);
  }
.flexButton-yAWkLuN7jW:hover {
    background: var(--components-marketFilterMoreDisplay-flexButton-hover-background);
    color: var(--components-marketFilterMoreDisplay-flexButton-hover-color);
  }
.flexButton-yAWkLuN7jW[data-selected] {
    font-weight: bold;
    /* background: var(--components-marketFilterMoreDisplay-flexButton-dataSelected-background); */
    color: var(--components-marketFilterMoreDisplay-flexButton-dataSelected-color);
    box-shadow: 0 -2px 0 0 var(--global-colors-primary) inset;
  }


.dropdown-CvuvlBVSoG {
  display: flex;
  cursor: pointer;
  color: white;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dropdown-CvuvlBVSoG:hover {
    text-shadow: 0 0 15px rgba(255,255,255,.75);
  }

.down-bke1XViTnz {
  transition: all 150ms ease-in-out;
  display: inline-flex;
  font-size: 6px;
  margin: 0 10px;
}

.up-PRQfyYLtNc {
  transform: rotate(-180deg);
}


  .list-V3kST_jpGD a {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: var(--brightGrey);
    text-transform:uppercase;
    line-height: 14px;
  }.list-V3kST_jpGD a:hover {
      background: var(--components-searchBar-oddsFormatTooltip-hover-background);
      color: var(--components-marketFilterDisplay-flexButton-hover-color);
    }.list-V3kST_jpGD a[data-selected] {
      color: var(--dodgerBlue);
      font-weight: 500;
    }

.bar-s2MgVY3cnP {
  background: var(--components-marketFilterMoreDisplay-bar-background);
  margin-bottom: 10px;
}

.flexButton-s6Xq7oRdIe {
  background: var(--components-marketFilterMoreDisplay-bar-background);
  font-size: 11px;
  line-height: 30px;
  display: inline-flex;
  padding: 0 5px;
  margin: 0 5px;
}

.flexButton-s6Xq7oRdIe[data-selected] {
    color: var(--components-marketFilterDisplay-bar-color);
    font-weight: bold;
    box-shadow: 0 -2px 0 0 var(--global-colors-primary) inset;
  }

.menu-EyhGvJ26pt {
  box-shadow: 0 6px 25px 0 rgba(0,0,0,0.6);
  font-size: 12px;
}

.menu-EyhGvJ26pt ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }

.menu-EyhGvJ26pt ul > li > a, .menu-EyhGvJ26pt ul > li > span {
    display: block;
    margin: 0;
    padding: 10px 10px;
    line-height: 1;
  }

.menu-EyhGvJ26pt ul > li > a:hover, .menu-EyhGvJ26pt ul > li > span:hover {
      background-color: var(--tooltipLinkHoverBg);
      font-weight: 500;
    }

.list-TgE18_VRH6 a {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: var(--brightGrey);
    text-transform:uppercase;
    line-height: 14px;
  }

.list-TgE18_VRH6 a:hover {
      background: var(--components-searchBar-oddsFormatTooltip-hover-background);
      color: var(--components-marketFilterDisplay-flexButton-hover-color);
    }

.list-TgE18_VRH6 a[data-selected] {
      color: var(--dodgerBlue);
      font-weight: 500;
    }

.optionGroup-VTnIBWAp87 {
  display: inline-flex;
  align-items: center;
  max-width: 150px;
  line-height: 1;
  position: relative;
}

.dropDownButton-WOehu9gEmR {
  color: var(--components-marketFilterMoreDisplay-flexButton-color);
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  max-width: 150px;
  padding: 0 5px;
  margin: 0 5px;
  text-transform: uppercase;
}

.dropDownButton-WOehu9gEmR.button-WeW4vNZYxp:hover {
    border-bottom: none;
  }

.dropDownButton-WOehu9gEmR.selected-f0oE2zBpPy {
    box-shadow: 0 -2px 0 0 var(--global-colors-primary) inset;
  }

.dropDownButton-WOehu9gEmR.button-WeW4vNZYxp:hover, .dropDownButton-WOehu9gEmR.selected-f0oE2zBpPy {
    color: var(--components-marketFilterDisplay-bar-color);
  }

.dropDownButton-WOehu9gEmR .icon-down-arrow {
  margin-right: 0;
}

.menuTooltip-WnraGi3RRt {
  margin-top: 18px;
  right: -2px;
  border-radius: var(--global-border-radius);
  box-shadow: 0px 0px 80px 0px rgba(30, 30, 30, 0.2);
}

.menuTooltip-WnraGi3RRt .menuList-XiHz39xULq {
    min-width: 160px;
  }

.menuTooltip-WnraGi3RRt:after {
    border-color: var(--white) transparent transparent;
  }

.marketBtnHorzMedium {
  flex-basis: var(--marketBtnHorzMediumWidth) !important;
}

.smallContainer {
  width: 103px;
}

/* @media (--mobile) {
  .container {
    text-align: right;
    display: block;
    padding: var(--global-spacing-padding);
  }
} */

/**
 * Grid of buttons
 */

.heading-l8SjVHbroR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--global-border-color);
}

.desktopContainer-fvm1nSZZFg {
  display: block;
  background: var(--components-marketFilterDisplay-background);
  margin-bottom: var(--global-spacing-margin);
}

.fullWidth-a8aXmQV2zZ .flexContainer-Zd4QABd1FB ul {
  -moz-column-count: 1;
       column-count: 1;
}

/* hide empty buttons for single column */

.fullWidth-a8aXmQV2zZ .empty-Q0s0vfF14V {
  display: none;
}

.grid-NfL9XMuKYQ {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  grid-gap: 1px;
  margin-bottom: var(--global-spacing-margin);

  width: 100%;
  background: var(--components-marketFilterDisplay-grid-background);
}

.grid-NfL9XMuKYQ.border-Yxj84WeSMu {
    border: 1px solid var(--components-marketFilterDisplay-grid-border);
    border-top: none;
  }

.grid-NfL9XMuKYQ.grid2Col-mIxmkicUrd { grid-template-columns: 1fr 1fr; }

/* for some reason, using 1fr 1fr 1fr leaves 1x of extra space, so use % */

.grid-NfL9XMuKYQ.grid3Col-a6NemX3ozz { grid-template-columns: 33.3% 33.3% 33.2%; }

.grid-NfL9XMuKYQ.grid4Col-eaa2qGVjSq { grid-template-columns: 1fr 1fr 1fr 1fr; }

.flexButton-NsyV2uOIzn {
  background: var(--components-marketFilterDisplay-flexButton-background);
  box-sizing: border-box;
  color: var(--components-marketFilterDisplay-flexButton-color);
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: capitalize;
  transition: none;
  white-space: nowrap;
  width: 100%;
}

.flexButton-NsyV2uOIzn:hover:not(.empty-Q0s0vfF14V) {
    background: var(--components-marketFilterDisplay-flexButton-hover-background);
    color: var(--components-marketFilterDisplay-flexButton-hover-color);
  }

.flexButton-NsyV2uOIzn[data-selected] {
    font-weight: bold;
    background: var(--components-marketFilterDisplay-flexButton-dataSelected-background);
    color: var(--components-marketFilterDisplay-flexButton-dataSelected-color);
  }

.showBorder-trLP70uEIy {
  /* width: calc(100% - 31px); */
}

.empty-Q0s0vfF14V {
  cursor: default;
  /* width: calc(100% - 31px); */
}

.label-hCAE8hECao {
  padding: 10px 15px 0;
  font-weight: regular;
  font-size: 1.5em;
  color: var(--medGray);
}

.toggleBtn-XBP2O1Z8MD {
  border-top: 1px solid #dadada;
  text-transform: uppercase;
  padding: .5em 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  background-color: white;
}

.toggleBtn-XBP2O1Z8MD:hover {
    background-color: var(--lightGray);
  }

.toggleBtn-XBP2O1Z8MD div {
    padding-left: 5px;
  }

/**
 * Select
 */

.selectContainer-djmFLdNY7G {
  display: flex;
  background: var(--components-marketFilterDisplay-select-background);
}

.select-VGTr3nE9JD {
  flex-grow: 1;
}

/**
 * Nav Bar
 */

.bar-qcPJgxr0OI {
  white-space: nowrap;
  height: 30px;
  background: var(--components-marketFilterDisplay-bar-background);
  overflow: hidden;
  display: flex;
}

.bar-qcPJgxr0OI:hover {
    white-space: normal;
    white-space: initial;
    height: auto;
  }



/* -------------------------------------------------------------------------- */
/* LIST
/* -------------------------------------------------------------------------- */
.vertical-NzvO1tgGiG {

}
/**
 * Columns are shared across EventRow and LeagueBar
 */
.col-SShqz_fY4V {
  /* uncomment next line to debug */
  /* border: 1px dashed blue; */
  position: relative;
}
.col-SShqz_fY4V:not(.colMarketsHorz-eK5O8VP3rw) {
  transition: all 250ms;
}
.colGame-ETHjM3jsuF {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
}
@media (max-width: 768px) {
.colGame-ETHjM3jsuF {
    padding: 0 0 0 15px;
    max-width: 100%;
    overflow: hidden;
}
  }
@media (max-width: 768px) {
.colGame-ETHjM3jsuF {
    padding: 0 0 0 15px;
    max-width: 100%;
    overflow: hidden;
}
  }
@media (--mobile) {
.colGame-ETHjM3jsuF {
    padding: 0 0 0 15px;
    max-width: 100%;
    overflow: hidden;
}
  }
.colMarkets-RrIvkmNn4F {
  display: flex;
  flex-basis: calc(var(--marketBtnWidth) * 2);
  flex-shrink: 0;
  justify-content: space-between;
}
.colMarketsHorz-eK5O8VP3rw {
  flex-basis: calc(var(--marketBtnHorzWidth) * 2 + 8px) ;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1120px) {
.colMarketsHorz-eK5O8VP3rw {
    flex-basis: calc(var(--marketBtnHorzMobileWidth) * 2 + 8px) ;
}
  }
.colMarketsHorzMedium-fcRclQFfQB {
  flex-basis: calc(var(--marketBtnHorzMediumWidth) * 2 + 8px) ;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1120px) {
.colMarketsHorzMedium-fcRclQFfQB {
    flex-basis: calc(var(--marketBtnHorzMobileWidth) * 2 + 8px) ;
}
  }
.colWide-inegHfVNT3 {
  flex-basis: calc(var(--marketBtnWidth) * 3);
}
.colSpacer-bqUVC86sBV, .colSpacerWide-disI_slpfd {
  /* border: 1px dashed rgba(0, 0, 255, .5); */
}
/* space between columns */
.colSpacer-bqUVC86sBV {
  flex: 0 0 calc(17px - 4px); /* 4px = 2px margin on each button */
}
/* more room needed for altnerates buttons */
.colSpacerWide-disI_slpfd {
  flex: 0 0 22px;
}
/* shows how many additional markets exist: +32 > */
.colMarketCount-f9obCagTvh, .colPinnedMatchups-Myso9wbCIQ {
  display: flex;
  flex-basis: 44px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: space-between;
}
/**
 * The grid is for team totals:
 * [ over ] [ under ]
 * [ over ] [ under ]
 */
.grid-s2jsVoIkxv {
  flex-wrap: wrap;
}
.grid-s2jsVoIkxv .marketBtn:nth-child(1),
  .grid-s2jsVoIkxv .marketBtn:nth-child(2) {
    margin-bottom: 4px;
  }
/**
 * Override collapse containers styling
 */
.collapsibleTitle-xY9rgQ4QV8 .collapse-title {
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 10px;
  height: 19px;
  line-height: 19px;
}
.collapsibleTitle-xY9rgQ4QV8 .collapse-icon {
  line-height: 19px;
  width: auto;
}
/**
 * Events compactList needs a border bottom on each event
 */
.borderBottom-qS_nojRN1z {
  border-bottom: 1px solid var(--components-events-eventRow-border-color);
}
/* -------------------------------------------------------------------------- */
/* HORZ SCROLLER (MOBILE)
/* -------------------------------------------------------------------------- */
.horizontal-I4Z5qY3QYp {
  overflow-y: auto;
  height: 146px;
}
.horizontal-I4Z5qY3QYp.taller-cDFFe4Z2l1 {
    height: 174px;
  }
.horizontal-I4Z5qY3QYp > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
/* -------------------------------------------------------------------------- */
/* MEDIA QUERIES
/* -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) {
    flex-basis: calc((var(--marketBtnHorzMobileWidth) * 2) + 8px);
  }
    .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) .marketBtn {
      width: var(--marketBtnHorzMobileWidth);
    }

  /* Hide other 2 market columns (usually handicap / over under) */
  .col-SShqz_fY4V:nth-child(4),
  .col-SShqz_fY4V:nth-child(5),
  .col-SShqz_fY4V:nth-child(6),
  .col-SShqz_fY4V:nth-child(7) {
    display: none;
  }
}
@media (max-width: 768px) {
  .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) {
    flex-basis: calc((var(--marketBtnHorzMobileWidth) * 2) + 8px);
  }
    .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) .marketBtn {
      width: var(--marketBtnHorzMobileWidth);
    }

  /* Hide other 2 market columns (usually handicap / over under) */
  .col-SShqz_fY4V:nth-child(4),
  .col-SShqz_fY4V:nth-child(5),
  .col-SShqz_fY4V:nth-child(6),
  .col-SShqz_fY4V:nth-child(7) {
    display: none;
  }
}
@media (--mobile) {
  .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) {
    flex-basis: calc((var(--marketBtnHorzMobileWidth) * 2) + 8px);
  }
    .colMarkets-RrIvkmNn4F:not(.col3Buttons-EZXFYaV7Kk) .marketBtn {
      width: var(--marketBtnHorzMobileWidth);
    }

  /* Hide other 2 market columns (usually handicap / over under) */
  .col-SShqz_fY4V:nth-child(4),
  .col-SShqz_fY4V:nth-child(5),
  .col-SShqz_fY4V:nth-child(6),
  .col-SShqz_fY4V:nth-child(7) {
    display: none;
  }
}
@media (max-width: 374px) {
  /**
   * These are shared across LeagueBar and
   */
  .colMarkets-RrIvkmNn4F {
    flex-basis: calc(var(--marketBtnMobileWidth) * 2);
  }

  .col3Buttons-EZXFYaV7Kk {
    flex-basis: calc(var(--marketBtnMobileWidth) * 3);
  }
}
@media (max-width: 768px) {
  /* Hide other 2 market columns (usually handicap / over under) */
    .col-SShqz_fY4V:not(.colPinnedMatchups-Myso9wbCIQ):nth-child(4),
    .col-SShqz_fY4V:not(.colPinnedMatchups-Myso9wbCIQ):nth-child(5),
    .col-SShqz_fY4V:not(.colPinnedMatchups-Myso9wbCIQ):nth-child(6),
    .col-SShqz_fY4V:not(.colPinnedMatchups-Myso9wbCIQ):nth-child(7) {
      display: none;
    }
}
@media (max-width: 500px) {
  /* hide column spacer for mobile */
  .colSpacer-bqUVC86sBV {
    flex: 0 0 10px;
  }
  /* .row > .col:nth-child(3),
  .leagueBar > .col:nth-child(3) {
    display: none;
  } */
}



.dateBar-JiGEH6zHzV {
  background: var(--components-events-dateBar-background);
  color: white;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  display: flex;
  padding-left: 10px;
}


.bar-flSyjqhuhs {
  background: var(--components-events-separationBar-background);
  color: var(--components-events-separationBar-color);
  font-size: 9px;
  font-weight: 700;
  line-height: 19px;
  height: 19px;
  text-transform: uppercase;
  display: flex;
  border-top: 1px solid var(--components-events-separationBar-border-color);
}

.periodBar-dqW5j6gtIG {
  background: var(--components-events-separationPeriodBar-background);
  color: var(--components-events-separationPeriodBar-color);
  font-size: 10px;
  font-weight: 500;
  line-height: 19px;
  height: 19px;
  text-transform: uppercase;
  display: flex;
}

.periodCol-a9c8t1py5Q {
    text-align: center;
    display: block;
  }

@media (max-width: 768px) {
  .periodCol-a9c8t1py5Q {
    text-align: center;
    display: block;
  }
}

@media (max-width: 768px) {
  .periodCol-a9c8t1py5Q {
    text-align: center;
    display: block;
  }
}

@media (--mobile) {
  .periodCol-a9c8t1py5Q {
    text-align: center;
    display: block;
  }
}

.marketHeading-dzthHAH9e_ {
  flex: 1 0 auto;
  min-width: var(--marketBtnWidth);
  text-align: center;
  font-weight: 500;
  max-width: 100%;
}

/* This needs extra padding to accomodate */

.marketHeadingSpan2-tOEcWscDIn {
  min-width: calc(var(--marketBtnWidth) * 2 + 4px);
}

.marketHeading-dzthHAH9e_, .marketBtn-FHbKzmTyY_ {
  margin: 0 2px;
}

.label-yRhelQlEWM {
  margin-left: 0;
  font-weight: bold;
}

a.labelWrap-kNh9km9i6u:hover .label-yRhelQlEWM:not(:empty) {
  color: var(--global-font-color);
}

a.labelWrap-kNh9km9i6u:hover .label-yRhelQlEWM:not(:empty):hover {
    color: var(--bahamaBlue);
    /* text-shadow: 0 0 5px var(--azure); */
  }

/* [data-mode="live"] a.labelWrap .label:hover {
  color: var(--green);
} */

.iconChevron-ognH18tD3j {
  font-size: 9px;
  padding-left: 5px;
}

@media (max-width: 374px) {
  .marketHeading-dzthHAH9e_ {
    min-width: var(--marketBtnMobileWidth);
  }

  .marketHeadingSpan2-tOEcWscDIn {
    min-width: calc(var(--marketBtnMobileWidth) * 2 + 4px);
  }
}


.expand-BR3D_kcSfU {
  width: 13px;
  height: var(--marketBtnHeight);
  border-radius: var(--global-border-radius);
  color: var(--components-events-alternates-expandBtn-color);
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  opacity: .75;
  vertical-align: middle;
  align-items: center;
}

.expand-BR3D_kcSfU:hover {
    color: var(--components-events-alternates-expandBtn-hover-color);
    background: var(--components-events-alternates-expandBtn-hover-background);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    opacity: 1;
  }

.icon-HsfcRuqEQA {
  font-size: 13px;
}


.container-KWjXmNgngO {
  position: absolute;
  z-index: 10;
  background-color: var(--components-events-alternates-background);
  box-shadow: 0 4px 25px 0 rgba(0,0,0,0.5);
  border-radius: var(--global-border-radius);
  padding: 5px 20px 5px 5px;
  border: var(--components-events-alternates-border);
}

.flex-O7ZY4W7x5N {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0;
}

.marketBtn-PJ9nsDCKGF {
  margin: 4px 2px;
  flex-direction: column;
}

.expandBtn-msyueVSLkH {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -19px;
}

.childContainer-SrPtimSHhN {
  width: 100%; /* calc(100% - 20px); */
  display: inline-block;
  padding: 5px;
}

.childContainer-SrPtimSHhN a {
    margin: 4px 2px !important;
  }




/* margin needs to match .marketHeading in ../LeagueBar */
.marketBtn-anT3W7UHR9 {
  margin: 0 2px;
  flex-direction: column;
}
.pad-KU6Yo41gSQ {
  padding-left: var(--global-spacing-padding);
  padding-right: var(--global-spacing-padding);
}
.default-lL1A5D1t0j {

}
.compactList-eIWqrJm7xO {
  margin: 0;
}

.container-g4dzP0DZad {
  /* background: white; */
  /* border-radius: 2px; */
  /* box-shadow: -10px 0px 5px 1px var(--components-contentBlock-background); */
  color: white;
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
  position: absolute;
  right: -3px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.container-g4dzP0DZad i {
    transform: translateY(1px);
    padding-right: 5px;
    display: inline-block;
  }

.content-kVPT9GZmf8 {
  animation: scored-QaaRYCTjm9 5.35s ease-out;
  animation-delay: .2s;
  background: var(--global-colors-secondary);
  border-radius: 2px;
  display: inline-block;
  opacity: 0;
  padding: 0 3px;
}

@keyframes scored-QaaRYCTjm9 {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  5% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* --------------------------- */

.text-yRGWA7xZz4 {
  opacity: 0;
  padding-right: 5px;
  display: inline-block;

  animation-name: goal-tuJOQlJQq1;
  animation-duration: 5.05s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-timing-function: var(--global-animation-easing);
  transform: translateX(50%);
}

@keyframes goal-tuJOQlJQq1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --------------------------- */

.score-JHahEplv1r {
  font-size: 13px;
  display: inline-block;
  opacity: 0;

  animation-name: score-JHahEplv1r;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-delay: .75s;
  animation-timing-function: var(--global-animation-easing);
  transform: translateY(-100%);
}

@keyframes score-JHahEplv1r {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------- */

.staticScore-tKHCm5BchP {
  transition: all 250ms;
}

.container-g4dzP0DZad + .staticScore-tKHCm5BchP {
  /* opacity: 0; */
}



.container-NYj2pPNjeg {
  position: relative;
  top: 0;
  left: 0;
}

.icon-gp8_RTzJJu {
  color: var(--components-betshare-icon-color);
  font-size: 22px;
}

.icon-gp8_RTzJJu:hover {
    color: var(--components-betshare-icon-hover-color);
  }

.infoTooltip-xc66UlyJmi {
  font-size: 10px;
  text-transform: uppercase;
  clear: both;
  transform: translate(-50%, -100%);
  top: -50%;
  left: 50%;
  text-align: center;
  padding: 5px 5px;
  background: var(--components-betshare-icon-tooltip-background);
  color: white;
}

.infoTooltip-xc66UlyJmi::after {
    border-color: var(--components-betshare-icon-tooltip-background) transparent transparent;
  }

.button-Hqpya_cC6m {
  border-radius: 2px;
  font-size: 13px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 30px auto;
  min-width: 110px;
  width: auto;
}

.container-chrJWL8XX6 {
  padding: 100px 50px;
  border-top: none;
}

.title-mjejAKmlCS {
  font-size: 15px;
}

.backButton-ySIKJz6euv {
  margin-top: 1em;
}

.iconError-PZQt6xK_Na {
  font-size: 25px;
  color: var(--zumthor);
}

.iconBack-zdkOzdFYng {
  transform: rotate(180deg);
  margin-left: 0 !important;
}
.container-_RcgLFvwi8 {
  min-height: 150px;
  border-top: none;
}

.title-q8I8krLa2V {
  font-size: 14px;
}

/**
 * Filter bar */
.container-jTI0ySWQwv {
  flex-grow: 1;
}
.filterBar-2FYiJkEvVf {
  height: 31px;
  position: relative;
}
.filterBarContent-xkMDTFg7_R {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.button-lqr6Lmuq7V {
  text-transform: uppercase;
  color: var(--components-marketFilterDisplay-flexButton-color);
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 8px;
  margin-right: 25px;
  /* transition: all 250ms; */
  white-space: nowrap;
  position: relative;
}
.button-lqr6Lmuq7V:hover {
    color: var(--components-marketFilterDisplay-flexButton-hover-color);
  }
@media (max-width: 768px) {
.button-lqr6Lmuq7V {
    padding: 10px 8px;
    margin-right: 5px;
}
  }
@media (max-width: 768px) {
.button-lqr6Lmuq7V {
    padding: 10px 8px;
    margin-right: 5px;
}
  }
@media (--mobile) {
.button-lqr6Lmuq7V {
    padding: 10px 8px;
    margin-right: 5px;
}
  }
.button-lqr6Lmuq7V.selected-yyBykkcyLl,
.button-lqr6Lmuq7V[data-selected="true"] {
  box-shadow: 0 -2px 0 0 var(--global-colors-primary) inset;
  color: var(--components-marketFilterDisplay-flexButton-dataSlected-color);
}
/**
 * Loading animation between filters
 */
.loading-YJI2iy4IML::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--global-colors-primary);
  animation-name: underline1-_uxm3ELelH;
  animation-duration: 1500ms;
  animation-timing-function: cubic-bezier(.14,.64,.29,.81);
  animation-iteration-count: infinite;
}
.loading-YJI2iy4IML::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  opacity: 0;
  background: var(--global-colors-primary);
  animation-name: underline2-Y22MuhFamF;
  animation-duration: 1500ms;
  animation-delay: 750ms;
  animation-timing-function: cubic-bezier(.14,.64,.29,.81);
  animation-iteration-count: infinite;
}
@keyframes underline1-_uxm3ELelH {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes underline2-Y22MuhFamF {
  0% {
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
/**
 *  More tooltip
 */
.more-ZB4vxvVtDY {
  position: absolute;
  right: 0;
  z-index: 1;
}
.moreButton-bJ6V4WhQOh {
  text-align: right;
  text-transform: uppercase;
  color: var(--components-marketFilterDisplay-flexButton-color);
  font-size: 11px;
  font-weight: bold;
  padding: 6px 5px 8px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  background: var(--components-marketFilterDisplay-background);
  border-left: 1px solid var(--global-border-color);
}
.moreButton-bJ6V4WhQOh .moreButtonIcon-WQC7NqJQMJ {
    font-size: 6px;
    margin-left: 10px;
    margin-top: -2px;
  }
.moreButton-bJ6V4WhQOh:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 31px;
    left: -31px;
    top: 0;
    z-index: -1;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--components-marketFilterDisplay-background) 100%
    );
  }
.more-ZB4vxvVtDY .moreFilters-JOJ6FymJuz {
  display: none;
  background: white;
  padding: 10px;
  flex-direction: column;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  border-radius: 3px;
}
.more-ZB4vxvVtDY .moreFilters-JOJ6FymJuz button {
    margin: 0 5px;
    padding: 3px 5px;
    text-align: left;
    color: var(--grayBlue);
  }
.more-ZB4vxvVtDY .moreFilters-JOJ6FymJuz button:hover {
      color: var(--tiber);
    }
.more-ZB4vxvVtDY .moreFilters-JOJ6FymJuz button[data-selected="true"] {
      box-shadow: none;
      color: var(--dodgerBlue);
    }
.more-ZB4vxvVtDY:hover .moreFilters-JOJ6FymJuz {
    display: flex;
  }
/**
 * Dropdown
 */
.dropdown-HR7RScp2xG {
}
/**
 * -----------------------------------------------------------------------------
 * Base styles
 * -----------------------------------------------------------------------------
 */

.button-wrapper-Z7pE7Fol_T {
  position: relative;
  display: flex;

  flex-grow: 1;
  flex-basis: 30px;
}

.button-IFFsVVcXY2 {
  cursor: pointer;
  color: var(--components-marketBtn-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 100ms ease-in-out;

  position: relative;
  display: flex;

  overflow: hidden;

  font-size: 12px;
}

.price-r5BU0ynJha {
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
}

.label-GT4CkXEOFj,
.points-ESB74ajl71 {
  font-weight: 500;
  color: var(--global-font-color);
}

.label-GT4CkXEOFj {
  font-weight: 400;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

/**
 * Button states
 */

.disabled-PJC0aYJNS0 {
  cursor: not-allowed;
}

.unavailable-PRAs9ShQq6 {
  color: var(--silver);
  font-size: 24px;
  margin-top: 6px;
}

.unavailable-PRAs9ShQq6,
.offline-nbnL6WIHML {
  margin-left: auto;
  margin-right: auto;
  opacity: var(--components-marketBtn-disabled-icon-opacity);
}

.offline-nbnL6WIHML {
  transform: scale(0.8);
}

.horizontal-_02h6JC4ff .unavailable-PRAs9ShQq6 {
  font-size: 17px;
}

.horizontal-_02h6JC4ff .offline-nbnL6WIHML {
  transform: scale(0.65);
}

.spinner-nuXbYCcQp9 {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: 2px solid var(--global-colors-tertiary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin-GuF65iWPRC 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin-GuF65iWPRC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.market-btn-loading {
  content: "...";
  opacity: 0.5;
}

/**
 * -----------------------------------------------------------------------------
 * Themes
 * -----------------------------------------------------------------------------
 */

/**
 * Pill (rounded, gradient background)
 */

.pill-yZejyxICzt {
  background: var(--components-marketBtn-background);
  border: 1px solid var(--components-marketBtn-border-color);
  border-radius: 4px;
  line-height: 1.3;
  margin: 0 2px;
}

.pill-yZejyxICzt[tooltip]:hover {
  overflow: visible;
}

.pill-yZejyxICzt[tooltip]:hover:after {
    font-size: 11px;
  }

.pill-yZejyxICzt.selected-GdBneYxs68 {
  color: var(--components-marketBtn-selected-color);
  background: var(--components-marketBtn-selected-background);
  border-color: var(--components-marketBtn-selected-border-color);
}

.pill-yZejyxICzt.selected-GdBneYxs68 .points-ESB74ajl71,
  .pill-yZejyxICzt.selected-GdBneYxs68 .label-GT4CkXEOFj {
    color: var(--components-marketBtn-selected-color);
  }

@media (min-width: 768px) {

.pill-yZejyxICzt:not(.disabled-PJC0aYJNS0):hover {
    border-color: var(--components-marketBtn-hover-border-color);
}
  }

@media (min-width: 768px) {

.pill-yZejyxICzt:not(.disabled-PJC0aYJNS0):hover {
    border-color: var(--components-marketBtn-hover-border-color);
}
  }

@media (--desktop) {

.pill-yZejyxICzt:not(.disabled-PJC0aYJNS0):hover {
    border-color: var(--components-marketBtn-hover-border-color);
}
  }

.pill-yZejyxICzt .oddsChange-FWxgNzVLYy {
  position: absolute;
  right: 0;
}

.pill-yZejyxICzt .oddsChange-FWxgNzVLYy.up-fX2yHz0AQR {
    top: 0;
  }

.pill-yZejyxICzt .oddsChange-FWxgNzVLYy.down-KQAx1n5YXT {
    bottom: 0;
  }

.pill-yZejyxICzt.horizontal-_02h6JC4ff {
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 30px;
}

/**
 * Flat (square, edge-to-edge)
 */

.flat-sHqs64u7Of {
  background: var(--components-marketBtn-flat-background);
  outline: 1px solid var(--components-marketBtn-flat-border-color);
  font-size: 10px;
  line-height: 1.3;
}

.flat-sHqs64u7Of[tooltip]:hover {
  overflow: visible;
}

.flat-sHqs64u7Of[tooltip]:hover:after {
    font-size: 11px;
  }

.flat-sHqs64u7Of.selected-GdBneYxs68 {
  color: var(--components-marketBtn-selected-color);
  background: var(--components-marketBtn-selected-background);
  outline-color: var(--components-marketBtn-selected-border-color);
}

.flat-sHqs64u7Of.selected-GdBneYxs68 .points-ESB74ajl71,
  .flat-sHqs64u7Of.selected-GdBneYxs68 .label-GT4CkXEOFj {
    color: var(--components-marketBtn-selected-color);
  }

.flat-sHqs64u7Of.selected-GdBneYxs68.carouselBtn-BHjTzfRZAL .deadCenter-qZDRmwwcep {
    border-color: var(--components-marketBtn-hover-border-color);
    box-shadow: 0 0 0 1px inset var(--components-marketBtn-hover-border-color);
  }

.flat-sHqs64u7Of .oddsChange-FWxgNzVLYy {
  margin-right: 5px;
  outline: 1px solid red;
  font-size: 20px;
}

.flat-sHqs64u7Of:not(.disabled-PJC0aYJNS0):hover {
  border-color: var(--components-marketBtn-hover-border-color);
  box-shadow: 0 0 0 1px inset var(--components-marketBtn-hover-border-color);
  z-index: 999;
}

.flat-sHqs64u7Of.horizontal-_02h6JC4ff {
  height: 30px;
  flex-grow: 1;
}

/**
 * -----------------------------------------------------------------------------
 * Orientations - horizontal, or vertical
 * -----------------------------------------------------------------------------
 */

.vertical-wliwQJU9qp {
  width: var(--marketBtnWidth);
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  direction: ltr;
}

.vertical-wliwQJU9qp .label-GT4CkXEOFj {
  font-size: 10px;
}

.horizontal-_02h6JC4ff {
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  direction: ltr;
  flex-grow: 1;
}

.horizontal-_02h6JC4ff .label-GT4CkXEOFj {
    text-align: left;
    font-size: 11px;
  }

.alternates-icon-C2cnQL19TQ::before {
  font-family: "icomoon";
  color: var(--components-events-alternates-expandBtn-color);
  content: "\e9dd";
  position: absolute;
  right: 10%;
  top: 30%;
}


.container-CYqsBWdlkP {
  position: absolute;
  z-index: 12;
  background-color: var(--components-events-alternates-background);
  box-shadow: 0 4px 25px 0 rgba(0,0,0,0.5);
  border-radius: var(--global-border-radius);
  padding: 5px 20px 5px 5px;
  border: var(--components-events-alternates-border);
  width: 152px;
  opacity: 0;
  transition: opacity 150ms ease-in;
}

.container-CYqsBWdlkP.visible-h9FnAe8PPC {
    opacity: 1;
  }

.buttons-kyb_t0XZAi {
  display: flex;
  text-align: center;
  align-items: center;
}

.emptyMsg-EFZO2nW4E_ {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
  line-height: 1.2;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  height: 70px;
}

.emptyMsg-EFZO2nW4E_ .icon-y4quhc24uG {
    font-size: 28px;
    padding: 0 19px;
    color: var(--silver);
  }

.marketBtn-hj6j2CcFy1 {
  margin: 4px 2px;
  height: 43px;
  width: 59.5px;

  /* ensure the buttons are exactly consistent with event row buttons */
  padding-top: 2px;
}

.expandBtn-bhQlYCR2vJ {
  width: 13px;
  border-radius: var(--global-border-radius);
  color: var(--components-events-alternates-expandBtn-color);
  text-align: center;
  cursor: pointer;
  opacity: .75;

  vertical-align: middle;
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.expandBtn-bhQlYCR2vJ:hover {
    color: var(--components-events-alternates-expandBtn-hover-color);
    background: var(--components-events-alternates-expandBtn-hover-background);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    opacity: 1;
  }

.expandBtnIcon-_VvpIiP8dU {
  font-size: 13px;
}

.expandBtnModal-xX2RsRbzSz {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -20px;
  height: 41px;
}

.childContainer-rK2vhEsP96 {
  width: 100%; /* calc(100% - 20px); */
  display: inline-block;
  padding: 5px;
}

.childContainer-rK2vhEsP96 a {
    margin: 4px 2px !important;
  }



.alternates-PCB1HT1nLi {
  width: 13px;
  display: flex;
}@media (max-width: 768px) {.alternates-PCB1HT1nLi {
    align-self: flex-start;
    padding: 5px 0;
    position: relative;
}
  }@media (max-width: 768px) {.alternates-PCB1HT1nLi {
    align-self: flex-start;
    padding: 5px 0;
    position: relative;
}
  }@media (--mobile) {.alternates-PCB1HT1nLi {
    align-self: flex-start;
    padding: 5px 0;
    position: relative;
}
  }

.highlighted-LETIabLhZ0 {
    background-color: var(--components-highlightedSearchTerm-background);
}

.container-MPm_HbCasX {

}

ul.subHeading-aAGrQQZOOD {
  text-align: left;
  background: var(--components-matchupDisplay-subHeading-background);
  color: var(--components-matchupDisplay-subHeading-color);
  font-size: 10px;
  font-weight: 500;

  width: 100%;
  display: table;
  table-layout: fixed; /* optional, for equal spacing */
  border-collapse: collapse;
}

ul.subHeading-aAGrQQZOOD li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
  }

ul.col1-FESnKfNEqa li {
  text-align: left;
}

.marketGroup-wMlWprW2iC {
  margin-bottom: 1px;
  order: 1;
}

.buttons-2djAKSMqe8 {
  padding: 5px 0;
}

.buttonRow-zWMLOGu5YB {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB {
    flex-direction: column;
    row-gap: 5px;
  } 
    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button {
      margin-bottom: 5px;
    }

    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

@media (max-width: 768px) {
  .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB {
    flex-direction: column;
    row-gap: 5px;
  } 
    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button {
      margin-bottom: 5px;
    }

    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

@media (--mobile) {
  .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB {
    flex-direction: column;
    row-gap: 5px;
  } 
    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button {
      margin-bottom: 5px;
    }

    .moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

.team_total-NgtGcBjxFF {
  display: flex;
  padding: 10px;
}

.team_total-NgtGcBjxFF .buttonRow-zWMLOGu5YB {
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    flex-basis: 50%;
  }

.team_total-NgtGcBjxFF .buttonRow-zWMLOGu5YB button {
      margin-bottom: 5px;
    }

.team_total-NgtGcBjxFF.reverse-XKxkSLh59f {
    flex-direction: row-reverse;
  }

.specials-eOIXWv8KXL .buttonRow-zWMLOGu5YB {
  display: flex;
  flex-direction: column;
}

.specials-eOIXWv8KXL .buttonRow-zWMLOGu5YB button {
    margin-bottom: 5px;
  }

.specials-eOIXWv8KXL.twoColumns-sgtUDVIeOy .buttonRow-zWMLOGu5YB {
  flex-direction: row;
  flex-basis: 50%;
}

.threeColumns-yN8DLCcT3j .buttonRow-zWMLOGu5YB {
  flex-direction: row;
  flex-basis: 80%;
}

.wFull-e3BR1GJ8g1 {
  width: 100%;
}

.buttonsWrapper-fJmCFlKpp5 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .buttonsWrapper-fJmCFlKpp5 {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .buttonsWrapper-fJmCFlKpp5 {
    gap: 5px;
  }
}

@media (--mobile) {
  .buttonsWrapper-fJmCFlKpp5 {
    gap: 5px;
  }
}

.contents-qyJKU4CKP_ {
  display: contents;
}

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G {
  cursor: pointer;
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-left: 7px;
  margin-right: 5px;
  margin-top: 8px;
  border: 1px solid var(--manatee);
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
}

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G i {
    width: auto;
    min-width: 0;
    color: var(--manatee);
    font-size: 9px;
  }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G i.successIcon-vA6q_ACf1S {
      display: none;
    }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G i.removeIcon-r5Gq4APiQF {
      display: none;
    }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G i.addIcon-qQ25fg2fZO {
    }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G.checkboxActive-DT0BQfAdSn {
    border: 1px solid var(--azure);
    background: var(--azure);
  }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G.checkboxActive-DT0BQfAdSn i {
      color: var(--white);
    }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G.checkboxActive-DT0BQfAdSn i.successIcon-vA6q_ACf1S {
        display: block;
      }

.threeColumns-yN8DLCcT3j .checkbox-BbpSHi0N5G.checkboxActive-DT0BQfAdSn i.addIcon-qQ25fg2fZO {
        display: none;
      }

.toggleMarkets-PiumMKaRsl {
  text-align: center;
  font-size: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.toggleMarkets-PiumMKaRsl:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

.toggleMarketsText-_hEhYc4JsG {
  padding-right: 10px;
}

.toggleMarketsIcon-hPt9x3EP55 {
  transition: 250ms all 250ms;
  display: inline-block;
  font-size: 6px;
}

.toggleMarketsIcon-hPt9x3EP55.invert-sEHKlEbDZJ {
    transform: rotate(180deg);
  }

.pinIcon-lrnsuWVih6 {
  padding: 5px 8px;
}

/**
 * Display modes
 */

.default-SqGIHXbzqv {
}

.collapseTitle-uXerNiHx1D {
}

.flat-dX3RvOOB53 {
  padding: 0;
}

.flat-dX3RvOOB53.moneyline-Ak4EMdcO5l .buttonRow-zWMLOGu5YB {
    flex-direction: column;
  }

.flat-dX3RvOOB53.team_total-NgtGcBjxFF button, .flat-dX3RvOOB53.spread-RMiHM3QSiV button {
      flex-basis: 50%;
    }

.flat-dX3RvOOB53.team_total-NgtGcBjxFF button, .flat-dX3RvOOB53.specials-eOIXWv8KXL button {
      margin-bottom: 0;
      min-height: 30px;
    }

.flat-dX3RvOOB53 .buttonRow-zWMLOGu5YB {
    padding: 0;
  }

.collapseTitleFlat-swFLPj5wW6 {
  padding: 0;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  overflow: hidden;
}

.collapseTitleFlat-swFLPj5wW6 > span {
    line-height: 22px;
  }

.collapseTitleFlat-swFLPj5wW6 .collapseIcon-IHnLvPNH6E {
    width: 22px;
  }

.lazyMarketCuratorLoading-ZCs9sBuADN {
  color: var(--white);
  background-color: var(--components-curatorTools-markets-background);
  position: absolute;
  right: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 252px;
}

.labelHeading-n0zwhxzgCM{
  line-height:1;
}

.labelHeading-n0zwhxzgCM > .div50-b0ItirdHRr{
    width: 50%;
    display: inline-block;
  }

.labelHeading-n0zwhxzgCM > .div50-b0ItirdHRr > p {
      margin : 0;
      color: var(--components-matchupDisplay-subHeading-color);
      font-size: 10px;
      font-weight: 500;
    }

.labelHeading-n0zwhxzgCM > .div50-b0ItirdHRr > .labelHeadingLeft-xN4VWAJL1X {
      padding-left:5px
    }

.labelHeading-n0zwhxzgCM > .div50-b0ItirdHRr > .labelHeadingRight-Yvc9pyFs38 {
      padding-right:5px;
      text-align:right;
    }

.labelHeading-n0zwhxzgCM > .div25-uD232_tMCP{
    width: 25%;
    display: inline-block;
  }

.labelHeading-n0zwhxzgCM > .div25-uD232_tMCP > p {
      margin : 0;
      color: var(--components-matchupDisplay-subHeading-color);
      font-size: 10px;
      font-weight: 500;
    }

.labelHeading-n0zwhxzgCM > .div25-uD232_tMCP > .labelHeadingLeft-xN4VWAJL1X {
      padding-left:5px
    }

.labelHeading-n0zwhxzgCM > .div25-uD232_tMCP > .labelHeadingRight-Yvc9pyFs38 {
      padding-right:5px;
      text-align:right;
    }

.matchupLoading-zwBNAiILzq {
  width: 100%;
  position: absolute;
  top: 230px;
  z-index: -1;
}

.noMarkets-U7eghD6iR8 {
  margin-top: var(--global-spacing-margin);
  display: none;
  transition: 250ms all 250ms;
}

.marketGroups-HjCkfKkLNt {
  display: flex;
  flex-direction: column;
}

.marketGroups-HjCkfKkLNt:empty + .noMarkets-U7eghD6iR8 {
  display: flex;
}

.marketGroups-HjCkfKkLNt:not(:empty) + .noMarkets-U7eghD6iR8 + .loading-JAqQnYPbNc {
  display: none;
}

.filterBar-dE0ePvomTO {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

@media (max-width: 768px) {

.filterBar-dE0ePvomTO {
    padding: 0;
}
  }

@media (max-width: 768px) {

.filterBar-dE0ePvomTO {
    padding: 0;
}
  }

@media (--mobile) {

.filterBar-dE0ePvomTO {
    padding: 0;
}
  }

.filterBarCompact-fzijFLOI1I {
  height: 31px;
  padding: 0;
}

.filterBarCompact-fzijFLOI1I > div {
    padding-left: 10px;
  }

.filterBarCompact-fzijFLOI1I button {
    font-size: 10px;
  }

.filterBarComapct-eYjQf4C8PF .filter-more-btn {
  margin-left: 10px;
  height: 32px;
}
.dateBar-Jrg4WDKWIO {
  background: var(--components-events-dateBar-background);
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  display: flex;
  padding-left: 10px;
}

.row-PyRzAAqH6Q {
  height: 56px;
  border-top: 1px solid var(--global-border-color);
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 0 7px 12px;
}

:root {
  --eventRowDotSize: 6px;
  --eventRowDotColor: rgba(216, 216, 216, 0.75);
  --eventRowDotColor2: rgba(216, 216, 216, 0.3);
}

.dotFlashing-CYCzrTdOVT {
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  width: 6px;
  width: var(--eventRowDotSize);
  height: 6px;
  height: var(--eventRowDotSize);
  border-radius: 5px;
  background-color: rgba(216, 216, 216, 0.75);
  background-color: var(--eventRowDotColor);
  color: rgba(216, 216, 216, 0.75);
  color: var(--eventRowDotColor);
  animation: dotFlashing-CYCzrTdOVT 1s infinite linear alternate;
  animation-delay: .5s;
}

.dotFlashing-CYCzrTdOVT::before, .dotFlashing-CYCzrTdOVT::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dotFlashing-CYCzrTdOVT::before {
  left: -8px;
  width: 6px;
  width: var(--eventRowDotSize);
  height: 6px;
  height: var(--eventRowDotSize);
  border-radius: 5px;
  background-color: rgba(216, 216, 216, 0.75);
  background-color: var(--eventRowDotColor);
  color: rgba(216, 216, 216, 0.75);
  color: var(--eventRowDotColor);
  animation: dotFlashing-CYCzrTdOVT 1s infinite alternate;
  animation-delay: 0s;
}

.dotFlashing-CYCzrTdOVT::after {
  left: 8px;
  width: 6px;
  width: var(--eventRowDotSize);
  height: 6px;
  height: var(--eventRowDotSize);
  border-radius: 5px;
  background-color: rgba(216, 216, 216, 0.75);
  background-color: var(--eventRowDotColor);
  color: rgba(216, 216, 216, 0.75);
  color: var(--eventRowDotColor);
  animation: dotFlashing-CYCzrTdOVT 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing-CYCzrTdOVT {
  0% {
    background-color: rgba(216, 216, 216, 0.75);
    background-color: var(--eventRowDotColor);
  }
  50%,
  100% {
    background-color: rgba(216, 216, 216, 0.3);
    background-color: var(--eventRowDotColor2);
  }
}
.row-NLus9j0PW1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px 10px;
}

.metadata-y7BYnvuXzv {
  flex-basis: 135px;
  /* flex-shrink: 0; */
  display: flex;
  align-items: center;

  /* needed to keep marketCnt in the eventRow with 2 market groups */
}

@media (max-width: 1115px) {

.metadata-y7BYnvuXzv {
    flex-basis: 170px;
}
  }

/* one of the trinity market groups is removed here */

@media (max-width: 1080px) {

.metadata-y7BYnvuXzv {
    flex-basis: 200px;
}
  }

/* needed to keep marketCnt in the eventRow with 1 market group */

@media (max-width: 960px) {

.metadata-y7BYnvuXzv {
    flex-basis: 150px;
}
  }

.metadata-y7BYnvuXzv > a {
    width: 100%;
  }

.slot-o0QGJUiiRz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 188px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.rowEnd-iS38qnLGFU {
  width: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  left-margin: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .buttons-fAilY1iVLl, .moneyline-l_EG_1VJ5j {
    margin-right: 0;
  }

  .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) {
    width: 190px;
  }

    .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) button {
      width: auto;
      flex-grow: 1;
    }
}

@media (max-width: 768px) {
  .buttons-fAilY1iVLl, .moneyline-l_EG_1VJ5j {
    margin-right: 0;
  }

  .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) {
    width: 190px;
  }

    .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) button {
      width: auto;
      flex-grow: 1;
    }
}

@media (--mobile) {
  .buttons-fAilY1iVLl, .moneyline-l_EG_1VJ5j {
    margin-right: 0;
  }

  .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) {
    width: 190px;
  }

    .buttons-fAilY1iVLl:not(.threeButtons-HDwXUvrbcA) button {
      width: auto;
      flex-grow: 1;
    }
}
.btn-A8l3Dghoy5 {
  display: flex;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  height: 40px;
  font-size: 10px;
}.btn-A8l3Dghoy5 i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 8px;
  }.btn-A8l3Dghoy5:hover, .btn-A8l3Dghoy5:active {
    transform: translateY(1px);
    color: var(--orange);
  }
.row-b5NFDzUgnA {
  height: 82px;
  border-top: 1px solid var(--global-border-color);
}

.row-b5NFDzUgnA:hover {
    background: var(--components-events-eventRow-hover-background);

    /* this will fade over team names instead of ellipsis */
  }

.row-b5NFDzUgnA:hover .event-row-participant:after {
      background: linear-gradient(
        270deg,
        var(--components-events-eventRow-hover-background) 0%,
        var(--components-events-gameInfo-participantEclipse-to-background) 100%
      );
    }

.buttons-FF7h31u3HU {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 2px 2px;
  gap: 2px 2px;
  grid-template-areas:
    ". ."
    ". .";
  width: 100%;
}

/*
.buttons {
  display: flex;
  flex-direction: row;
  flex-grow: 1;

  & .buttonRow {
    flex-direction: row;
    flex-grow: 1;
    padding-bottom: 4px;

    & button {
      margin-right: 4px;
      &:last-child {
        margin-right: 0;
      }
    }

    &:last-child {
      padding-bottom: 0;
    }
  }

  &.reverse {
    flex-direction: row-reverse;
  }
}
*/

.marketBtn-JbCnt5vypu {
}

.marketBtn-JbCnt5vypu .icon-unavailable-2 {
  margin-top: 3px;
}

.price-Um0Ju1kHrk {

}

.points-PoOOm0nV8W {

}
.row-juExaF_D7q {
  height: auto;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--components-events-separationBar-background);
  padding: 2px 10px;
  border-top: 1px solid var(--components-events-separationBar-border-color);
  color: var(--components-events-separationBar-color);
}

.rowLink-l5WuqBofKs {
  color: var(--components-events-separationBar-color);
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
}

.rowLink-l5WuqBofKs:hover {
    color: var(--bahamaBlue);
  }

.icon-hbWiaEaENk {
  font-size: 8px;
  margin-left: 5px;
}

.label-cMtpsdiCOw {
  flex: 1;
  text-align: center;
  font-weight: 500;
}


.row-sACJiwL6VA {
  height: auto;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--components-events-separationPeriodBar-background);
  padding: 2px 10px;
  border-top: 1px solid var(--components-events-separationBar-border-color);
  color: var(--components-events-separationPeriodBar-color);
}

.rowLink-Ex8uBuwy9A {
  color: var(--components-events-separationBar-color);
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
}

.rowLink-Ex8uBuwy9A:hover {
    color: var(--bahamaBlue);
  }

.icon-p0FOzy5RYP {
  font-size: 8px;
  margin-left: 5px;
}

.label-mGwcFPN3ic {
  flex: 1;
  text-align: center;
  font-weight: 500;
}


.loading-cXVHNhkI1x {
  border-top: 1px solid var(--global-border-color);
}

.placeholder-F4pHkg5bib {
  border-top: 1px solid var(--global-border-color);
}

.row-u9F3b9WCM3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px 10px;
}

.metadata-ANkHTQFSEA {
  width: 200px;
  margin-right: 8px;
  flex-shrink: 0;
  flex-grow: 1;
}

@media (max-width: 768px) {
    .metadata-ANkHTQFSEA {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

@media (max-width: 768px) {
    .metadata-ANkHTQFSEA {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

@media (--mobile) {
    .metadata-ANkHTQFSEA {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }

/* needed to keep marketCnt in the eventRow with 2 market groups */

@media (max-width: 1115px) {

.metadata-ANkHTQFSEA {
    width: 170px;
}
  }

/* one of the trinity market groups is removed here */

@media (max-width: 1080px) {

.metadata-ANkHTQFSEA {
    width: 200px;
}
  }

/* needed to keep marketCnt in the eventRow with 1 market group */

@media (max-width: 960px) {

.metadata-ANkHTQFSEA {
    width: 150px;
}
  }

@media (max-width: 350px) {

.metadata-ANkHTQFSEA {
    width: 116px;
}
  }

.buttons-j19Jlcwsi9 {
  flex-direction: row;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  display: flex;
  margin-right: 15px;
}

@media (max-width: 768px) {

.buttons-j19Jlcwsi9 {
    justify-content: initial;
    justify-content: unset;
}
  }

@media (max-width: 768px) {

.buttons-j19Jlcwsi9 {
    justify-content: initial;
    justify-content: unset;
}
  }

@media (--mobile) {

.buttons-j19Jlcwsi9 {
    justify-content: initial;
    justify-content: unset;
}
  }

.moneyline-i2WQM8REwI {
  width: 130px;
  margin-right: 20px;
}

.threeButtons-MVwBtbc54r {
  width: 190px;
}

.rowEnd-mgLqMV2ccq {
  width: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 0px;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .buttons-j19Jlcwsi9,
  .moneyline-i2WQM8REwI {
    margin-right: 0;
  }

  .buttons-j19Jlcwsi9 {
    width: 190px;
    flex-shrink: initial;
    flex-direction: column;
  }

    .buttons-j19Jlcwsi9 button {
      width: auto;
      flex-grow: 1;
    }
}

@media (max-width: 768px) {
  .buttons-j19Jlcwsi9,
  .moneyline-i2WQM8REwI {
    margin-right: 0;
  }

  .buttons-j19Jlcwsi9 {
    width: 190px;
    flex-shrink: initial;
    flex-direction: column;
  }

    .buttons-j19Jlcwsi9 button {
      width: auto;
      flex-grow: 1;
    }
}

@media (--mobile) {
  .buttons-j19Jlcwsi9,
  .moneyline-i2WQM8REwI {
    margin-right: 0;
  }

  .buttons-j19Jlcwsi9 {
    width: 190px;
    flex-shrink: initial;
    flex-direction: column;
  }

    .buttons-j19Jlcwsi9 button {
      width: auto;
      flex-grow: 1;
    }
}


.button-wUHECRQ3jI {
  color: var(--manatee);
  font-size: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button-wUHECRQ3jI:hover {
    color: var(--global-colors-secondary);
    transform: scale(1.35) rotate(6deg);
    z-index: 2;
  }

.pinned-QPfjc8gQa0 {
  color: var(--global-colors-secondary);
}

.row-k9ktBvvTsJ {
  height: 56px;
  border-top: 1px solid var(--global-border-color);
}

.row-k9ktBvvTsJ:hover {
    background: var(--components-events-eventRow-hover-background);

    /* this will fade over team names instead of ellipsis */
  }

.row-k9ktBvvTsJ:hover .event-row-participant:after {
      background: linear-gradient(
        270deg,
        var(--components-events-eventRow-hover-background) 0%,
        var(--components-events-gameInfo-participantEclipse-to-background) 100%
      );
    }

@media (max-width: 768px) {

.row-k9ktBvvTsJ {
    margin-bottom: 0px;
    height: auto;
}
  }

@media (max-width: 768px) {

.row-k9ktBvvTsJ {
    margin-bottom: 0px;
    height: auto;
}
  }

@media (--mobile) {

.row-k9ktBvvTsJ {
    margin-bottom: 0px;
    height: auto;
}
  }

.pinDesktop-irfvL59AJJ {
  display: flex;
  flex-direction: row;
}

.pinDesktop-irfvL59AJJ > a {
    flex-grow: 1;
  }

.pinMatchup-XqiMM8Hlj3 {
  width: 44px;
  height: 44px;
  margin-left: -10px;

  display: flex;
  flex-shrink: 0;
  align-content: center;
}

@media (max-width: 768px) {

.pinMatchup-XqiMM8Hlj3 {
    width: 22px;
    margin-left: 0;
}
  }

@media (max-width: 768px) {

.pinMatchup-XqiMM8Hlj3 {
    width: 22px;
    margin-left: 0;
}
  }

@media (--mobile) {

.pinMatchup-XqiMM8Hlj3 {
    width: 22px;
    margin-left: 0;
}
  }

.dragIcon-aEFtBUvE0C {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-left: -10px;
  color: var(--medGray);
  transition: 200ms all;
  opacity: 0.4;
  font-size: 13px;
}

.dragIcon-aEFtBUvE0C:hover {
    opacity: 1;
  }

@media (max-width: 768px) {
    .buttonWrapper-OLeP6yYnZC {
      flex-grow: 0;
      flex-basis: 40px;
    }

      .buttonWrapper-OLeP6yYnZC button {
        margin: 2px;
      }
  }

@media (max-width: 768px) {
    .buttonWrapper-OLeP6yYnZC {
      flex-grow: 0;
      flex-basis: 40px;
    }

      .buttonWrapper-OLeP6yYnZC button {
        margin: 2px;
      }
  }

@media (--mobile) {
    .buttonWrapper-OLeP6yYnZC {
      flex-grow: 0;
      flex-basis: 40px;
    }

      .buttonWrapper-OLeP6yYnZC button {
        margin: 2px;
      }
  }

.row-CTcjEjV6yK {
  height: auto;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--components-events-separationBar-background);
  padding: 2px 10px;
  border-top: 1px solid var(--components-events-separationBar-border-color);
  color: var(--components-events-separationBar-color);
}

.rowLink-rtJhYcYkm5 {
  color: var(--components-events-separationBar-color);
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}

.rowLink-rtJhYcYkm5:hover {
    color: var(--bahamaBlue);
  }

.icon-Oa7E9yy_Zj {
  font-size: 8px;
  margin-left: 5px;
}

.label-TsvXwccH9E {
  text-align: center;
  font-weight: 500;
}

.dragIcon-wg9sfoaxFN {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  margin-left: -10px;
  color: var(--medGray);
  transition: 200ms all;
  font-size: 11px;
}

.dragIcon-wg9sfoaxFN:hover {
    color: var(--medDarkGray);
  }

.header-fDrD8fs8Gl {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {

.header-fDrD8fs8Gl {
    flex-direction: row;
}
  }

@media (max-width: 768px) {

.header-fDrD8fs8Gl {
    flex-direction: row;
}
  }

@media (--mobile) {

.header-fDrD8fs8Gl {
    flex-direction: row;
}
  }

.over-under-ywpYFvoFtD > *, .three-way-JDwkkL_Gb_ > * {
    flex: 1;
  }

.over-under-ywpYFvoFtD {
  margin-right: 15px;
}

@media (max-width: 768px) {

.over-under-ywpYFvoFtD {
    gap: 2px;
}

    .over-under-ywpYFvoFtD > * {
      flex: 0;
    }
  }

@media (max-width: 768px) {

.over-under-ywpYFvoFtD {
    gap: 2px;
}

    .over-under-ywpYFvoFtD > * {
      flex: 0;
    }
  }

@media (--mobile) {

.over-under-ywpYFvoFtD {
    gap: 2px;
}

    .over-under-ywpYFvoFtD > * {
      flex: 0;
    }
  }

.list-mCW1NFV2s6 {
  will-change: auto;
}

.loading-A2SAWUAAP7 {
  border-top: 1px solid var(--global-border-color);
}

.placeholder-JushyuSNg7 {
  border-top: 1px solid var(--global-border-color);
}

.heading-MoO_Jb3aZ8 {
  color: var(--dimGray);
}

.bar-fs20nIECVU {
  background: var(--blumine);
  color: white;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  padding-left: 10px;
}.bar-fs20nIECVU i[class*="icon-"] {
    margin-right: 7px;
  }
.sortableWrapper-XD3KmLY53I {
  background: var(--components-contentBlock-background);
}

.sortableItem-hzMYNMB3cQ {
  background: var(--components-contentBlock-background);
}

.marketGroup-c_CkLDe706 {
  margin-bottom: 1px;
  order: 1;
}

.buttons-_83TOSJJ8F {
  padding: 5px 0;
}

.buttonRow-FBYp5z_7fZ {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ {
    flex-direction: column;
  }
    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button {
      margin-bottom: 5px;
    }

    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

@media (max-width: 768px) {
  .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ {
    flex-direction: column;
  }
    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button {
      margin-bottom: 5px;
    }

    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

@media (--mobile) {
  .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ {
    flex-direction: column;
  }
    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button {
      margin-bottom: 5px;
    }

    .moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ button:last-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
}

.team_total-KE3vBgXVc1 {
  display: flex;
  padding: 10px;
}

.team_total-KE3vBgXVc1 .buttonRow-FBYp5z_7fZ {
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    flex-basis: 50%;
  }

.team_total-KE3vBgXVc1 .buttonRow-FBYp5z_7fZ button {
      margin-bottom: 5px;
    }

.team_total-KE3vBgXVc1.reverse-ZrEi9MeGIG {
    flex-direction: row-reverse;
  }

.specials-wgfRzExUjJ .buttonRow-FBYp5z_7fZ {
  display: flex;
  flex-direction: column;
}

.specials-wgfRzExUjJ .buttonRow-FBYp5z_7fZ button {
    margin-bottom: 5px;
  }

.specials-wgfRzExUjJ.twoColumns-CaCSY1KU7z .buttonRow-FBYp5z_7fZ {
  flex-direction: row;
  flex-basis: 50%;
}

.toggleMarkets-JDskLMqXY5 {
  text-align: center;
  font-size: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.toggleMarkets-JDskLMqXY5:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

.toggleMarketsText-oEXLZp5nL7 {
  padding-right: 10px;
}

.toggleMarketsIcon-mp6tLlR8hd {
  transition: 250ms all 250ms;
  display: inline-block;
  font-size: 6px;
}

.toggleMarketsIcon-mp6tLlR8hd.invert-KEUHDk9lBj {
    transform: rotate(180deg);
  }

.pinIcon-ZD3YvOsmwY {
  padding: 5px 8px;
}

/**
 * Display modes
 */

.flat-FqQNls4mjS {
  padding: 0;
}

.flat-FqQNls4mjS.moneyline-wssAFxnl5Y .buttonRow-FBYp5z_7fZ {
    flex-direction: column;
  }

.flat-FqQNls4mjS.team_total-KE3vBgXVc1 button, .flat-FqQNls4mjS.spread-sCQMLeHev9 button {
      flex-basis: 50%;
    }

.flat-FqQNls4mjS.team_total-KE3vBgXVc1 button, .flat-FqQNls4mjS.specials-wgfRzExUjJ button {
      margin-bottom: 0;
      min-height: 30px;
    }

.flat-FqQNls4mjS .buttonRow-FBYp5z_7fZ {
    padding: 0;
  }

.collapseTitleFlat-D7X6BEZBT8 {
  padding: 0;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
}

.collapseTitleFlat-D7X6BEZBT8 > span {
    line-height: 22px;
  }

.collapseTitleFlat-D7X6BEZBT8 .collapseIcon-mPbqSpbP7n {
    width: 22px;
  }

.lazyMarketCuratorLoading-VPEhW3K6Os {
  color: var(--white);
  background-color: var(--components-curatorTools-markets-background);
  position: absolute;
  right: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 252px;
}

.dateTime-veuy3UCMNI {
  font-size: 9px;
  padding-left: 16px;
  align-items: center;
  color: var(--dimGray);
  background-color: var(--solitude);
  line-height: 22px;
}

.subHeading-c65XrjaV9l {
  background: var(--components-matchupDisplay-subHeading-background);
  color: var(--components-matchupDisplay-subHeading-color);
  font-size: 10px;
  font-weight: 500;
  padding-left: 10px;
  width: 100%;
  display: table;
  table-layout: fixed; /* optional, for equal spacing */
}

.leagueGroup-rZFI2y98nR {
  margin-bottom: 14px;
  border-radius: 4px;
  box-shadow: var(--components-contentBlock-shadow);
  color: var(--white);
}

.collapseTitle-Dp27J4Roef {
  border-radius: 4px 4px 0px 0px;
}

/* .subtitle {
  font-weight: normal;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
} */

.buttonGroupPadding-qnwWOnarsy {
  padding: 14px;
}

.buttonSpacing-sU5ZKyKPxL {
  margin-bottom: 8px;
}

.descriptionTitle-DcKktLtx2T {
  background-color: var(--blumine);
  color: var(--white);
  padding: 4px 0px 4px 16px;
  font-size: 10px;
  font-weight: bold;
}

.container-ZRgIgP5iIO {
  padding: var(--global-spacing-padding) 30px;
  font-size: 11px
}

.emptyResult-M5RK6tZ348 {
  background-color: var(--components-betshare-modal-background);
  border-top: 1px solid var(--global-border-color);
}

.descriptionGroup-ZjnzGf3GZq {
}

.descriptionTitle-YAq9bZ1S_P {
  font-weight: bold;
  font-size: 12px;
}

.description-YXfZN8WamY {
  margin-bottom: calc(var(--global-spacing-padding) / 2);
}

.updatedDate-DRSEF431Gk {
  margin-bottom: 12px;
}

.dateEmptyResult-YcjNLN9fAD {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.divider-qdcFHVR_08 {
  margin: 0 5px;
  border-left: 1px solid var(--global-border-color);
}

.liveClock-fW05ynsdso {
  padding: 2px 5px;
  background: var(--components-matchupSummary-liveClock-background);
  border-radius: var(--global-border-radius);
  box-shadow: var(--components-container-shadow);
}

@media (max-width: 768px) {

.liveClock-fW05ynsdso {
    bottom: 10px;
}
  }

@media (max-width: 768px) {

.liveClock-fW05ynsdso {
    bottom: 10px;
}
  }

@media (--mobile) {

.liveClock-fW05ynsdso {
    bottom: 10px;
}
  }

.liveTextWrap-SqOWOonObk {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--global-colors-secondary);
}

.liveOtIncludedLabel-mRNnCvnly3 {
  color: var(--global-colors-secondary);
}

.clockIcon-Y8ZiVeuXn8 {
  width: 16px;
  display: inline !important;
  margin-right: 5px;
}

.clockIcon-Y8ZiVeuXn8 svg {
    margin-top: -3px;
  }

.container-zwJiNBivV8 {
  display: flex;
  background: var(--components-liveCentre-matchupSummary-background);
  font-size: 10px;
}

.contentLeft-SRPACCj0cX {
  flex-grow: 1;
}

.contentRight-cxMcE_EWDK {
  flex-basis: 25%;
  flex-grow: 0;
  border-left: 1px solid var(--global-border-color);
  border-bottom: 1px solid var(--global-border-color);
}

.contentRight-cxMcE_EWDK:empty {
    display: none;
  }

.row-oh0MprpKDi {
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid var(--global-border-color);
}

/**
 * Game start time / live clock
 */

.liveClock-ZsIKo1q3QV {
  color: var(--global-colors-secondary);
}

.clockIcon-IEq52L7Pnw {
  padding-right: 5px;
}

.timeDivider-LZGtyPuJ_j {
  margin: 0 8px;
  border-left: 1px solid var(--global-border-color);
}

/**
 * Team names / scores
 */

.participant-EAsbd7Wv72 {
  display: flex;
  justify-content: space-between;
}

.score-D07wWn8q_M {
  width: 45px;
  position: relative;
  text-align: right;
}

.scoreNum-vNne1_lq5P {
  min-width: 20px;
  text-align: right;
  display: inline-block;
}

/**
 * Cards
 */

.cards-ucHjEnoV0t {
  margin: 0 5px;
}

.red-TDTIYGSSk4 {
  color: white;
  background: var(--watermelon);
  padding: 2px 2px 1px;
  line-height: 1;
  margin: 0 2px;
  border-radius: 1px;
  font-size: 8px;
  transform: translateY(-1px);
  display: inline-block;
}
/*
  visibility: visible;
  opacity: 1;
  top: -50%;
  left: calc(-50% - 11px);
*/

.star-hOZ4oZnbga,
.starSelected-YfoSJYsTMF {
  width: 44px;
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  transition: all 100ms;
  cursor: pointer;
}

.star-hOZ4oZnbga svg, .starSelected-YfoSJYsTMF svg {
    width: 45px;
  }

.star-hOZ4oZnbga {
  display: inline-flex;
  padding: 0 12px !important;
}

.star-hOZ4oZnbga img {
    width: 24px;
    height: 24px;
  }

.onLight-CqthNd3biJ .unselected-s5539aPapQ {
  opacity: 0.9;
}

.tooltip-slwBRwT2rV {
  font-size: 1.1rem;
  text-align: center;
  padding: 0.3em;
  color: var(--components-favourites-tooltip-text);

  /* override base settings */
  width: 110px;
  transform: translate3d(0, -100%, 0);
  transition: all 250ms cubic-bezier(0, 0, 0.25, 1);
}

.supportFavorites-qCFVN3jSkM {
  right: -32px;
  top: -3px;
}


.breadcrumb-RiV5hqYP7P {
  font-size: 12px;
  padding: 3px 15px;
  clear: both;
  width: 100%;
  position: relative;
  color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 35px;
  margin-bottom: 10px;
  background: var(--components-breadCrumb-background);
}

.breadcrumb-RiV5hqYP7P ul {
    width:100%;
  }

.breadcrumb-RiV5hqYP7P > div:first-child {
    width:100%;
  }

.breadcrumb-RiV5hqYP7P ul, .breadcrumb-RiV5hqYP7P li {
    display: inline-flex;
  }

.breadcrumb-RiV5hqYP7P li.breadcrumbDropdownListItem-zUbm62IMXA:hover {
    background: var(--components-breadCrumb-dropdown-activeSport);
  }

.breadcrumb-RiV5hqYP7P li.breadcrumbDropdownListItem-zUbm62IMXA {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

.breadcrumb-RiV5hqYP7P li.breadcrumbDropdownListItem-zUbm62IMXA > span:nth-of-type(2) {
      color: var(--components-breadCrumb-dropdown-countColor);
      margin-left: 10px;
    }

.breadcrumb-RiV5hqYP7P li.breadcrumbDropdownListItem-zUbm62IMXA a > span:nth-of-type(2) {
        color: var(--components-breadCrumb-dropdown-countColor);
        margin-left: 10px;
      }

.breadcrumb-RiV5hqYP7P li.breadcrumbDropdownListItem-zUbm62IMXA:last-child {
    border-bottom: none;
  }

.breadcrumb-RiV5hqYP7P a {
    color: var(--white);
    display: block;
    padding: 3px 0;
  }

.listWrap-JGrDIliTC6 {
  position: absolute;
}

.smallerFont-OyS0u8cpM3 {
  font-size: 12px;
}

.separator-cSZHcDuwoZ {
  color: var(--orange);
  padding: 3px 10px;
}

.textLabel-lNJMfvP1Hd { }

.last-Clfj1c99Or {
  padding: 3px 0px;
  font-size: 12px;
  max-width: 35%;
}

.last-Clfj1c99Or .textLabel-lNJMfvP1Hd { 
    height: 18px;
  }

.collapseIcon-If2QEtK95s {
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  padding: 0;
  padding: initial;
  padding: unset;
  height: 25px;
  border-bottom: 0;
  border-bottom: initial;
  border-bottom: unset;
  position: relative;
  top: 1px;
}

.arrow-hVOi_25ZK2 {
  display: inline-block;
  transition: all 100ms;
  transform: rotate(90deg);
  padding: 0px 10px;
  cursor: pointer;
  position: relative;
  top: 3px;
  font-size: 10px;
  color: var(--components-breadCrumb-navbar-arrow-desktop);
}

.arrow-hVOi_25ZK2.expanded-cV_kBvenCM {
    transform: rotate(-90deg);
  }

.breadcrumbDropdownBox-sM1fxh0mUp {
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  box-shadow: var(--components-breadCrumb-dropdown-dropshadow);
  overflow: hidden;
}

.breadcrumbDropdownBoxInn-SnI5tvOyB5 {
  display: flex;
  flex-direction: column;
}

.breadcrumbDropdownContent-fDnVUj2UAN {
  width: 387px;
  max-height: calc(75vh - 160px);
  background: var(--components-breadCrumb-dropdown-background-desktop);
  overflow: auto;
  max-width: 100%;
}

.breadcrumbDropdownListItem-zUbm62IMXA {
  padding: 4px 15px;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
}

.breadcrumbDropdownListItem-zUbm62IMXA a {
    display: inline-flex;
    color: var(--components-breadCrumb-dropdown-color-desktop);
    width: 100%;
  }

.breadcrumbDropdownListItem-zUbm62IMXA div span {
      position: relative;
      top: 2px;
      right: -12px;
    }

.breadCrumbOverflow-GWLMTjvJo8 {
  overflow: visible;
  overflow: initial;
  overflow: unset;
  overflow-x: clip;
}

.breadcrumbDropdownContent-fDnVUj2UAN::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: none;
}

.breadcrumbDropdownContent-fDnVUj2UAN::-webkit-scrollbar-thumb {
    background-color: #2d46638f;
}

.breadcrumbDropdownListTitle-Blh5PayZR7 {
  background: var(--components-breadCrumb-dropdown-title);
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 15px;
  text-transform: uppercase;
}

.breadcrumbDropdownIsLive-jblDvsakRj {
  color: var(--components-breadCrumb-dropdown-isLive-color);
  font-size: 11px;
  float: right;
  position: relative;
  padding-left: 5%;
}

.breadcrumbDropdownIsLive-jblDvsakRj .isLiveText-gUip7LwCrX {
    position: relative;
    float: right;
  }

.breadcrumbDropdownIsLive-jblDvsakRj .favouritesIcon-rI_HA1KT6_ {
    position: relative;
    top: -16px;
  }

.sportsDropdown-NBl67hNI5p {
  border-radius: var(--global-border-radius);
  margin-bottom: 15px;
  background: var(--components-breadCrumb-dropdown-background-desktop);
  overflow: hidden;
  box-shadow: var(--components-breadCrumb-dropdown-dropshadow);
  width: 387px;
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 30px;
  height: calc(75vh - 160px);
  overflow-y: scroll;
}

.sportsDropdown-NBl67hNI5p > div:first-child ul.sportsUnorderedList-u6oohwbLwG li a > span:last-child {
            border-left: var(--components-breadCrumb-dropdown-border);
          }

.sportsDropdown-NBl67hNI5p div h3 {
      background-color: var(--components-breadCrumb-dropdown-title);
      color: var(--components-contentBlock-heading-color);
      display: block;
      font-size: 14px;
      font-weight: bold;
      height: 35px;
      line-height: 35px;
      padding: 0 15px;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      width: 100%;
    }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG {
      display: grid;
    }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li:hover {
        background: var(--components-breadCrumb-dropdown-activeSport);
      }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li:hover a {
        box-shadow: none;
        box-shadow: initial;
        box-shadow: unset;
      }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG ul {
        display: block;
        background: var(--components-breadCrumb-dropdown-subCategory);
      }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG ul li a > span:last-child {
              padding: 0;
              width: 43px;
              text-align: center;
            }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li:hover a label span {
        position: static;
        position: initial;
        position: unset;
        transform: none;
        transform: initial;
        transform: unset;
      }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li {
        display: block;
        width: 100%;
        border-bottom: var(--components-breadCrumb-dropdown-border);
      }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a:hover {
          background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
          background: initial;
          background: unset;
        }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li ul {
          overflow: auto;
          display: block;
          width: 100%;
        }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a:hover span {
          display: block;
        }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a {
          display: inline-flex;
          width: 100%;
          position: relative;
          padding: 0;
        }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a i {
            color: var(--components-breadCrumb-dropdown-countColor);
          }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a label {
            width: -moz-fit-content;
            width: fit-content;
            color: var(--components-breadCrumb-dropdown-color-desktop);
            font-size: 14px;
          }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a > span:nth-last-child(2)  {
            color: var(--components-breadCrumb-dropdown-countColor);
          }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a > span:last-child {
            display: block;
            position: absolute;
            right: 0;
            padding: 11px 0;
            color: #aab7c3;
          }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG li a > span:last-child i {
              color: var(--components-breadCrumb-dropdown-countColor);
            }

.sportsDropdown-NBl67hNI5p div ul.sportsUnorderedList-u6oohwbLwG > li:last-child {
      border-bottom: none;
    }

.sportsDropdown-NBl67hNI5p > div:last-child ul.sportsUnorderedList-u6oohwbLwG li a > span:last-child {
            position: absolute;
            right: 0;
            width: 44px;
            padding: 0;
            text-align: center; 
            top: -1px;
            color: var(--components-breadCrumb-dropdown-countColor);;
          }

.sportsDropdown-NBl67hNI5p::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: none;
}

.sportsDropdown-NBl67hNI5p::-webkit-scrollbar-thumb {
  background-color: #2d46638f;
}

.breadcrumbBorder-KiXYZTd7JT {
  border-bottom: var(--components-breadCrumb-dropdown-border);
}

:root {
  --breadcrumbH: 44px;
}

.breadcrumb-c95jU3APX5 {
  font-size: 14px;
  padding: 0;
  clear: both;
  width: 100%;
  display: block;
  height: 44px;
  height: var(--breadcrumbH);
  background: var(--components-breadCrumb-navbar-background-mobile);
}

.breadcrumb-c95jU3APX5 > ul:first-child li {
      font-size: 14px;
    }

.breadcrumb-c95jU3APX5 > ul:first-child li > span {
      color: var(--components-breadCrumb-navbar-color-mobile);
    }

/**
 * Platform-agnostic versions
 */

.desktop-MmTL3NGamf {
  color: white;
}

.desktop-MmTL3NGamf a, .desktop-MmTL3NGamf .separator-H56a6EHlqK div {
    color: white;
  }

.mobile-cnmmy17Njb {
  background: var(--components-breadCrumb-navbar-background-mobile);
  border-bottom: 1px solid var(--global-border-color);
}

/**
 * Back button
 */

.linksList-FxeRcJWiKO li.backButton-xDanYDSmAg {
  padding-left: 0;
}

.backButton-xDanYDSmAg a {
  color: var(--global-font-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 44px;
  height: var(--breadcrumbH);
  line-height: 44px;
  line-height: var(--breadcrumbH);
  text-align: center;
}

.backButton-xDanYDSmAg a:hover, .backButton-xDanYDSmAg a:focus {
    opacity: .5;
  }

/**
 * List
 */

.linksList-FxeRcJWiKO {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  display: flex;
}

.linksList-FxeRcJWiKO li {
  display: flex;
  flex-grow: 0;
  height: 44px;
  height: var(--breadcrumbH);
  line-height: 44px;
  line-height: var(--breadcrumbH);
}

.az-yxSMNz4RB4 {
/*   padding-left: .75em;
  min-width: 38px;
  width: 38px; */
}

.home-vP6jUCfnoz {
  padding-left: .75em !important;
}

.textLabel-WHItd3yWxY  {
  padding: 0 .75em;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disabled-jcwrbV1XIh {
  opacity: .75;
}

.separator-H56a6EHlqK {
  padding: 0 5px;
 /*  min-width: 12px; */
  color: var(--global-colors-primary);
  font-weight: bold;
}

.leagueName-BFj3Iw4N7R {
  max-width: 80%
}

.breadcrumbDropdownListTitle-j_hm2KgSFv {
  background: var(--components-breadCrumb-dropdown-title);
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 4px 15px;
  text-transform: uppercase;
}

.breadcrumbDropdownFavouriteContainer-Ds3SxfKNAs {
  font-size: 11px;
  float: right;
  height: 0px;
  position: relative;
  top: -12px;
  right: -10px;
}

.breadcrumbDropdownIsLive-araoFeuM0V {
  color: var(--components-breadCrumb-dropdown-isLive-color);
  font-size: 11px;
  float: right;
  padding-left: 5%;
  width: -moz-max-content;
  width: max-content;
}

.breadcrumbDropdownIsLive-araoFeuM0V div {
    width: -moz-max-content;
    width: max-content;
  }

.breadcrumbDropdownBoxContainer-O60fQkbOZJ {
  position: relative;
  background: var(--components-breadCrumb-dropdown-overlay);
  width: 100%;
  height: 100vh;
  z-index: 100000;
  top: -1px;
}

.breadcrumbDropdownBox-Z2FNBijYMQ {
  width: 100%;
  max-height: calc(75vh - 160px);
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 16px 15px 0px #09203980;
  overflow-y: scroll;
  background: var(--components-breadCrumb-dropdown-background-mobile);
}

.sportsDropdown-uxO_n4cuJa > div:first-child > div:last-child ul {
        margin: 0;
      }

.sportsDropdown-uxO_n4cuJa i {
    color: var(--layout-sidebar-icon-color);
  }

.breadcrumbGameFavourites-BO2JgTyR6J {
  height: 0;
  position: relative;
  top: -12px;
  right: -10px;
}

@media (max-width: 768px) {
  .textLabel-WHItd3yWxY {
    padding: 0 .25em;
  }

  .arrow-UQXMgcrMJL {
    display: inline-block;
    transition: all 100ms;
    transform: rotate(90deg);
    padding: 0px 6px;
    cursor: pointer;
    font-size: 10px;
    color: var(--components-breadCrumb-navbar-arrow-mobile);
  }

    .arrow-UQXMgcrMJL.expanded-h2OjsuK7wp {
      transform: rotate(-90deg);
    }

  .arrowContainer-Kvcv_NjAs3 {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .sportsDropdown-uxO_n4cuJa {
    position: relative;
    z-index: 10;
    background: #081a30;
    max-height: calc(75vh - 160px);
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 20px 18px -5px #09203980;

  }

    .sportsDropdown-uxO_n4cuJa h2 {
      font-size: 15px;
      background: var(--components-breadCrumb-dropdown-title);
      line-height: inherit;
      line-height: unset;
      height: auto;
      height: initial;
      height: unset;
      padding: 4px 15px;
    }

    .sportsDropdown-uxO_n4cuJa div:first-child > div:first-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
    
    .sportsDropdown-uxO_n4cuJa div:first-child > div:nth-child(2) {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }

    .sportsDropdown-uxO_n4cuJa a > span:first-of-type {
      color: #72777F;
    }
        .sportsDropdown-uxO_n4cuJa div ul li:hover a label span {
          position: static;
          position: initial;
          position: unset;
          transform: none;
          transform: initial;
          transform: unset;
        }

  .collapseIcon-hyQ8TfVg98 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background: unset;
    padding: 0;
    padding: initial;
    padding: unset;
    width: 28px;
    border-bottom: 0;
    border-bottom: initial;
    border-bottom: unset;
    position: relative;
    top: 3px;
    left: -6px;
  }

  .breadcrumbDropdownBoxPointer-b0uT0EaeUl {
    display: none;
  }

  .breadcrumbDropdownListItem-HZSCAzFPNW {
    padding: 7px 15px;
    height: auto !important;
    height: initial !important;
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }

    .breadcrumbDropdownListItem-HZSCAzFPNW a {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;

    }

      .breadcrumbDropdownListItem-HZSCAzFPNW a div {
        white-space: nowrap;
        margin-left: auto;
        padding-left: 15px;
      };

    .breadcrumbDropdownListItem-HZSCAzFPNW:focus {
      background: var(--azure)
    }

  .breadcrumbDropdownListItemCount-NbPPkNizae {
    color: #72777F;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
  }

  .breadcrumbDropdownContent-z_ZTF2E8f0 {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .textLabel-WHItd3yWxY {
    padding: 0 .25em;
  }

  .arrow-UQXMgcrMJL {
    display: inline-block;
    transition: all 100ms;
    transform: rotate(90deg);
    padding: 0px 6px;
    cursor: pointer;
    font-size: 10px;
    color: var(--components-breadCrumb-navbar-arrow-mobile);
  }

    .arrow-UQXMgcrMJL.expanded-h2OjsuK7wp {
      transform: rotate(-90deg);
    }

  .arrowContainer-Kvcv_NjAs3 {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .sportsDropdown-uxO_n4cuJa {
    position: relative;
    z-index: 10;
    background: #081a30;
    max-height: calc(75vh - 160px);
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 20px 18px -5px #09203980;

  }

    .sportsDropdown-uxO_n4cuJa h2 {
      font-size: 15px;
      background: var(--components-breadCrumb-dropdown-title);
      line-height: inherit;
      line-height: unset;
      height: auto;
      height: initial;
      height: unset;
      padding: 4px 15px;
    }

    .sportsDropdown-uxO_n4cuJa div:first-child > div:first-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
    
    .sportsDropdown-uxO_n4cuJa div:first-child > div:nth-child(2) {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }

    .sportsDropdown-uxO_n4cuJa a > span:first-of-type {
      color: #72777F;
    }
        .sportsDropdown-uxO_n4cuJa div ul li:hover a label span {
          position: static;
          position: initial;
          position: unset;
          transform: none;
          transform: initial;
          transform: unset;
        }

  .collapseIcon-hyQ8TfVg98 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background: unset;
    padding: 0;
    padding: initial;
    padding: unset;
    width: 28px;
    border-bottom: 0;
    border-bottom: initial;
    border-bottom: unset;
    position: relative;
    top: 3px;
    left: -6px;
  }

  .breadcrumbDropdownBoxPointer-b0uT0EaeUl {
    display: none;
  }

  .breadcrumbDropdownListItem-HZSCAzFPNW {
    padding: 7px 15px;
    height: auto !important;
    height: initial !important;
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }

    .breadcrumbDropdownListItem-HZSCAzFPNW a {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;

    }

      .breadcrumbDropdownListItem-HZSCAzFPNW a div {
        white-space: nowrap;
        margin-left: auto;
        padding-left: 15px;
      };

    .breadcrumbDropdownListItem-HZSCAzFPNW:focus {
      background: var(--azure)
    }

  .breadcrumbDropdownListItemCount-NbPPkNizae {
    color: #72777F;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
  }

  .breadcrumbDropdownContent-z_ZTF2E8f0 {
    width: 100%;
  }

}

@media (--mobile) {
  .textLabel-WHItd3yWxY {
    padding: 0 .25em;
  }

  .arrow-UQXMgcrMJL {
    display: inline-block;
    transition: all 100ms;
    transform: rotate(90deg);
    padding: 0px 6px;
    cursor: pointer;
    font-size: 10px;
    color: var(--components-breadCrumb-navbar-arrow-mobile);
  }

    .arrow-UQXMgcrMJL.expanded-h2OjsuK7wp {
      transform: rotate(-90deg);
    }

  .arrowContainer-Kvcv_NjAs3 {
    display: flex;
    justify-items: center;
    align-items: center;
  }

  .sportsDropdown-uxO_n4cuJa {
    position: relative;
    z-index: 10;
    background: #081a30;
    max-height: calc(75vh - 160px);
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 20px 18px -5px #09203980;

  }

    .sportsDropdown-uxO_n4cuJa h2 {
      font-size: 15px;
      background: var(--components-breadCrumb-dropdown-title);
      line-height: inherit;
      line-height: unset;
      height: auto;
      height: initial;
      height: unset;
      padding: 4px 15px;
    }

    .sportsDropdown-uxO_n4cuJa div:first-child > div:first-child {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }
    
    .sportsDropdown-uxO_n4cuJa div:first-child > div:nth-child(2) {
      margin-bottom: 0;
      margin-bottom: initial;
      margin-bottom: unset;
    }

    .sportsDropdown-uxO_n4cuJa a > span:first-of-type {
      color: #72777F;
    }
        .sportsDropdown-uxO_n4cuJa div ul li:hover a label span {
          position: static;
          position: initial;
          position: unset;
          transform: none;
          transform: initial;
          transform: unset;
        }

  .collapseIcon-hyQ8TfVg98 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    background: unset;
    padding: 0;
    padding: initial;
    padding: unset;
    width: 28px;
    border-bottom: 0;
    border-bottom: initial;
    border-bottom: unset;
    position: relative;
    top: 3px;
    left: -6px;
  }

  .breadcrumbDropdownBoxPointer-b0uT0EaeUl {
    display: none;
  }

  .breadcrumbDropdownListItem-HZSCAzFPNW {
    padding: 7px 15px;
    height: auto !important;
    height: initial !important;
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }

    .breadcrumbDropdownListItem-HZSCAzFPNW a {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;

    }

      .breadcrumbDropdownListItem-HZSCAzFPNW a div {
        white-space: nowrap;
        margin-left: auto;
        padding-left: 15px;
      };

    .breadcrumbDropdownListItem-HZSCAzFPNW:focus {
      background: var(--azure)
    }

  .breadcrumbDropdownListItemCount-NbPPkNizae {
    color: #72777F;
    font-size: 13px;
    margin-left: 10px;
    position: relative;
  }

  .breadcrumbDropdownContent-z_ZTF2E8f0 {
    width: 100%;
  }

}

@media (max-width: 550px) {
  .linksList-FxeRcJWiKO li {
    /* max-width: 25%; */
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  .linksList-FxeRcJWiKO li.last-eQWo7uzyUd {
    max-width: 50%;
    color: var(--global-font-color);
  }

  .linksList-FxeRcJWiKO li:first-child {
    font-weight: bold;
  }

  /*
  .linksList li:not(.backButton):not(.separator):not(.az):not(.last):after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 28px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
  }
  */
}

.breadcrumbBorder-jzmT5yc4ug {
  border-bottom: var(--components-breadCrumb-dropdown-border);
}

.container-Li0GUZGnpr {
  font-size: 1.1rem;
  height: 180px;
  text-align: center;
  background-color: white;
  background-size: cover;
  background-position: center top;
  /* overflow: hidden; */
  position: relative;
}

@media (max-width: 768px) {

.container-Li0GUZGnpr {
    padding: 10px 0;
    height: 90px;
}
  }

@media (max-width: 768px) {

.container-Li0GUZGnpr {
    padding: 10px 0;
    height: 90px;
}
  }

@media (--mobile) {

.container-Li0GUZGnpr {
    padding: 10px 0;
    height: 90px;
}
  }

/* &:before {
    content: '';
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  } */

.liveCentre-RXdocX72h1 {
  border-radius: 0 0 var(--global-border-radius) var(--global-border-radius);
  padding-top: 20px;
  background: var(--components-liveCentre-matchupSummary-background);
  border: var(--components-liveCentre-matchupSummary-border);
  border-top: none;
}

/**
 * Replicate mobile styles or compact display mode used on live centre
 */

.compactDisplay-Mmji7aoneD {
  margin-bottom: 0;
  padding: var(--global-spacing-padding) 0;
  height: 148px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.compactDisplay-Mmji7aoneD .participants-oEMHarCfWR {
    font-size: 11px;
    line-height: 1.4;
  }

.compactDisplay-Mmji7aoneD .sportsIcon-DWiXMev5LG .isLive-gTcbCaulWt {
    display: none;
  }

@media (max-width: 768px) {

.compactDisplay-Mmji7aoneD {
    padding: 10px 0 0;
}
  }

@media (max-width: 768px) {

.compactDisplay-Mmji7aoneD {
    padding: 10px 0 0;
}
  }

@media (--mobile) {

.compactDisplay-Mmji7aoneD {
    padding: 10px 0 0;
}
  }

/**
 * Particpants:
 * Holds favourite, participant, scores
 */

.participants-oEMHarCfWR {
  font-size: 18px;
  display: flex;
  flex-wrap: nowrap;
  vertical-align: top;
  position: relative;
  height: 56px;
}

@media (max-width: 768px) {

.participants-oEMHarCfWR {
    font-size: 14px;
    line-height: 1.4;
}
  }

@media (max-width: 768px) {

.participants-oEMHarCfWR {
    font-size: 14px;
    line-height: 1.4;
}
  }

@media (--mobile) {

.participants-oEMHarCfWR {
    font-size: 14px;
    line-height: 1.4;
}
  }

@media (max-width: 320px) {

.participants-oEMHarCfWR {
    font-size: 11px;
}
  }

.subject-Z0EtFTfqYK, .opponent-qF7oRX2dqA {
  width: 50%;
  display: flex;
}

.subject-Z0EtFTfqYK .participant-VdL2rkapcJ {
  flex-direction: row-reverse;
}

/* debugging */

/* .score,
.cards,
.team,
.star, .starSelected {
  outline: 1px solid pink
} */

.participant-VdL2rkapcJ {
  padding: 15px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}

@media (max-width: 768px) {

.participant-VdL2rkapcJ {
    font-weight: bold;
    /* text-shadow: 0 1px 1px rgba(0,0,0,1); */
}
  }

@media (max-width: 768px) {

.participant-VdL2rkapcJ {
    font-weight: bold;
    /* text-shadow: 0 1px 1px rgba(0,0,0,1); */
}
  }

@media (--mobile) {

.participant-VdL2rkapcJ {
    font-weight: bold;
    /* text-shadow: 0 1px 1px rgba(0,0,0,1); */
}
  }

/**
 * This bit of code is a despicable hair-pulled hack
 * to get the tooltip to sit properly above the star for
 * summary favourites.
 */

.favourite-TI0en6Hu4P {
  width: 44px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.favourite-TI0en6Hu4P div[class^="tooltip"] {
    top: -25%;
    left: calc(-50% - 11px);
  }

.toggleFavourite-yZ99cm04Xj > div > div > div {
  box-shadow: none;
  margin-bottom: 0;
}

.star-Kz_FSgPQ5W, .starSelected-T8YuONywA2 {
  width: 44px;
/*   display: inline !important;
  flex-grow: 0;
  align-items: center;
  justify-content: center; */
  transition: all 100ms;
}

.star-Kz_FSgPQ5W svg, .starSelected-T8YuONywA2 svg {
    width: 45px;
    transition: all 100ms;
    transform: scale(1.35);
  }

/*
.participant:hover .star, .participant:hover .starSelected {
  & svg {
    transform: scale(1.5);
  }
}
*/

/**
 * Participant score
 */

.score-LIRcQcwOL4 {
  background: white;
  border-radius: 3px;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  line-height: 35px;
  margin: -5px 5px 0 5px;
  min-width: 35px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
  border: 1px solid black;
}

.scored-PH6ctHbF0j {
  animation: scored-PH6ctHbF0j 3s var(--global-animation-easing);
}

@keyframes scored-PH6ctHbF0j {
  0% {
  }
  10% {
    opacity: 1;
    color: white;
    background: var(--global-colors-secondary);
  }
  90% {
    opacity: 1;
    color: white;
    background: var(--global-colors-secondary);
  }
  100% {
  }
}

/**
 * Team names
 */

.team-onkc4HOf51 {}

.participantName-40ZoZX1rGr {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  display: flex;
  color: white;
  text-shadow: 0 1px 1px black;
  font-weight: bold;
}

@media (max-width: 1100px) {

.participantName-40ZoZX1rGr {
    font-size: 16px;
}
  }

@media (max-width: 1000px) {

.participantName-40ZoZX1rGr {
    font-size: 14px;
}
  }

@media (max-width: 768px) {
    .participantName-40ZoZX1rGr.small-YcEdAbxvgA {
      font-size: 12px;
    }
  }

@media (max-width: 768px) {
    .participantName-40ZoZX1rGr.small-YcEdAbxvgA {
      font-size: 12px;
    }
  }

@media (--mobile) {
    .participantName-40ZoZX1rGr.small-YcEdAbxvgA {
      font-size: 12px;
    }
  }

.subject-Z0EtFTfqYK .team-onkc4HOf51 {
  padding-right: 15px;
  text-align: right;
}

.opponent-qF7oRX2dqA .team-onkc4HOf51 {
  padding-left: 15px;
  text-align: left;
}

.belowParticipant-NBi3ATodjj {
  line-height: 1;
  padding-top: 3px;
}

/**
 * Soccer penalty cards
 */

.cards-B8btjY3Gnq {
  max-width: 35px;
  max-height: 20px;
  font-size: 12px;
  display: inline-flex;
  position: absolute;
  bottom: -8px;
}

.cards-B8btjY3Gnq span {
    padding: 2px 3px;
    line-height: 1;
    margin: 0 2px;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0, .55);
  }

.subject-Z0EtFTfqYK .cards-B8btjY3Gnq { left: -9px; }

.opponent-qF7oRX2dqA .cards-B8btjY3Gnq { right: -9px; }

.subject-Z0EtFTfqYK .cards-B8btjY3Gnq .yellow-lGXggJhyWK { order: 1; }

.subject-Z0EtFTfqYK .cards-B8btjY3Gnq .red-GeAlN9BKXa { order: 2; }

.opponent-qF7oRX2dqA .cards-B8btjY3Gnq .yellow-lGXggJhyWK { order: 2; }

.opponent-qF7oRX2dqA .cards-B8btjY3Gnq .red-GeAlN9BKXa { order: 1; }

.red-GeAlN9BKXa {
  color: white;
  background: var(--watermelon);
}

.yellow-lGXggJhyWK {
  color: var(--darkGray);
  background: var(--yellowOrange);
}

/**
 * VS for upcoming
 */

.pending-fSOFUSwreL .score-LIRcQcwOL4 {
  display: none !important;
}

.pending-fSOFUSwreL .subject-Z0EtFTfqYK .participant-VdL2rkapcJ {
  padding-right: 30px;
}

.pending-fSOFUSwreL .opponent-qF7oRX2dqA .participant-VdL2rkapcJ {
  padding-left: 30px;
}

.sportsIcon-DWiXMev5LG {
  position: absolute;
  top: 61px;
  left: calc(50% - 6px);
  font-size: 12px;
  display: none;
}

@media (max-width: 768px) {
    .sportsIcon-DWiXMev5LG.isLive-gTcbCaulWt {
      display: none;
    }
  }

@media (max-width: 768px) {
    .sportsIcon-DWiXMev5LG.isLive-gTcbCaulWt {
      display: none;
    }
  }

@media (--mobile) {
    .sportsIcon-DWiXMev5LG.isLive-gTcbCaulWt {
      display: none;
    }
  }

.vs-AQQXLt2TE6 {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
  border-radius: 3px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  left: 50%;
  margin-left: -16px;
  margin-top: 14px;
  padding: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 32px;
  line-height: 25px;
}

.flatVs-EZIZJWnuFx {
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: none;
  box-shadow: initial;
  box-shadow: unset;
}

/* hacks to accomodate different translated text lengths */

[lang="es"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 80px; margin-left: -40px; font-size: 14px; }

[lang="es"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 40px; }

[lang="es"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 40px; }

[lang="fr"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 70px; margin-left: -35px; font-size: 14px; }

[lang="fr"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 35px; }

[lang="fr"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 35px; }

[lang="de"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 60px; margin-left: -30px; font-size: 14px; }

[lang="de"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 30px; }

[lang="de"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 30px; }

[lang="no"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 46px; margin-left: -23px; }

[lang="no"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 23px; }

[lang="no"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 23px; }

[lang="ru"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 66px; margin-left: -33px; font-size: 14px; }

[lang="ru"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 33px; }

[lang="ru"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 33px; }

[lang="sv"] .participants-oEMHarCfWR .vs-AQQXLt2TE6 { width: 46px; margin-left: -23px; }

[lang="sv"] .participants-oEMHarCfWR .noScorePadLeft-VxEzRGJHpf { padding-left: 23px; }

[lang="sv"] .participants-oEMHarCfWR .noScorePadRight-DcFfaGXABv { padding-right: 23px; }

/**
 * Covers the top-most part of the summary
 */

.datetimeContainer-YWpK35jiqy {
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  margin: 0 auto;
  display: inline-block;
  color: var(--white);
}

.noScorePadLeft-VxEzRGJHpf {
  padding-left: 10px;
}

.noScorePadRight-DcFfaGXABv {
  padding-right: 10px;
}

.lazyMatchupCurator-SOGIeUwh4X {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 10px;
}

.container-iX_lEFV7pE {
  color: var(--components-betshare-color);
  border-radius: 3px 3px 0 0;
}

.blur-PHLbvCoOU5 {
  filter: blur(5px);
  background-size: cover;
  opacity: 0.5;
  z-index: 2;
}

.titleBar-Y3UVx8O9VO {
  display: flex;
  justify-content: space-between;
  background: var(--blueGradient);
  padding: var(--global-spacing-padding);
  line-height: 1;
  border-radius: 3px 3px 0 0;
}

.titleGroup-aH2w0XpnDo {
  display: flex;
}

.icon-ipVDROvwTc {
  color: white;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 26px;
  margin: auto 8px auto 0px;
}

.title-yaT8wfvH_c {
  font-size: 20px;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0px;
}

.close-ItVIku5aLq {
  color: white;
  margin-right: 0px;
}

.matchupSummary-BjPlUybmSC {
  margin-bottom: 0;
  margin-bottom: initial;
  margin-bottom: unset;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  border-radius: initial;
  border-radius: unset;
  padding: 10px;
}

.container-e2phoHcNEH {
  background-color: var(--components-betshare-modal-background);
  min-height: 200px;
}

.description-Etfo3YRC3s {
  text-align: center;
  padding-top: 10%;
  font-weight: bold;
}

.container-haJAeCjvCt {
  border-radius: var(--global-border-radius);
  box-shadow: var(--components-container-shadow);
  padding: var(--global-spacing-padding) var(--global-spacing-padding);
  background-color: var(--components-betshare-container-background);
  display: flex;
  font-size: 12px;
}

.title-xYd3YPxdvE {
  margin-bottom: calc(var(--global-spacing-margin) / 2);
  text-align: center;
  text-transform: uppercase;
  color: var(--medGray);
  font-weight: bold;
  font-size: 13px;
}

.progress-xo1DZEaaYQ {
  border-radius: 3px 0px 0px 3px;
  width: 0;
  transition: width 2s ease-in;
}

.setHeight-MjQUuTNRRJ {
  height: 15px;
}

.paddingBuffer-ORtKXd3LU_ {
  padding: 3px 0px;
}

.progressContainer-cFMzfHD_C7 {
  background-color: var(--components-betshare-percentage-background);
  border-radius: var(--global-border-radiusSml);
}

.inlineFlex-RP_i1uoxK1 {
  flex: 0 0 90%;
}

.backgroundPrimary-FHbHQo33eD {
  background-color: var(--components-betshare-percentage-color-primary);
}

.backgroundSecondary-gwMnkhCsyQ {
  background-color: var(--components-betshare-percentage-color-secondary);
}

.allRadius-XzCNpAMwSy {
  border-radius: var(--global-border-radiusSml);
}

.outsideCount-I_XWUlBDMQ {
  margin-right: 4px;
  text-align: left;
  display: inline-block;
  min-width: 35px;
}

.textPrimary-NoD9vknUZS {
  color: var(--components-betshare-percentage-color-primary);
}

.textSecondary-oZ8AuU6dsl {
  color: var(--components-betshare-percentage-color-secondary);
}

.groupBar-smvh4DjTtW {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.name-wXImn6V7dx::first-letter {
    text-transform: uppercase;
  }

.container-eapsC08RzA {
  color: var(--components-betshare-color);
}

.inlineContainer-tZ3ORUIR8h {
  display: flex;
}

.subGroupDivider-pzRtMveLi5 {
  flex: 0 0 47.5%;
  margin-right: 5%;
}

.subGroupDivider-pzRtMveLi5:only-child {
    flex: 0 0 100%;
  }

.title-CHfETRfiVb {
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.spacer-Lg2SbPIk33 {
  margin-bottom: calc(var(--global-spacing-margin) / 2);
}

.full-K7YbqlH01V {
  width: 100%;
}

.spaceBottom-tlyfkoI8QH {
  margin-bottom: calc(var(--global-spacing-margin) / 2);
}

.halfGroup-k9HQgLerqs {
  flex: 0 0 48%;
}

.fullGroup-YfN1KKBjRY {
  flex: 0 0 100%;
}

.groupDisplay-mnsIQRf0Pa {
  display: flex;
  justify-content: space-between;
}

.container-d2xz2nlJtV {
  border-radius: var(--global-border-radius);
  padding: calc(var(--global-spacing-padding) * 2);
  background-color: var(--components-betshare-container-background);
  max-width: 400px;
  z-index: 5;
}

.description-UrDpbHsyzZ {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.button-HA76Hpq20O {
  margin-bottom: calc(var(--global-spacing-margin) * 2);
}

.loginDescription-Zwbgrh0fLu {
  text-align: center;
  font-size: 12px;
}

.container-GqNh_yPCqu {
  position: relative;
}

.blur-llAkWYfbBT {
  filter: blur(5px);
  background-size: cover;
  opacity: 0.5;
  z-index: 2;
}

.loginContainer-eCxply85zF {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  top: 40px;
  left: 25%;
}

.container-JdeSFGyhIE {
  margin: 0px auto;
  padding: calc(var(--global-spacing-padding) / 2) var(--global-spacing-padding);
}

.loader-Ka7vmGMuue {
  padding-top: 100px;
}

.container-bxALghgtaI {
  background-color: var(--components-betshare-modal-background);
  padding: 0px;
  min-height: 480px;
}

@media (min-width: 768px) {

.container-bxALghgtaI {
    min-width: 850px;
}
  }

@media (min-width: 768px) {

.container-bxALghgtaI {
    min-width: 850px;
}
  }

@media (--desktop) {

.container-bxALghgtaI {
    min-width: 850px;
}
  }

@media (max-width: 768px) {

.container-bxALghgtaI {
    min-width: 95%;
}
  }

@media (max-width: 768px) {

.container-bxALghgtaI {
    min-width: 95%;
}
  }

@media (--mobile) {

.container-bxALghgtaI {
    min-width: 95%;
}
  }

.container-bxALghgtaI .betshare-fixtures .icon-betshare-graph {
  display: none;
}
.container-TwY3OsPGw1 {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 22px;
}


.live-eslwXGK8aY {
  letter-spacing: -0.5px;
  color: var(--global-colors-secondary);
}

.liveIcon-ta9Cwsvtj2 {
  color: var(--global-colors-green);
  font-size: 10px;
}

.divider-F1OqVJSGFK {
  display: inline-block;
  margin: auto 10px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.dashDivider-DBXjbiw5sz {
  margin: 0;
  margin: initial;
  margin: unset;
  padding: 0px 5px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background: unset;
}

.container-T8lSfkpD60 {
  line-height: 1;
}


.splitDivider-JRpKE8cGwo {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.container-vDnB1dCfrr {
  line-height: 1;
}


.container-nXLZrqKlQO {
  display: flex;
  line-height: 1;
}

.divider-FxkaZSl9hM {
  display: inline-block;
  margin: auto 10px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.container-JhMDS9zrxf {
  line-height: 1;
}

.matchup-P4MpIjUcdM {
  font-size: 11px;
  margin-right: 7px;
  margin-bottom: 1.2px;
  font-weight: bold;
  text-transform: uppercase;
}

.matchup-P4MpIjUcdM:after {
    content: "|";
    margin-left: 7px;
    color: var(--white);
    opacity: 20%;
    font-size: 9px;
    position: relative;
    top: -1px;
  }

.listing-_ZONYP0ehG {
  font-size: 10px;
  margin-right: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 768px) {

.listing-_ZONYP0ehG {
    font-size: 8.4px;
    margin-right: 2px;
    font-weight: 600;
}
  }

@media (max-width: 768px) {

.listing-_ZONYP0ehG {
    font-size: 8.4px;
    margin-right: 2px;
    font-weight: 600;
}
  }

@media (--mobile) {

.listing-_ZONYP0ehG {
    font-size: 8.4px;
    margin-right: 2px;
    font-weight: 600;
}
  }
.redCard-t2gNS0WX04 {
  color: white;
  background: var(--watermelon);
  font-size: 9px;
  font-weight: bold;
  padding: 0 2px;
  margin-right: 5px;
  border-radius: 2px;
  display: flex;
  height: 12px;
  align-items: center;
}

.livePeriodLabel-oMcEoTE1ie {
  margin-left: 8px;
}

.scoreSeperator-og_rKK6lvO {
  border-right: 1px solid var(--components-events-gameInfo-time-color);
  margin-left: 4px;
  margin-right: 4px;
}

.seperatorLongRight-XyURebBjVH {
  margin-right: 10px;
}

.gamePoints-J3OjaDjzFM {
  color: var(--global-colors-secondary);
  font-weight: bold;
  width: 11px;
}

.points-IAXTM2nm56 {
  margin-right: 6px;
}

.livescore-AopKp4Ihea {
  display: flex;
}

.loveScore-M76vsg09sP {
  padding: 0px 3px;
}

/**
 * Game Info
 */
.gameInfo-UmpYCxD6IS {
  position: relative;
}
.gameInfoLabel-EDDYv5xEfd {
  /* max-width: 160px; */
  padding: 0 0 2px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.participant-aVFh5L6lQC {
  white-space: nowrap;
  position: relative;
  display: flex;
  flex-grow: 1;
  font-weight: 500;
}
.participant-aVFh5L6lQC:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    right: 0;
    top: 0;
    background: linear-gradient(
      270deg,
      var(--components-events-gameInfo-participantEclipse-from-background) 0%,
      var(--components-events-gameInfo-participantEclipse-to-background) 100%
    );
  }
.matchupMetadata-ghPeUsb2MR {
  /* font-size: 12px; */
  font-size: 10px;
  line-height: 1.3;
}
@media (max-width: 1280px) {
.matchupMetadata-ghPeUsb2MR {
    padding-right: 10px;
}
  }
@media (max-width: 1280px) {
.matchupMetadata-ghPeUsb2MR {
    padding-right: 10px;
}
  }
@media (--largeViewport) {
.matchupMetadata-ghPeUsb2MR {
    padding-right: 10px;
}
  }
.matchupDate-tnomIYorwa {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 600;
  color: var(--components-events-gameInfo-time-color);
  display: flex;
  justify-content: space-between;
}
.marketCnt-QkLBcushZv {
  font-size: 9px;
  height: auto;
  width: auto;
  margin-right: -5px;
}
.lazyMatchupCurator-ZYZA0Kms_t {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  min-height: 0;
  background: #fff;
  z-index: 1;
  width: 80px;
}
.score-xbvjdHMZXh {
  /* font-size: 13px; */
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.scoreContainer-0kesyDArND {
  line-height: 13px;
  z-index: 2;
  margin-top: -1px;
}
.scoreIcon-KPqsbmxHv7 {
  font-size: 10px;
}
.scoreNum-fj9jd59vVY {
  font-size: 10px;
  font-weight: bold;
}
.scoreText-yLEuanoGZw {
  font-weight: bold;
  font-size: 9px;
}
.score-xbvjdHMZXh {
  color: var(--global-colors-secondary);
}
.soccerRedCardInline-T82s84_DbT {
  display: flex;
}
.serverDot-u6NU7xfxej {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  margin: auto;
  margin-right: 4px;
}
.currentServer-rIuf2AtuVT {
  background-color: var(--mountainMeadow);
}

.rightBuffer-HfvDjBHDGs {
  padding-right: 3px;
}


.container-rMTgsX12hj {
  font-size: 10px;
  font-weight: 500;
}

/* whens it's a link, make the whole area expand for larger click zone */

a.container-rMTgsX12hj {
  display: flex;
  flex-grow: 1;
  height: var(--marketBtnHeight);
  justify-content: center;
  align-content: center;
  align-items: center;
}

a.container-rMTgsX12hj:hover {
    filter: drop-shadow(rgba(10, 116, 239, 1) 0 0 10px);
  }

.container-rMTgsX12hj .icon-chevron-right-sml {
  font-size: 7px;
  margin-left: 3px;
  margin-top: -1px;
}


.button-STIKCfFjWq {
  color: var(--manatee);
  font-size: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button-STIKCfFjWq:hover {
    color: var(--global-colors-secondary);
    filter: drop-shadow(0 5px 10px var(--global-colors-secondary));
    transform: scale(1.35) rotate(6deg);
    z-index: 2;
  }

.pinned-KmnB8tV6mG {
  color: var(--global-colors-secondary);
}


.row-NI979Sc8wy {
  display: flex;
  font-size: 12px;
  height: 56px;
  border-bottom: 1px solid var(--components-events-eventRow-border-color);
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.row-NI979Sc8wy:last-of-type, .row-NI979Sc8wy.lastRow-YldJzBTNRq {
    border-bottom: none;
  }

.row-NI979Sc8wy:hover {
    background: var(--components-events-eventRow-hover-background);
  }

.row-NI979Sc8wy.taller-XCnLQffyD_ {
    height: 82px;
  }

.row-NI979Sc8wy.tallest-t1mZ0rvL4m {
    height: 112px;
  }

.row-NI979Sc8wy.tallest-t1mZ0rvL4m .eventGameInfo > div:first-child {
    padding-bottom: 30px;
  }

.row-NI979Sc8wy.tallest-t1mZ0rvL4m .eventGameInfo > div:last-child {
    margin-top: 10px;
  }

.pinMatchup-pL4unsnj8e {
  width: 44px;
  height: 44px;
  /* margin-right: -10px; */ /* is this needed for the sidebar? */

  display: flex;
  flex-shrink: 0;
  align-content: center;
}

/* @media (max-width: 374px) {
  .row :global .marketBtn:not(.marketBtnHorz) {
    flex-basis: var(--marketBtnMobileWidth);
    width: var(--marketBtnMobileWidth);
  }
} */




.block-wd5Li1hwRN {
  dislay: flex;
  font-size: 12px;
  flex: 0 0 220px;
  max-width: 220px;
  border-right: 1px solid #ccc;
}

.block-wd5Li1hwRN:last-of-type {
    border-right: 0;
  }

.blockButtons-B74c4h4yv6 {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.blockButtons-B74c4h4yv6 .marketBtn {
  width: 100%;
}

.blockButtons-B74c4h4yv6 .marketBtn:first-child { margin-left: 0 }

.blockButtons-B74c4h4yv6 .marketBtn:last-child { margin-right: 0 }

.blockContent-AYMY29VZ0_ {
  /* padding: 7.5px var(--global-spacing-padding) 7.5px var(--global-spacing-padding); */
  padding: var(--global-spacing-padding);
  position: relative;
}

.compactList-JvHDD3YdPe {
  padding: 0;
}

.pinMatchup-LDV3EohKQq {
  position: absolute;
  background: white;
  right: 0;
  top: -14px;
  border-radius: 50em;
  border: 2px solid var(--global-colors-primary);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  transform: scale(.75);
  z-index: 1;
}

.pinMatchup-LDV3EohKQq:hover {
    background: #efefef;
  }

.pinMatchup-LDV3EohKQq > div {
    width: 26px;
    height: 26px;
  }


.bar-SlTVG_Auwb {
  background: var(--blumine);
  color: white;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  padding-left: 10px;
}

.icon-Ao_UccUNRd {
  margin-right: 7px;
}


.container-crggtkR0nY {
  display: grid;
  font-size: 1.2rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 10px 0px;
}

.container-crggtkR0nY a {
    flex-grow: 1;
  }

.container-crggtkR0nY.gutters-QPErwxay7W {
    padding: 8px 13px;
    row-gap: 5px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

.col1-xYXY2hyNrT .marketBtn-Tt9YrcXcej {
  flex-basis: auto;
}

.col2-V5azez5P2r {
  grid-template-columns: repeat(2, 1fr);
}

.col3-NjGjKOiS_b {
  grid-template-columns: repeat(3, 1fr);
}

/* .col3 {
  flex-wrap: nowrap;
}

.col2 .marketBtn,
.col3 .marketBtn {
  margin: 4px 2px;
  height: 35px;
}

.col2 .marketBtn {
  max-width: calc(50% - 4px);
}

.col3 .marketBtn {
  max-width: calc(33.33% - 4px);
}
 */

.marketBtn-Tt9YrcXcej {
  padding-left: 10px;
  padding-right: 10px;

  /* override pre-defined widths */
  flex-basis: auto;
}

.marketsLeft-sTd_rvFphM {
  direction: ltr;
/*   display: flex;
  flex-wrap: wrap;
  flex-direction: row; */
}

.marketsRight-i4wQBwdxlD {
  direction: rtl;
/*   display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; */
}

/**
 * Special rules for team totals:
 * - display flex items in this vertically stacked order:
 *   [1,3]
 *   [2,4]
 */

.team_total-pXM1IIaFom > a:nth-of-type(1) { order: 1 }

.team_total-pXM1IIaFom > a:nth-of-type(2) { order: 3 }

.team_total-pXM1IIaFom > a:nth-of-type(3) { order: 2 }

.team_total-pXM1IIaFom > a:nth-of-type(4) { order: 4 }

/**
 * Change borders based on new button alignment
 */

.team_total-pXM1IIaFom.col2-V5azez5P2r > a:nth-child(even) {
  /* border-right: 1px solid var(--gray); */
}

.team_total-pXM1IIaFom.col2-V5azez5P2r > a:nth-of-type(3),
  .team_total-pXM1IIaFom.col2-V5azez5P2r > a:nth-of-type(4) {
    /* border-right: none; */
  }




.title-jHhYj23TW_ {
  margin-bottom: 1px;
}

.cutoff-HnmVxHzTpu {
  padding: 2px 16px;
  background: var(--components-events-specialsBar-background);
  color: var(--components-events-specialsBar-color);
  font-weight: bold;
  font-size: 11px;
}


.bar-KqznrptJEI {
  height: 35px;
  line-height: 34px;
  font-weight: 500;
  font-size: 12px;
  background-color: rgba(7, 36, 67, .5);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

/* ------------------------------------ */

/* Dates
/* ------------------------------------ */

.scrollWrapper-PWjkoR8P1v {
  overflow: hidden;
  position: relative;
  height: 35px;
  display: inline-block;
}

.scrollWrapper-PWjkoR8P1v .leftScroll-SMPnBl5Fh_, .scrollWrapper-PWjkoR8P1v .rightScroll-c5twtbg_E4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 35px;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: white;
  }

.scrollWrapper-PWjkoR8P1v .leftScroll-SMPnBl5Fh_:hover, .scrollWrapper-PWjkoR8P1v .rightScroll-c5twtbg_E4:hover {
      color: var(--global-colors-primary);
    }

.scrollWrapper-PWjkoR8P1v .leftScroll-SMPnBl5Fh_ {
    left: 0;
    top: 0;
    /* display: none; */
    background: linear-gradient(to left, rgba(7,36,67,0) 0%,rgba(7,36,67,0.8) 51%,rgba(7,36,67,1) 100%);
  }

.scrollWrapper-PWjkoR8P1v .leftScroll-SMPnBl5Fh_:active {
      margin: 1px 0 0;
      opacity: .5;
    }

.scrollWrapper-PWjkoR8P1v .rightScroll-c5twtbg_E4 {
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(7,36,67,0) 0%,rgba(7,36,67,0.8) 51%,rgba(7,36,67,1) 100%);
  }

.scrollWrapper-PWjkoR8P1v .rightScroll-c5twtbg_E4 .arrow-c0ovSsFeCo {
      transform: rotate(180deg);
    }

.scrollWrapper-PWjkoR8P1v .rightScroll-c5twtbg_E4:active {
      margin: 1px 0 0;
      opacity: .5;
    }

.scroller-EMu4hZr8ja {
  position: absolute;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 35px;
  transform: translateZ(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  white-space: nowrap;
  cursor: grab;
}

.scroller-EMu4hZr8ja:active {
    cursor: grabbing;
  }

.scroller-EMu4hZr8ja button {
  background-color: none;
  font-weight: 500;
  padding: 0 15px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  cursor: inherit;
}

.scroller-EMu4hZr8ja button:hover, .scroller-EMu4hZr8ja button.selected-EWEE5fIkVO {
    box-shadow: var(--components-dateFilter-scroller-button-boxShadow);
  }

.scroller-EMu4hZr8ja button.selected-EWEE5fIkVO {
    color: white;
  }

/* ------------------------------------ */

/* Sort By
/* ------------------------------------ */

.sort-TWVfKPhxCQ {
  display: inline-block;
  position: absolute;
  color: white;
  right: 0;
}

.sort-TWVfKPhxCQ > span {
    font-weight: bold;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

.sortByButtons-vvYWyICsTY {
  background: rgba(255, 255, 255, .2);
  padding: 2px;
  display: inline-block;
  height: 26px;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 1;
}

.sortByButtons-vvYWyICsTY button {
    box-shadow: none !important;
    border-radius: 2px;
    text-transform: none;
    line-height: 22px;
    padding: 0 15px;
  }

.sortByButtons-vvYWyICsTY button:first-child {
      margin-right: 2px;
    }

.sortByButtons-vvYWyICsTY button.selected-EWEE5fIkVO, .sortByButtons-vvYWyICsTY button:hover {
      background-color: white;
      color: black;
    }



.container-YM2LbJE2Bt {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.container-YM2LbJE2Bt span {
    font-size: 12px;
  }

.price-OJsV7JqGzX {
  margin: 0 5px;
}

.arrow-Bx4743KGWk {
  font-size: 6px;
  margin: 0 1px;
  margin-top: -2px;
}

.change-wFKLpbuROh {
  font-size: 9px;
  display: inline-block;
  transition: all 250ms;
  margin-top: -1px;
}

.invert-vZdN5fIQpK {
  transform: rotate(180deg);
}

.icon-EXqew79OkO {
  transform: rotate(180deg);
  margin-right: 5px;
  font-size: 12px;
}

.overlay-jp9q7Fo7xi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 200px;
}

.submissionOverlay-It0EUpRN2q {
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(11, 20, 34, 0.6);
}

.loading-f723DZ1fW9 {
  padding-top: 20px;
}

.loading-f723DZ1fW9 .icon {
  color: var(--zumthor);
}

.pendingAcceptance-MiYoDbYKmW {
  font-weight: bold;
  text-align: center;
  margin-top: -60px;
  padding-bottom: 20px;
  font-size: 15px;
}

.needsSelections-U8sFfwGkwj {
  padding: 2rem;
}

.quickDepositContainer-ch69s3ReGJ {
  padding: 10px var(--global-spacing-padding);
  border: 2px solid var(--components-betslip-cardMessage-attention-background);
  border-top: none;
}

.selections-wNXY1_YRsq {
  position: relative;
}

.acceptedCard-ijsa6kJvtp {
  border: 2px solid var(--global-messages-accepted-background);
  border-top: none;
}

.container-C2T63CGPpA {
  margin-bottom: 5px;
}

.contentContainer-DmmknTCQKK {
  position: relative;
  display: block;
  flex-direction: column;
  background-color: white;
}

.marginSeparated-vkVMpes8sq > * {
  margin-bottom: 7px;
}

.marginSeparated-vkVMpes8sq > *:last-child {
  margin-bottom: 0;
}

/**
 * This message shows on the main content container to inform users
 * that more selections are needed
 */

.message-iJ4WC6yhEM {
  font-size: 0.8em;
  padding: 4em 1em;
  font-weight: bold;
  text-align: center;
}

.container-sg_Y8nSNcV {
  padding: var(--global-spacing-padding);
  font-size: 10px;
}

/**
 * Bet slip options
 */
.container-uzLiUrFR1u {
  padding: 5px 0 0;
}
.row-zW4gN4Xors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 var(--global-spacing-padding);
  padding: 7px 0;
  position: relative;
}
.firstRow-JIASsMm2mc {
  padding-bottom: 20px;
}
.row-zW4gN4Xors:not(:last-of-type) {
  border-bottom: 1px solid var(--global-border-color);
}
.label-GVuvba81d3 {
  font-weight: bold;
  width: 40px;
}
.label-GVuvba81d3, .price-v8ad6MV2PO {
  white-space: nowrap;
  align-self: center;
}
.row-zW4gN4Xors .betslipCardStakeWinInput {
  width: 100px;
  padding: 0;
}
.row-zW4gN4Xors .betslipCardStakeWinInput > div {
    margin-bottom: 0;
  }
.row-zW4gN4Xors:first-child {
  padding-bottom: 20px;
}

.multiplesContainer-FWiugFUfiy {

}

.container-DUF7x_grY8 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* not sure why this is here, assuming it's for ie?
   it grows the multiples container to the viewport height which
   it should not do. */

.is-ie .container-DUF7x_grY8 {
  height: 90%;
}

@media (max-width: 768px) {
  .container-DUF7x_grY8 {
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .container-DUF7x_grY8 {
    flex-grow: 1;
  }
}

@media (--mobile) {
  .container-DUF7x_grY8 {
    flex-grow: 1;
  }
}

.contentContainer-sEm9dlzuTr {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: white;
  overflow-y: auto;
  flex: 1;
}

.contentContainer-sEm9dlzuTr.disabled-axjjLe5GVP {
    min-height: 0px;
    flex: 0 1 auto;
  }

@media (max-width: 768px) {

.contentContainer-sEm9dlzuTr.disabled-axjjLe5GVP {
      flex: 1;
  }
    }

@media (max-width: 768px) {

.contentContainer-sEm9dlzuTr.disabled-axjjLe5GVP {
      flex: 1;
  }
    }

@media (--mobile) {

.contentContainer-sEm9dlzuTr.disabled-axjjLe5GVP {
      flex: 1;
  }
    }

/**
 * Max stake
 */

.multiplesContainer-FWiugFUfiy .betslipMaxWager {
  text-align: right;
  font-size: 9px;
  white-space: nowrap;
  margin-top: 2px;
  position: absolute;
  right: 0;
}

/**
 * Errors / Warnings
 */

.showErrorBorder-kxPpSb2CsV {
  border: 2px solid var(--global-messages-attention-background);
  border-top: 0;
}

.showWarningBorder-jJAsnuVxRl {
  border: 2px solid var(--global-messages-warning-background);
  border-top: 0;
}

/**
 * Selection overrides
 */

.selections-IbFvnwOxMa:before {
    content: "";
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    height: 1px;
    margin-top: -1px;
    border-top: 1px solid var(--global-border-color);
  }

.selections-IbFvnwOxMa:after {
    content: "";
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    height: 1px;
    margin-top: -1px;
    border-top: 1px solid var(--global-border-color);
  }

/*
.selections :global .betslip-card:last-child::after {
  border-top: none !important;
}

.selections :global .betslip-card-information-title:before {
  content: "\e93d";
  transform: rotate(180deg);
  margin-right: 5px;
  display: inline-block;

  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

.selections-IbFvnwOxMa .betslip-close-button,
.selections-IbFvnwOxMa .betslip-card-price {
  display: none;
}

.selections-IbFvnwOxMa .error .betslip-card-information,
.selections-IbFvnwOxMa .error .betslip-card-information {
  padding: 0;
}

.selections-IbFvnwOxMa .error .betslip-card-details,
.selections-IbFvnwOxMa .error .betslip-card-details {
  border: none !important;
  border-left: 3px solid var(--global-messages-attention-background) !important;
  margin-bottom: 1px;
}

.selections-IbFvnwOxMa .error .betslip-card-information-title,
.selections-IbFvnwOxMa .error .betslip-card-information-body,
.multiplesContainer-FWiugFUfiy .betslip-card-price {
  display: none;
}

.marginSeparated-iIWjMsx5gV > * {
  margin-bottom: 7px;
}

.marginSeparated-iIWjMsx5gV > *:last-child {
  margin-bottom: 0;
}

.needsSelectionsMsg-eCW1RwMEF1 {
  font-size: 0.8em;
  padding: 2em 1em 4em 1em;
  font-weight: bold;
  text-align: center;
}

.stakeWin-p6zldDeP_T {
  background: var(--components-betslip-stakeWin-background);
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.pendingAcceptance-Wm7ScpNpeX {
  font-weight: bold;
  text-align: center;
  margin-top: -60px;
  padding-bottom: 20px;
  font-size: 15px;
}

.disabled-axjjLe5GVP::before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: rgba(68, 76, 84, 0.8);
  padding-bottom: 10px;
  z-index: 1;
}

.footer-N8j8Xdgk8c {

}

.multiplesTitle-MBdvFFuasM {
  display: flex;
  justify-content: space-between;
}

.toggleRoundRobins-FoIqlJrdsL {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.icon-C3tGYWq4if {
  transition: transform 150ms;
  font-size: 7px;
  display: inline-block;
}

.icon-C3tGYWq4if.inverted-MGRcQZoleU {
    transform: rotate(-180deg);
  }

.quoteLoadingIndicator-VIiOsUpeEU {
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 1em 0;
  font-weight: bold;
  position: absolute;
  width: 120px;
  z-index: 100;
  top: 0;
  right: 0;
}

.quoteLoadingIndicator-VIiOsUpeEU .spinner {
  width: 16px;
  height: 16px;
}

.debug-QBuzQn9bcc {
  position: fixed;
  right: 10px;
  top: 180px;
  font-size: 9px;
  font-family: courier;
}

.container-c8rE1qEKlj {
  padding: var(--global-spacing-padding);
  padding-top: 10px;
  font-size: 10px;
}

.sportLink-H6BqDp_omf {
  display: block;
  color: var(--global-colors-primary);
  padding: 5px 0;
}

.sportLink-H6BqDp_omf i {
    margin-right: 8px;
    font-size: 12px;
    vertical-align: middle;
  }

.sportLink-H6BqDp_omf span {
    text-decoration: underline;
  }

.sportLink-H6BqDp_omf:hover {
    opacity: .75;
  }

.helpLink-jIOdGSmVcp {
  display: block;
  margin-top: 5px;
  color: var(--global-colors-tertiary);
  text-decoration: underline;
}

.helpLink-jIOdGSmVcp:hover {
    opacity: .75;
  }

.linkText-ZFAeGAD3Nz {
  text-decoration: underline;
  color: #1379f0;
}

.container-OmrVOMHSad {
  margin-bottom: 5px;
}

.contentContainer-kcQAUWq1Rl {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 40px;
  background: var(--components-betslip-unified-betslip-background);
}

.quickDepositButtonContainer-EI5S_jyQ6N {
  display: flex;
}

.marginSeparated-EYBKek52JR > * {
  margin-bottom: 7px;
}

.marginSeparated-EYBKek52JR > *:last-child {
  margin-bottom: 0;
}

.message-E90shuECkW {
  font-size: 12px;
  margin: 10px 15px 0;
  padding: 5px 10px 15px;
  border-radius: 3px;
}

.stakeAndOptions-8XtVz8qCWf{
  position: relative;
  background: var(--components-betslip-stakeAndOptions-background);
}

.stakeAndOptions-8XtVz8qCWf + .selections-EgpgburASn {
  border-top: 1px dashed var(--global-border-color);
}

.stakeWin-U9GVg7ezUk {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.selections-EgpgburASn {
  margin: 0 var(--global-spacing-margin);
}

.pendingAcceptance-HEp0CBNwjn {
  font-weight: bold;
  text-align: center;
  margin-top: -60px;
  padding-bottom: 20px;
  font-size: 15px;
}

/**
 * Component overrides
 */

.teaser-identifier {
  border-bottom: none;
  padding: var(--global-spacing-margin);
  padding-bottom: 0;
  color: var(--components-betslip-teaserInfoContainer-color);
}

.container-jGzQEgDCVp {
  display: block;
  flex-direction: column;
  width: 270px;
  min-height: 350px;
  z-index: 12;
  font-size: 12px;
}

@media (max-width: 768px) {

.container-jGzQEgDCVp {
    width: 100%;
    min-height: 100%;
}
  }

@media (max-width: 768px) {

.container-jGzQEgDCVp {
    width: 100%;
    min-height: 100%;
}
  }

@media (--mobile) {

.container-jGzQEgDCVp {
    width: 100%;
    min-height: 100%;
}
  }

.header-PUhequoh3i {
  padding: 0;
  line-height: 1;
  height: 36px;
}

.header-PUhequoh3i button {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
  }

.scrollContainer-SAwUdmZ5vj {
  background: var(--components-betslip-unified-background);
}

.singlesMultiples-PsjsauIcIf {
  display: flex;
  flex-direction: column;
}

.singlesMultiples-PsjsauIcIf.reverse-LJsXL5qRnN {
    flex-direction: column-reverse;
  }

/**
 * Tabs
 */

.tabs-opGB6M3cav {
  flex-wrap: nowrap;
  display: flex;
}

.tabButton-NtimAcNofU {
  max-width: 50%;
  position: relative;
  padding: 10px 0;
}

.tabButton-NtimAcNofU[data-selected="true"] {
    opacity: 1;
    box-shadow: 0 -3px 0 0 var(--global-colors-primary) inset;
    color: var(--global-font-color);
  }

.tabButton-NtimAcNofU button {
    color: white;
  }

/**
 * Component overrides
 */

.container-jGzQEgDCVp .betslip-card {
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.container-jGzQEgDCVp .betslip-card:not(.warning):not(.attention):not(.accepted)::after { /* :not(.error) */
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    height: 1px;
    margin-top: -1px;
    border-top: 1px dashed var(--global-border-color);
  }

/* Betslip card information messages */

.container-jGzQEgDCVp .betslip-card-information,
.container-jGzQEgDCVp .betslip-card-message  {
  font-size: 10px;
  padding: 4px 8px 2px;
}

.container-jGzQEgDCVp .betslip-card-information-title {
  font-size: 10px;
}

.container-jGzQEgDCVp .betslip-card-information-body {
  font-size: 10px;
}

/* Themes */

.container-jGzQEgDCVp .warning .betslip-card-message + .betslip-card-details,
.container-jGzQEgDCVp .warning .betslip-card-information + .betslip-card-details {
  border: 2px solid var(--global-messages-warning-background);
  border-bottom: none;
}

.container-jGzQEgDCVp .warning .betslip-card-message + .betslip-card-details:last-child, .container-jGzQEgDCVp .warning .betslip-card-information + .betslip-card-details:last-child {
    border-bottom: 2px solid var(--global-messages-warning-background);
  }

.container-jGzQEgDCVp .warning .betslip-card-message + .betslip-card-details + .betslip-card-stakewin-input,
.container-jGzQEgDCVp .warning .betslip-card-information + .betslip-card-details + .betslip-card-stakewin-input {
  border: 2px solid var(--global-messages-warning-background);
  border-top: none;
}

.container-jGzQEgDCVp .accepted .betslip-card-message + .betslip-card-details,
.container-jGzQEgDCVp .accepted .betslip-card-information + .betslip-card-details {
  border: 2px solid var(--global-messages-accepted-background);
  border-bottom: none;
}

.container-jGzQEgDCVp .accepted .betslip-card-message + .betslip-card-details + .betslip-card-stakewin-input,
.container-jGzQEgDCVp .accepted .betslip-card-information + .betslip-card-details + .betslip-card-stakewin-input {
  border: 2px solid var(--global-messages-accepted-background);
  border-top: none;
}

.container-jGzQEgDCVp .error .betslip-card-message + .betslip-card-details,
.container-jGzQEgDCVp .error .betslip-card-information + .betslip-card-details,
.container-jGzQEgDCVp .attention .betslip-card-message + .betslip-card-details,
.container-jGzQEgDCVp .attention .betslip-card-information + .betslip-card-details {
  border: 2px solid var(--global-messages-attention-background);
  border-bottom: none;
}

.container-jGzQEgDCVp .error .betslip-card-message + .betslip-card-details:last-child, .container-jGzQEgDCVp .error .betslip-card-information + .betslip-card-details:last-child, .container-jGzQEgDCVp .attention .betslip-card-message + .betslip-card-details:last-child, .container-jGzQEgDCVp .attention .betslip-card-information + .betslip-card-details:last-child {
    border-bottom: 2px solid var(--global-messages-attention-background);
  }

.container-jGzQEgDCVp .error .betslip-card-message + .betslip-card-details + .betslip-card-stakewin-input,
.container-jGzQEgDCVp .error .betslip-card-information + .betslip-card-details + .betslip-card-stakewin-input,
.container-jGzQEgDCVp .attention .betslip-card-message + .betslip-card-details + .betslip-card-stakewin-input,
.container-jGzQEgDCVp .attention .betslip-card-information + .betslip-card-details + .betslip-card-stakewin-input {
  border: 2px solid var(--global-messages-attention-background);
  border-top: none;
}

.currencyTooltip-BmYMphAHvC {
  line-height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-style: italic;
  background-color: var(--components-betslip-currencyTooltip-background);
  color: var(--components-betslip-currencyTooltip-color);
}

@media (max-width: 768px) {

.currencyTooltip-BmYMphAHvC {
    color: var(--components-betslip-currencyTooltip-mobile-color);
    background-color: var(--components-betslip-currencyTooltip-mobile-background);
}
    .currencyTooltip-BmYMphAHvC span {
      position: relative;
      top: 4px;
    }
  }

@media (max-width: 768px) {

.currencyTooltip-BmYMphAHvC {
    color: var(--components-betslip-currencyTooltip-mobile-color);
    background-color: var(--components-betslip-currencyTooltip-mobile-background);
}
    .currencyTooltip-BmYMphAHvC span {
      position: relative;
      top: 4px;
    }
  }

@media (--mobile) {

.currencyTooltip-BmYMphAHvC {
    color: var(--components-betslip-currencyTooltip-mobile-color);
    background-color: var(--components-betslip-currencyTooltip-mobile-background);
}
    .currencyTooltip-BmYMphAHvC span {
      position: relative;
      top: 4px;
    }
  }

.euroBannerImgContainer-hZ65dMZpfh {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.euroBannerImgContainer-hZ65dMZpfh img {
    width: 96%
  }

.childContainer-zRi4BJVM_g {
  min-width: 200px;
  max-width: 300px;
}

.tooltip-ygwM7cdy5K {
  /*
  Remove tooltips default transition
  this is not required here and
  causes display issues for the
  feature.
  */
  transition: none 0s ease 0s;
  transition: initial;
  transition: unset;
  z-index: 3;
}

.hidden-sgiKLo24SC {
  visibility: hidden;
}

.greenCaret-WzduvkMhu_::after {
    border-color: var(--components-betslip-cardMessage-accepted-background)
      transparent transparent;
  }

.redCaret-ticzHlEV3_::after {
    border-color: var(--components-betslip-cardMessage-attention-background)
      transparent transparent;
  }

.yellowCaret-iz6QLbns9b::after {
    border-color: var(--components-betslip-cardMessage-warning-background)
      transparent transparent;
  }

.footer-m0bTZHdLCk {
  padding: 0 10px 10px;
}

.footer-m0bTZHdLCk button,
  .footer-m0bTZHdLCk a {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
  }

.footer-m0bTZHdLCk button.placeBet-ljO7MdYdT4, .footer-m0bTZHdLCk a.placeBet-ljO7MdYdT4 {
      background: var(--silver);
      color: var(--white);
      cursor: not-allowed;
    }

.footer-m0bTZHdLCk button.placeBet-ljO7MdYdT4.active-QbUnrO6W3O, .footer-m0bTZHdLCk a.placeBet-ljO7MdYdT4.active-QbUnrO6W3O {
        background: var(--components-quickBet-buttonEnabledBackground);
        border-color: var(--components-quickBet-buttonEnabledBackground);
        cursor: pointer;
      }

.footer-m0bTZHdLCk button.placeBet-ljO7MdYdT4.disabled-QlC0C_4_vn, .footer-m0bTZHdLCk a.placeBet-ljO7MdYdT4.disabled-QlC0C_4_vn {
        cursor: not-allowed;
        border-color: var(--components-quickBet-buttonDisabledBackground);
        background-color: var(--components-quickBet-buttonDisabledBackground);
        color: var(--white);
      }

.footer-m0bTZHdLCk .quickDepositContainer-bVl4S2zy34 a {
      color: var(--white);
      background-color: var(--global-colors-secondary);
      border-color: var(--global-colors-secondary);
    }

.footer-m0bTZHdLCk .quickDepositContainer-bVl4S2zy34 a:hover {
        background-color: var(--components-button-secondary-hover-background);
        border-color: var(--components-button-secondary-hover-background);
      }

.footer-m0bTZHdLCk .addToBetslip-vHwn2wiHLZ {
    font-size: 11px;
    line-height: 13px;
    color: var(--components-quickBet-addToBetslip);
    margin-top: 10px;
    text-align: center;
  }

.footer-m0bTZHdLCk .addToBetslip-vHwn2wiHLZ span {
      cursor: pointer;
      text-decoration: underline;
      font-weight: bold;
    }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG {
    padding: 0 15px 10px;
  }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG .placeBet-ljO7MdYdT4 {
      width: 100%;
      font-size: 15px;
      line-height: 18px;
      min-height: 40px;
      border-radius: 3px;
    }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG .placeBet-ljO7MdYdT4.active-QbUnrO6W3O {
        background: var(--components-easyBet-buttonEnabledBackground);
        border-color: var(--components-easyBet-buttonEnabledBackground);
      }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG .placeBet-ljO7MdYdT4.disabled-QlC0C_4_vn {
        border-color: var(--components-easyBet-buttonDisabledBackground);
        background-color: var(--components-easyBet-buttonDisabledBackground);
      }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG .quickDepositContainer-bVl4S2zy34 a {
        width: 100%;
        font-size: 15px;
        line-height: 18px;
        min-height: 40px;
        border-radius: 3px;
      }

.footer-m0bTZHdLCk.easyBetFooter-u11k1nY2nG .quickDepositContainer-bVl4S2zy34 a:hover {
          background-color: var(--components-button-secondary-hover-background);
          border-color: var(--components-button-secondary-hover-background);
        }

.BuildMultiplesButton-mbRahabCGs {
  margin-left: 10px;
  margin-top: 7px;
  justify-content: center;
}

.acceptedBet-AJrMNLOR2H {
  font-size: 14px;
}

.acceptedCard-AMYgz5obGa {
  margin-bottom: 0;
  margin-bottom: initial;
  margin-bottom: unset;
}

.higherStackOrder-svBH7a7S0a {
  z-index: 13;
}

.quickBetContainer-WUOQ_9nifK {
  width: 265px;
  border-radius: 5px;
  background-color: var(--components-quickBet-background);
}

.quickBetSelection-ZEkamISHmK {
  background-color: var(--components-quickBet-background);
  border-radius: 5px;
  box-shadow: none;
}

.easyBet-IuVG5pkozI {
  /*position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;*/
  width: 100vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--components-easyBet-background);
  box-shadow: 0 0 110px 0 var(--components-easyBet-boxShadow);
  font-family: Roboto, sans-serif;
}

.easyBet-IuVG5pkozI .blockBetslip-RAIyBac_mO {
    min-height: 0;
    background-color: transparent;
    box-shadow: none;
  }

.easyBet-IuVG5pkozI .blockBetslip-RAIyBac_mO .contactUs-vCDQnWATVm {
      background: var(--components-quickBet-background);
    }

.easyBet-IuVG5pkozI .close-xZwHNKo2GJ {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    display: flex;
    padding: 10px;
    color: var(--components-easyBet-teamName);
    z-index: 1;
    opacity: 0.5;
    transition: color 150ms ease;
  }

.easyBet-IuVG5pkozI .close-xZwHNKo2GJ.closeDark-f4LI_Ht63a {
      color: var(--components-easyBet-closeButtonColorDark);
    }

.easyBet-IuVG5pkozI .close-xZwHNKo2GJ:hover {
      opacity: 1;
    }

.easyBet-IuVG5pkozI .closeButton-QVtbP08hDA {
    font-weight: bold;
    background: var(--components-easyBet-closeButtonBackground);
    color: var(--components-easyBet-closeButtonColor);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
  }

.easyBet-IuVG5pkozI .betslip-card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
  }

.easyBet-IuVG5pkozI .betslip-card .betslip-close-button {
      display: none;
    }

.easyBet-IuVG5pkozI .betslip-card .betslipCardDetails {
      padding: 10px 15px 0;
    }

.easyBet-IuVG5pkozI .betslip-card .betslipCardDetails .selectionDetailsTitle i {
          color: var(--orange);
        }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information,
    .easyBet-IuVG5pkozI .betslip-card .betslip-card-message {
      padding: 10px 15px;
      font-size: 11px;
      line-height: 12px;
      position: relative;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information header, .easyBet-IuVG5pkozI .betslip-card .betslip-card-message header {
        font-size: 12px;
        line-height: 14px;
      }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information header .betslip-close-button, .easyBet-IuVG5pkozI .betslip-card .betslip-card-message header .betslip-close-button {
          display: none;
        }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information header + div div, .easyBet-IuVG5pkozI .betslip-card .betslip-card-message header + div div {
            margin-top: 3px;
          }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information header + div span, .easyBet-IuVG5pkozI .betslip-card .betslip-card-message header + div span {
            font-size: 12px;
            line-height: 14px;
            min-width: auto;
            margin-right: 5px;
          }

.easyBet-IuVG5pkozI .betslip-card .betslip-card-information .betslip-card-information-body, .easyBet-IuVG5pkozI .betslip-card .betslip-card-message .betslip-card-information-body {
        margin-top: 3px;
      }

.easyBet-IuVG5pkozI .betslipCardDetails {
    padding: 10px 15px 0;
    font-size: 12px;
  }

.easyBet-IuVG5pkozI .betslipCardDetails .betslipCloseButton {
      display: none;
    }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsTitle {
      align-items: center;
    }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsTitle:before {
        font-size: 12px;
        width: calc(100% - 20px);
        left: 0;
      }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsLive {
      display: inline-flex;
      font-size: 14px;
    }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsMatchupName {
      font-size: 12px;
      line-height: 14px;
      width: calc(100% - 25px);
      white-space: nowrap;
      overflow-x: hidden;
      overflow-y: visible;
      text-overflow: ellipsis;
      color: var(--components-easyBet-teamName);
      font-weight: 500;
      display: flex;
      justify-content: space-between;
    }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsWagerSummary {
      margin-top: 6px;
      font-size: 11px;
      line-height: 13px;
      color: var(--components-easyBet-marketName);
      max-width: calc(100% - 20px);
    }

.easyBet-IuVG5pkozI .betslipCardDetails .selectionDetailsPriceContainer {
      font-size: 11px;
      margin: 0;
    }

.easyBet-IuVG5pkozI .betslipCardStakeWinInput {
    padding: 8px 15px 0;
  }

.easyBet-IuVG5pkozI .betslipCardStakeWinInput .currencyInputBox:before {
        left: 10px;
        top: 8px;
        font-size: 10px;
        line-height: 10px;
      }

.easyBet-IuVG5pkozI .betslipCardStakeWinInput .currencyInputBox:not([data-below-label=""]):not([data-below-label="false"]):after {
          left: 10px;
          bottom: 7px;
          padding: 0;
          font-size: 12px;
          line-height: 12px;
        }

.easyBet-IuVG5pkozI .betslipCardStakeWinInput .currencyInputBox input {
        height: 42px;
      }

.easyBet-IuVG5pkozI .betslipCardStakeWinInput .currencyInputBox input[data-empty="false"] {
          padding-top: 21px;
          padding-bottom: 7px;
        }

.easyBet-IuVG5pkozI.hasError-SdGi_RnRyY .close-xZwHNKo2GJ,
    .easyBet-IuVG5pkozI.hasError-SdGi_RnRyY .closeButton-QVtbP08hDA {
      top: 0;
    }

.buttonContainer-pV0OiDBR9C {
  padding: 15px 15px 10px;
}

.tooltip-a0vzi0g82r {
  padding: 5px 7px;
  text-transform: none;
  text-transform: initial;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  right: 0;
  top: 0;
}

.tooltip-a0vzi0g82r span {
    white-space: normal;
  }

.tooltip-a0vzi0g82r .link-m2HiTrowI9 {
  padding: 0;
  display: inline;
  color: var(--global-colors-primary);
}

.tooltip-a0vzi0g82r .link-m2HiTrowI9:hover {
    box-shadow: 0 -1px 0 0 var(--global-colors-primary) inset !important;
  }


.container-CTqyO5I_2D {
  background-color: var(--components-multiplesNotificationBar-background);
  color: var(--components-multiplesNotificationBar-color);
  font-size: 13px;
  height: 30px;
  padding: 0 15px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftSide-y0SFvWp_6v {
  flex: 1;
  font-weight: bold;
  display: inline-flex;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.leftSide-y0SFvWp_6v .icon-jtrOliow0_ {
    vertical-align: middle;
    margin: -2px 8px 0 4px;
    width: 16px;
    display: inline-block;
  }

.rightSide-oA04pjN4lq {
  text-align: right;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
}

.row-B4QS1A6oNl {
  border-top: 1px solid #364a61;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

.row-B4QS1A6oNl:first-child {
    border-top: none;
  }

.removeRowSpacing-xHi26P6ujW {
  justify-content: initial;
  justify-content: unset;
}

.rowEnd-e1YXo1Rh1n {
  border-left: 1px solid #364a61;
  align-self: flex-end;
  text-align: center;
  padding: var(--matchupHeader-row-padding);
  margin-right: 90px;
  width: 52px;
  font-weight: bold;
}

.rightBorder-SEjkPKZeBJ {
  border-right: 1px solid #364a61;
}

.removeMargin-vbQrLS1Ftl {
  margin-right: 0;
}

.noBorderHeader-rKiz1kecTW {
  border-left: 0;
  border-left: initial;
  border-left: unset;
}

.alignCenter-c_fycI4OSm {
  align-self: center;
}

.justifyFlexEnd-xnnFoHGIBs {
  justify-content: flex-end;
}

.justifyContentCenter-tb1cHUNpNc {
  justify-content: center;
}

.tightPadding-RZiLWN5UHX {
  padding: 7.5px 8px;
}

.maxContent-xSly9pjkLl {
  width: -moz-max-content;
  width: max-content;
}

.justifyContenStart-rzl7SyANIO {
  justify-content: flex-start;
}

.displayFlex-EopDkcMthi {
  display: flex;
}

.content-ZTybrR7JYF {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 1281px) {

.content-ZTybrR7JYF {
    padding-left: 65px;
}
  }

@media (min-width: 1281px) {

.content-ZTybrR7JYF {
    padding-left: 65px;
}
  }

@media (--hugeViewport) {

.content-ZTybrR7JYF {
    padding-left: 65px;
}
  }

.full-Figx9pEhdm {
  padding-left: 0px;
}

@media (min-width: 1281px) {

.slim-gCMNQTQjHq {
    margin: 0 auto;
    max-width: 85%;
}
  }

@media (min-width: 1281px) {

.slim-gCMNQTQjHq {
    margin: 0 auto;
    max-width: 85%;
}
  }

@media (--hugeViewport) {

.slim-gCMNQTQjHq {
    margin: 0 auto;
    max-width: 85%;
}
  }

.startTime-MwYUIH68lR {
  padding: var(--matchupHeader-row-padding);
  display: flex;
  align-items: center;
}

.startTime-MwYUIH68lR span:first-letter {
    text-transform: uppercase;
  }

.liveStatusIcon-r3OAmA7QsA {
  margin-left: -3px;
  margin-right: 5px;
  color: var(--mountainMeadow);
  font-size: 20px;
}

.liveDivider-ALuCu6Pree {
  margin: 0 10px;
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.liveStatus-D5wfY9n6BU {
  color: var(--mountainMeadow);
  font-weight: bold;
  /* text-transform: uppercase; */
}

.fullFlexGrow-f9K7BN607c {
  flex-grow: 1;
}
.favourite-uGvoQ8WzCT {
  padding: 7.5px 0;
}

.favouriteIcon-v8MRT2C_IC a {
    /* width: 24px; */
  }

.favouriteIcon-v8MRT2C_IC img {
    width: 14px;
    height: 13px;
  }

.favourite-uGvoQ8WzCT .tooltip {
  width: auto;
  margin-left: 40px;
  margin-top: 2px;
}

.favourite-uGvoQ8WzCT .tooltip:after {
  transform: scale(0.5) rotate(90deg) translateY(-9px);
}

.favourite-uGvoQ8WzCT .tooltip span {
  padding: 2px 8px;
}

.favourite-uGvoQ8WzCT .tooltip .contentBlock {
  margin-bottom: 0;
  box-shadow: none;
  padding: 2px 8px !important;
}

.favourite-uGvoQ8WzCT .tooltip .contentBlock span {
  padding: 0;
}

.participant-DgQFzvml3p {
  padding: var(--matchupHeader-row-padding);
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

@media (max-width: 768px) {

.participant-DgQFzvml3p {
    max-width: 60%;
}
  }

@media (max-width: 768px) {

.participant-DgQFzvml3p {
    max-width: 60%;
}
  }

@media (--mobile) {

.participant-DgQFzvml3p {
    max-width: 60%;
}
  }

.participantNameWrapper-WZ_XTyDMfi {
  flex: 0 0 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.participantName-SoOhXuHe2Q {
  font-weight: bold;
}

.bufferName-T7NXtVoBRa {
  padding-left: 15px;
}

.yellow-cWA3yo7RxQ {
  color: white;
  background: var(--lightningYellow);
  font-size: 10px;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 2px;
}

.red-qRdWLzIEUi {
  color: white;
  background: var(--watermelon);
  font-size: 10px;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 2px;
}

.cards-jfkZliQWFX {
  margin-left: 10px;
}

.removeMaxWidth-EHDeqMYr8B {
  max-width: none;
  max-width: initial;
  max-width: unset;
}

.sportImageContainer-_4L7x7Nlia {
  position: absolute;
  right: -1px;
  top: 0;
  background: url("/img/headers/matchup/triangle.svg") no-repeat center right;
  background-size: auto 100%;
  height: 100%;
  width: 122px;
}

.sportImage-G5qR45fM1u {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
}

.soccerIcon-SHU50ovJiZ {
  padding-left: 12px;
}

.container-nAMCMxziQs {
  padding: var(--matchupHeader-row-padding);
  display: flex;
  align-items: center;
}

.fullFlexGrow-HpqfH_mYGY {
  flex-grow: 1;
}

.icon-WdFVTOSS5q {
  margin-top: -2px;
  margin-right: 8px;
}

.card-qt4KnGtiKs {
  height: 11px;
  border-radius: 1px;
  margin-left: -1px;
  margin-right: 2px;
}

.red-XVICAHzRpn {
  background: var(--watermelon);
  width: 8px;
}

.yellow-RCjUlNv_T1 {
  background: var(--lightningYellow);
  width: 8px;
}

.justifyCenter-eumKNXGojt {
  justify-content: center;
}

.icon-co2sQzUmdD {
  margin-top: 4px;
}

.justifyFlexEnd-cNlo1m_KQU {
  justify-content: flex-end;
}

.tightColumn-OOV8UPuoKY {
  padding: 7.5px 8px;
  width: 24px;
}

.tightColumnEnd-LZBojtcms0 {
  padding-left: 8.5px;
  width: 25px;
}

.slimRow-h1jObdcgt2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
}

.eventTimeUpperPadding-JRQZRBO0CC {
  padding-top: 1px;
  padding-bottom: 1px;
}

.soccerIconRow-Q5SKcqs64G {
  padding-right: 7px;
  padding-left: 13px;
}

.scoreLeftOffset-HI3DT6mmW7 {
  padding-left: 10px;
}

.redCardAlignOffset-htltNwuSWK {
  padding-right: 15px;
}

.removeTopMargin-tIqvgwbsPy {
  margin-top: 0px;
}

.slimIconPresent-TESXjbmqmh {
  padding-left: 2px;
}

.slimLiveIcon-dt4O85_gkr {
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
  color: var(--mountainMeadow);
  padding-left: 12px;
}

.largeColumn-m6quSs931x {
  flex-basis: 100%;
}

.tightColumn-IPzJ45fxtG {
  padding: 7.5px 10px;
  width: 25px;
}

.tightColumnEnd-JwHdmTClDB {
  padding-left: 10.5px;
}

.slimRow-M8lJYIOTPV {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
}

.alignOffset-BiFvghYd4V {
  padding-right: 9.5px;
}

.scoreLeftOffset-z9_NuUFrDX {
  padding-left: 18px;
}

.redCardAlignOffset-rA0J8Xzr7B {
  padding-right: 18px;
}

.container-yHD8bYPYFe {
  display: flex;
}

.container-yHD8bYPYFe.small-bjgdTSlvi5 {
    padding-bottom: 7px;
    width: 47px;
  }

/*
  &.large {
    height: fit-content;
    margin-top: auto;
  } */

.rectangle-oBRM7MkXL1 {
  box-sizing: border-box;
  border: 1.6px solid #ffffff;
  transform: rotate(-45deg);
}

.rectangle-oBRM7MkXL1.small-bjgdTSlvi5 {
    height: 15px;
    width: 15px;
  }

.rectangle-oBRM7MkXL1.large-EYHibEuXAM {
    height: 26px;
    width: 26px;
  }

.secondBaseCenter-pqaB9BIH8a {
  margin-top: -15px;
}

.secondBaseCenter-pqaB9BIH8a.large-EYHibEuXAM {
    margin-top: -25px;
  }

.onBase-eOg3jelM9W {
  border: 1.6px solid #ffffff;
  background-color: #ffffff;
}

.oval-PTSJU0NAfy {
  height: 7px;
  width: 7px;
  border-radius: 150px;
}

.ovalInner-uwUqkAkKd4 {
  height: 3px;
  width: 3px;
  margin-left: 1px;
  margin-top: 1px;
  border-radius: 150px;
}

.outterPink-wcgqru7VVy {
  border: 1px solid #ff4a70;
}

.outterGreen-dUiDOugEwU {
  border: 1px solid #27cd66;
}

.innerPink-rtF9Rz1UZW {
  background-color: #ff4a70;
  border: 1px solid #ff4a70;
}

.innerGreen-mclZmcGYgi {
  background-color: #27cd66;
  border: 1px solid #27cd66;
}

.ovalBlot-i8TLJ9P6zh {
  margin: auto;
  margin-left: 5px;
}

.outSpacing-JpGOrdjXjE {
  margin-right: 2px;
}

.spaceRight-dLHhQU8c9y {
  margin-right: 3px;
}

.fitContentWidth-axpC5i3qbr {
  width: -moz-fit-content;
  width: fit-content;
}

.boldFont-rHgtLq4P90 {
  font-weight: bold;
  font-size: 10px;
}

.offColor-TRwUSiGUEV {
  color: var(--bellyGrey);
}

.noBorderTop-GvcsfsVA0V {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.container-K3Buq9zzIr {
  font-size: 11px;
}

.boardContainer-cyPIhUNTo2 {
  flex-direction: row;
}

@media (min-width: 1281px) {

.boardContainer-cyPIhUNTo2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-cyPIhUNTo2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-cyPIhUNTo2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

.noBorderTop-cXVHBtBpF9 {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.eventRow-VU_DyFR98w {
  background-color: var(--darkGreyBlue);
}

.atBatHighlighted-Jl5GkDSD79 {
  color: var(--mountainMeadow);
}

.resultsRow-EMGVgSP3KO {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.row-j1h1yh2PCW {
  width: 30px;
}

@media (max-width: 1024px) {

.row-j1h1yh2PCW {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (max-width: 1024px) {

.row-j1h1yh2PCW {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (--mediumViewport) {

.row-j1h1yh2PCW {
    padding: 7.5px 10px;
    width: 22px;
}
  }

.runs-ga4DN8EKzh {
  width: 35px;
  padding: 7.5px 10px;
  margin-left: 10px;
}

.boardLeft-AmZnP_XFu7 {
  flex-grow: 1;
}

.boardRight-OAFu5U6yET {
  margin: auto;
  margin-bottom: 3px;
  margin-left: 14px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10%;
}

@media (max-width: 1280px) {

.boardRight-OAFu5U6yET {
    margin-right: 14px;
    width: auto;
    width: initial;
    width: unset;
    min-width: 0;
    min-width: initial;
    min-width: unset;
}
  }

@media (max-width: 1280px) {

.boardRight-OAFu5U6yET {
    margin-right: 14px;
    width: auto;
    width: initial;
    width: unset;
    min-width: 0;
    min-width: initial;
    min-width: unset;
}
  }

@media (--largeViewport) {

.boardRight-OAFu5U6yET {
    margin-right: 14px;
    width: auto;
    width: initial;
    width: unset;
    min-width: 0;
    min-width: initial;
    min-width: unset;
}
  }

.pullUpRow-Hq5QYRSg11 {
  margin-top: -2px;
}

.baseRunners-cFSD2XpAmB {
  padding-left: 10px;
  width: auto !important;
  width: initial !important;
  width: unset !important;
}

.fontNormal-v1StaBBi0t {
  font-weight: normal;
}

.container-tMuvSYL4yS {
  font-size: 10px;
}

.boardContainer-IAiuCrRwo1 {
  flex-direction: row;

  /* hugeViewport will still apply to livecentre */
}

@media (min-width: 1281px) {

.boardContainer-IAiuCrRwo1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-IAiuCrRwo1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-IAiuCrRwo1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

.noBorderTop-yIRW7DsJbi {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.eventRow-J8kxbrlsmS {
  background-color: var(--darkGreyBlue);
}

.atBatHighlighted-RYP9XHxl8T {
  color: var(--mountainMeadow);
}

.resultsRow-nMKnjvY6Ep {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

/* hugeViewport will still apply to livecentre */

@media (min-width: 1281px) {

.row-pPGCw1kh3D {
    width: 30px;
}
  }

@media (min-width: 1281px) {

.row-pPGCw1kh3D {
    width: 30px;
}
  }

@media (--hugeViewport) {

.row-pPGCw1kh3D {
    width: 30px;
}
  }

@media (max-width: 1080px) {

.row-pPGCw1kh3D {
    padding: 7.5px 0;
    padding-right: 5px;
    text-align: center;
}
  }

@media (max-width: 768px) {

.row-pPGCw1kh3D {
    width: 25px;
}
  }

@media (max-width: 768px) {

.row-pPGCw1kh3D {
    width: 25px;
}
  }

@media (--mobile) {

.row-pPGCw1kh3D {
    width: 25px;
}
  }

@media (max-width: 325px) {

.row-pPGCw1kh3D {
    width: 12px;
}
  }

@media (max-width: 325px) {

.row-pPGCw1kh3D {
    width: 12px;
}
  }

@media (--tinyViewport) {

.row-pPGCw1kh3D {
    width: 12px;
}
  }

.multiViewBoardRow-TpS44wPP5Y {
  width: 20px;
}

.multiViewBoard-gbFolVVFfA {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

@media (max-width: 1080px) {

.runs-Ffj82sqWqC {
    width: 25px;
    padding: 7.5px 8px;
}
  }

.multiViewBoardEnd-e4F6Nw8HcL {
  padding-right: 15px;
}

.boardLeft-BmsXgFHX5K {
  flex-grow: 1;
}

.slimBoardLeft-y4ZAgLIVZO {
  flex: 0 0 80%;
}

.boardRight-QtGzqNF0pX {
  margin: auto;
  margin-bottom: 3px;
  margin-left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10%;

  /* largeViewPort will still apply to livecentre */
}

@media (max-width: 1280px) {

.boardRight-QtGzqNF0pX {
    margin-right: 10px;
}
  }

@media (max-width: 1280px) {

.boardRight-QtGzqNF0pX {
    margin-right: 10px;
}
  }

@media (--largeViewport) {

.boardRight-QtGzqNF0pX {
    margin-right: 10px;
}
  }

.pullUpRow-CU4JevXDcV {
  margin-top: -2px;
}

.baseRunners-d1uoVD0yBH {
  margin-left: 10px;
}

.leftArrow-rRSYG8Jr_I {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}

.rightArrow-EoytYCPBy_ {
  transform: rotate(180deg);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
}

.bso-sbdOc3C_1F {
  align-self: center;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.innings-ndTGb_AUUI {
  align-self: center;
  position: absolute;
  left: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slimJustify-PC3wmkty2w {
  justify-content: flex-end;
}

.eventTimeSlim-iqqiZ6FIp2 {
  margin: 0 auto;
}

.buffSlimRight-kcJ5kaocCu {
  padding-right: 12px;
}

@media (max-width: 1080px) {

.buffSlimRight-kcJ5kaocCu {
    padding-right: 5px;
}
  }

.mobileTimeRow-UrndykREgR {
  background-color: transparent;
  background-color: initial;
  background-color: unset;
  border-bottom: 1px solid var(--cello);
}

.fontNormal-keQCDWkeTf {
  font-weight: normal;
}

.noBorderTop-D6PUiCboiS {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-MKSPKhCmx4 {
  color: var(--bellyGrey);
}

.eventRow-N8kLVPw83b {
  background-color: var(--darkGreyBlue);
}

.periodLabels-k_uHWNEnAi {
  padding-left: 7px;
}

.highlighted-vpSy5CcQbu {
  color: var(--mountainMeadow);
}

@media (min-width: 1281px) {

.boardContainer-bK0fjSYi3v {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-bK0fjSYi3v {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-bK0fjSYi3v {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-pYJFcTrqAs {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.penaltiesLabel-y9qv7HP7aO {
  margin-right: 0;
  margin-right: initial;
  margin-right: unset;
  width: -moz-fit-content;
  width: fit-content;
}

.centerAlignSingleDigit-BV3ZhJZCoT {
  padding-left: 5px;
}

.noBorderTop-G_qdMHUNkc {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-fTKb96WEcs {
  color: var(--bellyGrey);
}

.eventRow-ugyjpf8qUc {
  background-color: var(--darkGreyBlue);
}

.periodLabels-KcIazyQK22 {
  padding-left: 7px;
}

.highlighted-hfc4p4c9uJ {
  color: var(--mountainMeadow);
}

@media (min-width: 1281px) {

.boardContainer-Skxn2Z2n21 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-Skxn2Z2n21 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-Skxn2Z2n21 {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-sz6yMaoFSj {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.penaltiesLabel-WA8PTsUYYT {
  margin-right: 0;
  margin-right: initial;
  margin-right: unset;
  width: -moz-fit-content;
  width: fit-content;
}

.scoreToggle-NYSdRQv3W8 {
  align-self: center;
  position: absolute;
  left: 0px;
  margin-left: 10px;
  cursor: pointer;
}

.buffLineHeight-iISs_c4Cga {
  line-height: 2;
}

.leftArrow-oReXP_iLDV {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}

.penaltiesToggle-dTkVXsH691 {
  position: absolute;
  right: 0px;
  cursor: pointer;
  margin-right: 10px;
  padding-top: 3.5px;
}

.rightArrow-GIYdSpgkmQ {
  transform: rotate(180deg);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
}

.bufferEnd-Gz_2VtrQOX {
  margin-right: 12px;
}

.centerAlignSingleDigit-jsc2uQSRZh {
  padding-left: 5px;
}

.resultsRow-anddQtVwEv {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
  margin-left: auto;
}
.noBorderTop-v8OuAygwUQ {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-c7vSdKsz3l {
  color: var(--bellyGrey);
}

.eventRow-IBMrNrT8Um {
  background-color: var(--darkGreyBlue);
}

.highlighted-XKqVrv1arD {
  color: var(--mountainMeadow);
}

.noScore-huqQrs1VGX {
  padding-left: 21px;
}

@media (min-width: 1281px) {

.boardContainer-X0YaqhrMoq {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-X0YaqhrMoq {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-X0YaqhrMoq {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-FY64H11YIN {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.tableFormat-y5vzL6S_xx {
  font-weight: bold;
  font-size: 11px;
  border-collapse: collapse;
  color: white;
}

.borderBottom-vcj17qgShH {
  border-bottom: var(--components-scoreboard-borderBottom);
}

.favourite-CnVP3G_8UG {
  width: 45px;
}

.borderLeft-aJ7UUIl6I2 {
  border-left: var(--components-scoreboard-borderBottom);
  width: 50px;
  text-align: center;
}

.scores-xKLDqR8_Mh {
  text-align: center;
}

.periodLabels-ZxevY8HxPR {
  width: 50px;
  text-align: center;
}
.noBorderTop-Vp7hvdguGi {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-ozMSyqmFjC {
  color: var(--bellyGrey);
}

.eventRow-_X2WkpTb9y {
  background-color: var(--darkGreyBlue);
}

.highlighted-sxGVB4yDjS {
  color: var(--mountainMeadow);
}

.noScore-kihjMTqt8w {
  padding-left: 21px;
}

@media (min-width: 1281px) {

.boardContainer-JrYC9klYp2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-JrYC9klYp2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-JrYC9klYp2 {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-BR52N4vYuc {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.resultsRow-cVjNQ1Ov0u {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.row-hAggg2PwzR {
  padding: 7.5px 5px;
  width: 40px;
}

.score-gTuk07L0KU {
  width: 40px;
  padding: 7.5px 10px;
}

.container-LXDgZMj3Ut {
  font-size: 12px;
}

.container-p6lWZ4r4k5 {
  font-size: 12px;
}

.noBorderTop-J7i0XGaEFE {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-UzKLHRngxv {
  color: var(--bellyGrey);
}

.eventRow-aUsaolyTV2 {
  background-color: var(--darkGreyBlue);
}

.highlighted-myO5q56NZl {
  color: var(--mountainMeadow);
}

.noScore-n44jh05WJN {
  padding-left: 21px;
}

@media (min-width: 1281px) {

.boardContainer-MxBhFF7dQJ {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-MxBhFF7dQJ {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-MxBhFF7dQJ {
    padding-left: 0px;
    min-width: 85%;
}
  }

.ballPlacement-_s8g0xEC7r {
  padding: var(--matchupHeader-row-padding);
}

.downCount-bAlSsOhlH0 {
  padding: var(--matchupHeader-row-padding);
}

.multiViewBoard-ov_pVo_ij2 {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.ballPosession-fdPMJNB5pe {
  color: var(--mountainMeadow);
  margin-left: 8px;
}

.singleDigitScoreAlignment-pWa3DuH3vY {
  padding-left: 5px;
}

.resultsRow-HvuVI0qPDg {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.slim-w6z4Za7sPj {
  width: 27px;
  padding: 7.5px 5px;
}

.borderLeft-QDv00h1iN6 {
  border-left: 1px solid #1f3a5a;
  width: 50px;
  text-align: center;
}

.borderBottom-vtB0zkPMf5 {
  border-bottom: 1px solid #1f3a5a;
}

.tableDataCenter-IeEbwqJtjG {
  width: 50px;
  text-align: center;
}

.tableFormat-YQxDo0MdGr {
  font-weight: bold;
  font-size: 11px;
  border-collapse: collapse;
  color: white;
}

.favourite-stsvdBPfOs {
  width: 45px;
}
.noBorderTop-BogCrL8G4J {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.offColor-fu1fKPiarV {
  color: var(--bellyGrey);
}

.eventRow-fR3r3E7oWH {
  background-color: var(--darkGreyBlue);
}

.highlighted-_ULg1I0Hhv {
  color: var(--mountainMeadow);
}

.noScore-h7MNSyQUnd {
  padding-left: 21px;
}

@media (min-width: 1281px) {

.boardContainer-kYU02ODQIn {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-kYU02ODQIn {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-kYU02ODQIn {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-r8YzZKOnN_ {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.borderRight-u3vIltUeHC {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  text-align: right;
  padding-right: 10px;
}

.halfWidth-Fhgr3VuOrD {
  width: 20px;
  text-align: center;
}

.pointsColumn-cm9KozPwLT {
  width: 65px;
}

.pointsColumnSmall-p1CiAq9Uwt {
  width: 50px;
}

.participantName-sQTv26NHoP {
  flex: 0 0 75%;
}

.serveIcon-a6tH5HlH2X {
  padding-top: 3px;
  margin-left: 10px;
  color: var(--chartreuseYellow);
}

.resultsRow-Dg6j6sLDbf {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.tableFormat-wJzKeVlXhJ {
  font-weight: bold;
  font-size: 11px;
  border-collapse: collapse;
  color: white;
}

.favourite-bvu4dBAEF4 {
  width: 45px;
}

.borderLeft-tGH9I_oe8N {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  text-align: center;
}

.borderBottom-dNLQ4xoHmg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
}
.noBorderTop-ni_SmkUVJ6 {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.eventRow-NksjISFuDy {
  background-color: var(--darkGreyBlue);
}

@media (min-width: 1281px) {

.boardContainer-PZH_7x0_Rf {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-PZH_7x0_Rf {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-PZH_7x0_Rf {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-d23HEO6DKp {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.bestOf-D7w1tApCXC {
  padding: var(--matchupHeader-row-padding);
}

.row-aw9PLVUkRo {
  padding: 7.5px 5px;
  width: 30px;
}

@media (max-width: 1024px) {

.row-aw9PLVUkRo {
    padding: 7.5px 10px;
}
  }

@media (max-width: 1024px) {

.row-aw9PLVUkRo {
    padding: 7.5px 10px;
}
  }

@media (--mediumViewport) {

.row-aw9PLVUkRo {
    padding: 7.5px 10px;
}
  }

.score-REgi0SV5Yp {
  width: 40px;
  padding: 7.5px 10px;
  margin-left: 10px;
}

.resultsRow-RaOGDncWyM {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.noBorderTop-E4Ve2qOpGK {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.eventRow-ENVQD4I4uj {
  background-color: var(--darkGreyBlue);
}

@media (min-width: 1281px) {

.boardContainer-kJhxOkbiVX {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-kJhxOkbiVX {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-kJhxOkbiVX {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-NP953czmvQ {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.bestOf-xicXF0OBzg {
  padding: var(--matchupHeader-row-padding);
}

.row-uDcgtbtX4A {
  padding: 7.5px 5px;
  width: 30px;
}

@media (max-width: 1024px) {

.row-uDcgtbtX4A {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (max-width: 1024px) {

.row-uDcgtbtX4A {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (--mediumViewport) {

.row-uDcgtbtX4A {
    padding: 7.5px 10px;
    width: 22px;
}
  }

.score-W_AQZCvpjx {
  width: 40px;
  padding: 7.5px 10px;
  margin-left: 10px;
}

.resultsRow-l9Ye3r4qS3 {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.gold-Vu43QQOfER {
  width: 43px;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 1024px) {

.gold-Vu43QQOfER {
    padding-right: 0;
}
  }

@media (max-width: 1024px) {

.gold-Vu43QQOfER {
    padding-right: 0;
}
  }

@media (--mediumViewport) {

.gold-Vu43QQOfER {
    padding-right: 0;
}
  }

.noBorderTop-GXJMWWbYyH {
  border-top: 0;
  border-top: initial;
  border-top: unset;
}

.eventRow-CG6KoRN3zi {
  background-color: var(--darkGreyBlue);
}

@media (min-width: 1281px) {

.boardContainer-ZZAX6BhdD1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (min-width: 1281px) {

.boardContainer-ZZAX6BhdD1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

@media (--hugeViewport) {

.boardContainer-ZZAX6BhdD1 {
    padding-left: 0px;
    min-width: 85%;
}
  }

.multiViewBoard-ZEHSZ9TQyb {
  max-width: 100%;
  margin: 0;
  margin: initial;
  margin: unset;
}

.bestOf-z1lZ0aNswI {
  padding: var(--matchupHeader-row-padding);
}

.row-XpGZ8EVdgA {
  padding: 7.5px 5px;
  width: 30px;
}

@media (max-width: 1024px) {

.row-XpGZ8EVdgA {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (max-width: 1024px) {

.row-XpGZ8EVdgA {
    padding: 7.5px 10px;
    width: 22px;
}
  }

@media (--mediumViewport) {

.row-XpGZ8EVdgA {
    padding: 7.5px 10px;
    width: 22px;
}
  }

.score-0A72r6vihm {
  width: 40px;
  padding: 7.5px 10px;
  margin-left: 10px;
}

.resultsRow-Q6oENkvRhH {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  padding: initial;
  padding: unset;
  width: auto;
  width: initial;
  width: unset;
  border: medium none currentcolor;
  border: initial;
  border: unset;
}

.gold-ew8yiOMYUs {
  width: 43px;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 1024px) {

.gold-ew8yiOMYUs {
    padding-right: 0;
}
  }

@media (max-width: 1024px) {

.gold-ew8yiOMYUs {
    padding-right: 0;
}
  }

@media (--mediumViewport) {

.gold-ew8yiOMYUs {
    padding-right: 0;
}
  }

:root {
  --matchupHeader-row-padding: 7.5px 15px;
}

.container-YIrE_eldMQ {
  background-color: #182f49;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

/**
 * Breacrumb
 */

.breadcrumb-VwaclmB_Tq {
  font-size: 12px !important;
  z-index: 2;
  align-items: center;
}

.breadcrumb-VwaclmB_Tq a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.breadcrumb-VwaclmB_Tq li span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.curatorTools-YwbKix4vzu {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  height: 30px;
  min-width: 150px;
  z-index: 1;
}

.curatorTools-YwbKix4vzu:before {
    content: normal;
    content: initial;
    content: unset;
  }

.curatorTools-YwbKix4vzu > div {
    flex-direction: row;
  }

.curatorTools-YwbKix4vzu > div > div:first-child {
        margin-bottom: 0;
        margin-right: 10px;
      }

.lazyMatchupCurator-VBaiB5J4Rh {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 10px;
}

.matchupHeaderOverflow-mOqiXAn7i9 {
  overflow: visible;
  overflow: initial;
  overflow: unset
}
@keyframes fadein-FWkvnvb2xK {
  from {opacity: 0;}
  to {opacity: 1;}
}

.slide-LmJYEg2Ynb.loaded-b6HbJFBxLj {
  animation-name: fadein-FWkvnvb2xK;
  animation-fill-mode: backwards;
  animation-duration: 1000ms;
  animation-delay: 500ms;
  opacity: 1;
}

.loading-NWx0Uj668l {
  position: relative;
  height: auto;
  min-height: auto;
  padding-top: 0;
  border-bottom: 1px solid var(--global-border-color);
  padding-bottom: 20.779%; /* 1540x320 - height of banner */
  width: 100%;
}

.loading-NWx0Uj668l i {
  top: 50%;
  position: absolute;
  margin-top: -16px;
  margin-left: -16px;
}

.wrapper-jwIFGgPlbW {
  position: relative;
  overflow: hidden;
  max-height: 175px;
  border-radius: var(--global-border-radius);
}

@media (max-width: 768px) {

.wrapper-jwIFGgPlbW {
    border-radius: 0;
    margin-bottom: 0;
}
  }

@media (max-width: 768px) {

.wrapper-jwIFGgPlbW {
    border-radius: 0;
    margin-bottom: 0;
}
  }

@media (--mobile) {

.wrapper-jwIFGgPlbW {
    border-radius: 0;
    margin-bottom: 0;
}
  }

.slider-KOr1w5Np8w {
  position: relative;
  display: flex;
  flex: 0 0 100%;
}

.slide-LmJYEg2Ynb {
  width: 100%;
  /* height: 100%; */
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}

.slide-LmJYEg2Ynb img {
    display: block;
  }

.slide-LmJYEg2Ynb:not(.slide_current-DyQmZ4kCcE):not(.slide_next-right-Yh6ZY7q4uB):not(.slide_next-left-u1cOyTi061) {
  display: none;
}

.arrow_prev-OF2AftDmCU {
  left: 0;
}

.arrow_prev-OF2AftDmCU svg {
  left: 3vw;
}

.arrow_next-NUsuPFR7tg {
  right: 0;
}

.arrow_next-NUsuPFR7tg svg {
  right: 3vw;
}

.arrow_disabled-xSoNwf0LUM {
  pointer-events: none;
}

.slide_current-DyQmZ4kCcE {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.slide_next-right-Yh6ZY7q4uB {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  position: absolute;
}

.slide_next-left-u1cOyTi061 {
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  position: absolute;
}

.slide_prev-left-MDck3O8UNw {
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 1s;
}

.slide_current-right-kbbmpCWHZb {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 1s;
}

.slide_prev-right-U6sKOZgmyG {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  transition: all 1s;
}

.slide_current-left-Uv429e3D6L {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 1s;
}

.bar-LiMtvpD6ME {
  height: 35px;
  line-height: 34px;
  font-weight: 500;
  font-size: 12px;
  background-color: rgba(7, 36, 67, .5);
  border-top: 1px solid rgba(255, 255, 255, .2);
}

/* ------------------------------------ */

/* Dates
/* ------------------------------------ */

.scrollWrapper-yY88IBT0Jd {
  overflow: hidden;
  position: relative;
  height: 35px;
  display: inline-block;
}

.scrollWrapper-yY88IBT0Jd .leftScroll-eQwQHQRmgc, .scrollWrapper-yY88IBT0Jd .rightScroll-uKbUuOaLr6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 35px;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: white;
  }

.scrollWrapper-yY88IBT0Jd .leftScroll-eQwQHQRmgc:hover, .scrollWrapper-yY88IBT0Jd .rightScroll-uKbUuOaLr6:hover {
      color: var(--global-colors-primary);
    }

.scrollWrapper-yY88IBT0Jd .leftScroll-eQwQHQRmgc {
    left: 0;
    top: 0;
    /* display: none; */
    background: linear-gradient(to left, rgba(7,36,67,0) 0%,rgba(7,36,67,0.8) 51%,rgba(7,36,67,1) 100%);
  }

.scrollWrapper-yY88IBT0Jd .leftScroll-eQwQHQRmgc:active {
      margin: 1px 0 0;
      opacity: .5;
    }

.scrollWrapper-yY88IBT0Jd .rightScroll-uKbUuOaLr6 {
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(7,36,67,0) 0%,rgba(7,36,67,0.8) 51%,rgba(7,36,67,1) 100%);
  }

.scrollWrapper-yY88IBT0Jd .rightScroll-uKbUuOaLr6 .arrow-Xfbq8uhqaw {
      transform: rotate(180deg);
    }

.scrollWrapper-yY88IBT0Jd .rightScroll-uKbUuOaLr6:active {
      margin: 1px 0 0;
      opacity: .5;
    }

.scroller-uNUSfJaqYb {
  position: absolute;
  z-index: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 35px;
  transform: translateZ(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  white-space: nowrap;
  cursor: grab;
}

.scroller-uNUSfJaqYb:active {
    cursor: grabbing;
  }

.scroller-uNUSfJaqYb button {
  background-color: transparent;
  font-weight: 500;
  padding: 0 15px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  cursor: inherit;
}

.scroller-uNUSfJaqYb button:hover, .scroller-uNUSfJaqYb button.selected-KNMxxa9_kk {
    box-shadow: var(--components-dateFilter-scroller-button-boxShadow);
  }

.scroller-uNUSfJaqYb button.selected-KNMxxa9_kk {
    color: white;
  }

/* ------------------------------------ */

/* Sort By
/* ------------------------------------ */

.sort-mb4Yy1qHYa {
  display: inline-block;
  position: absolute;
  color: white;
  right: 0;
}

.sort-mb4Yy1qHYa > span {
    font-weight: bold;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

.sortByButtons-KRq9JEHQGb {
  background: rgba(255, 255, 255, .2);
  padding: 2px;
  display: inline-block;
  height: 26px;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 1;
}

.sortByButtons-KRq9JEHQGb button {
    box-shadow: none !important;
    border-radius: 2px;
    text-transform: none;
    line-height: 22px;
    padding: 0 15px;
  }

.sortByButtons-KRq9JEHQGb button:first-child {
      margin-right: 2px;
    }

.sortByButtons-KRq9JEHQGb button.selected-KNMxxa9_kk, .sortByButtons-KRq9JEHQGb button:hover {
      background-color: white;
      color: black;
    }



.seoContent-Nv4Y6KeGiT {
  margin-top: 20px;
}
@media (max-width: 768px) {
.seoContent-Nv4Y6KeGiT {
    padding: var(--global-spacing-padding);
    margin-top: 0;
}
  }
@media (max-width: 768px) {
.seoContent-Nv4Y6KeGiT {
    padding: var(--global-spacing-padding);
    margin-top: 0;
}
  }
@media (--mobile) {
.seoContent-Nv4Y6KeGiT {
    padding: var(--global-spacing-padding);
    margin-top: 0;
}
  }
p > a:hover {
  text-decoration: underline;
}
.isHidden-DEOdXF_SCt {
  display: none;
}
.seoContentHeadingTitle-Hjqzi5dMFP {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.seoContentHeadingLarge-qi8b5xFzgN {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.seoContentHeadingMedium-vUrR4q8PQI {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.seoContentHeadingSmall-fjAE17APG9 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.seoContentDetail-vS7tJ1gwRK {
  font-weight: normal;
  font-size: 12px;
}
.seoContentDetail-vS7tJ1gwRK .seoContentHeadingLarge-qi8b5xFzgN,
.seoContentDetail-vS7tJ1gwRK .seoContentHeadingMedium-vUrR4q8PQI,
.seoContentDetail-vS7tJ1gwRK .seoContentHeadingSmall-fjAE17APG9 {
  display: inline-block;
}
.seoContentDetail-vS7tJ1gwRK .seoContentHeadingSmall-fjAE17APG9 {
  font-size: 12px;
}
.seoContentDetail-vS7tJ1gwRK a {
  text-decoration: none;
}
.seoContentDetail-vS7tJ1gwRK a:hover {
  text-decoration: underline;
}
.seoContentOrderList-SYh27Jea_A,
.seoContentUnOrderList-JZPqa_65Oq {
  margin-bottom: 10px;
}
.seoContentOrderList-SYh27Jea_A li,
.seoContentUnOrderList-JZPqa_65Oq li {
  display: list-item;
  margin-left: 30px;
  font-size: 12px;
}
.seoContentOrderList-SYh27Jea_A li a,
.seoContentUnOrderList-JZPqa_65Oq li a {
  color: var(--global-colors-primary);
  font-weight: bold;
}
.seoContentOrderList-SYh27Jea_A li a:hover {
  text-decoration: underline;
}
.seoContentUnOrderList-JZPqa_65Oq li a:hover {
  text-decoration: underline;
}
.seoContentOrderList-SYh27Jea_A .seoContentHeadingLarge-qi8b5xFzgN,
.seoContentOrderList-SYh27Jea_A .seoContentHeadingMedium-vUrR4q8PQI,
.seoContentOrderList-SYh27Jea_A .seoContentHeadingSmall-fjAE17APG9,
.seoContentUnOrderList-JZPqa_65Oq .seoContentHeadingLarge-qi8b5xFzgN,
.seoContentUnOrderList-JZPqa_65Oq .seoContentHeadingMedium-vUrR4q8PQI,
.seoContentUnOrderList-JZPqa_65Oq .seoContentHeadingSmall-fjAE17APG9 {
  display: inline-block;
}
.seoContentOrderList-SYh27Jea_A .seoContentHeadingSmall-fjAE17APG9,
.seoContentUnOrderList-JZPqa_65Oq .seoContentHeadingSmall-fjAE17APG9 {
  font-size: 12px;
}
.seoContentHeadingSmall-fjAE17APG9 a,
.seoContentHeadingMedium-vUrR4q8PQI a {
  color: var(--global-colors-primary);
  font-weight: bold;
}
.seoContentHeadingSmall-fjAE17APG9 a:hover,
.seoContentHeadingMedium-vUrR4q8PQI a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
.seoControlContainer-xaw6vYRq1A {
    padding: 0 1rem 1rem 1.5rem;
}
  }
@media (max-width: 768px) {
.seoControlContainer-xaw6vYRq1A {
    padding: 0 1rem 1rem 1.5rem;
}
  }
@media (--mobile) {
.seoControlContainer-xaw6vYRq1A {
    padding: 0 1rem 1rem 1.5rem;
}
  }
.introHeading-MBej0KFp74 {
  margin-top: 20px;
}
@media (max-width: 768px) {
.introHeading-MBej0KFp74 {
    margin: 0;
    margin: initial;
    margin: unset;
    margin-bottom: var(--global-spacing-margin);
}
  }
@media (max-width: 768px) {
.introHeading-MBej0KFp74 {
    margin: 0;
    margin: initial;
    margin: unset;
    margin-bottom: var(--global-spacing-margin);
}
  }
@media (--mobile) {
.introHeading-MBej0KFp74 {
    margin: 0;
    margin: initial;
    margin: unset;
    margin-bottom: var(--global-spacing-margin);
}
  }
h1.introHeading-MBej0KFp74 {
    font-size: 20px;
    font-weight: bold;
  }
.introHeading-MBej0KFp74 p {
    font-weight: normal;
    font-size: 12px;
  }
.seoTable-Fdo0nWsUC7 {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.seoTable-Fdo0nWsUC7 th,
.seoTable-Fdo0nWsUC7 td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;}
.noBottomGap-v2bBozgsoM {
  margin-bottom: 0;
  margin-bottom: initial;
  margin-bottom: unset;
}
.noBullets-npqDDEVGOM {
  list-style-type: none;
}
.pngMedia-kvYyZwC097 {
  height: 600px;
}

.container-r_ftB5CR45 .noEvents {
  background: var(--components-contentBlock-background);
  box-shadow: var(--components-contentBlock-shadow);
}

.loadingContent-h4QWNL2XgU {
  height: 300px;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
}

.loading-Da4x7Y1Gud {
    text-align: center;
  }.loading-Da4x7Y1Gud i {
      margin: 0 auto;
      color: var(--components-loading-icon-color) !important;
    }
  

/**
 * List container
 */
.list-DK04LZAZWM li:last-child {
    border-bottom: none;
  }
.list-DK04LZAZWM li a:hover {
    background-color: var(--components-list-item-hover-background);
  }
.list-DK04LZAZWM.default-t_iAHRtryC {}
.list-DK04LZAZWM.compact-OYKbSd9LwK {}
/**
 * List items
 */
.listItem-RGjNBL8__r {
  position: relative;
  border-bottom: 1px solid var(--global-border-color);
}
.listItem-RGjNBL8__r:hover .icon-VafomOXxdH {
      margin-right: -10px;
    }
.listItem-RGjNBL8__r > a {
    line-height: 28px;
    text-align: start;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    transition: none;
  }
.listItem-RGjNBL8__r * {
    cursor: pointer;
  }
.listItem-RGjNBL8__r {
  font-size: 14px;

  /* &.noLeftIcon {
    padding-left: 20px;
  } */
}
.list-DK04LZAZWM.padding-nCQo_fPCCe li a {
    padding: 0 15px;
  }
.list-DK04LZAZWM.default-t_iAHRtryC a {
    line-height: 40px;
  }
.list-DK04LZAZWM.compact-OYKbSd9LwK a {
    line-height: 30px;
  }
.list-DK04LZAZWM.compact-OYKbSd9LwK label {
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 10px);
    text-overflow: ellipsis;
  }
.list-DK04LZAZWM.compact-OYKbSd9LwK.noLeftIcon-eilI5wVXDk {
    padding-left: 14px;
  }
.list-DK04LZAZWM.compact-OYKbSd9LwK .listItem-RGjNBL8__r {
    font-size: 12px;
  }
.listItem-RGjNBL8__r label {
  width: 90%;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.listItem-RGjNBL8__r .inlineLabel-Br2oSaq8Ag {
  width: auto;
}
.count-r2xf6rhHry {
  float: right;
  color: var(--components-list-item-count-color);
  font-weight: 300;
  padding: 0 var(--global-spacing-padding);
  display: flex;
  align-items: center;
}
.count-r2xf6rhHry.left-A8XnP7hDwq {
    float: none;
  }
.count-r2xf6rhHry + div,
.count-r2xf6rhHry + i {
  /* float: right; */
  display: inline-flex;
}
/**
 * Empty list
 */
.empty-ZSpffRMQYY {
  padding: 1.5em;
  text-align: center;
  cursor: default;
}
.listItem-RGjNBL8__r .empty-ZSpffRMQYY {
  cursor: default;
}
.listItem-RGjNBL8__r .empty-ZSpffRMQYY span {
  cursor: default;
}
/**
 * Icons
 * .sportsIcon, .arrow, .star {
 */
.listItem-RGjNBL8__r i,
.listItem-RGjNBL8__r > div {
  width: 42px;
  min-width: 42px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all 100ms;
}
.listItem-RGjNBL8__r i svg, .listItem-RGjNBL8__r > div svg {
    width: 45px;
  }
.compact-OYKbSd9LwK .listItem-RGjNBL8__r i,
/* .compact .listItem > div */ {
  width: 32px;
  min-width: 32px;
}
/* .listItem :global .icon {
  height: 100%;
  width: 44px;
  min-width: 44px;
  display: flex;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  transition: all 100ms;

  & svg {
    width: 45px;
  }
}  */
.listItem-RGjNBL8__r label + div {
  margin-left: auto;
  position: relative;
  max-width: 44px;
}
.starSelected-xHojiCvHq2 {
  color: #F5A623;
}
.supportFavoritesRow-uPghzEfSq1 {
  display: flex;
}
.supportFavoritesList-SBo9NqAkl0 {
  display: inline-flex;
  width: calc(100% - 44px);
  align-items: center;
  padding: 0 15px;
}
.supportFavoritesList-SBo9NqAkl0 + div,
.supportFavoritesList-SBo9NqAkl0 + i {
  display: inline-flex;
}
.isSearch-xPW2Eo0fKq {
  padding: 0px;
}
.listItem-RGjNBL8__r .supportFavoritesRow-uPghzEfSq1 {
 width: 100%;
}
.listItem-RGjNBL8__r .supportFavoritesRow-uPghzEfSq1:hover {
  background-color: var(--components-list-item-hover-background);
}
.arrow-KWUcoDCqX9 {
  display: inline-block;
  transition: all 100ms;
  transform: rotate(90deg);
}
.arrow-KWUcoDCqX9.expanded-mtAtwsHqBB {
    transform: rotate(-90deg);
    color: var(--layout-sidebar-icon-hover-color) !important;
  }
.expandIcon-vrO8oIMhNz {
  display: inline-flex;
  border-left: 1px solid var(--layout-sidebar-divider-color);
  justify-content: center;
}
.expandIcon-vrO8oIMhNz i {
  color: var(--layout-sidebar-icon-color);
}
.leaguesList-lUUAKuP6eh {
  background: var(--layout-background);
}
.leagueItem-qI5Bj3oGNV label {
  padding-left: 40px;
}
/* reveal full text on hover */
.hoverReveal-Zk0snF1Mie label {
  width: 90%;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translateZ(0);
}
.hoverReveal-Zk0snF1Mie:hover label span {
  white-space: nowrap;
  transform: translateX(0);
  transition: 1s;
}
.hoverReveal-Zk0snF1Mie:hover label span {
  transform: translateX(calc(85px - 100%));
  position: absolute;
}
.leagueActive-Xo1eMnGgMq span {
  color: var(--orange);
}
.leaguesList-lUUAKuP6eh.default-t_iAHRtryC li:first-child {
    border-top: 1px solid var(--global-border-color);
  }
.list-DK04LZAZWM.default-t_iAHRtryC li a:hover {
    background-color: transparent;
  }
.list-DK04LZAZWM.default-t_iAHRtryC .active-yHUWSY2C64 i {
    color: var(--layout-sidebar-icon-hover-color);
  }
.list-DK04LZAZWM.default-t_iAHRtryC .expandIcon-vrO8oIMhNz {
    margin-left: auto;
  }
.list-DK04LZAZWM.default-t_iAHRtryC .active-yHUWSY2C64 label {
    width: auto;
  }
.list-DK04LZAZWM.compact-OYKbSd9LwK .expandIcon-vrO8oIMhNz i:hover {
    color: var(--layout-sidebar-icon-hover-color);
  }
.subListItem-Pmq7xBHotR {
  box-shadow: none !important;
}
.subListItem-Pmq7xBHotR:hover > a {
      box-shadow: var(--components-container-shadow);
      border-radius: var(--global-border-radius);
    }
.loading-UxTxx1UGST {
  text-align: center;
}
.loading-UxTxx1UGST i {
    margin: 0 auto;
    color: var(--components-loading-icon-color) !important;
  }


  .gameList-w1BhTuUliB label {
    min-width: 150px;
  }

.favIcon-aAqJTgZNbk {
  display: inline-flex;
  height: 32px;
  align-items: center;
}.favIcon-aAqJTgZNbk > div {
    align-items: center;
    display: flex;
  }




.favIcon-auWajfH5DO {
  display: inline-flex;
  height: 32px;
  align-items: center;
}.favIcon-auWajfH5DO > div {
    align-items: center;
    display: flex;
  }

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-initialized.non-infinite .carousel-item {
  position: relative;
}

.Carousel {
  width: 100%;
}

.carousel-initialized {
  overflow: hidden;
  position: relative;
}

.carousel-arrow.carousel-hidden {
  display: none;
}

.carousel-track {
  width: 100%;
  display: flex;
  position: relative;
}

/* Arrows */
.carousel-prev.block,
.carousel-next.block {
  opacity: 1;
}

.carousel-prev,
.carousel-next {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 4;
  background: none;
}

.carousel-prev:hover,
.carousel-prev:focus,
.carousel-next:hover,
.carousel-next:focus {
  opacity: 1;
  color: transparent;
  outline: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.carousel-prev:hover:before,
.carousel-prev:focus:before,
.carousel-next:hover:before,
.carousel-next:focus:before {
  opacity: 1;
}

.carousel-prev.carousel-disabled:before,
.carousel-next.carousel-disabled:before {
  opacity: .25;
}

.carousel-prev:before,
.carousel-next:before {
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel-prev:before {
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-left2%3C/title%3E%3Cpath fill='%23900' d='M12.586 27.414l-10-10c-0.781-0.781-0.781-2.047 0-2.828l10-10c0.781-0.781 2.047-0.781 2.828 0s0.781 2.047 0 2.828l-6.586 6.586h19.172c1.105 0 2 0.895 2 2s-0.895 2-2 2h-19.172l6.586 6.586c0.39 0.39 0.586 0.902 0.586 1.414s-0.195 1.024-0.586 1.414c-0.781 0.781-2.047 0.781-2.828 0z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.carousel-next:before {
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-right2%3C/title%3E%3Cpath fill='%23900' d='M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.carousel-next.custom:before,
.carousel-prev.custom:before {
  content: normal;
  content: initial;
  content: unset;
  background-image: none;
  background-image: initial;
  background-image: unset;
}

.carousel-prev {
  left: 0;
}

[dir='rtl'] .carousel-prev {
  right: -25px;
  left: auto;
}

[dir='rtl'] .carousel-prev:before {
  content: '';
}

.carousel-next {
  right: 0;
}

[dir='rtl'] .carousel-next {
  right: auto;
  left: -25px;
}

[dir='rtl'] .carousel-next:before {
  content: '';
}

/* Dots */
.carousel-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 1em;
  list-style: none;
  text-align: center;
}

.carousel-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.carousel-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.carousel-dots li button:hover,
.carousel-dots li button:focus {
  outline: none;
}

.carousel-dots li button:hover:before,
.carousel-dots li button:focus:before {
  opacity: 1;
}

.carousel-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-dots li.carousel-dots-active button:before {
  opacity: .75;
  color: black;
}

.Carousel .carousel-initialized.scrolling .CustomArrow {
  display: none;
}

.highlightMatchup-zWi93kOfTb {
  min-height: 156px;
  height: calc(100% - 3px);
  border-radius: 3px;
  background-color: var(--components-highlightCarousel-backgroundColor);
  overflow: hidden;
  box-shadow: var(--components-highlightCarousel-boxShadow);
  position: relative;
  display: flex;
  flex-direction: column;
}

.highlightMatchup-zWi93kOfTb .backgroundIcon-t30PyNoKJx {
    position: absolute;
    right: -20px;
    bottom: 0;
    color: var(--components-highlightCarousel-icon-color);
    font-size: 123px;
    z-index: 0;
  }

.highlightMatchup-zWi93kOfTb .highlightMatchupHeader-WsMQ1_K5nK {
    position: relative;
    z-index: 1;
    background: var(--components-highlightCarousel-header-background);
    font-weight: bold;
    color: var(--components-highlightCarousel-header-color);
    font-size: 13px;
    padding: 0 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    height: 33px;
    line-height: 30px;
    border-bottom: 3px solid var(--components-highlightCarousel-header-borderBottomColor);
  }

.highlightMatchup-zWi93kOfTb .highlightMatchupHeader-WsMQ1_K5nK .dragIconWrapper-SmAEoOpNqj {
      display: inline;
    }

.highlightMatchup-zWi93kOfTb .highlightMatchupHeader-WsMQ1_K5nK .dragIconWrapper-SmAEoOpNqj i {
        position: relative;
        top: 2px;
        margin-right: 10px;
        transition: 200ms opacity;
        cursor: pointer;
      }

.highlightMatchup-zWi93kOfTb .highlightMatchupContent-MhILWCaSgN {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 1;
  }

.highlightMatchup-zWi93kOfTb .highlightMatchupContent-MhILWCaSgN > a {
      display: block;
    }

.highlightMatchup-zWi93kOfTb .mainInfoWrapper-PKgzpEVDjB {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0;
  }

.highlightMatchup-zWi93kOfTb .mainInfoWrapper-PKgzpEVDjB .gameInfo-oMEob77SSQ {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      font-size: 12px;
      line-height: 14px;
      width: calc(100% - 30px);
    }

.highlightMatchup-zWi93kOfTb .mainInfoWrapper-PKgzpEVDjB .gameInfo-oMEob77SSQ .gameInfoMatchName-WlDuTQJhkc {
        color: var(--components-highlightCarousel-matchup-titleColor);
        font-weight: bold;
        font-size: 10px;
        line-height: 12px;

        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

.highlightMatchup-zWi93kOfTb .mainInfoWrapper-PKgzpEVDjB .gameInfo-oMEob77SSQ .gameInfoMatchDate-L41h_ZF5e9 {
        color: var(--components-highlightCarousel-matchup-dateColor);
        margin-top: 3px;
        font-size: 9px;
        line-height: 10px;
        font-weight: 400;
      }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoTitle-i6mC_dYAB1 {
      font-size: 10px;
      line-height: 11px;
      font-weight: 500;
      padding: 10px 10px 0;
    }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ {
      margin-top: 10px;
      margin-bottom: 4px;
    }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button {
        padding: 3px 0;
        border-top: 1px solid var(--components-highlightCarousel-matchup-button-borderTopColor);
        display: flex;
        align-items: center;
        justify-content: space-between;
        outline: none;

        width: 100%;
        background: transparent;
      }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button > span {
          font-size: 10px;
          line-height: 11px;
          font-weight: 400;
          padding: 0 15px;
          color: var(--components-highlightCarousel-matchup-button-titleColor);
        }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button > div.dead-center {
          margin-right: 3px;
          font-size: 10px;
          line-height: 11px;
          background: var(--components-highlightCarousel-matchup-button-market-background);
          color: var(--components-highlightCarousel-matchup-button-market-color);
          padding: 6px 8px;
          border: 1px solid var(--components-highlightCarousel-matchup-button-market-background);
          border-radius: 4px;
        }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button > div.dead-center span {
            font-weight: bold;
          }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button:hover {
          border-color: var(--components-highlightCarousel-matchup-button-hover-borderColor) transparent transparent transparent;
          background: var(--components-events-eventRow-hover-background);
          box-shadow: none;
        }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button:hover > div.dead-center {
            border-radius: 4px;
            box-shadow: 0 0 0 1px inset var(--components-marketBtn-hover-border-color);
          }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button.selected > div {
            color: var(--components-marketBtn-selected-color);
            background: var(--components-marketBtn-selected-background);
            border-color: var(--components-marketBtn-selected-border-color);
          }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button.disabled {
          opacity: 1;
          cursor: not-allowed;
        }

.highlightMatchup-zWi93kOfTb .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button.disabled > div {
            background: var(--components-marketBtn-border-color);
            border-color: var(--components-marketBtn-border-color);
            box-shadow: none;
          }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 {
    max-width: 232px;
    height: auto !important;
    height: initial !important;
    border-radius: 5px;
  }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .highlightMatchupHeader-WsMQ1_K5nK {
      font-size: 14px;
    }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .mainInfoWrapper-PKgzpEVDjB .gameInfo-oMEob77SSQ .gameInfoMatchName-WlDuTQJhkc {
          font-size: 12px;
          line-height: 14px;
        }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .mainInfoWrapper-PKgzpEVDjB .gameInfo-oMEob77SSQ .gameInfoMatchDate-L41h_ZF5e9 {
          font-size: 10px;
          line-height: 11px;
        }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .marketsInfo-FGMGkwRKzM .marketsInfoTitle-i6mC_dYAB1 {
        font-size: 12px;
        line-height: 14px;
      }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button > span {
            font-size: 12px;
            line-height: 14px;
          }

.highlightMatchup-zWi93kOfTb.isMobile-fSZh8VW8k6 .marketsInfo-FGMGkwRKzM .marketsInfoItems-d70YZdaApQ button > div {
            font-size: 10px;
            line-height: 11px;
          }

.highlightMatchup-zWi93kOfTb.editMode-z08P_pBXkm .gameInfoMatchName-WlDuTQJhkc {
      white-space: normal;
      white-space: initial;
    }

.matchupStartTime-L1xkeVtEg8 {
  padding: 0;
}

.fullHeight-Fo3dihA3YC {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.highlightMatchupInfo-pO0KOjSRFL {
  flex: 1;
}

.carouselWrapper-FS8RY9o8Zh {
  position: relative;
  padding-bottom: 12px;
}

.carouselWrapperLoading-_rGXiem194 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--components-highlightCarousel-loadingBackgroundColor);
  padding-bottom: 17px;
}

.carouselBlock-__vbhVOduT {
  position: relative;
  z-index: 0;
}

.carouselBlock-__vbhVOduT:after {
    content: "";
    clear: both;
    display: table;
  }

.highlightCarousel-LMhE9QXfC_ {
  width: calc(100% - 29px);
  height: auto !important;
}

.highlightCarousel-LMhE9QXfC_ .carousel-initialized {
      overflow: visible !important;
    }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized .carousel-track {
        overflow: hidden;
        height: auto !important;
      }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized .carousel-track .carousel-item {
          max-width: 249px !important;
          padding-right: 15px;
        }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized .carousel-track .carousel-item .carousel-row {
            height: 100%;
          }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized .carousel-arrow {
        box-shadow: 0 1px 3px 0 var(--components-highlightCarousel-arrow-boxShadowColor);
        background-color: var(--components-highlightCarousel-arrow-backgroundColor);
        opacity: 1;
        border-radius: 3px;
        font-size: 11px;
        color: var(--components-highlightCarousel-arrow-color);
        width: 30px;
        height: calc(100% - 3px);
      }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized .carousel-arrow.carousel-prev i {
            transform: rotate(180deg);
          }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized.non-infinite {
        overflow: hidden !important;
      }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized.non-infinite .carousel-track {
          overflow: visible;
        }

.highlightCarousel-LMhE9QXfC_ .carousel-initialized.non-infinite .carousel-track .carousel-item {
            transform: none !important;
          }

.highlightCarousel-LMhE9QXfC_.prevArrowShowing-nb7ha3TWl7 {
    float: right;
  }

.highlightCarousel-LMhE9QXfC_.prevArrowShowing-nb7ha3TWl7 .carousel-item {
        padding-left: 15px;
        padding-right: 0 !important;
      }

.highlightCarousel-LMhE9QXfC_.bothArrowsShowing-Q3tjzGhjXy {
    width: calc(100% - 10px - 34px);
    margin-left: 27px;
  }

.highlightCarousel-LMhE9QXfC_.bothArrowsShowing-Q3tjzGhjXy .carousel-track .carousel-item {
          max-width: 242px !important;
          padding-right: 10px !important;
        }

.highlightCarousel-LMhE9QXfC_.highlightCarouselMobile-CKcTgucwRx {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
  }

.highlightCarousel-LMhE9QXfC_.highlightCarouselMobile-CKcTgucwRx .carousel-item {
        padding-left: 5px !important;
        padding-right: 5px !important;

        max-width: 250px;
      }

/* todo styles for mobile */

.nonCarouselMode-n9SB5XN8hs {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(0, 232px));
}

.nonCarouselMode-n9SB5XN8hs.nonCarouselMode2Items-FMhWOy_c4u {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.nonCarouselMode-n9SB5XN8hs.nonCarouselMode3Items-HWwKjMPK8X {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.carouselBlockMobile-M4hz6tktdS {
  overflow-y: hidden;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.carouselBlockMobileScrollable-gtf_4PnbOi {
  padding: 13px 0;
  display: flex;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.carouselBlockMobileScrollable-gtf_4PnbOi::-webkit-scrollbar {
    display: none;
  }

.carouselBlockMobileScrollable-gtf_4PnbOi:after {
    content: "";
    clear: both;
    display: table;
  }

.carouselBlockMobileScrollable-gtf_4PnbOi > div {
    flex: 0 0 232px;
    margin-left: 15px;
    height: 100%;
  }

.carouselBlockMobileScrollable-gtf_4PnbOi > div:first-child {
      margin-left: 0;
    }

.carouselBlockButton-ZoIGAqDwDB {
  background-color: var(--components-highlightCarousel-arrow-backgroundColor);
  visibility: hidden;
  border-radius: 3px;
  font-size: 11px;
  color: var(--components-highlightCarousel-arrow-color);
  width: 29px;
  height: calc(100% - 3px);
//transition: 200ms width, 200ms margin-right, 300ms opacity; display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms opacity;
  transition-delay: 300ms;
  z-index: 1;
}

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonPrev-rrcr9QuSCa {
    position: absolute;
    left: 0;
    visibility: hidden;
    pointer-events: none;
  }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonPrev-rrcr9QuSCa i {
      transform: rotate(180deg);
      box-shadow: 0 -1px 3px 0 var(--components-highlightCarousel-arrow-boxShadowColor);
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonPrev-rrcr9QuSCa.carouselBlockButtonShowBoth-QkjCBxXuvs {
      pointer-events: auto;
      width: 17px;
      visibility: visible;
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonPrev-rrcr9QuSCa.carouselBlockButtonShowPrev-rxz1uCQVTf {
      pointer-events: auto;
      visibility: visible;
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonNext-nIPJNM0OhG {
    position: absolute;
    right: 0;
    transition: 200ms width, 200ms margin-right;
    visibility: hidden;
  }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonNext-nIPJNM0OhG.carouselBlockButtonShowBoth-QkjCBxXuvs {
      width: 17px;
      visibility: visible;
      margin-left: 5px;
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonNext-nIPJNM0OhG.carouselBlockButtonShowNext-adlMMOpMU7 {
      pointer-events: auto;
      visibility: visible;
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonNext-nIPJNM0OhG.carouselEditModeCarouselButton-fUyOgDZH2s {
      position: absolute;
      right: 0;
      top: 0;
      cursor: default;
      visibility: visible;
      opacity: 0.5;
    }

.carouselBlockButton-ZoIGAqDwDB.carouselBlockButtonNext-nIPJNM0OhG:before {
      content: "";
      width: 2px;
      height: 100%;
      position: absolute;
      left: -2px;
      background-color: var(--layout-background);
    }

.carouselBlockButton-ZoIGAqDwDB i {
    box-shadow: 0 1px 3px 0 var(--components-highlightCarousel-arrow-boxShadowColor);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

.carouselWrapperMobile-KX2cUshUkR {
  padding-bottom: 0px;
}

.carouselWrapperMobile-KX2cUshUkR .carouselWrapperLoading-_rGXiem194 {
    bottom: 11px;
    top: 13px;
  }

.carouselEditMode-M0xcuncccm {
  position: relative;
  padding-right: 44px;
}

.carouselEditMode-M0xcuncccm:after {
    content: "";
    display: table;
    clear: both;
  }

.carouselEditModeTitle-roIFbex2tR {
  padding-top: 15px;
  border-top: 1px solid var(--components-highlightCarousel-titleBorderTopColor);
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: var(--components-highlightCarousel-titleColor);
  grid-column: 1 / -1;
  width: calc(100% + 44px);
}

.carouselEditModeItems-aKNs8valQN {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  transition: 200ms all;
}

.carouselEditModeItems-aKNs8valQN.twoPerRow-r__yCMWPIv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.sortButtonsWrapper-v7hi4rSjTI {
  margin-bottom: 10px;
}

.buttonSort-CGiEqZKYSB {
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  min-height: 36px;
  color: var(--components-curatorTools-header-confirm-button-publish-color);
  background-color: var(--components-curatorTools-header-confirm-button-publish-backgroundColor);
  background-image: var(--components-curatorTools-header-confirm-button-publish-backgroundImage);
}

.container-XlGRWU2t8a {
  max-width: 100%;
}

.empty-_Bd5ck5GYv {
  padding: 1em;
  text-align: center;
}

.noEvents-bYaqDhk7O_ {
  background: white;
  border-top: none;
  text-align: center;
  font-size: 12px;
}

.backButton-pNPqE4X0JM {
  margin-top: 1em;
  height: 30px;
}

.iconBack-opz_t59OTL {
  transform: rotate(180deg);
  margin-left: 0 !important;
}

.noEventsContainer-hG5z7cyQla{
  height:180px;
}

.container-nDSwO3PIVK {
}



.empty-KoKZezY1vc {
  padding: 2em;
  text-align: center;
}

.waiting-IXFKrnCcZP {
  position: absolute;
  padding: .75em;
  z-index: 999;
  font-size: 12px;
}

/* mobile only */

.marketSwitch-rgvLEEI0Wp {
  margin-left: var(--global-spacing-margin);
  margin-top: var(--global-spacing-margin)
}

.marketSwitch-rgvLEEI0Wp .formElementWrap {
  border: none;
}

.tabs-TiJs8BBMt7 {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  font-size: 12px;
  background-color: rgba(7, 36, 67, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs-TiJs8BBMt7 a {
    display: inline-block;
    line-height: 33px;
    color: var(--components-sportsHeader-tabs-color);
  }

.tabs-TiJs8BBMt7 a:hover {
    box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
  }

.upperCase-hVDmWpvLxx a {
    text-transform: uppercase;
  }

.noneActiveTab-yrLdRV9tVP {
  padding: 0 15px;
}

@media (min-width: 768px) {
    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

@media (min-width: 768px) {
    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

@media (--desktop) {
    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

@media (max-width: 768px) {
  .tabs-TiJs8BBMt7 {
    overflow-x: scroll;
    display: flex;
    background-color: var(--components-tabs-background);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: var(--global-spacing-margin);
    box-shadow: var(--components-container-shadow);
  }

    .tabs-TiJs8BBMt7 a {
      line-height: 42px;
      color: var(--components-sportsHeader-tabs-mobile-color);
      white-space: nowrap;
    }

    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-mobile-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

@media (max-width: 768px) {
  .tabs-TiJs8BBMt7 {
    overflow-x: scroll;
    display: flex;
    background-color: var(--components-tabs-background);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: var(--global-spacing-margin);
    box-shadow: var(--components-container-shadow);
  }

    .tabs-TiJs8BBMt7 a {
      line-height: 42px;
      color: var(--components-sportsHeader-tabs-mobile-color);
      white-space: nowrap;
    }

    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-mobile-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

@media (--mobile) {
  .tabs-TiJs8BBMt7 {
    overflow-x: scroll;
    display: flex;
    background-color: var(--components-tabs-background);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: var(--global-spacing-margin);
    box-shadow: var(--components-container-shadow);
  }

    .tabs-TiJs8BBMt7 a {
      line-height: 42px;
      color: var(--components-sportsHeader-tabs-mobile-color);
      white-space: nowrap;
    }

    .tabs-TiJs8BBMt7 .activeTab-JHb9_EUvQt {
      color: var(--components-sportsHeader-tabs-mobile-selected-color);
      box-shadow: var(--components-sportsHeader-tabs-selected-boxShadow);
    }
}

.container-h9_6gehvVW .noEvents {
  background: var(--components-contentBlock-background);
  box-shadow: var(--components-contentBlock-shadow);
}


/*-----------------------------------------------------
 * Structure
 *-----------------------------------------------------*/

.wrapper-avOhySFPpS {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: var(--layout-breakpoints-desktop);
  margin: 0 auto;
  background: #fff;
}



.container-_275ov4nyi {
  padding: 10px;
  text-align: center;
  color: white;
  z-index: 3;
  position: fixed;
  width: 100vw;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 120px;
}

.titleContainer-WNdrNUHBgC {
  font-size: 14px;
  margin: 0 auto;
  text-transform: uppercase;
}

.title-fVfeHpXV9M {
  display: inline-block;
  margin-left: 6px;
  line-height: 2;
}

.description-EScWP7rMYS {
  margin-top: var(--global-spacing-margin);
  font-size: 13px;
}

.description-EScWP7rMYS ul {
    text-align: center;
  }

.dateContainer-lvxM0IFyFm {
  font-size: 13px;
}

.icon-yPsQozUdj8 {
  font-size: 14px;
  margin-right: 6px;
}

.icon-yPsQozUdj8::before {
    color: white;
  }

@media (min-width: 768px) {

.dismiss-VqM0ZouLr7 {
    position: absolute;
    top: 12px;
    right: 24px;
}
  }

@media (min-width: 768px) {

.dismiss-VqM0ZouLr7 {
    position: absolute;
    top: 12px;
    right: 24px;
}
  }

@media (--desktop) {

.dismiss-VqM0ZouLr7 {
    position: absolute;
    top: 12px;
    right: 24px;
}
  }

@media (max-width: 768px) {

.dismiss-VqM0ZouLr7 {
    margin: var(--global-spacing-margin) auto;
}
  }

@media (max-width: 768px) {

.dismiss-VqM0ZouLr7 {
    margin: var(--global-spacing-margin) auto;
}
  }

@media (--mobile) {

.dismiss-VqM0ZouLr7 {
    margin: var(--global-spacing-margin) auto;
}
  }


.cookieBanner-APepziK49P {
  color: white;
  background-color: var(--blue);
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

.cookieBanner-APepziK49P.accepted-wE69RUO_c1 {
    animation-name: fadeOut-atXkEpg1I3;
  }

@media (min-width: 768px) {

.cookieBanner-APepziK49P {
    height: 100%;
}
  }

.contentContainer-DHkEKg2DAJ {
  padding: 10px;
  display: flex;
  justify-content: center;
}

.content-dYgR0DxLGG {
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.content-dYgR0DxLGG > span > a {
    text-decoration: underline;
  }

.content-dYgR0DxLGG > span > a:hover {
      color: var(--global-colors-primary);
    }

.button-C6QGRVAsEW {
  margin-left: 30px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cookieBanner-APepziK49P {
    background-color: var(--aliceBlue);
    color: var(--tiber);
  }
  .contentContainer-DHkEKg2DAJ {
    padding: var(--global-spacing-padding);
  }
  .contentContainer-DHkEKg2DAJ, .content-dYgR0DxLGG {
    display: block;
  }
  .button-C6QGRVAsEW {
    margin-left: 0;
    margin-top: var(--global-spacing-margin);
  }
}

@media (max-width: 768px) {
  .cookieBanner-APepziK49P {
    background-color: var(--aliceBlue);
    color: var(--tiber);
  }
  .contentContainer-DHkEKg2DAJ {
    padding: var(--global-spacing-padding);
  }
  .contentContainer-DHkEKg2DAJ, .content-dYgR0DxLGG {
    display: block;
  }
  .button-C6QGRVAsEW {
    margin-left: 0;
    margin-top: var(--global-spacing-margin);
  }
}

@media (--mobile) {
  .cookieBanner-APepziK49P {
    background-color: var(--aliceBlue);
    color: var(--tiber);
  }
  .contentContainer-DHkEKg2DAJ {
    padding: var(--global-spacing-padding);
  }
  .contentContainer-DHkEKg2DAJ, .content-dYgR0DxLGG {
    display: block;
  }
  .button-C6QGRVAsEW {
    margin-left: 0;
    margin-top: var(--global-spacing-margin);
  }
}

@keyframes fadeOut-atXkEpg1I3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------- */

/* THEMES
/* ----------------------------------------- */

.dark-E9t7hc2L7Y { /* default */ }

.light-d5wD95qdvV {
  background-color: var(--aliceBlue);
  color: var(--tiber);
}

.light-d5wD95qdvV a {
    color: var(--global-colors-tertiary);
  }

.light-d5wD95qdvV button {
    color: white;
    background-color: var(--global-colors-tertiary);
    border-color: var(--global-colors-tertiary);
  }

.light-d5wD95qdvV button:hover {
      background-color: var(--blue);
      border-color: var(--blue);
    }

:root {
  /* if the cookie banner is visible, this will change to 168px */
  --desktopSportsbookHeaderHeight: 120px;
}

/*-----------------------------------------------------
 * Structure
 *-----------------------------------------------------*/

.wrapper-RuvsPp8s_T {
  display: flex;
  min-height: 100vh;
  /* min-width: var(--global-content-minWidth); */
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-tOW1bu3bj5 {
  width: 100%;
  position: relative;
  z-index: 15;
}

@media (min-width: 1025px) {

.header-tOW1bu3bj5 {
    /* min-width: 1265px; */
}
  }

.navBar-armbcFa7Kw {
  background: var(--components-header-background);
}

.headerContent-TNpNl0alxk {
  background: var(--components-header-background);
  min-height: 65px;
}

.headerContentB2B-CcCNUmTcTt {
  min-height: 0px !important;
}

.fixed-x6qwNkLs7H {
  position: fixed;
  width: 100%;
  z-index: 0;
}

.fixed-x6qwNkLs7H.higherZIndex-xDx7GdLQeK {
    z-index: 15;
  }

.heightFitContent-uwGCMlV93A {
  height: -moz-fit-content;
  height: fit-content;
}

.navWrap-IwLYy0fZyU {
  transition: all 150ms ease-in-out;
  height: 40px;
  overflow: hidden;
}

.navWrap-IwLYy0fZyU.hidden-FHTd8WjWn0 {
    height: 0px;
    opacity: 0;
  }

.middle-dynXzc7Ia4 {
  flex: 1;
  margin-top: 20px;
  max-width: 770px;
  min-height: var(--betslipContentHeight);
  position: relative;
}

.left-sidebar-vWTxtvHMgy,
.right-sidebar-MoEFz0b5ZX {
  z-index: 13;
}

.left-sidebar-vWTxtvHMgy {
  order: -1;
  flex: 0 0 205px; /* width of column */
  max-width: 205px;
  position: relative;
}

.right-sidebar-MoEFz0b5ZX {
  flex: 0 0 270px;
  margin: 20px 15px 0;
  position: relative; /* width of column */
  font-size: 12px;
}

.stickyContent-dVpmpixXKg {
  min-height: var(--betslipContentHeight);
}

.betslip-wyBEnqtNRS {
  position: fixed;
  background-color: transparent !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 50ms,
    max-height 250ms cubic-bezier(0, 0, 0.25, 1);
  max-height: calc(100% - (120px + 40px));
  max-height: calc(100% - (var(--desktopSportsbookHeaderHeight) + 40px));
}

.betslip-wyBEnqtNRS.moveUp-PBYseD03Ni {
    transform: translate3d(0, -40px, 0);
    max-height: calc(100% - 120px);
    max-height: calc(100% - var(--desktopSportsbookHeaderHeight));
  }

.betslip-wyBEnqtNRS.notFixed-rOU2XsKMTt {
    position: relative;
  }

@media (max-width: 1024px) {
  .middle-dynXzc7Ia4 {
    /* flex: 0 0 570px; */
    flex: 1;
    max-width: 570px;
  }
  .left-sidebar-vWTxtvHMgy {
    width: 174px;
  }
  .right-sidebar-MoEFz0b5ZX {
    flex: 0 0 250px;
  }
  .betslip-wyBEnqtNRS {
    width: 250px;
  }
}

@media (max-width: 1024px) {
  .middle-dynXzc7Ia4 {
    /* flex: 0 0 570px; */
    flex: 1;
    max-width: 570px;
  }
  .left-sidebar-vWTxtvHMgy {
    width: 174px;
  }
  .right-sidebar-MoEFz0b5ZX {
    flex: 0 0 250px;
  }
  .betslip-wyBEnqtNRS {
    width: 250px;
  }
}

@media (--mediumViewport) {
  .middle-dynXzc7Ia4 {
    /* flex: 0 0 570px; */
    flex: 1;
    max-width: 570px;
  }
  .left-sidebar-vWTxtvHMgy {
    width: 174px;
  }
  .right-sidebar-MoEFz0b5ZX {
    flex: 0 0 250px;
  }
  .betslip-wyBEnqtNRS {
    width: 250px;
  }
}

/*-----------------------------------------------------
 * Sidebar Content
 *-----------------------------------------------------*/

.block-A7Xxfzc1AO {
  margin: 15px;
  margin-bottom: 20px;
  border-top: 1px solid var(--layout-sidebar-divider-color);
  color: var(--layout-sidebar-color);
  font-size: 12px;
}

.block-A7Xxfzc1AO h3 {
    margin-top: 20px;
  }

.block-A7Xxfzc1AO:first-child {
  border-top: none;
}

.block-A7Xxfzc1AO:first-child h3 {
    margin-top: 0;
  }

.heading-ZVSp1J69LT {
  font-size: 13px;
  color: var(--layout-sidebar-color);
  padding-bottom: 10px;
  text-transform: uppercase;

  /* match the padding of the list items below */
  padding-left: 10px;
  padding-right: 10px;
}

/**
 * Override default list style
 */

.list-c9CDdhefNe li {
    margin: 2px 0;
    border-bottom: none;
    transition: color 250ms ease-in-out, background-color 50ms ease-in-out;

    /* sports icon */
  }

.list-c9CDdhefNe li i {
      color: var(--layout-sidebar-icon-color);
      width: 32px;
      min-width: 32px;
    }

.list-c9CDdhefNe li:hover,
    .list-c9CDdhefNe li .active-PZso0SkeC5 {
      border-radius: var(--global-border-radius);
      background-color: var(--layout-sidebar-item-hover-background);
      box-shadow: var(--components-container-shadow);
    }

.list-c9CDdhefNe li:hover i, .list-c9CDdhefNe li .active-PZso0SkeC5 i {
        color: var(--layout-sidebar-icon-hover-color);
      }

.list-c9CDdhefNe li:active {
      /* background-color: rgba(255,255,255, .8); */
      margin-top: 3px;
      margin-bottom: -1px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

/**
 * Modifiers
 */

.floating-MYz3qaYrsI {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
}

.fullScreenMain-jXcQ2ak1T9 {
  width: 100%;
  color: var(--tiber);
}

