._scheduleWrapper_5ux04_1 {
  position: relative;
  overflow: auto;
}
._scheduleWrapper_5ux04_1._paddingBottom_5ux04_5 {
  padding-bottom: 20px;
}

._lowercase_5ux04_9 {
  text-transform: none;
}

._nextDayLabel_5ux04_13 {
  background: var(--punchColor);
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: 4px;
  position: relative;
  font-weight: 600;
}

._filtersWrapper_5ux04_21 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_5ux04_21 ._filterBtn_5ux04_30 {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--main);
  border-radius: 20px;
  padding: var(--spacing-md) calc(var(--spacing-xl) - var(--spacing-md)) var(--spacing-md) var(--spacing-lg);
  gap: var(--spacing-sm);
  transition: all 0.3s;
  display: flex;
  font-size: 16px;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
._filtersWrapper_5ux04_21 ._filterBtn_5ux04_30:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_5ux04_21 ._filterBtn_5ux04_30 ._filtersCount_5ux04_51 {
  display: flex;
  position: absolute;
  font-size: 10px;
  background: red;
  justify-content: center;
  color: white;
  align-items: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
._filtersWrapper_5ux04_21 ._filterClearBtn_5ux04_66 {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--main);
  border-radius: 20px;
  padding: var(--spacing-md);
  gap: var(--spacing-sm);
  transition: all 0.3s;
  display: flex;
  font-size: 16px;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
._filtersWrapper_5ux04_21 ._filterClearBtn_5ux04_66:hover {
  background: var(--border);
  transform: scale(1.02);
}

._dateTitle_5ux04_88:not(._isFirst_5ux04_88) h2 {
  margin-top: var(--spacing-md);
}
._dateTitle_5ux04_88 h2 {
  background: var(--bgLight);
  color: var(--darkGray);
  border-radius: 4px;
  cursor: pointer;
  padding: var(--spacing-md) var(--spacing-lg);
  margin-bottom: var(--spacing-md);
  text-align: center;
  width: 100%;
}

._courtsWrapper_5ux04_102 {
  display: grid;
  row-gap: 1px;
  column-gap: 10px;
  margin: 0 auto;
}

._addMatchBtnHeader_5ux04_109 {
  margin: 10px auto 2px;
}

._buttonWithGroupedAction_5ux04_113 {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
}
._buttonWithGroupedAction_5ux04_113 ._filterBtn_5ux04_30._active_5ux04_119 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--spacing-md) !important;
}
._buttonWithGroupedAction_5ux04_113 ._filterClearBtn_5ux04_66 {
  border-right: 1px solid var(--darker);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: var(--spacing-sm) !important;
  padding-left: var(--spacing-sm) !important;
}
._buttonWithGroupedAction_5ux04_113 ._count_5ux04_134 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background: red;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
}

._presenceIndicator_5ux04_151 {
  position: absolute;
  right: 4px;
  top: 8px;
  z-index: 9;
}

.matchup-wrapper ._presenceIndicator_5ux04_151 {
  top: 4px;
}

