._container_xtqus_1 {
  position: relative;
}
._container_xtqus_1._noTitle_xtqus_4 {
  margin-top: var(--spacing-lg);
}
._container_xtqus_1 ._bracketTitle_xtqus_7 {
  margin: var(--spacing-lg) 0 var(--spacing-md) !important;
}

._wrapper_xtqus_11 {
  display: flex;
  overflow-y: auto;
}
._wrapper_xtqus_11 > ._item_xtqus_15 {
  justify-content: start;
}

._item_xtqus_15 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
._item_xtqus_15 ._innerItem_xtqus_24 {
  flex-grow: 1;
}
._item_xtqus_15 ._innerItem_xtqus_24:not(._isFirst_xtqus_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_xtqus_15 p {
  padding: 20px;
  margin: 0;
  background-color: Beige;
  white-space: nowrap;
}
._item_xtqus_15 ._parent_xtqus_43 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-md);
}
._item_xtqus_15 ._parent_xtqus_43:not(._noChildren_xtqus_50) {
  margin-left: 50px;
}
._item_xtqus_15 ._parent_xtqus_43:not(._noChildren_xtqus_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_xtqus_15 ._parent_xtqus_43._childrenCompleted_xtqus_64:after {
  border-top: 2px solid var(--darker);
  width: 25px;
}
._item_xtqus_15 ._childrens_xtqus_68 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._item_xtqus_15 ._child_xtqus_64 {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
  justify-content: end;
}
._item_xtqus_15 ._child_xtqus_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_xtqus_15 ._child_xtqus_64._completed_xtqus_92:before,
._item_xtqus_15 ._child_xtqus_64._completed_xtqus_92 ._item_xtqus_15 ._innerItem_xtqus_24:not(._isFirst_xtqus_27):before {
  border-top: 2px solid var(--darker);
}
._item_xtqus_15 ._child_xtqus_64._completed_xtqus_92:after {
  border-left: 2px solid var(--darker);
}
._item_xtqus_15 ._child_xtqus_64:last-child:after {
  transform: translateY(-100%);
}
._item_xtqus_15 ._child_xtqus_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_xtqus_115:first-of-type {
  margin-top: 30px;
}
.team-item._showPointer_xtqus_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_xtqus_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_xtqus_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;
}
._title_1lskf_1 {
  font-size: 20px !important;
  font-weight: 500;
  margin: var(--spacing-lg) 0 !important;
  color: var(--main);
}
._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);
}
._scheduleWrapper_17965_1 {
  position: relative;
  overflow: auto;
}

._lowercase_17965_6 {
  text-transform: none;
}

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

._filtersWrapper_17965_18 {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translate(-50px, 0);
  z-index: 999;
  display: flex;
  gap: var(--spacing-sm);
}
._filtersWrapper_17965_18 ._filterBtn_17965_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_17965_18 ._filterBtn_17965_27:hover {
  background: var(--border);
  transform: scale(1.02);
}
._filtersWrapper_17965_18 ._filterBtn_17965_27 ._filtersCount_17965_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_17965_18 ._filterClearBtn_17965_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_17965_18 ._filterClearBtn_17965_63:hover {
  background: var(--border);
  transform: scale(1.02);
}

._courtsWrapper_17965_85 {
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

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

._courtColumn_17965_95 {
  position: relative;
  min-width: 310px;
  width: 100%;
  transition: all 0.3s;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
._courtColumn_17965_95._hasError_17965_105 {
  margin-top: 30px;
}
._courtColumn_17965_95 ._addMatchBtn_17965_91 {
  align-self: center;
  white-space: nowrap;
  z-index: 11;
}
._courtColumn_17965_95 ._courtError_17965_113,
._courtColumn_17965_95 ._courtTimer_17965_114 {
  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_17965_95 ._courtError_17965_113._shown_17965_130,
._courtColumn_17965_95 ._courtTimer_17965_114._shown_17965_130 {
  opacity: 1;
  visibility: visible;
}
._courtColumn_17965_95 ._courtError_17965_113._isWarning_17965_135,
._courtColumn_17965_95 ._courtTimer_17965_114._isWarning_17965_135 {
  background: orange;
}
._courtColumn_17965_95 ._courtTimer_17965_114 {
  background: var(--darkGray);
}

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

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

._highlighted_17965_153 {
  background: yellow;
}

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

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

._ScoreCard_17965_242 {
  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_17965_242 {
    display: flex;
  }
}
._ScoreCard_17965_242 h1 {
  margin: 0;
}
._ScoreCard_17965_242 ._scoresWrapper_17965_268 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  gap: var(--spacing-md);
}
._ScoreCard_17965_242 ._scoreWrapper_17965_274 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 50%;
}
._ScoreCard_17965_242 ._scoreWrapper_17965_274 ._score_17965_268 {
  border: 1px solid var(--main);
  border-radius: 4px;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
._ScoreCard_17965_242 ._signatureWrapper_17965_287 ._signature_17965_287 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-xl);
}
._ScoreCard_17965_242 ._cardsWrapper_17965_291 {
  display: flex;
  align-items: end;
}
._ScoreCard_17965_242 ._cardsWrapper_17965_291 ._cards_17965_291 {
  border-bottom: 1px solid var(--main);
  padding-top: var(--spacing-lg);
  flex-grow: 1;
}
._ScoreCard_17965_242 ._refWrapper_17965_300 {
  display: flex;
  align-items: end;
  width: 300px;
}
._ScoreCard_17965_242 ._refWrapper_17965_300 ._refName_17965_305 {
  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_17965_313 {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  z-index: 9999;
}
._currentTimeBar_17965_313 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_17965_313:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #13d8d5;
  opacity: 0.6;
}

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

