._scheduleWrapper_cfl12_1 {
  position: relative;
  overflow: auto;
}
._scheduleWrapper_cfl12_1._paddingBottom_cfl12_5 {
  padding-bottom: 20px;
}

._lowercase_cfl12_9 {
  text-transform: none;
}

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

._filtersWrapper_cfl12_21 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_cfl12_21 ._filterBtn_cfl12_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_cfl12_21 ._filterBtn_cfl12_30:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_cfl12_21 ._filterBtn_cfl12_30 ._filtersCount_cfl12_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_cfl12_21 ._filterClearBtn_cfl12_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_cfl12_21 ._filterClearBtn_cfl12_66:hover {
  background: var(--border);
  transform: scale(1.02);
}

._dateTitle_cfl12_88:not(._isFirst_cfl12_88) h2 {
  margin-top: var(--spacing-md);
}
._dateTitle_cfl12_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_cfl12_102 {
  display: grid;
  row-gap: 1px;
  column-gap: 10px;
  margin: 0 auto;
}

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

._buttonWithGroupedAction_cfl12_113 {
  display: flex;
  align-items: center;
  position: relative;
}
._buttonWithGroupedAction_cfl12_113 ._filterBtn_cfl12_30._active_cfl12_118 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--spacing-md) !important;
}
._buttonWithGroupedAction_cfl12_113 ._filterClearBtn_cfl12_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_cfl12_113 ._count_cfl12_133 {
  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_cfl12_150 {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9;
}

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

._liveDot_cfl12_161 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  animation: _glow_cfl12_1 2s infinite;
}

._pausedDot_cfl12_170 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eab308;
}

._timeoutDot_cfl12_178 {
  font-size: 10px;
  line-height: 10px;
}

