._playerList_z184x_1 {
  margin-bottom: var(--spacing-lg);
}

._marginBottom_z184x_5 {
  margin-bottom: var(--spacing-md);
}

._requiredDocumentsCheckbox_z184x_9 {
  margin-top: var(--spacing-lg);
  font-size: 14px;
  align-items: start;
}
._requiredDocumentsCheckbox_z184x_9 a {
  color: var(--darkGray);
  text-decoration: none;
}
._requiredDocumentsCheckbox_z184x_9 a svg {
  height: 14px;
  width: 14px;
}

._courtNav_z184x_23 {
  display: none !important;
}
@media (min-width: 960px) {
  ._courtNav_z184x_23._show_z184x_27 {
    display: flex !important;
  }
}

._messageBoardDate_z184x_32 {
  font-size: 14px;
  color: var(--secondaryText);
}

._messageBoardText_z184x_37 {
  white-space: pre-wrap;
  margin-top: var(--spacing-md);
  color: var(--mainText);
}

._missingEmailText_z184x_43 {
  font-size: 16px;
  font-weight: 500;
}

._emptyState_z184x_48 {
  margin: 0 0 var(--spacing-md);
}

._registerBtn_z184x_52 {
  width: 100%;
  justify-content: center;
}

._joinBtn_z184x_57 {
  width: 100%;
  justify-content: center;
  margin-top: var(--spacing-lg);
}

._embeddedTitle_z184x_63 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: var(--spacing-md);
}

._emptyState_z184x_48 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  padding: var(--spacing-lg) 0 0;
  margin: 0;
}
._emptyState_z184x_48 a {
  margin: 0;
}

._registeredTeams_z184x_82 ._title_z184x_82 {
  font-size: 16px;
  margin: 0;
}
._registeredTeams_z184x_82 ._title_z184x_82 span {
  font-weight: 400;
  font-size: 14px;
}
._registeredTeams_z184x_82 ._tournamentName_z184x_90 {
  display: block;
  margin-top: var(--spacing-lg);
}
._registeredTeams_z184x_82 ._player_z184x_1 {
  margin-top: var(--spacing-lg);
  display: block;
  font-weight: 500;
}

._shareBtnWrapper_z184x_100 {
  position: relative;
  z-index: 1;
}
._shareBtnWrapper_z184x_100 ._shareBtn_z184x_100:hover {
  background: #e1e2e3;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  right: 5px;
  background: #fbfbfb;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: var(--spacing-md);
  z-index: 99;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #fbfbfb;
  top: 0;
  bottom: auto;
  right: 10px;
  position: absolute;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 ._closeBtn_z184x_134 {
  display: none;
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
}
@media (max-width: 600px) {
  ._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 {
    position: fixed;
    right: 50%;
    transform: translate(50%, -50%);
    padding: var(--spacing-xl) var(--spacing-xl) var(--spacing-lg) var(--spacing-lg);
  }
  ._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107:before {
    display: none;
  }
  ._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 ._closeBtn_z184x_134 {
    display: block;
    position: absolute;
  }
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 ._link_z184x_155 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #dbdbdb;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 button:before {
  background: transparent;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  position: absolute;
  transition: background 0.3s;
  z-index: 1;
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 button:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 button,
._shareBtnWrapper_z184x_100 ._shareWrapper_z184x_107 svg {
  line-height: 1 !important;
}

._Wrapper_z184x_188 {
  height: 100%;
  width: var(--sidebarWidth);
  color: var(--main);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 401;
}
._Wrapper_z184x_188 h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
._Wrapper_z184x_188 h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 var(--spacing-xs);
}
._Wrapper_z184x_188 > ul {
  padding: 0;
  list-style: none;
  overflow: auto;
  height: calc(100% - 132px);
}
._Wrapper_z184x_188 .odd {
  background: #f1f2f3;
}
._Wrapper_z184x_188 > ul > li {
  padding: var(--spacing-lg);
  transition: all 0.3s;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  border: 2px solid transparent;
}
._Wrapper_z184x_188 > ul > li:hover button {
  opacity: 1;
}
._Wrapper_z184x_188 > ul > li.selected {
  border: 2px solid var(--darker);
}
._Wrapper_z184x_188 ul ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}
._Wrapper_z184x_188 ul ul a {
  color: var(--main);
  transition: all 0.3s;
}
._Wrapper_z184x_188 ul ul svg {
  fill: var(--main);
  transition: all 0.3s;
}

._IconWrapper_z184x_243 {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._IconWrapper_z184x_243 svg {
  width: 20px;
}

._Header_z184x_253 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-lg);
  border-bottom: 1px solid var(--border);
}

._DivisionsWrapper_z184x_261 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}
._DivisionsWrapper_z184x_261._noSpaceBottom_z184x_269 {
  margin-bottom: 0;
}

._Dates_z184x_273 {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: var(--spacing-xs);
}

._EmptyEvents_z184x_280 {
  text-align: center;
  font-size: 14px;
  border-bottom: none !important;
  cursor: default !important;
}

._EditButton_z184x_287 {
  border: none;
  background: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.3s;
  z-index: 1;
}
._EditButton_z184x_287:hover {
  background: #e1e2e3;
}

._Heading_z184x_307 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

._Desc_z184x_313 {
  white-space: pre-line;
}

._InlineIconWrapper_z184x_317 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  gap: var(--spacing-xs);
}
._InlineIconWrapper_z184x_317._withSpace_z184x_324 {
  margin-top: var(--spacing-sm);
}
._InlineIconWrapper_z184x_317 a {
  color: var(--main);
  text-decoration: none;
}
._InlineIconWrapper_z184x_317 svg {
  width: 15px;
  height: 15px;
}

._RecurringWrapper_z184x_336 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
._RecurringWrapper_z184x_336 svg {
  width: 15px;
  height: 15px;
}
._RecurringWrapper_z184x_336 ._days_z184x_345 {
  text-transform: capitalize;
}