._courtColumn_5ux04_162 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_5ux04_162._hasError_5ux04_172 {
  margin-top: 30px;
}
._courtColumn_5ux04_162 ._addMatchBtn_5ux04_109 {
  position: absolute;
  align-self: center;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  transform: translate(0, -50%);
}
._courtColumn_5ux04_162 ._addMatchBtn_5ux04_109._bottomBtn_5ux04_183 {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}
._courtColumn_5ux04_162 ._courtError_5ux04_188,
._courtColumn_5ux04_162 ._courtTimer_5ux04_189 {
  position: absolute;
  background: red;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  top: -30px;
  padding: 4px 6px 4px 4px;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
._courtColumn_5ux04_162 ._courtError_5ux04_188._shown_5ux04_206,
._courtColumn_5ux04_162 ._courtTimer_5ux04_189._shown_5ux04_206 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_5ux04_162 ._courtError_5ux04_188._isWarning_5ux04_211,
._courtColumn_5ux04_162 ._courtTimer_5ux04_189._isWarning_5ux04_211 {
  background: orange;
}
._courtColumn_5ux04_162 ._courtTimer_5ux04_189 {
  background: var(--darkGray);
}

._teamInfo_5ux04_219 {
  font-size: 14px;
  display: flex;
  gap: var(--spacing-sm);
}

._teamInfoWrapper_5ux04_225 {
  margin-bottom: var(--spacing-sm);
}

._highlighted_5ux04_229 {
  background: yellow;
}

._filters_5ux04_21 {
  position: fixed;
  overflow: auto;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  background: #fff;
  padding: var(--spacing-lg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 1003;
  color: var(--main);
}
._filters_5ux04_21 ._header_5ux04_247 {
  padding: 0 var(--spacing-lg) var(--spacing-lg);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 calc(var(--spacing-lg) * -1) var(--spacing-lg);
}
._filters_5ux04_21 ._header_5ux04_247 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
._filters_5ux04_21 ._content_5ux04_260 {
  flex-direction: column;
  align-items: start;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._filters_5ux04_21 ._content_5ux04_260 button {
  background: var(--bg);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: var(--spacing-md) var(--spacing-lg);
  transition: all 0.3s;
  font-weight: 500;
  position: relative;
}
._filters_5ux04_21 ._content_5ux04_260 button.active {
  background: var(--darkerHover) !important;
  border-color: var(--darkerHover) !important;
  color: #fff;
}
._filters_5ux04_21 ._content_5ux04_260 button.isRainbow {
  background: transparent !important;
}
._filters_5ux04_21 ._content_5ux04_260 button.isRainbow:before {
  content: "";
  border-radius: 20px;
  opacity: 0.5;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
._filters_5ux04_21 ._content_5ux04_260 button.isRainbow:hover, ._filters_5ux04_21 ._content_5ux04_260 button.isRainbow.active {
  color: var(--darkGray);
}
._filters_5ux04_21 ._content_5ux04_260 button.isRainbow:hover:before, ._filters_5ux04_21 ._content_5ux04_260 button.isRainbow.active:before {
  opacity: 0.7;
}
._filters_5ux04_21 ._content_5ux04_260 button:hover {
  background: var(--darkerHover);
  border-color: var(--darkerHover);
}
._filters_5ux04_21 ._content_5ux04_260 button:hover:not(._div_5ux04_307) {
  color: #fff;
}
._filters_5ux04_21 ._filterRow_5ux04_310 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

tbody,
._ScoreCard_5ux04_318 {
  page-break-inside: avoid;
  page-break-before: auto;
}

._ScoreCard_5ux04_318 {
  display: none;
  height: 325px;
  width: 800px;
  margin: 0 auto var(--spacing-lg);
  border: 1px solid var(--main);
  border-radius: 4px;
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  color: #000;
}
@media print {
  ._ScoreCard_5ux04_318 {
    display: flex;
  }
}
._ScoreCard_5ux04_318 h1 {
  margin: 0;
}
._ScoreCard_5ux04_318 ._scoresWrapper_5ux04_344 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_5ux04_318 ._scoreWrapper_5ux04_350 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_5ux04_318 ._scoreWrapper_5ux04_350 ._score_5ux04_344 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_5ux04_318 ._signatureWrapper_5ux04_363 ._signature_5ux04_363 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_5ux04_318 ._cardsWrapper_5ux04_367 {
  display: flex;
  align-items: end;
}
._ScoreCard_5ux04_318 ._cardsWrapper_5ux04_367 ._cards_5ux04_367 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_5ux04_318 ._refWrapper_5ux04_376 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_5ux04_318 ._refWrapper_5ux04_376 ._refName_5ux04_381 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  padding-left: var(--spacing-sm);
  margin-left: var(--spacing-sm);
  flex-grow: 1;
}

._currentTimeBar_5ux04_389 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_5ux04_389 span {
  position: absolute;
  font-size: 8px;
  font-weight: 600;
  border: 1px solid #13d8d5;
  color: var(--main);
  left: -1px;
  top: calc(50% + 3px);
  background: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: var(--spacing-xs) var(--spacing-sm);
  transform: translate(0, -50%);
}
._currentTimeBar_5ux04_389:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

._stickyHeader_5ux04_420 {
  position: fixed;
  top: 0;
  left: var(--spacing-lg);
  right: var(--spacing-lg);
  z-index: 5;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
}
._stickyHeader_5ux04_420::-webkit-scrollbar {
  display: none;
}
@media (max-width: 960px) {
  ._stickyHeader_5ux04_420 {
    left: var(--spacing-md);
    right: var(--spacing-md);
  }
}
._stickyHeader_5ux04_420 ._tableHeaderCell_5ux04_443:first-of-type {
  border-left: 1px solid var(--border);
}
._stickyHeader_5ux04_420 ._tableHeaderCell_5ux04_443:last-of-type {
  border-right: 1px solid var(--border);
}

._moveArrow_5ux04_450 {
  position: absolute;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
._moveArrow_5ux04_450._save_5ux04_456 {
  top: -2px;
  right: -1px;
  transform: translate(0, -100%);
}
._moveArrow_5ux04_450._cancel_5ux04_461 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-100% - 2px), -100%);
}
._moveArrow_5ux04_450._delete_5ux04_466 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-200% - 4px), -100%);
}
._moveArrow_5ux04_450._moveLeft_5ux04_471 {
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}
._moveArrow_5ux04_450._moveRight_5ux04_476 {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
._moveArrow_5ux04_450._moveDown_5ux04_481 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
._moveArrow_5ux04_450._moveUp_5ux04_486 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.matchup-wrapper {
  position: relative;
  margin-top: 30px;
  flex-grow: 1;
}

._tableCell_5ux04_498 {
  position: relative;
}
._tableCell_5ux04_498._selectedCourt_5ux04_501 {
  z-index: 3;
}
._tableCell_5ux04_498 ._ignoreForStandingsOverlay_5ux04_504 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-transform: none;
  border-radius: 8px;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  background: rgb(247, 247, 249);
  opacity: 0.5;
  border: none;
  color: red;
  cursor: pointer;
}
._tableCell_5ux04_498 ._hoverState_5ux04_527 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-transform: none;
  border-radius: 8px;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  background: rgba(247, 247, 249, 0.8);
  border: none;
  color: var(--main);
  cursor: pointer;
}
._tableCell_5ux04_498 ._innerWrapper_5ux04_551 {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  vertical-align: top;
}
._tableCell_5ux04_498 ._innerWrapper_5ux04_551:not(._break_5ux04_561) {
  padding: 8px;
}
._tableCell_5ux04_498 ._innerWrapper_5ux04_551 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443) {
  height: 100%;
}
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443) ._matchInfo_5ux04_575,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443) ._gameButton_5ux04_576,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443) ._bottom_5ux04_183 {
  transition: all 0.3s;
}
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._isPlanner_5ux04_580:hover:not(._selectedCourt_5ux04_501) ._matchInfo_5ux04_575,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._isPlanner_5ux04_580:hover:not(._selectedCourt_5ux04_501) ._gameButton_5ux04_576,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._isPlanner_5ux04_580:hover:not(._selectedCourt_5ux04_501) ._bottom_5ux04_183, ._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._selectedCourt_5ux04_501._isPlanner_5ux04_580 ._matchInfo_5ux04_575,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._selectedCourt_5ux04_501._isPlanner_5ux04_580 ._gameButton_5ux04_576,
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._selectedCourt_5ux04_501._isPlanner_5ux04_580 ._bottom_5ux04_183 {
  filter: blur(2px);
}
._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._isPlanner_5ux04_580:hover:not(._selectedCourt_5ux04_501) ._hoverState_5ux04_527:not(._disabled_5ux04_587), ._tableCell_5ux04_498:not(._tableHeaderCell_5ux04_443)._selectedCourt_5ux04_501._isPlanner_5ux04_580 ._hoverState_5ux04_527:not(._disabled_5ux04_587) {
  opacity: 1;
  visibility: visible;
}
._tableCell_5ux04_498._fullWidth_5ux04_591 {
  width: 100% !important;
}
@media (max-width: 960px) {
  ._tableCell_5ux04_498._tableGame_5ux04_595 {
    width: 100% !important;
  }
}
._tableCell_5ux04_498._tableHeaderCell_5ux04_443 {
  align-items: center;
  justify-content: space-between;
}