@keyframes _glow_cfl12_1 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._courtColumn_cfl12_194 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_cfl12_194._hasError_cfl12_204 {
  margin-top: 30px;
}
._courtColumn_cfl12_194._break_cfl12_207 {
  background: var(--punchColor);
  text-align: center;
  color: var(--mainText);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
._courtColumn_cfl12_194 ._addMatchBtn_cfl12_109 {
  position: absolute;
  align-self: center;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  transform: translate(0, -50%);
}
._courtColumn_cfl12_194 ._addMatchBtn_cfl12_109._bottomBtn_cfl12_225 {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}
._courtColumn_cfl12_194 ._courtError_cfl12_230,
._courtColumn_cfl12_194 ._courtTimer_cfl12_231 {
  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_cfl12_194 ._courtError_cfl12_230._shown_cfl12_248,
._courtColumn_cfl12_194 ._courtTimer_cfl12_231._shown_cfl12_248 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_cfl12_194 ._courtError_cfl12_230._isWarning_cfl12_253,
._courtColumn_cfl12_194 ._courtTimer_cfl12_231._isWarning_cfl12_253 {
  background: orange;
}
._courtColumn_cfl12_194 ._courtTimer_cfl12_231 {
  background: var(--darkGray);
}

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

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

._highlighted_cfl12_271,
.highlighted {
  background: yellow;
}

._filters_cfl12_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_cfl12_21 ._header_cfl12_290 {
  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_cfl12_21 ._header_cfl12_290 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
._filters_cfl12_21 ._content_cfl12_303 {
  flex-direction: column;
  align-items: start;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._filters_cfl12_21 ._content_cfl12_303 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_cfl12_21 ._content_cfl12_303 button.active {
  background: var(--darkerHover) !important;
  border-color: var(--darkerHover) !important;
  color: #fff;
}
._filters_cfl12_21 ._content_cfl12_303 button.isRainbow {
  background: transparent !important;
}
._filters_cfl12_21 ._content_cfl12_303 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_cfl12_21 ._content_cfl12_303 button.isRainbow:hover, ._filters_cfl12_21 ._content_cfl12_303 button.isRainbow.active {
  color: var(--darkGray);
}
._filters_cfl12_21 ._content_cfl12_303 button.isRainbow:hover:before, ._filters_cfl12_21 ._content_cfl12_303 button.isRainbow.active:before {
  opacity: 0.7;
}
._filters_cfl12_21 ._content_cfl12_303 button:hover {
  background: var(--darkerHover);
  border-color: var(--darkerHover);
}
._filters_cfl12_21 ._content_cfl12_303 button:hover:not(._div_cfl12_350) {
  color: #fff;
}
._filters_cfl12_21 ._filterRow_cfl12_353 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

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

._ScoreCard_cfl12_361 {
  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_cfl12_361 {
    display: flex;
  }
}
._ScoreCard_cfl12_361 h1 {
  margin: 0;
}
._ScoreCard_cfl12_361 ._scoresWrapper_cfl12_387 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_cfl12_361 ._scoreWrapper_cfl12_393 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_cfl12_361 ._scoreWrapper_cfl12_393 ._score_cfl12_387 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_cfl12_361 ._signatureWrapper_cfl12_406 ._signature_cfl12_406 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_cfl12_361 ._cardsWrapper_cfl12_410 {
  display: flex;
  align-items: end;
}
._ScoreCard_cfl12_361 ._cardsWrapper_cfl12_410 ._cards_cfl12_410 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_cfl12_361 ._refWrapper_cfl12_419 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_cfl12_361 ._refWrapper_cfl12_419 ._refName_cfl12_424 {
  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_cfl12_432 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_cfl12_432 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_cfl12_432:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

._stickyHeader_cfl12_463 {
  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_cfl12_463::-webkit-scrollbar {
  display: none;
}
@media (max-width: 960px) {
  ._stickyHeader_cfl12_463 {
    left: var(--spacing-md);
    right: var(--spacing-md);
  }
}
._stickyHeader_cfl12_463 ._tableHeaderCell_cfl12_486:first-of-type {
  border-left: 1px solid var(--border);
}
._stickyHeader_cfl12_463 ._tableHeaderCell_cfl12_486:last-of-type {
  border-right: 1px solid var(--border);
}

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

._tableCell_cfl12_499 {
  position: relative;
}
._tableCell_cfl12_499._selectedCourt_cfl12_502 {
  z-index: 3;
}
._tableCell_cfl12_499 ._ignoreForStandingsOverlay_cfl12_505 {
  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_cfl12_499 ._hoverState_cfl12_528 {
  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_cfl12_499 ._innerWrapper_cfl12_552 {
  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_cfl12_499 ._innerWrapper_cfl12_552:not(._break_cfl12_207) {
  padding: 8px;
}
._tableCell_cfl12_499 ._innerWrapper_cfl12_552 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486) {
  height: 100%;
}
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486) ._matchInfo_cfl12_576,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486) ._gameButton_cfl12_577,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486) ._bottom_cfl12_225 {
  transition: all 0.3s;
}
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._isPlanner_cfl12_581:hover:not(._selectedCourt_cfl12_502) ._matchInfo_cfl12_576,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._isPlanner_cfl12_581:hover:not(._selectedCourt_cfl12_502) ._gameButton_cfl12_577,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._isPlanner_cfl12_581:hover:not(._selectedCourt_cfl12_502) ._bottom_cfl12_225, ._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._selectedCourt_cfl12_502._isPlanner_cfl12_581 ._matchInfo_cfl12_576,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._selectedCourt_cfl12_502._isPlanner_cfl12_581 ._gameButton_cfl12_577,
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._selectedCourt_cfl12_502._isPlanner_cfl12_581 ._bottom_cfl12_225 {
  filter: blur(2px);
}
._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._isPlanner_cfl12_581:hover:not(._selectedCourt_cfl12_502) ._hoverState_cfl12_528:not(._disabled_cfl12_588), ._tableCell_cfl12_499:not(._tableHeaderCell_cfl12_486)._selectedCourt_cfl12_502._isPlanner_cfl12_581 ._hoverState_cfl12_528:not(._disabled_cfl12_588) {
  opacity: 1;
  visibility: visible;
}
._tableCell_cfl12_499._fullWidth_cfl12_592 {
  width: 100% !important;
}
@media (max-width: 960px) {
  ._tableCell_cfl12_499._tableGame_cfl12_596 {
    width: 100% !important;
  }
}
._tableCell_cfl12_499._tableHeaderCell_cfl12_486 {
  align-items: center;
  justify-content: space-between;
}

.matchup-wrapper ._innerWrapper_cfl12_552,
.matchup-wrapper ._hoverState_cfl12_528,
.matchup-wrapper ._tableCell_cfl12_499._fullWidth_cfl12_592 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}

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

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

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

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

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

._lockedForStreaming_cfl12_683 {
  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_cfl12_634 {
  background: rgba(255, 0, 0, 0.4);
  border-top: none;
  border-right: none;
}

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

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

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

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

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

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

._gameButton_cfl12_577 {
  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_cfl12_577:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_cfl12_577 ._team_cfl12_261 {
  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_cfl12_577 ._team_cfl12_261._scheduleError_cfl12_791 {
  background: #efafaf;
  animation: _pulse_cfl12_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_cfl12_577 ._team_cfl12_261._scheduleError_cfl12_791 svg {
  color: red;
  font-size: 18px;
}
._gameButton_cfl12_577 ._team_cfl12_261._scheduleWarning_cfl12_799 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_cfl12_577 ._team_cfl12_261._isWinner_cfl12_803 ._nameWrapper_cfl12_803,
._gameButton_cfl12_577 ._team_cfl12_261._isWinner_cfl12_803 ._score_cfl12_387 {
  background: #e0f6e6;
}
._gameButton_cfl12_577 ._team_cfl12_261._isLoser_cfl12_807 ._nameWrapper_cfl12_803,
._gameButton_cfl12_577 ._team_cfl12_261._isLoser_cfl12_807 ._score_cfl12_387 {
  background: #f5d5d5;
}
._gameButton_cfl12_577 ._team_cfl12_261._isTied_cfl12_811 ._nameWrapper_cfl12_803,
._gameButton_cfl12_577 ._team_cfl12_261._isTied_cfl12_811 ._score_cfl12_387 {
  background: #f5f1d5;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803._hasIcon_cfl12_825 {
  padding-left: 32px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803._hasTwoIcons_cfl12_828 {
  padding-left: 48px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803._hasThreeIcons_cfl12_831 {
  padding-left: 72px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803 ._teamNote_cfl12_834 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803 svg + svg {
  left: 24px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._nameWrapper_cfl12_803 svg + svg + svg {
  left: 48px;
}
._gameButton_cfl12_577 ._team_cfl12_261 ._score_cfl12_387 {
  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_cfl12_868 {
  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_cfl12_868 svg {
  width: 15px;
  height: 15px;
}

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

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

._noRef_cfl12_897,
.noRef {
  color: #f00;
}

._bottom_cfl12_225 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--main);
  padding-top: 8px;
  position: relative;
}
._bottom_cfl12_225 ._ref_cfl12_419 {
  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_cfl12_225 ._ref_cfl12_419 svg {
  display: inline-block;
  vertical-align: middle;
}
._bottom_cfl12_225 ._time_cfl12_178 {
  flex-shrink: 0;
}
._bottom_cfl12_225 > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

._gameTypeWrapper_cfl12_935 {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-sm);
}
._gameTypeWrapper_cfl12_935 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_cfl12_935 button._active_cfl12_118 {
  background: var(--mainHover);
}
._gameTypeWrapper_cfl12_935 button + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._matchInfo_cfl12_576 {
  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_cfl12_576:disabled {
  cursor: default;
}
._matchInfo_cfl12_576 ._dragHandle_cfl12_707 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_cfl12_576 ._dragHandle_cfl12_707 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_cfl12_576 ._gameState_cfl12_994 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_cfl12_576._isRainbow_cfl12_324 {
  background: transparent !important;
}
._matchInfo_cfl12_576._isRainbow_cfl12_324: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_cfl12_672 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_cfl12_672._empty_cfl12_634 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}.team-roster {
  width: 100%;
}
.team-roster h2 {
  margin-top: var(--spacing-lg);
}

.full-screen-game {
  display: flex;
  flex-direction: column;
}
.full-screen-game .tab-content {
  padding-top: var(--spacing-md);
}
.full-screen-game .game-header {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--main);
  padding: var(--spacing-sm) var(--spacing-lg);
  margin: 0;
  height: auto;
  border-radius: 30px;
  display: flex;
  gap: var(--spacing-md);
}
.full-screen-game .game-header .game-time {
  color: #fff;
  line-height: 0.7 !important;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.full-screen-game .game-card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
.full-screen-game .game-teams {
  flex: 0;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 700px) {
  .full-screen-game .game-teams {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.full-screen-game .vs {
  font-size: 30px;
  display: block;
  position: relative;
  color: var(--secondaryText);
}
@media (max-width: 700px) {
  .full-screen-game .vs {
    padding: var(--spacing-lg) 0;
    width: 100%;
    text-align: center;
  }
  .full-screen-game .vs:before {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--info);
    position: absolute;
    top: 50%;
    left: 0;
    width: 40%;
  }
  .full-screen-game .vs:after {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--info);
    position: absolute;
    top: 50%;
    width: 40%;
    right: 0;
  }
}
.full-screen-game .game-refs {
  font-size: 18px;
  font-weight: 500;
}
.full-screen-game .game-refs svg {
  width: 25px;
  height: 25px;
}
.full-screen-game .team-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
  width: 50%;
}
.full-screen-game .team-column .team-name {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-screen-game .team-column .score {
  font-size: 80px;
  min-width: 140px;
  text-align: center;
}
.full-screen-game .team-column.loser .score {
  background: #f5d5d5;
  color: var(--mainText);
}
.full-screen-game .team-column.winner .score {
  background: #e0f6e6;
  color: var(--mainText);
}
.full-screen-game .team-column.tied .score {
  background: #f5f1d5;
  color: var(--mainText);
}
@media (max-width: 700px) {
  .full-screen-game .team-column {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .full-screen-game .team-column .avatar {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .full-screen-game .team-column .score {
    margin-left: auto;
    font-size: 60px;
    min-width: 100px;
  }
}.schedule-view {
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0 calc(var(--spacing-lg) * -1);
}
@media (max-width: 960px) {
  .schedule-view {
    margin: 0 calc(var(--spacing-md) * -1);
  }
}

.schedule-controls {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  box-shadow: none;
}

.day-accordion {
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: none;
}

.day-header {
  padding: 0;
  cursor: default;
  transition: background-color 0.2s;
  position: sticky;
  z-index: 22;
  top: 54px;
  background: var(--bgLight);
  color: var(--mainText);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.day-header.is-planner {
  top: 38px;
}
.day-header h2 {
  margin: 0 !important;
  padding: var(--spacing-md) var(--spacing-lg);
  cursor: pointer;
}

.day-header-timeline {
  overflow-x: hidden;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: white;
}

.day-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.1em;
  position: sticky;
  left: 0;
  width: fit-content;
  z-index: 25;
}

.day-content {
  overflow-x: auto;
  overflow-y: hidden;
}

.day-timeline {
  display: flex;
  position: relative;
  min-width: 100%;
  width: fit-content;
}
.day-timeline.header-mode .time-axis {
  height: auto !important;
}

.time-axis-container {
  flex: 0 0 60px;
  background-color: #fff;
  border-right: 1px solid #eee;
  position: sticky;
  left: 0;
  z-index: 21;
}

.time-axis {
  position: relative;
  width: 100%;
}

.moveArrow {
  position: absolute;
  z-index: 13;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
.moveArrow.save {
  top: -2px;
  right: -1px;
  transform: translate(0, -100%);
}
.moveArrow.cancel {
  top: -2px;
  right: -1px;
  transform: translate(calc(-100% - 2px), -100%);
}
.moveArrow.delete {
  top: -2px;
  right: -1px;
  transform: translate(calc(-200% - 4px), -100%);
}
.moveArrow.moveLeft {
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}
.moveArrow.moveRight {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
.moveArrow.moveDown {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.moveArrow.moveUp {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.time-axis-header {
  height: 40px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--secondaryText);
  font-size: 10px;
  background-color: #fff;
  position: relative;
  z-index: 22;
}

.time-axis-track {
  position: relative;
  width: 100%;
}
.time-axis-track.is-planner {
  margin-top: 10px;
}

.time-marker {
  position: absolute;
  width: 100%;
  border-top: 1px solid #eee;
  height: 0;
}

.time-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  color: var(--secondaryText);
  background: white;
  padding-right: 2px;
  white-space: nowrap;
  text-align: right;
  padding: 0 var(--spacing-xs);
}

.courts-container {
  display: flex;
  flex: 1;
}

.court-column {
  flex: 1;
  min-width: 200px;
  flex-shrink: 0;
  position: relative;
}

.court-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: var(--bgLight);
  position: relative;
  z-index: 20;
  gap: var(--spacing-sm);
}
.court-header a {
  color: var(--darkerHover);
}

.court-timeline-track {
  position: relative;
  background: var(--bgLight);
  width: 100%;
}
.court-timeline-track.is-planner {
  margin-top: 10px;
}

.addMatchBtn {
  position: absolute;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.addMatchBtn.bottomBtn {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.addMatchBtn.top-btn {
  top: 11px;
}

.game-card {
  position: absolute;
  left: 2px;
  right: 2px;
  background: white;
  padding: var(--spacing-xs) var(--spacing-xs) var(--spacing-xs);
  font-size: 0.75em;
  border-radius: 4px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: z-index 0s;
  border-bottom: 2px solid var(--bgLight);
}
.game-card:not(.break) {
  cursor: pointer;
}
.game-card.error {
  background-color: red;
}
.game-card.warning {
  background-color: orange;
}
.game-card.error .game-tournament,
.game-card.error .game-teams-compact, .game-card.warning .game-tournament,
.game-card.warning .game-teams-compact {
  color: white;
}

.game-card.break {
  background-color: #fa8e38;
}

.game-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.game-time {
  font-size: 0.9em;
  color: var(--game-header-text-color);
  font-weight: bold;
  white-space: nowrap;
  line-height: 0.3 !important;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.game-tournament {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--darker);
  margin: 2px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-tournament.spacing {
  margin-top: var(--spacing-md);
}

.game-refs {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
}

.game-teams {
  flex: 1;
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-card:hover .hoverState {
  opacity: 1;
  visibility: visible;
}

.game-card.thick.warning .hoverState.active,
.game-card.thick.error .hoverState.active {
  top: 0;
}

.hoverState {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: var(--spacing-md);
  z-index: 2;
  text-transform: none;
  text-align: center;
  border-radius: 4px;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
  font-weight: 500;
  font-size: 14px;
  background: rgba(247, 247, 249, 0.8);
  border: none;
  color: var(--main);
  cursor: pointer;
  z-index: 12;
}
.hoverState.active {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  transform: translate(0, 0);
}

.team-row {
  display: flex;
  justify-content: space-between;
  background: var(--bgLight);
  padding: 4px;
  border-radius: 4px;
  align-items: center;
  gap: var(--spacing-xs);
}
.team-row .team-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ignoreForStandingsOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-transform: none;
  border-radius: 4px;
  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;
}

.teamNote {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.team-row.winner {
  font-weight: bold;
}

.team-row.loser .score {
  background: #f5d5d5;
  color: var(--mainText);
}

.team-row.winner .score {
  background: #e0f6e6;
  color: var(--mainText);
}

.team-row.tied .score {
  background: #f5f1d5;
  color: var(--mainText);
}

.score {
  font-weight: bold;
  background: var(--info);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 1px 4px 0;
  min-width: 22px;
}

.game-status {
  font-size: 0.85em;
  line-height: 0.9 !important;
  text-align: right;
  font-weight: 500;
  color: var(--game-header-text-color);
}

.game-label {
  margin-top: 5px;
  font-style: italic;
  color: var(--mainText);
  line-height: 0.9 !important;
  text-align: center;
}

.game-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 21px;
  padding: var(--spacing-sm);
  margin: calc(var(--spacing-xs) * -1);
  margin-bottom: 0;
  background-color: var(--game-color);
  color: var(--game-header-text-color);
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: padding 0.2s ease;
}
.game-header.game-left-in-progress {
  background-color: red;
  color: white;
}
.game-header.game-left-in-progress .game-time,
.game-header.game-left-in-progress .game-status {
  color: white;
}
.game-header.live:not(.no-background) {
  background-color: var(--darkGray);
  color: white;
}
.game-header.live:not(.no-background) .game-time {
  color: white;
}
.game-header.error {
  background-color: red;
  color: white;
  z-index: 2;
}
.game-header.error.warning {
  background-color: orange;
}
.game-header.error .game-time {
  color: white;
}
.game-header.error svg {
  fill: white;
  width: 12px;
  height: 12px;
}

.thick .game-header {
  height: 30px;
  padding: 0 var(--spacing-md);
}
.thick .game-header.error svg {
  fill: white;
  width: 16px;
  height: 16px;
}

.is-rainbow .game-header {
  background: transparent !important;
}
.is-rainbow .game-header: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;
}

.break-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
}

.game-compact {
  background-color: var(--game-color);
  color: var(--game-header-text-color);
}
.game-compact.is-rainbow {
  background: transparent !important;
}
.game-compact.is-rainbow: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;
}

/* Compact Mode */
.game-compact-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  line-height: 1.2;
}

.game-ultra-compact-content {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4px;
  justify-content: space-between;
  overflow: hidden;
}

.game-time-compact {
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

.game-teams-compact {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-sm);
  gap: 3px;
  flex-grow: 1;
}
.game-teams-compact span {
  overflow: hidden;
  text-overflow: ellipsis;
}._scheduleWrapper_1ytel_1 {
  position: relative;
  overflow: auto;
}
._scheduleWrapper_1ytel_1._paddingBottom_1ytel_5 {
  padding-bottom: 20px;
}

._lowercase_1ytel_9 {
  text-transform: none;
}

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

._filtersWrapper_1ytel_21 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_1ytel_21 ._filterBtn_1ytel_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_1ytel_21 ._filterBtn_1ytel_30:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_1ytel_21 ._filterBtn_1ytel_30 ._filtersCount_1ytel_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_1ytel_21 ._filterClearBtn_1ytel_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_1ytel_21 ._filterClearBtn_1ytel_66:hover {
  background: var(--border);
  transform: scale(1.02);
}

._dateTitle_1ytel_88:not(._isFirst_1ytel_88) h2 {
  margin-top: var(--spacing-md);
}
._dateTitle_1ytel_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_1ytel_102 {
  display: grid;
  row-gap: 1px;
  column-gap: 10px;
  margin: 0 auto;
}

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

._buttonWithGroupedAction_1ytel_113 {
  display: flex;
  align-items: center;
  position: relative;
}
._buttonWithGroupedAction_1ytel_113 ._filterBtn_1ytel_30._active_1ytel_118 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--spacing-md) !important;
}
._buttonWithGroupedAction_1ytel_113 ._filterClearBtn_1ytel_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_1ytel_113 ._count_1ytel_133 {
  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_1ytel_150 {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9;
}

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

._liveDot_1ytel_161 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  animation: _glow_1ytel_1 2s infinite;
}

._pausedDot_1ytel_170 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eab308;
}

._timeoutDot_1ytel_178 {
  font-size: 10px;
  line-height: 10px;
}

@keyframes _glow_1ytel_1 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._courtColumn_1ytel_194 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_1ytel_194._hasError_1ytel_204 {
  margin-top: 30px;
}
._courtColumn_1ytel_194._break_1ytel_207 {
  background: var(--punchColor);
  text-align: center;
  color: var(--mainText);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
._courtColumn_1ytel_194 ._addMatchBtn_1ytel_109 {
  position: absolute;
  align-self: center;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  transform: translate(0, -50%);
}
._courtColumn_1ytel_194 ._addMatchBtn_1ytel_109._bottomBtn_1ytel_225 {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}
._courtColumn_1ytel_194 ._courtError_1ytel_230,
._courtColumn_1ytel_194 ._courtTimer_1ytel_231 {
  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_1ytel_194 ._courtError_1ytel_230._shown_1ytel_248,
._courtColumn_1ytel_194 ._courtTimer_1ytel_231._shown_1ytel_248 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_1ytel_194 ._courtError_1ytel_230._isWarning_1ytel_253,
._courtColumn_1ytel_194 ._courtTimer_1ytel_231._isWarning_1ytel_253 {
  background: orange;
}
._courtColumn_1ytel_194 ._courtTimer_1ytel_231 {
  background: var(--darkGray);
}

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

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

._highlighted_1ytel_271,
.highlighted {
  background: yellow;
}

._filters_1ytel_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_1ytel_21 ._header_1ytel_290 {
  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_1ytel_21 ._header_1ytel_290 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
._filters_1ytel_21 ._content_1ytel_303 {
  flex-direction: column;
  align-items: start;
  display: flex;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._filters_1ytel_21 ._content_1ytel_303 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_1ytel_21 ._content_1ytel_303 button.active {
  background: var(--darkerHover) !important;
  border-color: var(--darkerHover) !important;
  color: #fff;
}
._filters_1ytel_21 ._content_1ytel_303 button.isRainbow {
  background: transparent !important;
}
._filters_1ytel_21 ._content_1ytel_303 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_1ytel_21 ._content_1ytel_303 button.isRainbow:hover, ._filters_1ytel_21 ._content_1ytel_303 button.isRainbow.active {
  color: var(--darkGray);
}
._filters_1ytel_21 ._content_1ytel_303 button.isRainbow:hover:before, ._filters_1ytel_21 ._content_1ytel_303 button.isRainbow.active:before {
  opacity: 0.7;
}
._filters_1ytel_21 ._content_1ytel_303 button:hover {
  background: var(--darkerHover);
  border-color: var(--darkerHover);
}
._filters_1ytel_21 ._content_1ytel_303 button:hover:not(._div_1ytel_350) {
  color: #fff;
}
._filters_1ytel_21 ._filterRow_1ytel_353 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

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

._ScoreCard_1ytel_361 {
  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_1ytel_361 {
    display: flex;
  }
}
._ScoreCard_1ytel_361 h1 {
  margin: 0;
}
._ScoreCard_1ytel_361 ._scoresWrapper_1ytel_387 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_1ytel_361 ._scoreWrapper_1ytel_393 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_1ytel_361 ._scoreWrapper_1ytel_393 ._score_1ytel_387 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_1ytel_361 ._signatureWrapper_1ytel_406 ._signature_1ytel_406 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_1ytel_361 ._cardsWrapper_1ytel_410 {
  display: flex;
  align-items: end;
}
._ScoreCard_1ytel_361 ._cardsWrapper_1ytel_410 ._cards_1ytel_410 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_1ytel_361 ._refWrapper_1ytel_419 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_1ytel_361 ._refWrapper_1ytel_419 ._refName_1ytel_424 {
  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_1ytel_432 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_1ytel_432 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_1ytel_432:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

._stickyHeader_1ytel_463 {
  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_1ytel_463::-webkit-scrollbar {
  display: none;
}
@media (max-width: 960px) {
  ._stickyHeader_1ytel_463 {
    left: var(--spacing-md);
    right: var(--spacing-md);
  }
}
._stickyHeader_1ytel_463 ._tableHeaderCell_1ytel_486:first-of-type {
  border-left: 1px solid var(--border);
}
._stickyHeader_1ytel_463 ._tableHeaderCell_1ytel_486:last-of-type {
  border-right: 1px solid var(--border);
}

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

._tableCell_1ytel_499 {
  position: relative;
}
._tableCell_1ytel_499._selectedCourt_1ytel_502 {
  z-index: 3;
}
._tableCell_1ytel_499 ._ignoreForStandingsOverlay_1ytel_505 {
  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_1ytel_499 ._hoverState_1ytel_528 {
  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_1ytel_499 ._innerWrapper_1ytel_552 {
  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_1ytel_499 ._innerWrapper_1ytel_552:not(._break_1ytel_207) {
  padding: 8px;
}
._tableCell_1ytel_499 ._innerWrapper_1ytel_552 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486) {
  height: 100%;
}
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486) ._matchInfo_1ytel_576,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486) ._gameButton_1ytel_577,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486) ._bottom_1ytel_225 {
  transition: all 0.3s;
}
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._isPlanner_1ytel_581:hover:not(._selectedCourt_1ytel_502) ._matchInfo_1ytel_576,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._isPlanner_1ytel_581:hover:not(._selectedCourt_1ytel_502) ._gameButton_1ytel_577,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._isPlanner_1ytel_581:hover:not(._selectedCourt_1ytel_502) ._bottom_1ytel_225, ._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._selectedCourt_1ytel_502._isPlanner_1ytel_581 ._matchInfo_1ytel_576,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._selectedCourt_1ytel_502._isPlanner_1ytel_581 ._gameButton_1ytel_577,
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._selectedCourt_1ytel_502._isPlanner_1ytel_581 ._bottom_1ytel_225 {
  filter: blur(2px);
}
._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._isPlanner_1ytel_581:hover:not(._selectedCourt_1ytel_502) ._hoverState_1ytel_528:not(._disabled_1ytel_588), ._tableCell_1ytel_499:not(._tableHeaderCell_1ytel_486)._selectedCourt_1ytel_502._isPlanner_1ytel_581 ._hoverState_1ytel_528:not(._disabled_1ytel_588) {
  opacity: 1;
  visibility: visible;
}
._tableCell_1ytel_499._fullWidth_1ytel_592 {
  width: 100% !important;
}
@media (max-width: 960px) {
  ._tableCell_1ytel_499._tableGame_1ytel_596 {
    width: 100% !important;
  }
}
._tableCell_1ytel_499._tableHeaderCell_1ytel_486 {
  align-items: center;
  justify-content: space-between;
}

.matchup-wrapper ._innerWrapper_1ytel_552,
.matchup-wrapper ._hoverState_1ytel_528,
.matchup-wrapper ._tableCell_1ytel_499._fullWidth_1ytel_592 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}

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

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

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

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

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

._lockedForStreaming_1ytel_683 {
  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_1ytel_634 {
  background: rgba(255, 0, 0, 0.4);
  border-top: none;
  border-right: none;
}

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

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

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

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

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

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

._gameButton_1ytel_577 {
  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_1ytel_577:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_1ytel_577 ._team_1ytel_261 {
  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_1ytel_577 ._team_1ytel_261._scheduleError_1ytel_791 {
  background: #efafaf;
  animation: _pulse_1ytel_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_1ytel_577 ._team_1ytel_261._scheduleError_1ytel_791 svg {
  color: red;
  font-size: 18px;
}
._gameButton_1ytel_577 ._team_1ytel_261._scheduleWarning_1ytel_799 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_1ytel_577 ._team_1ytel_261._isWinner_1ytel_803 ._nameWrapper_1ytel_803,
._gameButton_1ytel_577 ._team_1ytel_261._isWinner_1ytel_803 ._score_1ytel_387 {
  background: #e0f6e6;
}
._gameButton_1ytel_577 ._team_1ytel_261._isLoser_1ytel_807 ._nameWrapper_1ytel_803,
._gameButton_1ytel_577 ._team_1ytel_261._isLoser_1ytel_807 ._score_1ytel_387 {
  background: #f5d5d5;
}
._gameButton_1ytel_577 ._team_1ytel_261._isTied_1ytel_811 ._nameWrapper_1ytel_803,
._gameButton_1ytel_577 ._team_1ytel_261._isTied_1ytel_811 ._score_1ytel_387 {
  background: #f5f1d5;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803._hasIcon_1ytel_825 {
  padding-left: 32px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803._hasTwoIcons_1ytel_828 {
  padding-left: 48px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803._hasThreeIcons_1ytel_831 {
  padding-left: 72px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803 ._teamNote_1ytel_834 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803 svg + svg {
  left: 24px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._nameWrapper_1ytel_803 svg + svg + svg {
  left: 48px;
}
._gameButton_1ytel_577 ._team_1ytel_261 ._score_1ytel_387 {
  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_1ytel_868 {
  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_1ytel_868 svg {
  width: 15px;
  height: 15px;
}

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

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

._noRef_1ytel_897,
.noRef {
  color: #f00;
}

._bottom_1ytel_225 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--main);
  padding-top: 8px;
  position: relative;
}
._bottom_1ytel_225 ._ref_1ytel_419 {
  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_1ytel_225 ._ref_1ytel_419 svg {
  display: inline-block;
  vertical-align: middle;
}
._bottom_1ytel_225 ._time_1ytel_178 {
  flex-shrink: 0;
}
._bottom_1ytel_225 > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

._gameTypeWrapper_1ytel_935 {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-sm);
}
._gameTypeWrapper_1ytel_935 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_1ytel_935 button._active_1ytel_118 {
  background: var(--mainHover);
}
._gameTypeWrapper_1ytel_935 button + button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

._matchInfo_1ytel_576 {
  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_1ytel_576:disabled {
  cursor: default;
}
._matchInfo_1ytel_576 ._dragHandle_1ytel_707 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_1ytel_576 ._dragHandle_1ytel_707 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_1ytel_576 ._gameState_1ytel_994 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_1ytel_576._isRainbow_1ytel_324 {
  background: transparent !important;
}
._matchInfo_1ytel_576._isRainbow_1ytel_324: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_1ytel_672 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_1ytel_672._empty_1ytel_634 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
._error_okcnf_1 {
  background: var(--error);
  border-color: var(--error);
  color: #fff;
}
._error_okcnf_1:hover {
  background: rgb(249, 64, 64) !important;
  border-color: var(--error) !important;
  color: #fff;
}

._warning_okcnf_12 {
  background: var(--warning);
  border-color: var(--warning);
  color: var(--mainText);
}
._warning_okcnf_12:hover {
  background: rgb(255, 201, 93) !important;
  border-color: var(--warning) !important;
  color: var(--mainText);
}._initialLoad_1aoqj_1 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
}
._initialLoad_1aoqj_1 img {
  width: 378px;
}
._initialLoad_1aoqj_1 ._logoWrapper_1aoqj_19 {
  position: relative;
  display: block;
}
._initialLoad_1aoqj_1 ._icon_1aoqj_23 {
  border: 3px solid var(--darker);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 0 1px;
  display: inline-block;
  animation: _logo_1aoqj_19 2s infinite;
  background-color: #fff;
}
._initialLoad_1aoqj_1 ._icon_1aoqj_23::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 2px;
  left: 2px;
  background-color: var(--darker);
  border-radius: 100% 0 0 0;
}
._initialLoad_1aoqj_1 ._icon_1aoqj_23::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  pointer-events: none;
}
._initialLoad_1aoqj_1._shown_1aoqj_54 {
  opacity: 1;
  visibility: visible;
}

@keyframes _logo_1aoqj_19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._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;
}
._secondaryMvp_7pv47_1 {
  margin-top: var(--spacing-lg);
}

._mvpWrapper_7pv47_5 {
  margin-top: var(--spacing-lg);
}

._title_7pv47_9 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--main);
}

._titleWrapper_7pv47_16 {
  cursor: pointer;
}
._titleWrapper_7pv47_16._open_7pv47_19 {
  border-bottom: 1px solid var(--border);
  padding-bottom: var(--spacing-md) !important;
}

._mvpWrapper_7pv47_5 {
  margin-top: var(--spacing-lg);
}

._checkbox_7pv47_28 {
  margin-top: var(--spacing-lg);
}
@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;
}
