/* src/assets/css/fixture.css */
.screen {
  gap: 0;
}
.app_bar_fixture {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: 0;
  padding-left: env(safe-area-inset-left);
  background-color: var(--surface-1);
  z-index: 2;
}
.app_bar_fixture nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.app_bar_fixture_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.fixture_alert_button {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-2);
  border-radius: 50%;
}
.fixture_alert_button svg {
  width: 24px;
  height: 24px;
  display: block;
}
.fixture_alert_button svg .theme {
  fill: transparent;
  stroke: var(--text);
  stroke-width: 4px;
  transition: 0.3s ease-in-out;
}
.fixture_alert_button:focus .theme,
.fixture_alert_button:active .theme,
.fixture_alert_button:hover .theme {
  fill: var(--primary);
  stroke: transparent;
}
.fixture_alert_button[data-active=true] .theme {
  fill: var(--primary);
  stroke: transparent;
}
.fixture_alert_button[data-disabled=true] {
  pointer-events: none;
  opacity: 0.25;
}
.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 96px;
}
.fixture_tool_bar {
  position: sticky;
  top: -86px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background-color: var(--surface-1);
  z-index: 1;
}
.app_bar_fixture_summary_large {
  width: 100%;
  max-width: 960px;
  min-height: 135px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px;
  background-color: var(--surface-2);
  border-radius: 36px;
}
.app_bar_fixture_summary_large[data-live=true] {
  background:
    linear-gradient(
      180deg,
      rgba(40, 167, 69, 0.25) 0%,
      var(--background) 100%);
  overflow: hidden;
}
.app_bar_fixture_summary_large[data-status=HT] {
  background:
    linear-gradient(
      180deg,
      rgba(255, 152, 0, 0.50) 0%,
      var(--background) 100%);
  overflow: hidden;
}
.app_bar_fixture_summary_large[data-status=FT] {
  background:
    linear-gradient(
      180deg,
      rgba(244, 67, 54, 0.50) 0%,
      var(--background) 100%);
  overflow: hidden;
}
.fixture_summary_large_team {
  width: 120px;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_summary_large_team_icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.fixture_summary_large_team_icon::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
}
.fixture_summary_large_team_name {
  max-width: 85%;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fixture_summary_large_status {
  min-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixture_summary_large_status_group:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixture_summary_large_status_group:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixture_summary_large_score_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.fixture_summary_large_score {
  font-size: 20px;
  font-weight: 600;
}
.fixture_summary_large_score_group .fixture_summary_large_score:nth-child(2) {
  top: -8px;
  font-size: 12px;
}
.fixture_summary_large_score[data-winner=true] {
  color: var(--primary);
}
.fixture_summary_large_score_space {
  font-weight: 600;
}
.fixture_summary_large_status_text:nth-child(1) {
  min-width: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.fixture_summary_large_status_text:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.fixture_summary_large_status_text .extra {
  top: -6px;
  left: 2px;
}
.app_bar_fixture_summary_large[data-live=true] .fixture_summary_large_status_text {
  color: #43A047;
}
.app_bar_fixture_summary_large[data-status=HT] .fixture_summary_large_status_text {
  color: #FB8C00;
}
.app_bar_fixture_summary_large[data-status=FT] .fixture_summary_large_status_text {
  color: #E53935;
}
.app_bar_fixture_summary_large[data-live=true] .fixture_summary_large_status_text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 50%;
  font-weight: 600;
  background-color: var(--primary);
  border-radius: 48px;
  animation: pingpongLine 2s ease-in-out infinite;
}
.app_bar_fixture_summary_large[data-live=true][data-paused=true] .fixture_summary_large_status_text::after {
  display: none;
}
@keyframes pingpongLine {
  0% {
    left: 0%;
  }
  40% {
    left: 70%;
  }
  60% {
    left: 70%;
  }
  100% {
    left: 0%;
  }
}
.fixture_summary_large_status_time {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.fixture_summary_large_status_date {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.fixture_actions_bar {
  width: 100%;
  max-width: 960px;
  min-height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.fixture_actions_link {
  width: 33.33%;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 14px;
  background-color: vaR(--surface-2);
  border-radius: 48px;
  transition: 0.3s ease-in-out;
}
.fixture_actions_link[data-display=false] {
  display: none;
}
.fixture_actions_link:focus,
.fixture_actions_link:active,
.fixture_actions_link:hover {
  background-color: var(--primary);
}
.fixture_actions_link[data-active=true] {
  font-weight: 600;
  background-color: var(--primary);
}
.fixture_head_to_head {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
}
.fixture_head_to_head_header {
  width: 100%;
  min-height: 33px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.fixture_head_to_head_header_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.fixture_head_to_head_icon {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
}
.fixture_head_to_head_icon .h2h_icon {
  width: 24px;
  height: 24px;
  display: block;
}
.fixture_head_to_head_icon .h2h_icon .theme {
  fill: var(--primary);
}
.fixture_head_to_head_title {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--text);
}
.fixture_head_to_head_title_text:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
}
.fixture_head_to_head_title_text:nth-child(2) {
  font-weight: 600;
}
.fixture_head_to_head_button {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-1);
  border-radius: 50%;
}
.fixture_head_to_head_button svg {
  width: 16px;
  height: 16px;
  display: block;
}
.fixture_head_to_head_button svg .theme {
  fill: var(--text);
}
.fixture_head_to_head_button:focus .theme,
.fixture_head_to_head_button:active .theme,
.fixture_head_to_head_button:hover .theme {
  fill: var(--primary);
}
.fixture_head_to_head_body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fixture_head_to_head_matchups {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fixture_head_to_head_league {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fixture_head_to_head_league_matches::-webkit-scrollbar {
  display: none;
}
.fixture_head_to_head_league_matches {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
}
.fixture_head_to_head_league_match {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 32px;
  background-color: var(--surface-1);
  border-radius: 16px;
}
.fixture_head_to_head_league_match_team {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.fixture_head_to_head_league_match_team::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
}
.fixture_head_to_head_league_match_status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixture_head_to_head_league_match_status_date {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}
.fixture_head_to_head_league_match_score {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixture_head_to_head_league_match_score_text {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.fixture_head_to_head_league_match_score_text[data-winner=true] {
  color: var(--primary);
}
.fixture_head_to_head_league_match_score_penalty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}
.fixture_head_to_head_league_match_score_penalty[data-display=true] {
  display: flex;
}
.fixture_head_to_head_league_match_score_separator {
}
.team_position_table {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
  z-index: 0;
}
.team_position_table_message {
  width: 100%;
  max-width: 960px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px;
  background-color: var(--surface-1);
  border-radius: 36px;
}
.team_position_table_message_text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}
.team_position_table_header {
  width: 100%;
  min-height: 33px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.team_position_table_header_link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.team_position_table_icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--surface-1);
  border-radius: 50%;
}
.team_position_table_title {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--text);
}
.league_country {
  font-size: 10px;
  font-weight: 400;
}
.league_name {
  font-weight: 600;
}
.team_position_table_button {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-1);
  border-radius: 50%;
}
.team_position_table_button svg {
  width: 16px;
  height: 16px;
  display: block;
}
.team_position_table_button svg .theme {
  fill: var(--text);
}
.team_position_table_button:focus .theme,
.team_position_table_button:active .theme,
.team_position_table_button:hover .theme {
  fill: var(--primary);
}
.team_position_table_body {
  width: 100%;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  background-color: var(--surface-1);
  border-radius: 16px;
}
.team_position_table_body_group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.team_position_table_body_group_title {
  width: max-content;
  margin-bottom: 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background-color: var(--surface-2);
  border-radius: 48px;
}
.team_position_table_row {
  width: 100%;
  min-height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.team_position_table_row.body[data-team=true] {
  background-color: var(--surface-2);
}
.team_position_table_body_group .team_position_table_row.body:last-child {
  border: none;
}
.team_position_table_row_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.team_position_table_heading {
  display: flex;
  flex-direction: column;
}
.team_position_table_heading_value {
  min-width: 30px;
  font-size: 14px;
  font-weight: 600;
}
.team_position_table_heading_value.rank {
  padding-left: 8px;
}
.team_position_table_heading_value.played,
.team_position_table_heading_value.goal_diff,
.team_position_table_heading_value.points {
  text-align: center;
}
.team_position_table_col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}
.team_position_description {
  width: 4px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}
.team_position_no_description {
  visibility: hidden;
  width: 4px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}
.team_position_description[data-zone=league-strong] {
  background-color: var(--zone-blue);
}
.team_position_description[data-zone=league-medium] {
  background-color: var(--zone-orange);
}
.team_position_description[data-zone=league-weak] {
  background-color: var(--zone-green);
}
.team_position_description[data-zone=relegation] {
  background-color: var(--zone-red);
}
.team_position_no_description {
  background-color: transparent;
}
.team_position_table_col_value {
  min-width: 30px;
  font-size: 14px;
}
.team_position_table_col_value.rank {
  min-width: 20px;
  font-size: 14px;
}
.team_position_table_col_value.icon {
  position: relative;
  min-width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.team_position_table_col_value.icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}
.team_position_table_col_value.icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.team_position_table_col_value.played,
.team_position_table_col_value.goal_diff,
.team_position_table_col_value.points {
  text-align: center;
}
.team_position_table_indicators {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
}
.team_position_table_indicators_description {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.team_position_table_indicators_description_status {
  width: 12px;
  height: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team_position_table_indicators_description_status[data-status=promotion-1] {
  background-color: var(--promotion-1);
}
.team_position_table_indicators_description_status[data-status=promotion-2] {
  background-color: var(--promotion-2);
}
.team_position_table_indicators_description_status[data-status=playoff],
.team_position_table_indicators_description_status[data-status=promotion-2-qualifier] {
  background-color: var(--playoff);
}
.team_position_table_indicators_description_status[data-status=relegation] {
  background-color: var(--relegation);
}
.team_position_table_indicators_description_label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}
.fixture_stats {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
  z-index: 0;
}
.fixture_stats_message {
  width: 100%;
  max-width: 960px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px;
  background-color: var(--surface-1);
  border-radius: 36px;
}
.fixture_stats_message_text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}
.fixture_stats_category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  background-color: var(--surface-1);
  border-radius: 16px;
}
.fixture_stats_category_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.fixture_stats_category_team_icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.fixture_stats_category_team_icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}
.fixture_stats_category_team_icon.home {
  align-items: flex-start;
}
.fixture_stats_category_team_icon.away {
  align-items: flex-end;
}
.fixture_stats_category_title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
}
.fixture_stats_category_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}
.fixture_stats_category_type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_stats_category_type_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixture_stats_category_type_title {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
}
.fixture_stats_category_type_body {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_stats_category_type_value {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.fixture_stats_category_type_value.away {
  flex-direction: row-reverse;
}
.fixture_stats_category_type_value_text {
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.fixture_stats_category_type_value.home .fixture_stats_category_type_value_text {
  text-align: left;
}
.fixture_stats_category_type_value.away .fixture_stats_category_type_value_text {
  text-align: right;
}
.fixture_stats_category_type_value_indicator {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.fixture_stats_category_type_value.home .fixture_stats_category_type_value_indicator {
  justify-content: flex-end;
}
.fixture_stats_category_type_value.away .fixture_stats_category_type_value_indicator {
  justify-content: flex-start;
}
.fixture_stats_category_type_value_indicator_bar {
  height: 8px;
  display: block;
  background-color: var(--text);
  border-radius: 48px;
}
.fixture_stats_category_type_value_indicator_bar[data-greater=true] {
  background-color: var(--primary);
}
.fixture_lineups {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
  z-index: 0;
}
.fixture_lineups_message {
  width: 100%;
  max-width: 960px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px;
  background-color: var(--surface-1);
  border-radius: 36px;
}
.fixture_lineups_message_text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}
.fixture_lineups_formation_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 8px;
}
.fixture_lineups_formation_info.home {
  margin: 0 auto 0 0;
}
.fixture_lineups_formation_info.away {
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
}
.fixture_lineups_formation_info_team {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_lineups_formation_info.away .fixture_lineups_formation_info_team {
  flex-direction: row-reverse;
}
.fixture_lineups_formation_info_team_icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.fixture_lineups_formation_info_team_icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}
.fixture_lineups_formation_info_text {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--surface-1);
  border-radius: 48px;
}
.fixture_lineups_formation_info_coach {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_lineups_formation_info.home .fixture_lineups_formation_info_coach {
  flex-direction: row-reverse;
}
.fixture_lineups_formation_info_coach img {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
}
.fixture_lineups_pitch {
  width: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: var(--surface-1);
  border: 4px solid var(--surface-2);
  border-radius: 16px;
}
.pitch_goal_box.home {
  position: absolute;
  top: 0;
  width: 50%;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-left: 4px solid var(--surface-2);
  border-bottom: 4px solid var(--surface-2);
  border-right: 4px solid var(--surface-2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pitch_goal_post.home {
  width: 50%;
  height: 24px;
  border-left: 4px solid var(--surface-2);
  border-bottom: 4px solid var(--surface-2);
  border-right: 4px solid var(--surface-2);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pitch_goal_box.away {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-left: 4px solid var(--surface-2);
  border-top: 4px solid var(--surface-2);
  border-right: 4px solid var(--surface-2);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.pitch_goal_post.away {
  width: 50%;
  height: 24px;
  border-left: 4px solid var(--surface-2);
  border-top: 4px solid var(--surface-2);
  border-right: 4px solid var(--surface-2);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.pitch_lineup_formation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px;
  z-index: 1;
}
.pitch_lineup_formation.away {
  flex-direction: column-reverse;
}
.pitch_lineup_formation_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}
.pitch_lineup_player {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pitch_lineup_player_icon {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background-color: var(--primary);
  border-radius: 50%;
}
.pitch_lineup_player_name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
}
.pitch_halfway {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pitch_halfway_circle {
  position: absolute;
  width: 96px;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--surface-2);
  border-radius: 50%;
}
.pitch_halfway_circle_center {
  width: 16px;
  height: 16px;
  display: block;
  background-color: var(--surface-2);
  border-radius: 50%;
}
.pitch_halfway_circle_line {
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  background-color: var(--surface-2);
}
.fixture_lineups_substitutes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0;
  padding: 8px;
  background-color: var(--surface-1);
  border-radius: 16px;
}
.fixture_lineups_substitutes_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.fixture_lineups_substitutes_team {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixture_lineups_substitutes_list_icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.fixture_lineups_substitutes_list_icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}
.fixture_lineups_substitutes_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.fixture_lineups_substitutes_body {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.fixture_lineups_substitutes_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fixture_lineups_substitutes_list_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 4px;
  background-color: var(--surface-2);
  border-radius: 8px;
}
.fixture_lineups_substitutes_list_item_icon {
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background-color: var(--surface-1);
  border-radius: 50%;
}
.fixture_lineups_substitutes_list_item_name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.fixture_copy {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
}
.fixture_title_text {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.fixture_description_text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.fixture_events_timeline {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
  padding: 8px;
}
.fixture_events_header {
  width: 100%;
  min-height: 33px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.fixture_events_header_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.fixture_events_header_icon {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
}
.fixture_events_header_icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.fixture_events_header_icon svg .theme {
  fill: var(--primary);
}
.fixture_events_header_title {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--text);
}
.fixture_events_header_title_text:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
}
.fixture_events_header_title_text:nth-child(2) {
  font-weight: 600;
}
.fixture_event_timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  background-color: var(--surface-1);
  border-radius: 16px;
}
.fixture_event_timeline_kickoff {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fixture_event_timeline_count_down_title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
}
.fixture_event_timeline_count_down {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.countdown_day,
.countdown_hour,
.countdown_minute,
.countdown_second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.countdown_day .val,
.countdown_hour .val,
.countdown_minute .val,
.countdown_second .val {
  min-width: 48px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  background-color: var(--primary);
  border-radius: 48px;
}
.countdown_day .txt,
.countdown_hour .txt,
.countdown_minute .txt,
.countdown_second .txt {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
}
.fixture_event_timeline_message {
  width: 100%;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixture_event_timeline_message_text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}
.timeline_event_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.timeline_event_row {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
}
.timeline_event.left,
.timeline_event.right {
  width: 33.33%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.timeline_event.center {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline_event.left,
.timeline_event.right {
  width: 33.33%;
  flex: 1;
  display: flex;
  align-items: center;
}
.timeline_event.left {
  justify-content: flex-end;
}
.timeline_event.right {
  justify-content: flex-start;
}
.timeline_event_card.placeholder {
  visibility: hidden;
  min-height: 48px;
}
.timeline_event_card.home {
  text-align: right;
}
.timeline_event_card.away {
  text-align: left;
}
.timeline_event_card_group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timeline_event_card.home .timeline_event_card_group {
  flex-direction: row-reverse;
}
.timeline_event_type {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline_event_player {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 12px;
}
.timeline_event_player .assist {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
}
.timeline_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.timeline_event_minute {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  background-color: var(--surface-2);
  border-radius: 48px;
}
@media only screen and (min-width: 640px) {
  .team_position_table_indicators {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .fixture_head_to_head_league_match {
    flex: 1;
    min-width: initial;
  }
}
@media only screen and (min-width: 960px) {
  .pitch_goal_box.home {
    height: 108px;
  }
  .pitch_goal_post.home {
    height: 48px;
  }
  .pitch_goal_box.away {
    height: 108px;
  }
  .pitch_goal_post.away {
    height: 48px;
  }
  .pitch_lineup_formation {
    min-height: 350px;
    gap: 32px;
  }
  .pitch_lineup_player_icon {
    width: 48px;
    height: 48px;
  }
}
/*# sourceMappingURL=fixture-RBOVEWYA.css.map */
