.eventNameDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F4F4F4;
}
.eventNameDiv .eventName {
  padding: 16px 160px 16px 0;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}
.eventNameDiv .chevron {
  cursor: pointer;
}
#resultFileList ul {
  list-style: none;
}
#resultFileList li:nth-child(even) {
  background-color: #f8f9fc;
}
#resultFileList li {
  margin-left: 0;
  list-style: none;
  border: none !important;
  cursor: pointer;
}
#resultFileList li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}
#frmMeetResultsDetailFilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-bottom: 12px;
}
#frmMeetResultsDetailFilter .field {
  height: auto;
  margin: 0;
  vertical-align: middle;
}
#frmMeetResultsDetailFilter .field label {
  color: #4a5064;
  font-weight: 600;
}
#frmMeetResultsDetailFilter .field.link a {
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
#frmMeetResultsDetailFilter .field.link a:hover {
  text-decoration: underline;
}
#frmMeetResultsDetailFilter .field.link.showAllField a {
  color: #000062;
}
#frmMeetResultsDetailFilter .field.link.clearFilters a {
  color: #b3261e;
}
#frmMeetResultsDetailFilter .field.dropdown .input {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: 32px;
  border: 1px solid #cfd4de;
  border-radius: 6px;
  background: #fff;
  vertical-align: middle;
}
#frmMeetResultsDetailFilter .field.dropdown .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 30px 0 12px;
  border: 0;
  background: transparent;
  color: #1b2138;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}
#frmMeetResultsDetailFilter .field.dropdown .input select:focus {
  outline: none;
}
#frmMeetResultsDetailFilter .field.dropdown .input input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 12px 0 30px;
  border: 0;
  background: transparent;
  color: #1b2138;
  font-size: 13px;
  line-height: 30px;
}
#frmMeetResultsDetailFilter .field.dropdown .input input:focus {
  outline: none;
}
#frmMeetResultsDetailFilter .field.dropdown .input .fa {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  color: #6b7280;
  font-size: 11px;
  pointer-events: none;
}
#frmMeetResultsDetailFilter .field.ddResultsView .input {
  min-width: 120px;
}
#frmMeetResultsDetailFilter .field.searchField .input {
  min-width: 210px;
}
#frmMeetResultsDetailFilter .field.searchField .input .fa {
  left: 10px;
  right: auto;
}
#genderTabs {
  display: inline-flex;
  vertical-align: middle;
  border: 1px solid #cfd4de;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#genderTabs .genderTab {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  min-width: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  border: 0;
  border-left: 1px solid #cfd4de;
  border-radius: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
