.main_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

.fixtures_cnt {
  /* background-color: var(--fixture-bg-color);
  padding: 8px; */
  border-radius: 4px;
}

.leagues_topic {
  text-align: center;
  margin-bottom: 12px;
}

.leagues_topic h2 {
  color: #000;
  font-size: 1.2em;
}

.league_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--header-bg-color);
  padding: 6px;
  text-align: center;
}

.league_name h3 {
  color: #fff;
  font-size: 0.85em;
}

.league_name span {
  color: #fff;
  font-size: 0.78em;
  font-weight: bold;
}

.week_outer .week_cnt:nth-child(even) {
  background-color: #f3f3f3;
}

.fixture_result {
  display: flex;
  align-items: center;
  padding: 6px;
}

.fixture_result .match_detail {
  width: 15px;
  display: inherit;
}

.fixture_result .match_teams {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.75em;
}

@media only screen and (min-width: 380px) {
  .fixture_result .match_teams {
    justify-content: center;
  }
}

.fixture_result .match_teams .host_team {
  /* width: 127px; */
  width: 212px;
  text-align: left;
}

.fixture_result .match_teams .match_goals {
  width: 60px;
  padding: 0 6px;
  text-align: center;
}

@media only screen and (min-width: 380px) {
  .fixture_result .match_teams .match_goals {
    /* width: 75px; */
    width: 103px;
  }
}

.fixture_result .match_teams .match_goals .seperator {
  display: inline-block;
  font-size: unset;
}

.fixture_result .match_teams .match_goals .dash {
  padding: 0 4px;
}

.fixture_result .match_teams .guest_team {
  width: 127px;
}

.fixture_result .match_status {
  width: 60px;
  display: inherit;
  justify-content: flex-end;
  font-size: 0.7em;
}

.status_color {
  color: #ff1e00;
}

.not_played {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

/* event */

.icon_style {
  display: inherit;
  padding-right: 4px;
  cursor: pointer;
}

.home_events .row {
  display: flex;
  gap: 8px;
  /* justify-content: left; */
  margin: 16px 0 0 0;
  /* justify-content: center; */
}

.home_events .row {
  margin-bottom: 16px;
}

.des_goal {
  padding-left: 4px;
}

.away_events .row {
  display: flex;
  gap: 8px;
  /* justify-content: right; */
  margin: 16px 0 0 0;
}

.player_incoming,
.player_outer {
  display: flex;
  gap: 4px;
  align-items: center;
}

#\31state .player_incoming,
#\31state .player_outer,
#\31state .yellow_card,
#\31state .red_card,
#\31state .second_yellow_card,
.state_one .player_incoming,
.state_one .player_outer,
.state_one .yellow_card,
.state_one .red_card,
.state_one .second_yellow_card {
  justify-content: left;
}


.player_incoming .incoming {
  font-size: 12px;
  color:#0c880c
}

.player_outer .outer {
  font-size: 12px;
  color: #ff1e00;
}

.time_player {
  width: 85px;
}

.time_player > span {
  align-items: center;
  background: #eee;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: 0 auto;
  width: 40px;
}

.player {
  font-size: 12px;
  color: #000;
  /* width: 140px; */
}

#\31state >.player,
.state_one >.player,
.player_card {
  width: 140px;
}

#\31state .player_card,
.state_one  .player_card {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

#\32state .player_card,
.state_two .player_card {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-wrap: wrap;
}

#\32state >.player,
.state_two >.player,
#\32state .player_card,
.state_two .player_card {
  width: 140px;
}

.yellow_card,
.red_card,
.second_yellow_card {
  display: flex;
  align-items: center;
  gap: 4px;
}

.event_player .event {
  color: #999;
  font-size: 10px;
}

.goal_event {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 140px;
}

.event_details {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; */
}

.home_events,
.away_events {
  /* display: none; */
  width: 380px;
  margin: 0 auto;
}

#\31state ,
.state_one {
  justify-content: right;
}

#\31state .goal_event,
.state_one .goal_event,
#\31state .player,
.state_one .player {
  justify-content: left;
}
#\32state,
.state_two {
  justify-content: left;
}