.matchup-wrapper ._innerWrapper_5ux04_551,
.matchup-wrapper ._hoverState_5ux04_527,
.matchup-wrapper ._tableCell_5ux04_498._fullWidth_5ux04_591 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}

._tableHeaderCell_5ux04_443 {
  font-weight: bold;
  border: none;
  padding: var(--spacing-md);
  z-index: 2;
  text-align: center;
  min-width: 310px;
  width: 100%;
}

@media print {
  ._courtColumn_5ux04_162 {
    break-inside: avoid;
  }
}

@media print {
  ._scheduleWrapper_5ux04_1 {
    zoom: 0.5;
  }
}

._tableGame_5ux04_595._empty_5ux04_633, ._tableGame_5ux04_595._blocked_5ux04_633 {
  border: none;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  text-transform: none;
  min-height: 50px;
}
._tableGame_5ux04_595._break_5ux04_561 {
  background: #fa8e38;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  min-height: 50px;
  flex-grow: 1;
}

._tableGame_5ux04_595 {
  position: relative;
  z-index: 1;
}
._tableGame_5ux04_595._disabled_5ux04_587 {
  opacity: 0.3 !important;
}
._tableGame_5ux04_595._locked_5ux04_661:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 34px;
  background: rgba(255, 255, 255, 0.7);
}
._tableGame_5ux04_595._dragOverlay_5ux04_671 {
  background: #fff;
  border: 1px solid var(--main) !important;
}
._tableGame_5ux04_595._dragOverlay_5ux04_671._empty_5ux04_633 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

