/* _content/Eurockey2025/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-46x1n000rw] {
    min-width: 640px;
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-46x1n000rw] {
    flex: 1;
}

.sidebar[b-46x1n000rw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-46x1n000rw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-46x1n000rw]  a, .top-row[b-46x1n000rw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-46x1n000rw]  a:hover, .top-row[b-46x1n000rw]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-46x1n000rw]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-46x1n000rw] {
        justify-content: space-between;
    }

        .top-row[b-46x1n000rw]  a, .top-row[b-46x1n000rw]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-46x1n000rw] {
        flex-direction: row;
    }

    .sidebar[b-46x1n000rw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-46x1n000rw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-46x1n000rw]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-46x1n000rw], article[b-46x1n000rw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-46x1n000rw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-46x1n000rw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Eurockey2025/Components/Pages/Finals.razor.rz.scp.css */
.container[b-s4tobcbrz4] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.container .games-container .game[b-s4tobcbrz4] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.container .games-container .game.round1[b-s4tobcbrz4] {
  padding-left: 0rem;
}
.container .games-container .game.round2[b-s4tobcbrz4] {
  padding-left: 7.5rem;
}
.container .games-container .game.round3[b-s4tobcbrz4] {
  padding-left: 15rem;
}
/* _content/Eurockey2025/Components/Pages/Game.razor.rz.scp.css */
p.game-header[b-2hyijt51xg] {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (width > 1240px) {
  p.game-header[b-2hyijt51xg] {
    font-size: 2rem;
  }
}

div.game-header[b-2hyijt51xg] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0 2rem;
}
div.game-header .score[b-2hyijt51xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.game-header .score.ongoing[b-2hyijt51xg] {
  color: darkgray;
}
div.game-header .score.ended[b-2hyijt51xg] {
  color: black;
}
div.game-header .score .goals[b-2hyijt51xg] {
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
}
@media (width > 1240px) {
  div.game-header .score .goals[b-2hyijt51xg] {
    font-size: 3.5rem;
  }
}
div.game-header .score .state[b-2hyijt51xg] {
  font-weight: bold;
  font-size: 0.75rem;
  white-space: nowrap;
  text-align: center;
}
div.game-header .team[b-2hyijt51xg] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.game-header .team.away[b-2hyijt51xg] {
  justify-self: flex-end;
  text-align: right;
}
div.game-header .team.home[b-2hyijt51xg] {
  justify-self: flex-start;
  text-align: left;
}
div.game-header .team img.logo[b-2hyijt51xg] {
  width: 4rem;
  height: 4rem;
}
@media (width > 1240px) {
  div.game-header .team img.logo[b-2hyijt51xg] {
    width: 7.5rem;
    height: 7.5rem;
  }
}
div.game-header .team label[b-2hyijt51xg] {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1rem;
}
@media (width > 1240px) {
  div.game-header .team label[b-2hyijt51xg] {
    font-size: 3.5rem;
  }
}

.goals[b-2hyijt51xg] {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.goals .goal[b-2hyijt51xg] {
  display: grid;
  grid-template-columns: 1fr 1.5rem 1.5rem 1fr;
  grid-column-gap: 0.25rem;
  margin-top: 0.25rem;
  align-items: center;
}
.goals .goal .score[b-2hyijt51xg] {
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #1BB3CA;
  background: linear-gradient(0deg, rgb(27, 179, 202) 0%, rgb(29, 61, 144) 100%);
}

.live[b-2hyijt51xg] {
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.live .line[b-2hyijt51xg] {
  min-height: 3rem;
  border-bottom: solid 1px #1d3d90;
  border-top: solid 1px #1d3d90;
  display: grid;
  grid-template-columns: 4rem 2.5rem 2.5rem 1fr;
}
.live .line:hover[b-2hyijt51xg] {
  background-color: aliceblue;
}
.live .line .time[b-2hyijt51xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
.live .line .logo[b-2hyijt51xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.live .line .logo img[b-2hyijt51xg] {
  width: 1.5rem;
  height: 1.5rem;
}
.live .line .description[b-2hyijt51xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.live .line .description span.goal[b-2hyijt51xg] {
  display: inline-block;
  background-color: #fad1a2;
  width: 3rem;
  text-align: center;
  font-weight: bold;
  margin-right: 0.5rem;
}
.live .line .icon[b-2hyijt51xg] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.lineups[b-2hyijt51xg] {
  padding-top: 0.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 0.25rem;
}
.lineups .lineup .line[b-2hyijt51xg] {
  width: 100%;
  display: grid;
  grid-column-gap: 0.25rem;
  margin-top: 0.25rem;
  align-items: center;
}
.lineups .lineup .line.home[b-2hyijt51xg] {
  grid-template-columns: auto 1.5rem;
}
.lineups .lineup .line.away[b-2hyijt51xg] {
  grid-template-columns: 1.5rem auto;
}
.lineups .lineup .line .number[b-2hyijt51xg] {
  height: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.lineups .lineup .line .number.starter[b-2hyijt51xg] {
  background: #1BB3CA;
  background: linear-gradient(0deg, rgb(27, 179, 202) 0%, rgb(29, 61, 144) 100%);
}
.lineups .lineup .line .number.other[b-2hyijt51xg] {
  background: #7bd3e0;
}
.lineups .lineup .line .number.staff[b-2hyijt51xg] {
  background-color: #FAD1A2;
}
/* _content/Eurockey2025/Components/Pages/Goals.razor.rz.scp.css */
.goals-container[b-ocsjj9obt8] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.goals-container .event-container[b-ocsjj9obt8] {
  margin: 1rem;
  width: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.goals-container .event-container .header-male[b-ocsjj9obt8] {
  color: white;
  text-transform: uppercase;
  background: #00964F;
  background: linear-gradient(0deg, rgb(0, 150, 79) 0%, rgb(29, 61, 144) 100%);
  font-family: fontTitles;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
}
.goals-container .event-container .header-female[b-ocsjj9obt8] {
  color: white;
  text-transform: uppercase;
  background: #008ECF;
  background: linear-gradient(0deg, rgb(0, 142, 207) 0%, rgb(29, 61, 144) 100%);
  font-family: fontTitles;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
}
.goals-container .event-container .line[b-ocsjj9obt8] {
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  display: grid;
  grid-template-columns: 4rem 2.5rem 15.5rem 3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.goals-container .event-container .line.male[b-ocsjj9obt8] {
  border-bottom: solid 2px rgb(0, 150, 79);
}
.goals-container .event-container .line.female[b-ocsjj9obt8] {
  border-bottom: solid 2px rgb(0, 142, 207);
}
.goals-container .event-container .line .player-photo[b-ocsjj9obt8] {
  margin-left: 0.5rem;
  width: 3rem;
  height: 4rem;
}
.goals-container .event-container .line .logo[b-ocsjj9obt8] {
  width: 2rem;
  height: 2rem;
}
.goals-container .event-container .line .player-id[b-ocsjj9obt8] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
.goals-container .event-container .line .player-id .player-name[b-ocsjj9obt8] {
  font-size: 1.5rem;
  white-space: nowrap;
}
.goals-container .event-container .line .goals[b-ocsjj9obt8] {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 0.5rem;
}
/* _content/Eurockey2025/Components/Pages/Group.razor.rz.scp.css */
.group-standing-container[b-upuatb1t2q] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.group-standing-container .group-standing[b-upuatb1t2q] {
  display: flex;
  flex-direction: column;
}
.group-standing-container .group-standing .header[b-upuatb1t2q] {
  font-weight: bold;
  display: grid;
  grid-template-columns: 2rem 11rem 2rem 2rem 2rem 2rem 2rem 4rem;
  align-items: center;
}
.group-standing-container .group-standing .header div[b-upuatb1t2q] {
  text-align: center;
}
.group-standing-container .group-standing .line[b-upuatb1t2q] {
  display: grid;
  grid-template-columns: 2rem 2rem 9rem 2rem 2rem 2rem 2rem 2rem 4rem;
  height: 2rem;
  align-items: center;
}
.group-standing-container .group-standing .line div[b-upuatb1t2q] {
  text-align: center;
}
.group-standing-container .group-standing .line img.logo[b-upuatb1t2q] {
  width: 1.5rem;
  height: 1.5rem;
}
.group-standing-container .group-standing .line .name[b-upuatb1t2q] {
  text-align: left;
}
.group-standing-container .group-standing .line .position[b-upuatb1t2q] {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.group-standing-container .group-standing .line .position div[b-upuatb1t2q] {
  width: 1rem;
  text-align: center;
}
.group-standing-container .group-standing .line .position div.bold[b-upuatb1t2q] {
  background: #1BB3CA;
  background: linear-gradient(90deg, rgb(27, 179, 202) 0%, rgb(29, 61, 144) 100%);
  color: white;
}
.group-standing-container .group-standing .header .cards[b-upuatb1t2q] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.group-standing-container .group-standing .header .cards .card[b-upuatb1t2q] {
  min-width: 0.75rem;
  min-height: 1rem;
}
.group-standing-container .group-standing .header .cards .yellow[b-upuatb1t2q] {
  background: #F7F5B2;
  background: linear-gradient(90deg, rgb(247, 245, 178) 0%, rgb(252, 255, 0) 100%);
}
.group-standing-container .group-standing .header .cards .blue[b-upuatb1t2q] {
  background: #1BB3CA;
  background: linear-gradient(90deg, rgb(27, 179, 202) 0%, rgb(29, 61, 144) 100%);
}
.group-standing-container .group-standing .header .cards .red[b-upuatb1t2q] {
  background: #E50040;
  background: linear-gradient(90deg, rgb(229, 0, 64) 0%, rgb(239, 125, 0) 100%);
}
/* _content/Eurockey2025/Components/Pages/Home.razor.rz.scp.css */
.today-matches-container[b-v5szchc5vl] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.today-matches-container .venue[b-v5szchc5vl] {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
}
.today-matches-container .venue .header[b-v5szchc5vl] {
  font-size: 2rem;
  background-color: #1d3d90;
  color: white;
  text-align: center;
  font-family: fontTitles;
  text-transform: uppercase;
  border-radius: 1rem;
}
.today-matches-container .venue .games .game[b-v5szchc5vl] {
  text-decoration: none;
  color: black;
  padding: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
  align-items: center;
}
.today-matches-container .venue .games .game.ended[b-v5szchc5vl] {
  color: darkgray;
}
.today-matches-container .venue .games .game .home[b-v5szchc5vl] {
  text-align: left;
  color: inherit;
}
.today-matches-container .venue .games .game .score[b-v5szchc5vl] {
  text-align: center;
  font-weight: bold;
  color: inherit;
}
.today-matches-container .venue .games .game.ongoing .score[b-v5szchc5vl] {
  background-color: #fad1a2;
  border-radius: 0.5rem;
}
.today-matches-container .venue .games .game .away[b-v5szchc5vl] {
  text-align: right;
  color: inherit;
}
.today-matches-container .venue .games .game:hover[b-v5szchc5vl] {
  background-color: aliceblue;
}

.standings-container[b-v5szchc5vl] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.standings-container .standing-container[b-v5szchc5vl] {
  width: 14rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
}
.standings-container .standing-container .group-name-a[b-v5szchc5vl], .standings-container .standing-container .group-name-b[b-v5szchc5vl], .standings-container .standing-container .group-name-c[b-v5szchc5vl], .standings-container .standing-container .group-name-d[b-v5szchc5vl] {
  color: white;
  text-transform: uppercase;
  background: #00964F;
  background: linear-gradient(0deg, rgb(0, 150, 79) 0%, rgb(29, 61, 144) 100%);
  font-family: fontTitles;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
}
.standings-container .standing-container .group-name-e[b-v5szchc5vl], .standings-container .standing-container .group-name-f[b-v5szchc5vl] {
  color: white;
  text-transform: uppercase;
  background: #008ECF;
  background: linear-gradient(0deg, rgb(0, 142, 207) 0%, rgb(29, 61, 144) 100%);
  font-family: fontTitles;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
}
.standings-container .standing-container .line[b-v5szchc5vl] {
  margin: 0.1rem 0;
  display: grid;
  grid-template-columns: 1.5rem 2rem 9rem 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
.standings-container .standing-container .line .position[b-v5szchc5vl] {
  text-align: center;
}
.standings-container .standing-container .line .bold[b-v5szchc5vl] {
  font-weight: bold;
}
.standings-container .standing-container .line img.logo[b-v5szchc5vl] {
  width: 1.5rem;
  height: 1.5rem;
}
.standings-container .standing-container .line .name[b-v5szchc5vl] {
  white-space: nowrap;
  overflow-x: hidden;
}
.standings-container .standing-container .line .points[b-v5szchc5vl] {
  text-align: center;
}
/* _content/Eurockey2025/Components/Reusable/GameCard.razor.rz.scp.css */
div.match[b-rzv6r4v3si] {
  background-color: #7bd3e0;
  min-width: 20rem;
  max-width: 20rem;
  border-radius: 0.5rem;
  margin: 0.25rem;
  padding: 0 0.5rem;
  display: grid;
  grid-template-columns: 3rem 5rem 3rem 5rem 3rem;
  align-items: center;
  height: 3rem;
  font-family: fontText;
  font-size: 1rem;
  cursor: pointer;
}
div.match div.logo[b-rzv6r4v3si] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.match div.logo img[b-rzv6r4v3si] {
  width: 2.5rem;
  height: 2.5rem;
  cursor: inherit;
}
div.match div.hometeam[b-rzv6r4v3si] {
  font-size: 0.8rem;
  text-align: center;
}
div.match div.awayteam[b-rzv6r4v3si] {
  font-size: 0.8rem;
  text-align: center;
}
div.match div.score[b-rzv6r4v3si] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.match div.score div.datetime[b-rzv6r4v3si] {
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
div.match div.score div.goals[b-rzv6r4v3si] {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
div.match div.score div.number[b-rzv6r4v3si] {
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  color: gray;
}
div.match:hover[b-rzv6r4v3si] {
  background-color: #1b99bd;
}