#genderTabs .genderTab:first-child {
  border-left: 0;
}
#genderTabs .genderTab:hover {
  background: #eef1f8;
}
#genderTabs .genderTab.active,
#genderTabs .genderTab.active:hover {
  background: #000062;
  color: #fff;
}
#resultsList .eventIndex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 48px;
  padding: 8px 0 4px;
}
#resultsList .eventIndexGroup {
  flex: 1 1 260px;
  min-width: 240px;
}
#resultsList .eventIndexHeading {
  margin: 0 0 4px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #1b2138;
  border-bottom: 2px solid #000062;
}
#resultsList .eventIndexList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#resultsList .eventIndexList li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #edeff3;
}
#resultsList .eventIndexLink {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 6px;
  color: #000062;
  text-decoration: none;
  line-height: 1.3;
}
#resultsList .eventIndexLink .fa {
  color: #c2c6d2;
  font-size: 11px;
  align-self: center;
}
#resultsList .eventIndexLink:hover {
  background: #f4f6fb;
}
#resultsList .eventIndexLink:hover .eventIndexName {
  text-decoration: underline;
}
#resultsList .eventIndexName {
  font-weight: 700;
}
#resultsList .eventIndexStar {
  color: #e0a200 !important;
  font-size: 11px;
  margin-right: 6px;
}
#resultsList .eventIndexLink.hasMine:hover {
  background: #fff7e3;
}
#resultsList .eventIndexDivision {
  flex: 0 0 auto;
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}
.timerLogo {
  margin: 10px 0 6px;
}
.timerLogo p {
  margin: 6px 0 0;
}
.resultsFootnote {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid #edeff3;
  color: #6b7280;
  font-size: 12px;
}
.resultsFootnote .disclaimer {
  display: block;
}
.resultsFootnote .correctionsNote {
  margin: 6px 0 0;
}
.eventResult.teamFiltered .teamName {
  display: none;
}
.rowGradeTag {
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 4px;
  background: #f0f2f7;
  color: #4a5064;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.cardWind,
.cardHeat {
  display: none;
}
.eventTable tbody tr.myRow {
  background: #fff9ec !important;
  box-shadow: inset 4px 0 0 #e39a00;
  transition: background 0.15s ease;
}
.eventTable tbody tr.myRow:hover {
  background: #fff3d6 !important;
}
.eventIndexLegend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff8e7;
  color: #6b5518;
  font-size: 12px;
  font-weight: 600;
}
.eventIndexLegend__key {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.eventIndexLegend__key .fa-star {
  color: #e0a200;
}
.eventIndexLegend__toggle {
  color: #b3261e;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.eventIndexLegend__toggle:hover {
  text-decoration: underline;
}
.myFollowIntro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin: 2px 0 16px;
  padding: 10px 14px;
  border-radius: 8px;
  border-left: 4px solid #e39a00;
  background: #fff8e7;
  color: #6b5518;
  font-size: 13px;
  font-weight: 600;
}
.myFollowIntro__lead {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.myFollowIntro__lead .fa-star {
  color: #e0a200;
}
.myFollowIntro__toggle {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #e0a200;
  border-radius: 999px;
  background: #fff;
  color: #b3261e;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.myFollowIntro__toggle:hover {
  background: #fff3d6;
}
@media (max-width: 600px) {
  .eventTable .cardWind {
    display: inline;
    margin-left: 5px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
  }
  .eventTable .cardHeat {
    display: inline-block;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 4px;
    background: #eef1f8;
    color: #4a5064;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
  }
  #frmMeetResultsDetailFilter {
    flex-direction: column;
    align-items: stretch;
  }
  #frmMeetResultsDetailFilter .field {
    width: 100%;
    margin: 0;
  }
  #frmMeetResultsDetailFilter .field.dropdown .input {
    display: block;
    width: 100%;
    min-width: 0;
  }
  #frmMeetResultsDetailFilter #genderTabs {
    display: flex;
    width: 100%;
  }
  #frmMeetResultsDetailFilter #genderTabs .genderTab {
    flex: 1;
    text-align: center;
  }
}
.reportNav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 18px;
}
.reportNav .reportNavItem {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #cfd4de;
  border-radius: 999px;
  background: #fff;
  color: #1b2138;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.reportNav .reportNavItem:hover {
  background: #eef1f8;
}
.reportNav .reportNavItem.active,
.reportNav .reportNavItem.active:hover {
  background: #000062;
  border-color: #000062;
  color: #fff;
}
.reportHead {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 12px;
}
.reportHead h3 {
  margin: 0;
  font-size: 20px;
}
.reportHead .reportIntro {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
}
.reportControls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.reportControls .reportFilter {
  margin: 0;
}
.reportControls .reportFilter .field {
  margin: 0;
  height: auto;
}
.reportControls .reportFilter .field label {
  margin-right: 8px;
  color: #4a5064;
  font-weight: 600;
  font-size: 13px;
}
.reportControls .reportFilter .field.dropdown .input {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: 32px;
  border: 1px solid #cfd4de;
  border-radius: 6px;
  background: #fff;
  vertical-align: middle;
}
.reportControls .reportFilter .field.dropdown .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 30px 0 12px;
  border: 0;
  background: transparent;
  color: #1b2138;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}