._lockedForStreaming_5ux04_682 {
  position: absolute;
  top: calc(50% - 17px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  color: #f00;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}

._blocked_5ux04_633 {
  background: rgba(255, 0, 0, 0.4);
  border-top: none;
  border-right: none;
}

._empty_5ux04_633 {
  background: rgba(0, 0, 0, 0.1);
  border-top: none;
  border-right: none;
  flex-grow: 1;
}
._empty_5ux04_633 ._dragHandle_5ux04_706 {
  position: absolute;
  left: 0;
  top: 4px;
}

._breakWrapper_5ux04_712 {
  padding: 0 var(--spacing-md);
}

._addBreakBtn_5ux04_716:last-child td {
  border-bottom: 1px solid var(--main) !important;
}
._addBreakBtn_5ux04_716 td {
  border-left: 1px solid var(--main) !important;
  padding: var(--spacing-sm) 0;
}
._addBreakBtn_5ux04_716 button {
  margin: 0 auto;
}

._isBreak_5ux04_727 {
  background: var(--punchColor) !important;
}
._isBreak_5ux04_727 ._cell_5ux04_730 {
  padding: var(--spacing-md) var(--spacing-sm) var(--spacing-md) var(--spacing-md);
}
._isBreak_5ux04_727 ._Game_5ux04_733 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: italic;
  min-height: 37px;
  color: var(--main);
}

@keyframes _pulse_5ux04_1 {
  50% {
    background: #ec8d8d;
  }
}
._PlayoffStage_5ux04_747 {
  padding-top: var(--spacing-md);
  display: block;
}

._mobileNav_5ux04_752 {
  display: none;
}
@media (max-width: 960px) {
  ._mobileNav_5ux04_752 {
    display: block;
  }
}

._gameButton_5ux04_576 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
._gameButton_5ux04_576:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_5ux04_576 ._team_5ux04_219 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  gap: 8px;
  color: var(--main);
}
._gameButton_5ux04_576 ._team_5ux04_219._scheduleError_5ux04_790 {
  background: #efafaf;
  animation: _pulse_5ux04_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_5ux04_576 ._team_5ux04_219._scheduleError_5ux04_790 svg {
  color: red;
  font-size: 18px;
}
._gameButton_5ux04_576 ._team_5ux04_219._scheduleWarning_5ux04_798 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_5ux04_576 ._team_5ux04_219._isWinner_5ux04_802 ._nameWrapper_5ux04_802,
._gameButton_5ux04_576 ._team_5ux04_219._isWinner_5ux04_802 ._score_5ux04_344 {
  background: #e0f6e6;
}
._gameButton_5ux04_576 ._team_5ux04_219._isLoser_5ux04_806 ._nameWrapper_5ux04_802,
._gameButton_5ux04_576 ._team_5ux04_219._isLoser_5ux04_806 ._score_5ux04_344 {
  background: #f5d5d5;
}
._gameButton_5ux04_576 ._team_5ux04_219._isTied_5ux04_810 ._nameWrapper_5ux04_802,
._gameButton_5ux04_576 ._team_5ux04_219._isTied_5ux04_810 ._score_5ux04_344 {
  background: #f5f1d5;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802._hasIcon_5ux04_824 {
  padding-left: 32px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802._hasTwoIcons_5ux04_827 {
  padding-left: 48px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802._hasThreeIcons_5ux04_830 {
  padding-left: 72px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802 ._teamNote_5ux04_833 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802 svg + svg {
  left: 24px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._nameWrapper_5ux04_802 svg + svg + svg {
  left: 48px;
}
._gameButton_5ux04_576 ._team_5ux04_219 ._score_5ux04_344 {
  display: block;
  background: var(--bgLight);
  padding: var(--spacing-sm);
  border-radius: 8px;
  width: 34px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

._inProgress_5ux04_867 {
  margin: -9px -10px 8px;
  width: calc(100% + 20px);
  background-color: yellow;
  color: var(--darkGray);
  padding: var(--spacing-sm) var(--spacing-md);
  gap: var(--spacing-sm);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
}
._inProgress_5ux04_867 svg {
  width: 15px;
  height: 15px;
}

._absoluteScheduleLoading_5ux04_884 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}

._scheduleLoading_5ux04_892 {
  padding: var(--spacing-xl) 0;
}

._bottom_5ux04_183 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--main);
  padding-top: 8px;
  position: relative;
}
._bottom_5ux04_183 ._noRef_5ux04_905 {
  color: #f00;
}
._bottom_5ux04_183 ._ref_5ux04_376 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  margin-left: var(--spacing-sm);
}
._bottom_5ux04_183 ._ref_5ux04_376 svg {
  display: inline-block;
  vertical-align: middle;
}
._bottom_5ux04_183 ._time_5ux04_922 {
  flex-shrink: 0;
}
._bottom_5ux04_183 > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

._gameTypeWrapper_5ux04_932 {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-sm);
}
._gameTypeWrapper_5ux04_932 button {
  color: #fff;
  font-weight: 500;
  background: var(--main);
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 0.3s;
  padding: 4px 6px;
  z-index: 999;
}
._gameTypeWrapper_5ux04_932 button._active_5ux04_119 {
  background: var(--mainHover);
}
._gameTypeWrapper_5ux04_932 button + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._matchInfo_5ux04_575 {
  display: flex;
  align-items: center;
  text-align: left;
  gap: var(--spacing-sm);
  background: var(--darker);
  color: var(--main);
  font-weight: 600;
  font-size: 12px;
  border: none;
  border: 1px solid var(--border);
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px 10px;
  position: relative;
  line-height: 1;
  min-height: 35px;
  margin: -9px -10px 8px;
  width: calc(100% + 20px);
  cursor: pointer;
}
._matchInfo_5ux04_575:disabled {
  cursor: default;
}
._matchInfo_5ux04_575 ._dragHandle_5ux04_706 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_5ux04_575 ._dragHandle_5ux04_706 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_5ux04_575 ._gameState_5ux04_991 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_5ux04_575._isRainbow_5ux04_281 {
  background: transparent !important;
}
._matchInfo_5ux04_575._isRainbow_5ux04_281:before {
  content: "";
  opacity: 0.5;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

._dragOverlay_5ux04_671 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_5ux04_671._empty_5ux04_633 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
._scheduleWrapper_150m2_1 {
  position: relative;
  overflow: auto;
}
._scheduleWrapper_150m2_1._paddingBottom_150m2_5 {
  padding-bottom: 20px;
}

._lowercase_150m2_9 {
  text-transform: none;
}

._nextDayLabel_150m2_13 {
  background: var(--punchColor);
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: 4px;
  position: relative;
  font-weight: 600;
}

._filtersWrapper_150m2_21 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_150m2_21 ._filterBtn_150m2_30 {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--main);
  border-radius: 20px;
  padding: var(--spacing-md) calc(var(--spacing-xl) - var(--spacing-md)) var(--spacing-md) var(--spacing-lg);
  gap: var(--spacing-sm);
  transition: all 0.3s;
  display: flex;
  font-size: 16px;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
._filtersWrapper_150m2_21 ._filterBtn_150m2_30:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_150m2_21 ._filterBtn_150m2_30 ._filtersCount_150m2_51 {
  display: flex;
  position: absolute;
  font-size: 10px;
  background: red;
  justify-content: center;
  color: white;
  align-items: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
._filtersWrapper_150m2_21 ._filterClearBtn_150m2_66 {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--main);
  border-radius: 20px;
  padding: var(--spacing-md);
  gap: var(--spacing-sm);
  transition: all 0.3s;
  display: flex;
  font-size: 16px;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
._filtersWrapper_150m2_21 ._filterClearBtn_150m2_66:hover {
  background: var(--border);
  transform: scale(1.02);
}

._dateTitle_150m2_88:not(._isFirst_150m2_88) h2 {
  margin-top: var(--spacing-md);
}
._dateTitle_150m2_88 h2 {
  background: var(--bgLight);
  color: var(--darkGray);
  border-radius: 4px;
  cursor: pointer;
  padding: var(--spacing-md) var(--spacing-lg);
  margin-bottom: var(--spacing-md);
  text-align: center;
  width: 100%;
}

._courtsWrapper_150m2_102 {
  display: grid;
  row-gap: 1px;
  column-gap: 10px;
  margin: 0 auto;
}

._addMatchBtnHeader_150m2_109 {
  margin: 10px auto 2px;
}

._buttonWithGroupedAction_150m2_113 {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
}
._buttonWithGroupedAction_150m2_113 ._filterBtn_150m2_30._active_150m2_119 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--spacing-md) !important;
}
._buttonWithGroupedAction_150m2_113 ._filterClearBtn_150m2_66 {
  border-right: 1px solid var(--darker);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: var(--spacing-sm) !important;
  padding-left: var(--spacing-sm) !important;
}
._buttonWithGroupedAction_150m2_113 ._count_150m2_134 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background: red;
  color: white;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
}

._presenceIndicator_150m2_151 {
  position: absolute;
  right: 4px;
  top: 8px;
  z-index: 9;
}

.matchup-wrapper ._presenceIndicator_150m2_151 {
  top: 4px;
}

