*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #edeef0;
    width: 100%;
    height: 100%;
  }
.match_details_container{
    width: 100%;
    height: 1100px;
    /* background-color: red; */
    padding: 10px 20px;
    display: flex;
    justify-content: space-evenly;
}

.match_title{
    /*background-color: #CE000F;*/
    background-color: #000957;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.fixtures_results_main_container{
    width: 800px;
    height: 100vh;
    padding: 0;
    /*background-color: rgb(40, 163, 75);*/
}

.fixtures_results_container{
    width: 100%;
    height: 360px;
    padding: 10px 0;
    /*background-color: aqua;*/
    display: flex;
    justify-content: space-between;
}

.fixtures_container, .resutls_container{
    width: 395px;
    height: 300px;
    padding: 0;
    gap: 10px;
    background-color: #EDEEF0;
}

.fixtures, .results{
    width: 100%;
    height: 100px;
    margin-bottom: 1px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixtures_details{
    text-align: center;
}

.league_standings_container{
    width: 100%;
    height: auto;
}
.nsl_extra_container{
  width: 100%;
  height: auto;
}
.next_upcoming_container{
    width: 400px;
    height: 100vh;
    padding: 10px;
    /*background-color: rgb(3, 43, 30);*/
}

.next_match_container{
    width: 100%;
    height: 140px;
    margin-bottom: 12px;
    /*background-color: blue;*/
}
.upcoming_container{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.player_ranking_container{
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    /*background-color: rgb(139, 33, 119);*/
}
.countdown-container {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .header {
    /*background-color: #c00;*/
    background-color: #001A6E;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  .match-info {
    font-size: 16px;
    font-weight: bold;
    color: #c00;
    padding: 10px 0;
  }

  .countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
  }

  .countdown-item {
    text-align: center;
  }

  .number {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }

  .label {
    font-size: 14px;
    color: #666;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }

  th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  th {
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
  }

  td {
    font-size: 14px;
  }

  .table-footer {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #007bff;
  }

  .table-footer a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    
  }

  .table-footer a:hover {
    transform: translateY(-2.1rem);
}

/*League Standings start*/
.table-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.group-header {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.team-name {
  display: flex;
  align-items: center;
}

.team-name img {
  width: 24px;
  height: 16px;
  margin-right: 10px;
}

.positive {
  color: green;
  font-weight: bold;
}

.negative {
  color: red;
  font-weight: bold;
}
/*League Standings end*/

/* player rankings start */
.player_ranking_container{
  width: 100%;
  height: auto;
}
.ranking-container {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.ranking-header {
  background-color: #c00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}    
.table-footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.table-footer a {
  text-align: end;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

.table-footer a:hover {
  text-decoration: underline;
}
/* player rankings end */

/*player gallery start*/
.gallery-container {
  max-width: 1200px;
  margin-top: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.gallery-header {
  background-color: #001A6E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: start;
}

.player-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four columns */
  gap: 15px;
  padding: 20px;
}

.player-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.player-card img {
  width: 100%;
  height: auto;
}

.player-card .rank {
  position: absolute;
  bottom: 45px;
  left: 5px;
  background-color: #c00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 3px;
}

.player-card .player-name {
  text-align: start; 
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.gallery-footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.gallery-footer a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

.gallery-footer a:hover {
  text-decoration: underline;
}
/*player gallery end*/