.seriesStats{
    border-radius: 2px;
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: row;
}

#playerStats
{
    border-radius: 2px;
    margin: 10px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
      font-weight: bold;
}

#bat-txt, #allrounder-txt {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  background: #035152;
  color: #fff;
  padding: 5px 5px;
  font-size: 16px;
    margin: 5px 0;
}
.statsmain{
      margin-bottom: 5px;
}

#detailPlayerStats{display: flex;
  flex-direction: column;
  align-items: center;
    width: 60px;
  }

#seriesplayerImg{
width: 64px;
  height: 64px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
  }
  
#seriesListContainer {
            min-height: 25px;
            box-shadow: 0px 0px 2px #000;
            margin: 4px;
            padding: 4px;
            align-items: center; /* Align items vertically */
  color: #fff;
        }

        .series-info {
            display: flex;
            flex-direction: column;
        }
        
         .series-link {
            display: flex;
            flex-direction: row;
            align-items:center;
              justify-content: space-between;
                 color: var(--color-background) !important;


        }

        .play-icon {
            margin-left: 10px; /* Adjust as needed */
        }

        .play-icon img {
            width: 20px; /* Adjust width as needed */
            height: auto; /* Maintain aspect ratio */
        }
        .svg-green {
        filter: brightness(0) saturate(100%) invert(29%) sepia(72%) saturate(1000%) hue-rotate(150deg) brightness(85%) contrast(90%);
    }

#seriesList{}
#seriesLongName{
      font-weight: bold;
}
#seriesDate{
      font-size: 14px;
}



@media only screen and (max-width: 600px) {
    .matchLink {
  padding-bottom: 0px;
}
.matchcolorBox {
  padding-top: 0px;
  padding-bottom: 0px;
}

.matchBox {
  border-radius: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#matchTitle,#matchStatus {
  font-size: 13px;
}
#homeTeamImg, #awayTeamImg {
  width: 20px;
  height: 20px;
}
#homeTeamName, #awayTeamName,#homeTeamScore,#awayTeamScore {
  font-size: 15px;
}
#awayLayout {
  margin-bottom: 5px;
}
#scoreLayout {
  margin-top: 5px;
}
}