.reportControls .reportFilter .field.dropdown .input select:focus {
  outline: none;
}
.reportControls .reportFilter .field.dropdown .input input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 12px 0 30px;
  border: 0;
  background: transparent;
  color: #1b2138;
  font-size: 13px;
  line-height: 30px;
}
.reportControls .reportFilter .field.dropdown .input input:focus {
  outline: none;
}
.reportControls .reportFilter .field.dropdown .input .fa {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  color: #6b7280;
  font-size: 11px;
  pointer-events: none;
}
.reportControls .reportFilter .field.dropdown.searchField .input {
  min-width: 210px;
}
.reportControls .reportFilter .field.dropdown.searchField .input .fa {
  left: 10px;
  right: auto;
}
#frmMeetResultsDetailFilter .myFollowToggle::after,
.reportControls .myFollowToggle::after {
  content: none;
}
.myFollowToggle {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
.myFollowToggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.myFollowToggle__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  padding: 0 13px;
  border: 1.5px solid #dcc47c;
  border-radius: 999px;
  background: #fff;
  color: #4a5064;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.myFollowToggle__pill .fa-star {
  color: #e0a200;
  font-size: 12px;
}
.myFollowToggle__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f4ecd3;
  color: #8a6d16;
  font-size: 11px;
  font-weight: 700;
}
.myFollowToggle__count:empty {
  display: none;
}
.myFollowToggle:hover .myFollowToggle__pill {
  border-color: #e0a200;
  background: #fffaf0;
}
.myFollowToggle input:checked + .myFollowToggle__pill {
  background: #ffb81c;
  border-color: #ffb81c;
  color: #1b2138;
  box-shadow: 0 1px 3px rgba(176, 120, 0, 0.35);
}
.myFollowToggle input:checked + .myFollowToggle__pill .fa-star {
  color: #000062;
}
.myFollowToggle input:checked + .myFollowToggle__pill .myFollowToggle__count {
  background: rgba(0, 0, 98, 0.16);
  color: #000062;
}
.myFollowToggle input:focus-visible + .myFollowToggle__pill {
  outline: 2px solid #000062;
  outline-offset: 2px;
}
#frmMeetResultsDetailFilter .myFollowCta,
#reportControls .myFollowCta {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  max-width: 100%;
  padding: 5px 14px;
  border: 1px dashed #d9c47c;
  border-radius: 16px;
  background: #fffdf5;
  color: #6b5518;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}
#frmMeetResultsDetailFilter .myFollowCta .fa,
#reportControls .myFollowCta .fa {
  color: #e0a200;
  flex: 0 0 auto;
}
#frmMeetResultsDetailFilter .myFollowCta:hover,
#reportControls .myFollowCta:hover {
  background: #fff3d6;
  border-color: #e0a200;
  text-decoration: none;
}
#frmMeetResultsDetailFilter .myFollowCta:hover .fa-star-o:before,
#reportControls .myFollowCta:hover .fa-star-o:before {
  content: "\f005";
}
#frmMeetResultsDetailFilter .myFollowAdd,
#reportControls .myFollowAdd {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #cfd4de;
  border-radius: 999px;
  background: #fff;
  color: #4a5064;
  font-size: 13px;
  font-weight: 600;
}
#frmMeetResultsDetailFilter .myFollowAdd .fa,
#reportControls .myFollowAdd .fa {
  color: #6b7280;
}
#frmMeetResultsDetailFilter .myFollowAdd:hover,
#reportControls .myFollowAdd:hover {
  border-color: #000062;
  color: #000062;
}
#frmMeetResultsDetailFilter .field.link a.myFollowCta:hover {
  text-decoration: none;
}
#myFollowPicker {
  margin: 0 0 14px;
  border: 1px solid #e6dcb8;
  border-radius: 10px;
  background: #fffdf5;
  overflow: hidden;
}
#myFollowPicker .myFollowPicker__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #f0e6c8;
}
#myFollowPicker .myFollowPicker__head .fa-search {
  color: #6b7280;
}
#myFollowPicker .myFollowPicker__search {
  flex: 1 1 auto;
  min-width: 0;
  height: 30px;
  border: 0;
  background: transparent;
  color: #1b2138;
  font-size: 14px;
}
#myFollowPicker .myFollowPicker__search:focus {
  outline: none;
}
#myFollowPicker .myFollowPicker__close {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-family: inherit;
  cursor: pointer;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #9aa0ac;
  font-size: 22px;
  line-height: 1;
}
#myFollowPicker .myFollowPicker__close:hover {
  color: #4a5064;
}
#myFollowPicker .myFollowPicker__list {
  max-height: 320px;
  overflow-y: auto;
}
#myFollowPicker .myFollowPicker__empty,
#myFollowPicker .myFollowPicker__more {
  margin: 0;
  padding: 12px;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}