._courtColumn_150m2_162 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_150m2_162._hasError_150m2_172 {
  margin-top: 30px;
}
._courtColumn_150m2_162 ._addMatchBtn_150m2_109 {
  position: absolute;
  align-self: center;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  transform: translate(0, -50%);
}
._courtColumn_150m2_162 ._addMatchBtn_150m2_109._bottomBtn_150m2_183 {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}
._courtColumn_150m2_162 ._courtError_150m2_188,
._courtColumn_150m2_162 ._courtTimer_150m2_189 {
  position: absolute;
  background: red;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  top: -30px;
  padding: 4px 6px 4px 4px;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
._courtColumn_150m2_162 ._courtError_150m2_188._shown_150m2_206,
._courtColumn_150m2_162 ._courtTimer_150m2_189._shown_150m2_206 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_150m2_162 ._courtError_150m2_188._isWarning_150m2_211,
._courtColumn_150m2_162 ._courtTimer_150m2_189._isWarning_150m2_211 {
  background: orange;
}
._courtColumn_150m2_162 ._courtTimer_150m2_189 {
  background: var(--darkGray);
}

._teamInfo_150m2_219 {
  font-size: 14px;
  display: flex;
  gap: var(--spacing-sm);
}

._teamInfoWrapper_150m2_225 {
  margin-bottom: var(--spacing-sm);
}

._highlighted_150m2_229 {
  background: yellow;
}

._filters_150m2_21 {
  position: fixed;
  overflow: auto;
  max-height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  background: #fff;
  padding: var(--spacing-lg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 1003;
  color: var(--main);
}
._filters_150m2_21 ._header_150m2_247 {
  padding: 0 var(--spacing-lg) var(--spacing-lg);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 calc(var(--spacing-lg) * -1) var(--spacing-lg);
}
._filters_150m2_21 ._header_150m2_247 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
._filters_150m2_21 ._content_150m2_260 {
  flex-direction: column;
  align-items: start;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._filters_150m2_21 ._content_150m2_260 button {
  background: var(--bg);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: var(--spacing-md) var(--spacing-lg);
  transition: all 0.3s;
  font-weight: 500;
  position: relative;
}
._filters_150m2_21 ._content_150m2_260 button.active {
  background: var(--darkerHover) !important;
  border-color: var(--darkerHover) !important;
  color: #fff;
}
._filters_150m2_21 ._content_150m2_260 button.isRainbow {
  background: transparent !important;
}
._filters_150m2_21 ._content_150m2_260 button.isRainbow:before {
  content: "";
  border-radius: 20px;
  opacity: 0.5;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
._filters_150m2_21 ._content_150m2_260 button.isRainbow:hover, ._filters_150m2_21 ._content_150m2_260 button.isRainbow.active {
  color: var(--darkGray);
}
._filters_150m2_21 ._content_150m2_260 button.isRainbow:hover:before, ._filters_150m2_21 ._content_150m2_260 button.isRainbow.active:before {
  opacity: 0.7;
}
._filters_150m2_21 ._content_150m2_260 button:hover {
  background: var(--darkerHover);
  border-color: var(--darkerHover);
}
._filters_150m2_21 ._content_150m2_260 button:hover:not(._div_150m2_307) {
  color: #fff;
}
._filters_150m2_21 ._filterRow_150m2_310 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

tbody,
._ScoreCard_150m2_318 {
  page-break-inside: avoid;
  page-break-before: auto;
}

._ScoreCard_150m2_318 {
  display: none;
  height: 325px;
  width: 800px;
  margin: 0 auto var(--spacing-lg);
  border: 1px solid var(--main);
  border-radius: 4px;
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  color: #000;
}
@media print {
  ._ScoreCard_150m2_318 {
    display: flex;
  }
}
._ScoreCard_150m2_318 h1 {
  margin: 0;
}
._ScoreCard_150m2_318 ._scoresWrapper_150m2_344 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_150m2_318 ._scoreWrapper_150m2_350 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_150m2_318 ._scoreWrapper_150m2_350 ._score_150m2_344 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_150m2_318 ._signatureWrapper_150m2_363 ._signature_150m2_363 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_150m2_318 ._cardsWrapper_150m2_367 {
  display: flex;
  align-items: end;
}
._ScoreCard_150m2_318 ._cardsWrapper_150m2_367 ._cards_150m2_367 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_150m2_318 ._refWrapper_150m2_376 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_150m2_318 ._refWrapper_150m2_376 ._refName_150m2_381 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  padding-left: var(--spacing-sm);
  margin-left: var(--spacing-sm);
  flex-grow: 1;
}

._currentTimeBar_150m2_389 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_150m2_389 span {
  position: absolute;
  font-size: 8px;
  font-weight: 600;
  border: 1px solid #13d8d5;
  color: var(--main);
  left: -1px;
  top: calc(50% + 3px);
  background: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: var(--spacing-xs) var(--spacing-sm);
  transform: translate(0, -50%);
}
._currentTimeBar_150m2_389:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

._stickyHeader_150m2_420 {
  position: fixed;
  top: 0;
  left: var(--spacing-lg);
  right: var(--spacing-lg);
  z-index: 5;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
}
._stickyHeader_150m2_420::-webkit-scrollbar {
  display: none;
}
@media (max-width: 960px) {
  ._stickyHeader_150m2_420 {
    left: var(--spacing-md);
    right: var(--spacing-md);
  }
}
._stickyHeader_150m2_420 ._tableHeaderCell_150m2_443:first-of-type {
  border-left: 1px solid var(--border);
}
._stickyHeader_150m2_420 ._tableHeaderCell_150m2_443:last-of-type {
  border-right: 1px solid var(--border);
}

._moveArrow_150m2_450 {
  position: absolute;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
._moveArrow_150m2_450._save_150m2_456 {
  top: -2px;
  right: -1px;
  transform: translate(0, -100%);
}
._moveArrow_150m2_450._cancel_150m2_461 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-100% - 2px), -100%);
}
._moveArrow_150m2_450._delete_150m2_466 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-200% - 4px), -100%);
}
._moveArrow_150m2_450._moveLeft_150m2_471 {
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}
._moveArrow_150m2_450._moveRight_150m2_476 {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
._moveArrow_150m2_450._moveDown_150m2_481 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
._moveArrow_150m2_450._moveUp_150m2_486 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.matchup-wrapper {
  position: relative;
  margin-top: 30px;
  flex-grow: 1;
}

._tableCell_150m2_498 {
  position: relative;
}
._tableCell_150m2_498._selectedCourt_150m2_501 {
  z-index: 3;
}
._tableCell_150m2_498 ._ignoreForStandingsOverlay_150m2_504 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-transform: none;
  border-radius: 8px;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  background: rgb(247, 247, 249);
  opacity: 0.5;
  border: none;
  color: red;
  cursor: pointer;
}
._tableCell_150m2_498 ._hoverState_150m2_527 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-transform: none;
  border-radius: 8px;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  background: rgba(247, 247, 249, 0.8);
  border: none;
  color: var(--main);
  cursor: pointer;
}
._tableCell_150m2_498 ._innerWrapper_150m2_551 {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  vertical-align: top;
}
._tableCell_150m2_498 ._innerWrapper_150m2_551:not(._break_150m2_561) {
  padding: 8px;
}
._tableCell_150m2_498 ._innerWrapper_150m2_551 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443) {
  height: 100%;
}
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443) ._matchInfo_150m2_575,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443) ._gameButton_150m2_576,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443) ._bottom_150m2_183 {
  transition: all 0.3s;
}
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._isPlanner_150m2_580:hover:not(._selectedCourt_150m2_501) ._matchInfo_150m2_575,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._isPlanner_150m2_580:hover:not(._selectedCourt_150m2_501) ._gameButton_150m2_576,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._isPlanner_150m2_580:hover:not(._selectedCourt_150m2_501) ._bottom_150m2_183, ._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._selectedCourt_150m2_501._isPlanner_150m2_580 ._matchInfo_150m2_575,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._selectedCourt_150m2_501._isPlanner_150m2_580 ._gameButton_150m2_576,
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._selectedCourt_150m2_501._isPlanner_150m2_580 ._bottom_150m2_183 {
  filter: blur(2px);
}
._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._isPlanner_150m2_580:hover:not(._selectedCourt_150m2_501) ._hoverState_150m2_527:not(._disabled_150m2_587), ._tableCell_150m2_498:not(._tableHeaderCell_150m2_443)._selectedCourt_150m2_501._isPlanner_150m2_580 ._hoverState_150m2_527:not(._disabled_150m2_587) {
  opacity: 1;
  visibility: visible;
}
._tableCell_150m2_498._fullWidth_150m2_591 {
  width: 100% !important;
}
@media (max-width: 960px) {
  ._tableCell_150m2_498._tableGame_150m2_595 {
    width: 100% !important;
  }
}
._tableCell_150m2_498._tableHeaderCell_150m2_443 {
  align-items: center;
  justify-content: space-between;
}

