#tabLayout {
  display: block;
}

.matchLink {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    cursor:pointer;
    scroll-snap-align: center;

  }
  .matchcolorBox {
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  
  .matchBox {
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  
  
  #teamSquadtabContainer {
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
    padding: 10px 2px;
    background: #035152;
}

  #teamSquadTabs{
      display: inline-block;
  }



#matchTitle {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}



  #matchDate {
    font-size: 9px;
    margin-top: 1px;
    font-weight: bold;
  }
  #scoreLayout {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
  }
  
  .scoreLayoutleft {
    flex: 4;
    display: flex;
    flex-direction: column;
  }
  
  #homeLayout{
    display: flex;
    align-items: center;
  }
  
  #awayLayout{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  #homeTeamImg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    background-color: #fff /* set your colorOnSecondary here */;
  
    border: 2px solid #fff;
  }
  #homeTeamName {
    font-size: 15px;
    font-weight: bold;
  }
  #homeTeamScore {
    margin-left: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  #homeTeamOvers {
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
  }
  #awayTeamImg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    background-color: #fff /* set your colorOnSecondary here */;
    border: 2px solid #fff;
  }
  #awayTeamName {
    font-size: 15px;
    font-weight: bold;
  }
  #awayTeamScore {
    margin-left: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  #awayTeamOvers {
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
  }
  #statusLayout {
    flex: 2;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  
  #layoutDivider {
    width: 1px;
    height: 40px;
    background-color: #7a7777;
  }
  #statusText {
    color: #956a00;
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
  }
#matchStatus {
  width: 100%;
  color: #956a00;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
  