._moveArrow_17965_374 {
  position: absolute;
  z-index: 9;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
._moveArrow_17965_374._save_17965_380 {
  top: -2px;
  right: -1px;
  transform: translate(0, -100%);
}
._moveArrow_17965_374._cancel_17965_385 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-100% - 2px), -100%);
}
._moveArrow_17965_374._delete_17965_390 {
  top: -2px;
  right: -1px;
  transform: translate(calc(-200% - 4px), -100%);
}
._moveArrow_17965_374._moveLeft_17965_395 {
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}
._moveArrow_17965_374._moveRight_17965_400 {
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
._moveArrow_17965_374._moveDown_17965_405 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
._moveArrow_17965_374._moveUp_17965_410 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

._matchupWrapper_17965_416 {
  position: relative;
  margin-top: 30px;
}

._tableCell_17965_421 {
  position: relative;
}
._tableCell_17965_421._selectedCourt_17965_424 {
  z-index: 3;
}
._tableCell_17965_421 ._ignoreForStandingsOverlay_17965_427 {
  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_17965_421 ._hoverState_17965_450 {
  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_17965_421 ._innerWrapper_17965_474 {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  vertical-align: top;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
._tableCell_17965_421._active_17965_200 ._innerWrapper_17965_474, ._tableCell_17965_421._active_17965_200 ._hoverState_17965_450 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}
._tableCell_17965_421:not(._tableHeaderCell_17965_367) {
  height: 100%;
}
._tableCell_17965_421:not(._tableHeaderCell_17965_367) ._matchInfo_17965_498,
._tableCell_17965_421:not(._tableHeaderCell_17965_367) ._gameButton_17965_499,
._tableCell_17965_421:not(._tableHeaderCell_17965_367) ._bottom_17965_500 {
  transition: all 0.3s;
}
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._isPlanner_17965_503:hover:not(._selectedCourt_17965_424) ._matchInfo_17965_498,
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._isPlanner_17965_503:hover:not(._selectedCourt_17965_424) ._gameButton_17965_499,
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._isPlanner_17965_503:hover:not(._selectedCourt_17965_424) ._bottom_17965_500, ._tableCell_17965_421:not(._tableHeaderCell_17965_367)._selectedCourt_17965_424._isPlanner_17965_503 ._matchInfo_17965_498,
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._selectedCourt_17965_424._isPlanner_17965_503 ._gameButton_17965_499,
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._selectedCourt_17965_424._isPlanner_17965_503 ._bottom_17965_500 {
  filter: blur(2px);
}
._tableCell_17965_421:not(._tableHeaderCell_17965_367)._isPlanner_17965_503:hover:not(._selectedCourt_17965_424) ._hoverState_17965_450:not(._disabled_17965_510), ._tableCell_17965_421:not(._tableHeaderCell_17965_367)._selectedCourt_17965_424._isPlanner_17965_503 ._hoverState_17965_450:not(._disabled_17965_510) {
  opacity: 1;
  visibility: visible;
}
._tableCell_17965_421._fullWidth_17965_514 {
  width: 100% !important;
}
._tableCell_17965_421._fullWidth_17965_514._active_17965_200 {
  margin: 0 4px;
  width: calc(100% - 8px) !important;
}
@media (max-width: 960px) {
  ._tableCell_17965_421._tableGame_17965_522 {
    width: 100% !important;
  }
}
._tableCell_17965_421._tableHeaderCell_17965_367 {
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

._gameButton_17965_499 {
  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_17965_499:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.5);
}
._gameButton_17965_499 ._team_17965_143 {
  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_17965_499 ._team_17965_143._scheduleError_17965_709 {
  background: #efafaf;
  animation: _pulse_17965_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
._gameButton_17965_499 ._team_17965_143._scheduleError_17965_709 svg {
  color: red;
  font-size: 18px;
}
._gameButton_17965_499 ._team_17965_143._scheduleWarning_17965_717 svg {
  color: rgb(175, 127, 36);
  font-size: 18px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  flex-grow: 1;
  background: var(--bgLight);
  padding: 10px 8px;
  border-radius: 8px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721._hasIcon_17965_731 {
  padding-left: 32px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721._hasTwoIcons_17965_734 {
  padding-left: 48px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721._hasThreeIcons_17965_737 {
  padding-left: 72px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721 ._teamNote_17965_740 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721 svg + svg {
  left: 24px;
}
._gameButton_17965_499 ._team_17965_143 ._nameWrapper_17965_721 svg + svg + svg {
  left: 48px;
}
._gameButton_17965_499 ._team_17965_143 ._score_17965_268 {
  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_17965_774 {
  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_17965_774 svg {
  width: 15px;
  height: 15px;
}

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

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

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

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

._matchInfo_17965_498 {
  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_17965_498:disabled {
  cursor: default;
}
._matchInfo_17965_498 ._dragHandle_17965_625 {
  line-height: 1;
  cursor: pointer;
}
._matchInfo_17965_498 ._dragHandle_17965_625 svg {
  margin-left: calc(var(--spacing-md) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
._matchInfo_17965_498 ._gameState_17965_898 {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
._matchInfo_17965_498._isRainbow_17965_205 {
  background: transparent !important;
}
._matchInfo_17965_498._isRainbow_17965_205: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_17965_590 {
  background: #fff;
  border: 1px solid var(--main) !important;
  display: block;
}
._dragOverlay_17965_590._empty_17965_553 {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@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;
}