.matchup-wrapper ._innerWrapper_150m2_551,
.matchup-wrapper ._hoverState_150m2_527,
.matchup-wrapper ._tableCell_150m2_498._fullWidth_150m2_591 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}

._tableHeaderCell_150m2_443 {
  font-weight: bold;
  border: none;
  padding: var(--spacing-md);
  z-index: 2;
  text-align: center;
  min-width: 310px;
  width: 100%;
}

@media print {
  ._courtColumn_150m2_162 {
    break-inside: avoid;
  }
}

@media print {
  ._scheduleWrapper_150m2_1 {
    zoom: 0.5;
  }
}

._tableGame_150m2_595._empty_150m2_633, ._tableGame_150m2_595._blocked_150m2_633 {
  border: none;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  text-transform: none;
  min-height: 50px;
}
._tableGame_150m2_595._break_150m2_561 {
  background: #fa8e38;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  min-height: 50px;
  flex-grow: 1;
}

._tableGame_150m2_595 {
  position: relative;
  z-index: 1;
}
._tableGame_150m2_595._disabled_150m2_587 {
  opacity: 0.3 !important;
}
._tableGame_150m2_595._locked_150m2_661:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 34px;
  background: rgba(255, 255, 255, 0.7);
}
._tableGame_150m2_595._dragOverlay_150m2_671 {
  background: #fff;
  border: 1px solid var(--main) !important;
}
._tableGame_150m2_595._dragOverlay_150m2_671._empty_150m2_633 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