#myFollowPicker .myFollowRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border-bottom: 1px solid #f4eeda;
}
#myFollowPicker .myFollowRow:last-child {
  border-bottom: 0;
}
#myFollowPicker .myFollowRow__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#myFollowPicker .myFollowRow__name {
  font-weight: 700;
  color: #1b2138;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#myFollowPicker .myFollowRow__meta {
  color: #6b7280;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#myFollowPicker .myFollowRow__btn {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-family: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 5px 14px;
  border: 1.5px solid #ffb81c;
  border-radius: 999px;
  background: #fff;
  color: #b3261e;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
#myFollowPicker .myFollowRow__btn:hover {
  background: #fff3d6;
}
#myFollowPicker .myFollowRow__btn.is-following {
  border-color: #e0a200;
  background: #ffb81c;
  color: #000062;
  cursor: default;
}
#myFollowPicker .myFollowRow__btn.is-following .fa {
  margin-right: 3px;
}
.reportGenderTabs {
  display: inline-flex;
  vertical-align: middle;
  border: 1px solid #cfd4de;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.reportGenderTabs .reportGenderTab {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  border-left: 1px solid #cfd4de;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.reportGenderTabs .reportGenderTab:first-child {
  border-left: 0;
}
.reportGenderTabs .reportGenderTab:hover {
  background: #eef1f8;
}
.reportGenderTabs .reportGenderTab.active,
.reportGenderTabs .reportGenderTab.active:hover {
  background: #000062;
  color: #fff;
}
.reportSectionHeading {
  margin: 22px 0 6px;
  padding-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  color: #1b2138;
  border-bottom: 2px solid #000062;
}
.reportsView .reportHead {
  margin-bottom: 8px;
}
.reportsView .eventNameDiv .eventName {
  padding-right: 0;
}
.reportsView .reportHead + .eventNameDiv,
.reportsView .myFollowPicker + .eventNameDiv,
.reportsView .reportSectionHeading + .eventNameDiv {
  border-top: 0;
}
.reportsView .reportHead + .eventNameDiv .eventName,
.reportsView .myFollowPicker + .eventNameDiv .eventName {
  padding-top: 4px;
}
.reportTable {
  margin-bottom: 6px;
}
.reportTable thead th,
.reportTable tbody td {
  padding: 9px 12px !important;
}
.reportTable .place {
  width: 42px;
  text-align: center !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.reportTable .rowLogo {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.reportTable .teamName {
  color: #000062;
}
.reportTable .rowGradeTag,
.reportTable .rowDivision,
.reportTable .cardPrMeta,
.reportTable .rowMeta {
  display: none;
}
.reportTable .gradeCol,
.reportTable .divCol {
  text-align: center !important;
  white-space: nowrap;
}
.reportTable .colTag {
  display: inline-block;
  min-width: 26px;
  padding: 1px 7px;
  border-radius: 4px;
  background: #eef1f8;
  color: #4a5064;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.reportTable td {
  vertical-align: middle !important;
}
.reportTable .year {
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
  text-align: center !important;
}
.reportTable .prev {
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
  text-align: right !important;
  padding-right: 14px !important;
}
.reportTable .prev .prevYear {
  color: #9aa0ac;
  font-size: 11px;
  margin-left: 4px;
}
.reportTable .diff {
  color: #1c6b3a;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-align: right !important;
  padding-right: 14px !important;
}
.reportTable .team {
  padding-right: 18px !important;
}
.reportTable tbody tr:not(.currentMeetRow):hover td {
  background: #f4f6fb;
}
.reportTable thead th.sortable {
  cursor: pointer;
  user-select: none;
}
.reportTable thead th.sortable:hover {
  color: #000062 !important;
}
.reportTable thead th.sortAsc:after {
  content: ' \25B4';
  font-size: 9px;
}
.reportTable thead th.sortDesc:after {
  content: ' \25BE';
  font-size: 9px;
}
.reportTable .thisMeetTag {
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 4px;
  background: #000062;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.reportTable.eventTable tbody tr.currentMeetRow {
  background: #eef2ff !important;
  box-shadow: inset 3px 0 0 #000062;
}
.reportTable.eventTable tbody tr.currentMeetRow .year {
  color: #000062;
  font-weight: 700;
}
.reportTable.eventTable tbody tr.myRow {
  background: #fff9ec !important;
  box-shadow: inset 4px 0 0 #e39a00;
}
.reportTable.eventTable tbody tr.myRow:hover {
  background: #fff3d6 !important;
}
.reportTable .sbFlag,
.reportTable .recordFlag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
}
.reportTable .sbFlag {
  background: #eef1f8;
  color: #000062;
}
.reportTable .recordFlag {
  background: #fff4d6;
  color: #8a5a00;
}
.reportTable .prFlag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
  background: #e3f4e8;
  color: #1c6b3a;
}
.reportTable .prFlag.debut {
  background: #eef1f8;
  color: #4a5064;
}
@media (max-width: 600px) {
  .reportHead {
    flex-direction: column;
    align-items: stretch;
  }
  .reportControls {
    width: 100%;
  }
  .reportControls .reportGenderTabs {
    display: flex;
    width: 100%;
  }
  .reportControls .reportGenderTabs .reportGenderTab {
    flex: 1;
    text-align: center;
    padding: 0 8px;
  }
  .reportControls .reportFilter {
    width: 100%;
  }
  .reportControls .reportFilter .field.dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .reportControls .reportFilter .field.dropdown .input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .reportTable .gradeCol,
  .reportTable .divCol,
  .reportTable .prev,
  .reportTable .diff {
    display: none !important;
  }
  .reportTable .recordFlag {
    display: none;
  }
  .reportTable .rowGradeTag {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 0;
    padding: 0 6px;
    border-radius: 4px;
    background: #f0f2f7;
    color: #4a5064;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
  }
  .reportTable .rowDivision {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 4px;
    background: #eef1f8;
    color: #4a5064;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
  }
  .reportTable .cardPrMeta {
    display: block;
    margin-top: 2px;
    color: #1c6b3a;
    font-size: 11px;
    font-weight: 600;
    white-space: normal;
  }
  .reportTable .team {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 5px;
    overflow: visible;
  }
  .reportTable .team > .teamName {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .reportTable .team .cardPrMeta {
    flex-basis: 100%;
  }
  .reportTable .athlete {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
  }
  .reportTable .athlete > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  .reportTable .year {
    grid-area: point;
    justify-self: end;
    align-self: start;
    font-size: 11px;
    text-align: right !important;
  }
  .reportTable .thisMeetTag {
    display: none;
  }
}
@media (max-width: 600px) {
  #resultsList .eventIndexGroup {
    flex: 1 1 100%;
  }
  .eventNameDiv .eventName {
    padding: 12px 8px 12px 0 !important;
  }
  .eventTable:not(.teamScoresTable) {
    display: block;
    width: 100%;
    border: none;
  }
  .eventTable:not(.teamScoresTable) thead {
    display: none;
  }
  .eventTable:not(.teamScoresTable) tbody {
    display: block;
  }
  .eventTable:not(.teamScoresTable) tr {
    display: grid;
    grid-template-columns: minmax(1.9rem, auto) auto minmax(0, 1fr) auto;
    grid-template-areas: "place logo athlete mark" "place logo team    point";
    column-gap: 10px;
    row-gap: 0;
    align-items: center;
    padding: 6px 6px !important;
    height: auto !important;
    border: none !important;
    border-bottom: 1px solid #eef0f4 !important;
  }
  .eventTable:not(.teamScoresTable).hasVideo tr {
    grid-template-columns: minmax(1.9rem, auto) auto minmax(0, 1fr) auto 34px;
    grid-template-areas: "place logo athlete mark  video" "place logo team    point video";
  }
  .eventTable:not(.teamScoresTable) td {
    display: block;
    min-width: 0;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
    vertical-align: middle !important;
  }
  .eventTable:not(.teamScoresTable) .place {
    grid-area: place;
    align-self: center;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap;
  }
  .eventTable:not(.teamScoresTable) .rowLogo {
    grid-area: logo;
    align-self: center;
    width: auto !important;
  }
  .eventTable:not(.teamScoresTable) .rowLogo .teamLogo {
    height: 30px !important;
    width: 30px !important;
    margin: 0 !important;
  }
  .eventTable:not(.teamScoresTable) .athlete {
    grid-area: athlete;
    align-self: end;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .eventTable:not(.teamScoresTable) .team {
    grid-area: team;
    align-self: start;
    padding-left: 0 !important;
    min-width: 0 !important;
    color: #6b7280;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .eventTable:not(.teamScoresTable) .team a {
    color: #6b7280 !important;
  }
  .eventTable:not(.teamScoresTable) .team .rowGrade {
    color: #6b7280;
    margin-left: 4px;
  }
  .eventTable:not(.teamScoresTable) .finish {
    grid-area: mark;
    align-self: end;
    justify-self: end;
    font-weight: 700;
    white-space: nowrap;
  }
  .eventTable:not(.teamScoresTable) .point {
    grid-area: point;
    align-self: start;
    justify-self: end;
    color: #6b7280;
    font-size: 12px;
    white-space: nowrap;
  }
  .eventTable:not(.teamScoresTable) .point:not(:empty):before {
    content: 'Pts ';
  }
  .eventTable:not(.teamScoresTable) .video {
    grid-area: video;
    align-self: center;
    justify-self: end;
  }
  .eventTable:not(.teamScoresTable) .video a.videoLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000062;
    color: #fff;
    text-decoration: none;
  }
  .eventTable:not(.teamScoresTable) .video a.videoLink .fa-play {
    font-size: 11px;
    margin-left: 2px;
  }
  .eventTable:not(.teamScoresTable) .wind,
  .eventTable:not(.teamScoresTable) .heat,
  .eventTable:not(.teamScoresTable) .grade {
    display: none !important;
  }
  .eventTable:not(.teamScoresTable) tbody tr:nth-child(even):not(.myRow):not(.currentMeetRow) {
    background-color: #f8f9fc;
  }
  .eventTable:not(.teamScoresTable) tbody tr:nth-child(odd):not(.myRow):not(.currentMeetRow) {
    background-color: transparent;
  }
}
.eventTable {
  border: solid 1px #F4F4F4;
}
.eventTable thead .eventHeadRow {
  height: 38px!important;
  background-color: #f8f9fc;
}
.eventTable thead .eventHeadRow th {
  color: #454650 !important;
  font-size: 12px  !important;
  line-height: 14px  !important;
  font-weight: 400  !important;
  vertical-align: middle  !important;
  border: none !important;
}
.eventTable tbody .eventPage {
  cursor: pointer;
  height: 25px !important;
}
.eventTable tbody tr {
  height: 34px !important;
  border: none !important;
}
.eventTable tbody tr td {
  border: none !important;
  padding: 0 !important;
}
.eventTable tbody .subEventName {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
}
.eventTable tbody .heat {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .wind {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .video {
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .place {
  font-weight: 500  !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .grade {
  font-weight: 500  !important;
  font-size: 14px  !important;
  line-height: 18px  !important;
  color: #000;
  text-align: center  !important;
  vertical-align: middle  !important;
}
.eventTable tbody .rowLogo {
  width: 40px;
  text-align: center !important;
  vertical-align: middle !important;
}
.eventTable tbody .rowLogo .teamLogo {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.eventTable tbody .rowGrade {
  color: #6a6f7d;
  font-weight: 400;
  margin-left: 6px;
}
.eventTable tbody .athlete {
  vertical-align: middle !important;
}
.eventTable tbody .athlete a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.eventTable tbody .teamWithLogo {
  display: flex;
  align-items: center;
}
.eventTable tbody .team {
  font-weight: 400  !important;
  font-size: 14px  !important;
  line-height: 18px  !important;
  letter-spacing: 0.001em !important;
  padding-left: 12px  !important;
  min-width: 140px  !important;
  vertical-align: middle  !important;
}
.eventTable tbody .team a {
  color: #0000ff;
}
.eventTable tbody .team .teamLogo {
  height: 25px;
  width: 25px;
  margin: 4px 10px;
}
.eventTable tbody .finish {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.eventTable tbody .point {
  vertical-align: middle;
  text-align: center;
}
.eventTable:not(.teamScoresTable) tbody tr:nth-child(even):not(.myRow):not(.currentMeetRow) {
  background-color: #f8f9fc;
}
.eventTable:not(.teamScoresTable) tbody tr:nth-child(odd):not(.myRow):not(.currentMeetRow) {
  background-color: transparent !important;
}
.tsScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tsCards {
  display: none;
}
.teamScoresTable {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
}
.teamScoresTable th,
.teamScoresTable td {
  box-sizing: border-box;
}
.teamScoresTable thead .eventHeadRow {
  height: auto;
}
.teamScoresTable th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a90a0;
  font-weight: 700;
  padding: 9px 8px;
  text-align: right;
  white-space: nowrap;
  background: #fbfbfd;
  border-bottom: 1px solid #eef0f4;
}
.teamScoresTable td {
  padding: 11px 8px;
  height: auto;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #f0f1f5;
}
.teamScoresTable tbody tr {
  background: #fff !important;
}
.teamScoresTable tbody tr:last-child td {
  border-bottom: none;
}
.teamScoresTable .tsPlaceHead,
.teamScoresTable .place {
  text-align: center !important;
  width: 44px;
}
.teamScoresTable .place {
  font-weight: 700;
  color: #1b2138;
}
.teamScoresTable .tsLogoHead {
  width: 34px;
  padding: 0 !important;
}
.teamScoresTable .tsLogo {
  width: 34px;
  padding: 8px 4px !important;
  text-align: center !important;
}
.teamScoresTable .tsLogo .teamLogo {
  width: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  border-radius: 4px;
  vertical-align: middle;
}
.teamScoresTable .tsTeamHead,
.teamScoresTable .tsTeam {
  text-align: left !important;
}
.teamScoresTable .tsTeam a {
  color: #000062;
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.teamScoresTable .tsPointsHead,
.teamScoresTable .tsPoints {
  width: 52px;
}
.teamScoresTable .tsPoints {
  font-weight: 800;
  color: #000062;
  font-size: 15px;
}
.teamScoresTable .tsScorerHead,
.teamScoresTable .tsScorer {
  width: 38px;
}
.teamScoresTable .tsScorer {
  color: #2b3350;
}
.teamScoresTable .tsScorerHead.disp,
.teamScoresTable .tsScorer.disp {
  color: #a6abb6;
}
.teamScoresTable .tsGap {
  width: 14px;
  padding: 0 !important;
}
.teamScoresTable .tsAvgHead,
.teamScoresTable .tsAvg,
.teamScoresTable .tsSpreadHead,
.teamScoresTable .tsSpread {
  width: 62px;
}
.teamScoresTable .tsAvg,
.teamScoresTable .tsSpread {
  color: #4a5064;
}
.teamScoresTable .tsAvg strong,
.teamScoresTable .tsSpread strong {
  color: #1b2138;
  font-weight: 700;
}
@media (max-width: 600px) {
  .tsScroll {
    display: none;
  }
  .tsCards {
    display: block;
  }
  .tsCard {
    display: grid;
    grid-template-columns: 26px 32px minmax(0, 1fr) auto;
    grid-template-areas: "rank logo team    pts" "rank logo scorers pts" "rank logo meta    meta";
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    padding: 14px 12px;
    border-bottom: 1px solid #eef0f4;
  }
  .tsCards .tsCard:last-child {
    border-bottom: none;
  }
  .tscRank {
    grid-area: rank;
    align-self: center;
    text-align: center;
    font-weight: 800;
    color: #9aa0ac;
    font-size: 16px;
  }
  .tscLogo {
    grid-area: logo;
    align-self: center;
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }
  .tscTeam {
    grid-area: team;
    align-self: end;
    color: #000062;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-decoration: none;
  }
  .tscPts {
    grid-area: pts;
    align-self: center;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 800;
    color: #000062;
    line-height: 1;
  }
  .tscPts span {
    display: block;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9aa0ac;
    font-weight: 700;
    margin-top: 2px;
  }
  .tscScorers {
    grid-area: scorers;
    align-self: start;
    font-size: 13px;
    color: #2b3350;
  }
  .tscScorers .lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #9aa0ac;
    margin-right: 9px;
  }
  .tscScorers .s + .s:before {
    content: '·';
    color: #cfd3dc;
    margin: 0 6px;
  }
  .tscMeta {
    grid-area: meta;
    font-size: 11px;
    color: #6b7280;
    margin-top: 1px;
  }
  .tscMeta b {
    color: #1b2138;
    font-weight: 700;
  }
  .tscMeta .sep {
    color: #d8dce4;
    margin: 0 8px;
  }
}
.teamScoresTable tbody .tsRow {
  cursor: pointer;
}
.teamScoresTable tbody .tsRow:hover {
  background: #f6f8fd !important;
}
.tsCard {
  cursor: pointer;
}
.tsCard:active {
  background: #f6f8fd;
}
.teamScoresTable tbody .tsRow.tsMine {
  background: #fff9ec !important;
  box-shadow: inset 4px 0 0 #e39a00;
}
.teamScoresTable tbody .tsRow.tsMine:hover {
  background: #fff3d6 !important;
}
.tsCard.tsMine {
  background: #fff9ec;
  box-shadow: inset 4px 0 0 #e39a00;
}
.tsModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.tsModalBackdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 20, 40, 0.55);
}
.tsModalPanel {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(16, 20, 40, 0.35);
}
.tsModalHead {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid #eef0f4;
  flex: 0 0 auto;
}
.tsModalLogo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  flex: 0 0 auto;
  object-fit: contain;
}
.tsModalTitle {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 17px;
  font-weight: 800;
  color: #000062;
  line-height: 1.2;
}
.tsModalClose {
  flex: 0 0 auto;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #9aa0ac;
  cursor: pointer;
  padding: 0 4px;
}
.tsModalClose:hover {
  color: #1b2138;
}
.tsModalBody {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tsModalTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.tsModalTable th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a90a0;
  font-weight: 700;
  text-align: right;
  padding: 9px 16px 9px 6px;
  border-bottom: 1px solid #eef0f4;
  position: sticky;
  top: 0;
  background: #fbfbfd;
}
.tsModalTable td {
  padding: 12px 16px 12px 6px;
  border-bottom: 1px solid #f2f3f7;
  text-align: right;
  white-space: nowrap;
}
.tsModalTable tbody tr:last-child td {
  border-bottom: none;
}
.tsModalTable .tmPlace {
  width: 42px;
  text-align: center;
  padding-left: 16px;
  font-weight: 700;
  color: #1b2138;
}
.tsModalTable .tmName {
  text-align: left;
  white-space: normal;
  padding-left: 16px;
}
.tsModalTable .tmName a {
  color: #000062;
  font-weight: 600;
  text-decoration: none;
}
.tsModalTable .tmGrade {
  font-size: 10px;
  font-weight: 700;
  color: #9aa0ac;
  margin-left: 4px;
}
.tsModalTable .tmTime {
  font-weight: 700;
  color: #1b2138;
  font-variant-numeric: tabular-nums;
}
.tsModalTable .tmPts {
  width: 46px;
  color: #6b7280;
}
.tsModalEmpty {
  padding: 26px 18px;
  color: #6b7280;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  .tsModal {
    padding: 0;
    align-items: flex-end;
  }
  .tsModalPanel {
    max-width: 100%;
    max-height: 88vh;
    border-radius: 16px 16px 0 0;
  }
}
