._scheduleWrapper_1omlj_1 {
  position: relative;
  overflow: auto;
}

._lowercase_1omlj_6 {
  text-transform: none;
}

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

._filtersWrapper_1omlj_18 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_1omlj_18 ._filterBtn_1omlj_27 {
  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_1omlj_18 ._filterBtn_1omlj_27:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_1omlj_18 ._filterBtn_1omlj_27 ._filtersCount_1omlj_48 {
  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_1omlj_18 ._filterClearBtn_1omlj_63 {
  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_1omlj_18 ._filterClearBtn_1omlj_63:hover {
  background: var(--border);
  transform: scale(1.02);
}

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

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

._buttonWithGroupedAction_1omlj_110 {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
}
._buttonWithGroupedAction_1omlj_110 ._filterBtn_1omlj_27._active_1omlj_116 {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--spacing-md) !important;
}
._buttonWithGroupedAction_1omlj_110 ._filterClearBtn_1omlj_63 {
  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_1omlj_110 ._count_1omlj_131 {
  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;
}

._courtColumn_1omlj_148 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_1omlj_148._hasError_1omlj_158 {
  margin-top: 30px;
}
._courtColumn_1omlj_148 ._addMatchBtn_1omlj_106 {
  position: absolute;
  align-self: center;
  white-space: nowrap;
  z-index: 11;
  top: 0;
  transform: translate(0, -50%);
}
._courtColumn_1omlj_148 ._addMatchBtn_1omlj_106._bottomBtn_1omlj_169 {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}
._courtColumn_1omlj_148 ._courtError_1omlj_174,
._courtColumn_1omlj_148 ._courtTimer_1omlj_175 {
  position: absolute;
  background: red;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  top: -30px;
  padding: 4px 6px 4px 4px;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
._courtColumn_1omlj_148 ._courtError_1omlj_174._shown_1omlj_191,
._courtColumn_1omlj_148 ._courtTimer_1omlj_175._shown_1omlj_191 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_1omlj_148 ._courtError_1omlj_174._isWarning_1omlj_196,
._courtColumn_1omlj_148 ._courtTimer_1omlj_175._isWarning_1omlj_196 {
  background: orange;
}
._courtColumn_1omlj_148 ._courtTimer_1omlj_175 {
  background: var(--darkGray);
}

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

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

._highlighted_1omlj_214 {
  background: yellow;
}

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

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

._ScoreCard_1omlj_303 {
  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_1omlj_303 {
    display: flex;
  }
}
._ScoreCard_1omlj_303 h1 {
  margin: 0;
}
._ScoreCard_1omlj_303 ._scoresWrapper_1omlj_329 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_1omlj_303 ._scoreWrapper_1omlj_335 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_1omlj_303 ._scoreWrapper_1omlj_335 ._score_1omlj_329 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_1omlj_303 ._signatureWrapper_1omlj_348 ._signature_1omlj_348 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_1omlj_303 ._cardsWrapper_1omlj_352 {
  display: flex;
  align-items: end;
}
._ScoreCard_1omlj_303 ._cardsWrapper_1omlj_352 ._cards_1omlj_352 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_1omlj_303 ._refWrapper_1omlj_361 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_1omlj_303 ._refWrapper_1omlj_361 ._refName_1omlj_366 {
  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_1omlj_374 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_1omlj_374 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_1omlj_374:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

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

._moveArrow_1omlj_435 {
  position: absolute;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
._moveArrow_1omlj_435._save_1omlj_441 {
  top: -2px;
  right: -1px;
  transform: translate(0, -100%);
}
._moveArrow_1omlj_435._cancel_1omlj_446 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-100% - 2px), -100%);
}
._moveArrow_1omlj_435._delete_1omlj_451 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-200% - 4px), -100%);
}
._moveArrow_1omlj_435._moveLeft_1omlj_456 {
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}
._moveArrow_1omlj_435._moveRight_1omlj_461 {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
._moveArrow_1omlj_435._moveDown_1omlj_466 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
._moveArrow_1omlj_435._moveUp_1omlj_471 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

._tableCell_1omlj_483 {
  position: relative;
}
._tableCell_1omlj_483._selectedCourt_1omlj_486 {
  z-index: 3;
}
._tableCell_1omlj_483 ._ignoreForStandingsOverlay_1omlj_489 {
  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_1omlj_483 ._hoverState_1omlj_512 {
  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_1omlj_483 ._innerWrapper_1omlj_536 {
  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_1omlj_483 ._innerWrapper_1omlj_536:not(._break_1omlj_546) {
  padding: 8px;
}
._tableCell_1omlj_483 ._innerWrapper_1omlj_536 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_1omlj_483._active_1omlj_116 ._innerWrapper_1omlj_536, ._tableCell_1omlj_483._active_1omlj_116 ._hoverState_1omlj_512 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428) {
  height: 100%;
}
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428) ._matchInfo_1omlj_564,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428) ._gameButton_1omlj_565,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428) ._bottom_1omlj_169 {
  transition: all 0.3s;
}
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._isPlanner_1omlj_569:hover:not(._selectedCourt_1omlj_486) ._matchInfo_1omlj_564,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._isPlanner_1omlj_569:hover:not(._selectedCourt_1omlj_486) ._gameButton_1omlj_565,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._isPlanner_1omlj_569:hover:not(._selectedCourt_1omlj_486) ._bottom_1omlj_169, ._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._selectedCourt_1omlj_486._isPlanner_1omlj_569 ._matchInfo_1omlj_564,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._selectedCourt_1omlj_486._isPlanner_1omlj_569 ._gameButton_1omlj_565,
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._selectedCourt_1omlj_486._isPlanner_1omlj_569 ._bottom_1omlj_169 {
  filter: blur(2px);
}
._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._isPlanner_1omlj_569:hover:not(._selectedCourt_1omlj_486) ._hoverState_1omlj_512:not(._disabled_1omlj_576), ._tableCell_1omlj_483:not(._tableHeaderCell_1omlj_428)._selectedCourt_1omlj_486._isPlanner_1omlj_569 ._hoverState_1omlj_512:not(._disabled_1omlj_576) {
  opacity: 1;
  visibility: visible;
}
._tableCell_1omlj_483._fullWidth_1omlj_580 {
  width: 100% !important;
}
._tableCell_1omlj_483._fullWidth_1omlj_580._active_1omlj_116 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}
@media (max-width: 960px) {
  ._tableCell_1omlj_483._tableGame_1omlj_588 {
    width: 100% !important;
  }
}
._tableCell_1omlj_483._tableHeaderCell_1omlj_428 {
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

._gameButton_1omlj_565 {
  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_1omlj_565:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_1omlj_565 ._team_1omlj_204 {
  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_1omlj_565 ._team_1omlj_204._scheduleError_1omlj_776 {
  background: #efafaf;
  animation: _pulse_1omlj_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_1omlj_565 ._team_1omlj_204._scheduleError_1omlj_776 svg {
  color: red;
  font-size: 18px;
}
._gameButton_1omlj_565 ._team_1omlj_204._scheduleWarning_1omlj_784 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_1omlj_565 ._team_1omlj_204._isWinner_1omlj_788 ._nameWrapper_1omlj_788,
._gameButton_1omlj_565 ._team_1omlj_204._isWinner_1omlj_788 ._score_1omlj_329 {
  background: #e0f6e6;
}
._gameButton_1omlj_565 ._team_1omlj_204._isLoser_1omlj_792 ._nameWrapper_1omlj_788,
._gameButton_1omlj_565 ._team_1omlj_204._isLoser_1omlj_792 ._score_1omlj_329 {
  background: #f5d5d5;
}
._gameButton_1omlj_565 ._team_1omlj_204._isTied_1omlj_796 ._nameWrapper_1omlj_788,
._gameButton_1omlj_565 ._team_1omlj_204._isTied_1omlj_796 ._score_1omlj_329 {
  background: #f5f1d5;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788._hasIcon_1omlj_810 {
  padding-left: 32px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788._hasTwoIcons_1omlj_813 {
  padding-left: 48px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788._hasThreeIcons_1omlj_816 {
  padding-left: 72px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788 ._teamNote_1omlj_819 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788 svg + svg {
  left: 24px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._nameWrapper_1omlj_788 svg + svg + svg {
  left: 48px;
}
._gameButton_1omlj_565 ._team_1omlj_204 ._score_1omlj_329 {
  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_1omlj_853 {
  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_1omlj_853 svg {
  width: 15px;
  height: 15px;
}

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

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

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

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

._matchInfo_1omlj_564 {
  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_1omlj_564:disabled {
  cursor: default;
}
._matchInfo_1omlj_564 ._dragHandle_1omlj_692 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_1omlj_564 ._dragHandle_1omlj_692 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_1omlj_564 ._gameState_1omlj_977 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_1omlj_564._isRainbow_1omlj_266 {
  background: transparent !important;
}
._matchInfo_1omlj_564._isRainbow_1omlj_266: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_1omlj_657 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_1omlj_657._empty_1omlj_619 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
._container_1t0xk_1 {
  position: relative;
}
._container_1t0xk_1._noTitle_1t0xk_4 {
  margin-top: var(--spacing-lg);
}
._container_1t0xk_1 ._bracketTitle_1t0xk_7 {
  margin: var(--spacing-lg) 0 var(--spacing-md) !important;
}

._wrapper_1t0xk_11 {
  display: flex;
  overflow-y: auto;
}
._wrapper_1t0xk_11 > ._item_1t0xk_15 {
  justify-content: start;
}

._item_1t0xk_15 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
._item_1t0xk_15 ._innerItem_1t0xk_24 {
  flex-grow: 1;
}
._item_1t0xk_15 ._innerItem_1t0xk_24:not(._isFirst_1t0xk_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_1t0xk_15 p {
  padding: 20px;
  margin: 0;
  background-color: Beige;
  white-space: nowrap;
}
._item_1t0xk_15 ._parent_1t0xk_43 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-md);
}
._item_1t0xk_15 ._parent_1t0xk_43:not(._noChildren_1t0xk_50) {
  margin-left: 50px;
}
._item_1t0xk_15 ._parent_1t0xk_43:not(._noChildren_1t0xk_50):after {
  position: absolute;
  content: "";
  width: 23px;
  height: 2px;
  left: 0;
  top: calc(50% + 14px);
  border-top: 2px dashed var(--secondaryText);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
._item_1t0xk_15 ._parent_1t0xk_43._childrenCompleted_1t0xk_64:after {
  border-top: 2px solid var(--darker);
  width: 50px/2;
}
._item_1t0xk_15 ._childrens_1t0xk_68 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._item_1t0xk_15 ._child_1t0xk_64 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
  justify-content: end;
}
._item_1t0xk_15 ._child_1t0xk_64:after {
  content: "";
  position: absolute;
  border-left: 2px dashed var(--secondaryText);
  right: -50px/2;
  height: calc(50% + 9px);
  width: 2px;
  top: calc(50% + 14px);
  transition: all 0.3s ease;
}
._item_1t0xk_15 ._child_1t0xk_64._completed_1t0xk_92:before,
._item_1t0xk_15 ._child_1t0xk_64._completed_1t0xk_92 ._item_1t0xk_15 ._innerItem_1t0xk_24:not(._isFirst_1t0xk_27):before {
  border-top: 2px solid var(--darker);
}
._item_1t0xk_15 ._child_1t0xk_64._completed_1t0xk_92:after {
  border-left: 2px solid var(--darker);
}
._item_1t0xk_15 ._child_1t0xk_64:last-child:after {
  transform: translateY(-100%);
}
._item_1t0xk_15 ._child_1t0xk_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_1t0xk_115:first-of-type {
  margin-top: 30px;
}
.team-item._showPointer_1t0xk_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_1t0xk_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_1t0xk_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;
}