._lockedForStreaming_150m2_682 {
  position: absolute;
  top: calc(50% - 17px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111;
  color: #f00;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}

._blocked_150m2_633 {
  background: rgba(255, 0, 0, 0.4);
  border-top: none;
  border-right: none;
}

._empty_150m2_633 {
  background: rgba(0, 0, 0, 0.1);
  border-top: none;
  border-right: none;
  flex-grow: 1;
}
._empty_150m2_633 ._dragHandle_150m2_706 {
  position: absolute;
  left: 0;
  top: 4px;
}

._breakWrapper_150m2_712 {
  padding: 0 var(--spacing-md);
}

._addBreakBtn_150m2_716:last-child td {
  border-bottom: 1px solid var(--main) !important;
}
._addBreakBtn_150m2_716 td {
  border-left: 1px solid var(--main) !important;
  padding: var(--spacing-sm) 0;
}
._addBreakBtn_150m2_716 button {
  margin: 0 auto;
}

._isBreak_150m2_727 {
  background: var(--punchColor) !important;
}
._isBreak_150m2_727 ._cell_150m2_730 {
  padding: var(--spacing-md) var(--spacing-sm) var(--spacing-md) var(--spacing-md);
}
._isBreak_150m2_727 ._Game_150m2_733 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: italic;
  min-height: 37px;
  color: var(--main);
}

@keyframes _pulse_150m2_1 {
  50% {
    background: #ec8d8d;
  }
}
._PlayoffStage_150m2_747 {
  padding-top: var(--spacing-md);
  display: block;
}

._mobileNav_150m2_752 {
  display: none;
}
@media (max-width: 960px) {
  ._mobileNav_150m2_752 {
    display: block;
  }
}

._gameButton_150m2_576 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
._gameButton_150m2_576:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_150m2_576 ._team_150m2_219 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  gap: 8px;
  color: var(--main);
}
._gameButton_150m2_576 ._team_150m2_219._scheduleError_150m2_790 {
  background: #efafaf;
  animation: _pulse_150m2_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_150m2_576 ._team_150m2_219._scheduleError_150m2_790 svg {
  color: red;
  font-size: 18px;
}
._gameButton_150m2_576 ._team_150m2_219._scheduleWarning_150m2_798 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_150m2_576 ._team_150m2_219._isWinner_150m2_802 ._nameWrapper_150m2_802,
._gameButton_150m2_576 ._team_150m2_219._isWinner_150m2_802 ._score_150m2_344 {
  background: #e0f6e6;
}
._gameButton_150m2_576 ._team_150m2_219._isLoser_150m2_806 ._nameWrapper_150m2_802,
._gameButton_150m2_576 ._team_150m2_219._isLoser_150m2_806 ._score_150m2_344 {
  background: #f5d5d5;
}
._gameButton_150m2_576 ._team_150m2_219._isTied_150m2_810 ._nameWrapper_150m2_802,
._gameButton_150m2_576 ._team_150m2_219._isTied_150m2_810 ._score_150m2_344 {
  background: #f5f1d5;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802._hasIcon_150m2_824 {
  padding-left: 32px;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802._hasTwoIcons_150m2_827 {
  padding-left: 48px;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802._hasThreeIcons_150m2_830 {
  padding-left: 72px;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802 ._teamNote_150m2_833 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802 svg + svg {
  left: 24px;
}
._gameButton_150m2_576 ._team_150m2_219 ._nameWrapper_150m2_802 svg + svg + svg {
  left: 48px;
}
._gameButton_150m2_576 ._team_150m2_219 ._score_150m2_344 {
  display: block;
  background: var(--bgLight);
  padding: var(--spacing-sm);
  border-radius: 8px;
  width: 34px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

._inProgress_150m2_867 {
  margin: -9px -10px 8px;
  width: calc(100% + 20px);
  background-color: yellow;
  color: var(--darkGray);
  padding: var(--spacing-sm) var(--spacing-md);
  gap: var(--spacing-sm);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
}
._inProgress_150m2_867 svg {
  width: 15px;
  height: 15px;
}

._absoluteScheduleLoading_150m2_884 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}

._scheduleLoading_150m2_892 {
  padding: var(--spacing-xl) 0;
}

._bottom_150m2_183 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--main);
  padding-top: 8px;
  position: relative;
}
._bottom_150m2_183 ._noRef_150m2_905 {
  color: #f00;
}
._bottom_150m2_183 ._ref_150m2_376 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  margin-left: var(--spacing-sm);
}
._bottom_150m2_183 ._ref_150m2_376 svg {
  display: inline-block;
  vertical-align: middle;
}
._bottom_150m2_183 ._time_150m2_922 {
  flex-shrink: 0;
}
._bottom_150m2_183 > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

._gameTypeWrapper_150m2_932 {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-sm);
}
._gameTypeWrapper_150m2_932 button {
  color: #fff;
  font-weight: 500;
  background: var(--main);
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 0.3s;
  padding: 4px 6px;
  z-index: 999;
}
._gameTypeWrapper_150m2_932 button._active_150m2_119 {
  background: var(--mainHover);
}
._gameTypeWrapper_150m2_932 button + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._matchInfo_150m2_575 {
  display: flex;
  align-items: center;
  text-align: left;
  gap: var(--spacing-sm);
  background: var(--darker);
  color: var(--main);
  font-weight: 600;
  font-size: 12px;
  border: none;
  border: 1px solid var(--border);
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px 10px;
  position: relative;
  line-height: 1;
  min-height: 35px;
  margin: -9px -10px 8px;
  width: calc(100% + 20px);
  cursor: pointer;
}
._matchInfo_150m2_575:disabled {
  cursor: default;
}
._matchInfo_150m2_575 ._dragHandle_150m2_706 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_150m2_575 ._dragHandle_150m2_706 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_150m2_575 ._gameState_150m2_991 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_150m2_575._isRainbow_150m2_281 {
  background: transparent !important;
}
._matchInfo_150m2_575._isRainbow_150m2_281:before {
  content: "";
  opacity: 0.5;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

._dragOverlay_150m2_671 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_150m2_671._empty_150m2_633 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}._container_1a86l_1 {
  position: relative;
}
._container_1a86l_1._noTitle_1a86l_4 {
  margin-top: var(--spacing-lg);
}
._container_1a86l_1 ._bracketTitle_1a86l_7 {
  margin: var(--spacing-lg) 0 var(--spacing-md) !important;
}

._wrapper_1a86l_11 {
  display: flex;
  overflow-y: auto;
}
._wrapper_1a86l_11 > ._item_1a86l_15 {
  justify-content: start;
}

._item_1a86l_15 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
._item_1a86l_15 ._innerItem_1a86l_24 {
  flex-grow: 1;
}
._item_1a86l_15 ._innerItem_1a86l_24:not(._isFirst_1a86l_27):before {
  content: "";
  position: absolute;
  border-top: 2px dashed var(--secondaryText);
  right: 0;
  top: calc(50% + 14px);
  width: 100%;
  transform: translateX(24px);
  transition: all 0.3s ease;
}
._item_1a86l_15 p {
  padding: 20px;
  margin: 0;
  background-color: Beige;
  white-space: nowrap;
}
._item_1a86l_15 ._parent_1a86l_43 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-md);
}
._item_1a86l_15 ._parent_1a86l_43:not(._noChildren_1a86l_50) {
  margin-left: 50px;
}
._item_1a86l_15 ._parent_1a86l_43:not(._noChildren_1a86l_50):after {
  position: absolute;
  content: "";
  width: 23px;
  height: 2px;
  left: 0;
  top: calc(50% + 13px);
  border-top: 2px dashed var(--secondaryText);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
._item_1a86l_15 ._parent_1a86l_43._childrenCompleted_1a86l_64:after {
  border-top: 2px solid var(--darker);
  width: 25px;
}
._item_1a86l_15 ._childrens_1a86l_68 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._item_1a86l_15 ._child_1a86l_64 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
  justify-content: end;
}
._item_1a86l_15 ._child_1a86l_64:after {
  content: "";
  position: absolute;
  border-left: 2px dashed var(--secondaryText);
  right: -25px;
  height: calc(50% + 9px);
  width: 2px;
  top: calc(50% + 14px);
  transition: all 0.3s ease;
}
._item_1a86l_15 ._child_1a86l_64._completed_1a86l_92:before,
._item_1a86l_15 ._child_1a86l_64._completed_1a86l_92 ._item_1a86l_15 ._innerItem_1a86l_24:not(._isFirst_1a86l_27):before {
  border-top: 2px solid var(--darker);
}
._item_1a86l_15 ._child_1a86l_64._completed_1a86l_92:after {
  border-left: 2px solid var(--darker);
}
._item_1a86l_15 ._child_1a86l_64:last-child:after {
  transform: translateY(-100%);
}
._item_1a86l_15 ._child_1a86l_64:only-child:after {
  display: none;
}

.team-item {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 300px;
}
.team-item._noMarginTopAdjustment_1a86l_115:first-of-type {
  margin-top: 30px;
}
.team-item._showPointer_1a86l_118 {
  cursor: pointer;
}

.round-number {
  padding: var(--spacing-sm) var(--spacing-md);
  font-weight: 500;
}

.single-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.single-team._winner_1a86l_133 {
  background: #bbd8a3;
  color: var(--main);
  font-weight: bold;
}
.single-team .empty {
  display: block;
  text-align: center;
  width: 100%;
}
.single-team .team-name-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.single-team .team-name-wrapper:not(._noPadding_1a86l_148) {
  padding-left: var(--spacing-sm);
}
.single-team .position {
  display: block;
  background: var(--darker);
  color: var(--bg);
  padding: var(--spacing-sm);
  width: 26px;
  text-align: center;
  white-space: nowrap;
}
.single-team .score {
  display: block;
  background: var(--main);
  color: var(--bg);
  padding: var(--spacing-sm);
  white-space: nowrap;
  width: 26px;
  text-align: center;
}
@media print {
  ._wrapper_r93pb_2 {
    break-inside: avoid;
    page-break-after: always;
  }
}

._standingsWrapper_r93pb_8 {
  overflow: auto;
}

._standingsTitle_r93pb_12 {
  font-size: 20px !important;
  font-weight: 500;
  margin: 0;
  color: var(--main);
}

._poolTitle_r93pb_19 {
  font-size: 16px !important;
  font-weight: 600;
  margin: var(--spacing-lg) 0 var(--spacing-sm);
  color: var(--main);
}

._tournamentButtons_r93pb_26 {
  padding: var(--spacing-lg) 0 0 !important;
}

._standings_r93pb_8 {
  width: 100%;
  border-spacing: 0;
}
._standings_r93pb_8._banner_r93pb_34 {
  padding-bottom: var(--spacing-xl);
}
@media (max-width: 960px) {
  ._standings_r93pb_8 ._longForm_r93pb_38 {
    display: none;
  }
}
._standings_r93pb_8 ._shortForm_r93pb_42 {
  display: none;
}
@media (max-width: 960px) {
  ._standings_r93pb_8 ._shortForm_r93pb_42 {
    display: block;
  }
}
@media (max-width: 530px) {
  ._standings_r93pb_8 ._hideMobile_r93pb_51 {
    display: none;
  }
}
@media (min-width: 531px) {
  ._standings_r93pb_8 ._hideDesktop_r93pb_56 {
    display: none;
  }
}
._standings_r93pb_8 ._unfold_r93pb_60 {
  transform: rotate(90deg);
  padding: 0;
}
._standings_r93pb_8 th {
  white-space: nowrap;
}
._standings_r93pb_8 th,
._standings_r93pb_8 td {
  text-align: center;
  padding: var(--spacing-md);
}
._standings_r93pb_8 th._highlighted_r93pb_72,
._standings_r93pb_8 td._highlighted_r93pb_72 {
  background: var(--border);
}
@media (max-width: 530px) {
  ._standings_r93pb_8 th._highlighted_r93pb_72._notMobile_r93pb_77,
  ._standings_r93pb_8 td._highlighted_r93pb_72._notMobile_r93pb_77 {
    background: none;
  }
}
._standings_r93pb_8 ._odd_r93pb_82 {
  background: var(--bg);
}
._standings_r93pb_8 ._danger_r93pb_85 {
  background: #ffbaba;
}
._standings_r93pb_8 ._actionsCell_r93pb_88 {
  width: 52px;
}
._standings_r93pb_8 ._actions_r93pb_88 {
  display: flex;
  align-items: center;
}
._standings_r93pb_8 ._nameCell_r93pb_95 {
  text-align: left;
  width: 99%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

._addBtn_r93pb_104 {
  margin: var(--spacing-md) 0 !important;
  margin-left: auto !important;
  display: block;
}

._dragHandle_r93pb_110 {
  line-height: 0;
}

._nameWrapper_r93pb_114 {
  position: relative;
}

._tiedLabel_r93pb_118 {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(100%, -80%);
  background: var(--darker);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  padding: var(--spacing-xs) var(--spacing-sm);
}

._tieBreakerWrapper_r93pb_131 ._tieBreaker_r93pb_131 {
  margin: 0 0 var(--spacing-md);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
._tieBreakerWrapper_r93pb_131 ._tieBreaker_r93pb_131 ._active_r93pb_137 {
  background: var(--darker) !important;
  border-color: var(--darker) !important;
}
._tieGroups_1c23x_1 {
  margin: 20px 0;
}

._tieGroup_1c23x_1 {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid red;
  background: var(--bg);
  margin: 0 0 var(--spacing-lg);
  transition: border 0.3s;
}
._tieGroup_1c23x_1._resolved_1c23x_14 {
  border-color: green;
}
._tieGroup_1c23x_1._resolved_1c23x_14 ._resolvedLabel_1c23x_17 {
  color: green;
}
._tieGroup_1c23x_1 ._resolvedLabel_1c23x_17 {
  color: red;
  font-style: italic;
  transition: color 0.3s;
  font-size: 16px;
  font-weight: 500;
}
._tieGroup_1c23x_1 h3 {
  margin: 0;
}
._tieGroup_1c23x_1 p {
  margin: var(--spacing-sm) 0 var(--spacing-lg);
}

._resolvedOrder_1c23x_34 ul {
  list-style: none;
}

._teamButtons_1c23x_38 {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
._teamButtons_1c23x_38 button {
  padding: 8px 15px;
  background: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._teamButtons_1c23x_38 button:hover {
  background: #45a049;
}
._teamButtons_1c23x_38 button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
