/* _content/LGB.GAME.WEB/Area/Admin/Components/Cyclist/DlgUpdateCyclist.razor.rz.scp.css */
/* _content/LGB.GAME.WEB/Area/Admin/IndexAdmin.razor.rz.scp.css */
.admin-container[b-2ncgwdrh75] {
    display: flex;
    justify-content: space-around;
    overflow-y:auto;
    height:100%;
}

@media (max-width: 576px) {
    .admin-container[b-2ncgwdrh75] {
        flex-direction: column;
        align-items: center;
    }
}

[b-2ncgwdrh75] .mud-button {
    display:flex;
    border-radius: 2rem;
    width: 20rem;
    height: 15rem;
    text-align: center;
    margin: 1rem;
}

@media (max-width: 576px) {
    [b-2ncgwdrh75] .mud-button {
        width: 15rem;
        height: 10rem;
    }
    [b-2ncgwdrh75] .mud-button-label {
        justify-content:center;
    }
}

[b-2ncgwdrh75] a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    [b-2ncgwdrh75] a {
        font-size: 1rem;
    }
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminCourse.razor.rz.scp.css */
.admin-content[b-j3sm7frbxh]{
    height:100%;
    overflow-y:auto;
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminCourseDetail.razor.rz.scp.css */
.content-details[b-xi2tjbxg2m] {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.flex-box[b-xi2tjbxg2m] {
    height: 100vh;
    overflow-y: hidden;
    max-height: calc(100vh - 18rem);
}

.race-details-content[b-xi2tjbxg2m] {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

.form-rules[b-xi2tjbxg2m] {
    width: 80%;
    overflow-y:auto;
}

.result-rank-race[b-xi2tjbxg2m] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 3rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-y: hidden;
}

.result-rank-rules[b-xi2tjbxg2m] {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-y: hidden;
}

.bonus-race[b-xi2tjbxg2m] {
    max-height: calc(100vh - 24rem) !important;
    overflow-y: auto;

}

[b-xi2tjbxg2m] .mud-table-container {
    max-height: calc(100vh - 25rem) !important;
    overflow: auto !important;
}

.result-actions[b-xi2tjbxg2m]{

}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminCourseDetailStage.razor.rz.scp.css */
.content-details[b-kzqtqda86g] {
    width: 100%;
    height: calc(100vh - 16rem);
    overflow-y: hidden;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
}

@media(max-width: 960px) {
    .content-details[b-kzqtqda86g] {
        flex-direction: column;
        overflow-y: auto;
    }
}

.content-details-result[b-kzqtqda86g] {
    width: 100%;
    height: calc(100vh - 16rem);
}

@media(max-width: 960px) {
    .content-detail-results[b-kzqtqda86g] {
        height: 100%;
    }
}

[b-kzqtqda86g] .mud-table-container {
    max-height: calc(100vh - 22rem) !important;
    overflow: auto !important;
}

@media(max-width: 960px) {
    [b-kzqtqda86g] .mud-table-container{
        height:100%;
    }
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminCyclist.razor.rz.scp.css */
.admin-content[b-8uf8n272yw] {
    height: 100%;
    overflow-y: auto;
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminSeasonDetails.razor.rz.scp.css */
.content-details[b-gknqxhvy85] {
    width: 100%;
    height: calc(100vh - 8rem);
    overflow-y: hidden;
}

.flex-box[b-gknqxhvy85] {
    height: 100%;
    overflow-y: auto;
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminTeam.razor.rz.scp.css */
.admin-content[b-okp275jm83] {
    height: 100%;
    overflow-y: auto;
}
/* _content/LGB.GAME.WEB/Area/Admin/Pages/AdminTeamDetails.razor.rz.scp.css */
.container-overflow[b-3juybq90ju]{
    height:calc(100% - 9rem);
    overflow-y: auto;
}
/* _content/LGB.GAME.WEB/Area/Authentication/Pages/InitPassword.razor.rz.scp.css */
body[b-czmb6sd6au] {
}
/* _content/LGB.GAME.WEB/Area/Authentication/Pages/Login.razor.rz.scp.css */
.error_message[b-ofe2tiw9yt] {
    color: red;
    text-align-last: center;
}
/* _content/LGB.GAME.WEB/Area/Authentication/Pages/Register.razor.rz.scp.css */
.error_message[b-u387cr868i] {
    color: red;
    text-align-last: center;
}
/* _content/LGB.GAME.WEB/Area/Authentication/Pages/ResetPassword.razor.rz.scp.css */
.error_message[b-9yac2t7mop] {
    color: red;
    text-align-last: center;
}
/* _content/LGB.GAME.WEB/Area/League/Components/DlgUserTeamDetails.razor.rz.scp.css */
.team-details[b-p0emav2v8x] {
    width: calc(100% + 54px);
    margin: 0 -30px;
    background-color: #e1d9ff;
}

.title[b-p0emav2v8x] {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.name-team[b-p0emav2v8x] {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
}
/* _content/LGB.GAME.WEB/Area/League/Components/LeagueCards/MyLeagueCard.razor.rz.scp.css */
.league-card[b-vxe22l015y] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    margin: 1rem 0 0.5rem 0;
    display: grid;
    grid-template-columns: auto 13rem;
    font-size: 1.1rem;
    height: 8.5rem;
}

.user-status[b-vxe22l015y] {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 2rem auto 4rem 4rem 4rem;
    height: 2rem;
}

.user-status-waiting[b-vxe22l015y] {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 2rem auto 2rem 4rem 4rem;
    height: 2rem;
}

.user-status-img[b-vxe22l015y]{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0.2rem;
}
.user-status-team-name[b-vxe22l015y] {
    display: flex;
    align-self: center;
}

.user-status-team-isvalid[b-vxe22l015y] {
    display: flex;
    align-self: center;
}

.user-status-team-infos-2[b-vxe22l015y] {
    display: flex;
    justify-content: space-evenly;
    align-self: center;
    font-size: 0.8rem;
    font-weight: 600;
}

.user-status-team-infos-3[b-vxe22l015y] {
    display: flex;
    justify-content: space-evenly;
    align-self: center;
}

.league-img[b-vxe22l015y] {
    border-radius: 0 var(--lgb-general-border-radius) var(--lgb-general-border-radius) 0;
    color: black;
    display: flex;
    position: relative;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    background-position: right;
    background-size: cover;
}

.league-content[b-vxe22l015y] {
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    margin-right: -2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
}

.league-name[b-vxe22l015y] {
    text-transform: uppercase;
}

.goto[b-vxe22l015y] {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.my-league-infos[b-vxe22l015y] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2rem 1rem;
    width: 80%;
    position: absolute;
    bottom: 0.5rem;
}

.infos-details[b-vxe22l015y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    justify-content: center;
}

.infos-number[b-vxe22l015y] {
    display: flex;
    font-size: 0.9rem;
}

.infos-count[b-vxe22l015y] {
    color: darkgrey;
    align-content: end;
}

.infos-explanation[b-vxe22l015y] {
    color: darkgrey;
    font-size: 0.7rem;
    font-weight: normal;
}

.list-tag[b-vxe22l015y] {
    position: absolute;
    display: flex;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem;
    z-index: 1;
    column-gap: var(--lgb-padding-default);
}

.tag[b-vxe22l015y] {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--lgb-general-border-radius);
    width: 3rem;
}

.official-league[b-vxe22l015y] {
    border-radius: var(--lgb-general-border-radius);
    background-color: white;
}

.display-errors[b-vxe22l015y] {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.is-coming[b-vxe22l015y] {
    color: white;
    background-color: #49E886;
}

.is-staging[b-vxe22l015y] {
    color: white;
    background-color: red;
}

.hexagone[b-vxe22l015y] {
    width: 200px;
    height: 100%;
    background: #3498db;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}
/* _content/LGB.GAME.WEB/Area/League/Components/LeagueCards/MyLeagueOverCard.razor.rz.scp.css */
.league-card[b-wn4jlj1rdy] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 7.6rem auto;
    font-size: 1.1rem;
    height: 7.5rem;
}

.league-img[b-wn4jlj1rdy] {
    border-radius: var(--lgb-general-border-radius);
    color: black;
    max-width: 10rem;
    display: flex;
    position: relative;
    background-size: cover;
    opacity: 0.7;
}

.league-content[b-wn4jlj1rdy] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
}

.goto[b-wn4jlj1rdy] {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.my-league-infos[b-wn4jlj1rdy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2rem 1rem;
    width: 80%;
    position: absolute;
    bottom: 0.1rem;
}

.infos-details[b-wn4jlj1rdy] {
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: flex-end;
}

.exposant[b-wn4jlj1rdy] {
    font-size: 0.8rem;
    color: grey;
}

.infos-number[b-wn4jlj1rdy] {
    display: flex;
    font-size: 1.6rem;
}

.infos-count[b-wn4jlj1rdy] {
    color: darkgrey;
    align-content: end;
    margin-bottom: 0.3rem;
}

.infos-explanation[b-wn4jlj1rdy] {
    color: darkgrey;
    font-size: 0.7rem;
    font-weight: normal;
}

.tag[b-wn4jlj1rdy] {
    background-color: white;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    border-radius: var(--lgb-general-border-radius);
    padding: 0.2rem;
}

.league-status[b-wn4jlj1rdy] {
    font-family: 'text', sans-serif;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: var(--lgb-general-border-radius);
    padding: 0.2rem;
    font-size: 0.6rem;
    background-color: white;
    color: white;
    background-color: #6B42FE;
    font-weight: 600;
}

.display-errors[b-wn4jlj1rdy] {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}
/* _content/LGB.GAME.WEB/Area/League/Components/LeagueRules.razor.rz.scp.css */
.rule[b-n03x7l7zxb]{
    margin-bottom: 1rem;
}

.rank[b-n03x7l7zxb]{

}
/* _content/LGB.GAME.WEB/Area/League/Components/MyLeagueRanking.razor.rz.scp.css */
.content-details[b-h9a06jbv5l] {
    max-width: 500px;
    width: 100%;
    height: calc(100dvh - 14.5rem);
    margin-top: 0.5rem;
}

.infos-rank[b-h9a06jbv5l] {
    margin-top: 0.2rem;
    height: calc(100dvh - 14.5rem);
    overflow-y: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 1.5rem);
}

.col-rank-rank[b-h9a06jbv5l] {
    text-align: right;
    width: 2rem;
}

.col-rank-user-image[b-h9a06jbv5l] {
    width: 2rem;
}

.col-rank-username[b-h9a06jbv5l] {
    text-align: left;
}

.col-rank-stats[b-h9a06jbv5l] {
    text-align: center;
    width: 6rem;
}

.col-rank-team[b-h9a06jbv5l] {
    width: 3rem;
}

.col-rank-score[b-h9a06jbv5l] {
    width: 2.5rem;
}

.rank[b-h9a06jbv5l] {
    text-align: center;
    font-weight: bold;
}

.username-image[b-h9a06jbv5l] {
}

.username-name[b-h9a06jbv5l] {
    text-align: left;
    font-size: 0.8rem;
}

.username-team[b-h9a06jbv5l] {
    text-align: center;
}

.score[b-h9a06jbv5l] {
    font-weight: bold;
    text-align: right;
    padding-right:0.5rem;
}
.select-stage[b-h9a06jbv5l] {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #ffffff;
}

.select-stage-text[b-h9a06jbv5l] {
    flex-direction: column;
    width: 100%;
    text-align: center;
}

[b-h9a06jbv5l] .mud-input{
    height:3rem;
    background-color: white;
}

[b-h9a06jbv5l] .mud-input-select {
    display: flex !important;
}

[b-h9a06jbv5l] .mud-input-slot {
    display: flex !important;
    padding-top: 0rem !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
}

.icone-stage[b-h9a06jbv5l] {
    display: flex;
    margin: auto;
    padding-left: 0.5rem !important;
}

.user-team-name[b-h9a06jbv5l] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
/* _content/LGB.GAME.WEB/Area/League/Components/MyLeagueResults.razor.rz.scp.css */
.content-details[b-0dbo7r1wxa] {
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 11rem);
    overflow-y: auto;
    margin-top: 0.5rem;
}

.image-top[b-0dbo7r1wxa] {
    max-width: 500px;
    max-height: 150px;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.select-stage[b-0dbo7r1wxa] {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #ffffff;
    height: 2.5rem;
    margin: 0;
}

.select-stage-text[b-0dbo7r1wxa] {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

[b-0dbo7r1wxa] .mud-input-select {
    display: flex !important;
}

[b-0dbo7r1wxa] .mud-input {
    height: 3rem;
    background-color: white;
}

[b-0dbo7r1wxa] .mud-input-slot {
    display: flex !important;
    padding-top: 0rem !important;
    font-weight: bold !important;
    background-color: #ffffff !important;
    font-size: 0.9rem !important;
}

.result-content[b-0dbo7r1wxa] {
    margin-top: 1rem;
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 15.5rem);
    display: flex;
    justify-content: center;
}

.image-waiting[b-0dbo7r1wxa] {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    opacity: 75%;
}

.results-details[b-0dbo7r1wxa] {
    overflow-y: auto;
}

.card-cyclist[b-0dbo7r1wxa] {
    height: 4rem;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    margin: 0.2rem 0.5rem;
}

.details-rank-cyclist[b-0dbo7r1wxa] {
    width: 40px;
    text-align: center;
    font-weight: bold;
}

.details-logo-team[b-0dbo7r1wxa] {
    width: 35px;
}

.details-cyclist-name[b-0dbo7r1wxa] {
    text-align: center;
    padding-left: 0.2rem;
    font-weight: bold;
}

.details-cyclist-team-name[b-0dbo7r1wxa] {
    font-size: 0.7rem;
    font-weight: normal;
}

.details-cyclist-flag[b-0dbo7r1wxa] {
    text-align: center;
    font-size: 0.7rem;
    width: 80px;
}

.icone-stage[b-0dbo7r1wxa] {
    padding: 0 0 0.15rem 0.15rem;
    display: flex;
    margin: auto;
}
/* _content/LGB.GAME.WEB/Area/League/Components/MyLeagueTeam.razor.rz.scp.css */
.content-details[b-kgqbttus0j] {
    width: 100%;
    height: calc(100vh - 14rem);
    margin-top: 0.5rem;
    max-width: 500px;
}

.team-details[b-kgqbttus0j] {
    height: 100%;
    overflow-y: auto;
}

.goto-team[b-kgqbttus0j] {
    display: flex;
    text-align: center;
    height: 3rem;
    padding: 0.5rem 0;
    justify-content: center;
}

.title[b-kgqbttus0j] {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}


.details-cyclist[b-kgqbttus0j] {
    display: grid;
    grid-template: 50px 1fr 50px 1fr;
    align-items: center;
    width: calc(100% - 0.4rem);
    margin: 0.5rem 0;
    background-color: white;
    height: 6rem;
    border-radius: var(--lgb-general-border-radius);
    padding: 0rem 0.5rem;
}

.details-cyclist-sort[b-kgqbttus0j] {
    font-size: 1.5rem;
    font-weight: bold;
    width: 50px;
    background-color: yellow;
    text-align: center;
    margin: 0;
    border-radius: var(--lgb-general-border-radius);
    grid-column: 1 / 2;
    grid-row: 1;
}

.details-cyclist-name[b-kgqbttus0j] {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    margin: 0.5rem;
    align-items: baseline;
    grid-column: 2 / 3;
    grid-row: 1;
}

.details-cyclist-birthdate[b-kgqbttus0j] {
    padding-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: normal;
}

.details-logo-team[b-kgqbttus0j] {
    width: 50px;
    padding-right: 0.5rem;
    align-content: center;
    text-align: center;
    display: flex;
    grid-column: 1 / 1;
    grid-row: 2;
}

.details-team-name[b-kgqbttus0j] {
    width: 150px;
    padding-right: 0.5rem;
    align-content: center;
    text-align: center;
    display: flex;
    grid-column: 2 / 2;
    grid-row: 2;
}

.details-cyclist-flag[b-kgqbttus0j] {
    align-content: center;
    text-align: center;
    grid-column: 3 / 3;
    grid-row: 1;
}

.details-actions[b-kgqbttus0j] {
    grid-row: 2;
    grid-column: 2 / 4;
}
/* _content/LGB.GAME.WEB/Area/League/Components/MyLeagueTeamCyclist.razor.rz.scp.css */
.card-cyclist[b-t30dbcx764] {
    height: 2.5rem;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    margin: 0.2rem 0.5rem;
}

.details-logo-team[b-t30dbcx764] {
    width: 35px;
}

.details-cyclist-name[b-t30dbcx764] {
    text-align: center;
    padding-left: 0.2rem;
}

.details-cyclist-flag[b-t30dbcx764] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    width: 80px;
}
.details-actions[b-t30dbcx764] {
    text-align: center;
    width: 40px;
}
/* _content/LGB.GAME.WEB/Area/League/Components/NewLeague/NewLeagueCard.razor.rz.scp.css */
.league-card[b-dsrxyoor59] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: linear-gradient(270deg,rgba(148, 168, 201, 1) 71%, rgba(255, 255, 255, 1) 100%);
    font-size: 1.1rem;
    height: 9rem;
}

.league-action[b-dsrxyoor59] {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    justify-content: start;
    padding-left: 1rem;
}

.img[b-dsrxyoor59] {
    grid-area: 1 / 2 / 3 / 3;
    align-content: end;
    display: flex;
    justify-content: right;
}

.league-img[b-dsrxyoor59] {
    border-radius: var(--lgb-general-border-radius);
    color: black;
    max-width: 10rem;
    display: flex;
    position: relative;
}

.league-content-join[b-dsrxyoor59] {
    grid-area: 2 / 1 / 3 / 2;
    margin: 0.5rem;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: bold;
}


[b-dsrxyoor59] .mud-button {
    height: 3rem;
    width: 3rem !important;
}


[b-dsrxyoor59] .mud-button-label {
    justify-content: center;
}

/* _content/LGB.GAME.WEB/Area/League/Components/NewLeague/NewLeagueDlg.razor.rz.scp.css */
.custom-mud-stepper[b-fan89xainz] {
    height: 100% !important;
    display: grid !important;
    grid-template-rows: 5rem 1fr 3rem !important;
}

.custom-stepper-actions[b-fan89xainz] {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.step-content[b-fan89xainz] {
    margin: 1rem 0 0 0;
    max-height: 100%;
    overflow-y: auto;
    background-color: #e1d8ff;
    padding: 1rem 0.5rem;
    border-radius: var(--lgb-general-border-radius);
    text-align: justify;
    color: black;
}

.step-actions[b-fan89xainz] {
    display: flex;
    justify-self: center;
    margin: 1rem 0;
}

[b-fan89xainz] .mud-select-input {
    height: 2.5rem !important;
}

[b-fan89xainz] .mud-input-slot {
    height: 2.5rem;
}

.spacer[b-fan89xainz]{
    margin: 0.5rem;
}
/* _content/LGB.GAME.WEB/Area/League/LeagueDetails.razor.rz.scp.css */
.content-league-details[b-jlhecf5q11]{
    height: 100%;
}
/* _content/LGB.GAME.WEB/Area/League/LeagueIndex.razor.rz.scp.css */
.title-item[b-z9veaayger] {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    filter: brightness(00%);
}

.title[b-z9veaayger] {
    margin-left: 0.5rem;
}

.content-details[b-z9veaayger] {
    width: 100%;
    height: calc(100dvh - 7rem);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

@media(min-width: 960px) {
    .content-details[b-z9veaayger] {
        display: grid;
        overflow-y: hidden;
        justify-content: space-around;
        grid-template-columns: 1fr 1fr;
        max-height: calc(100vh - 4rem);
    }

    .content-details-league[b-z9veaayger] {
        display: flex;
        flex-direction: column;
        max-width: 500px;
    }

    .content-details-leagues-list[b-z9veaayger] {
        max-height: calc(100vh - 10rem);
        overflow-y: auto;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}


.league-action[b-z9veaayger] {
    width: 100%;
    height: 100%;
    align-content: center;
}

[b-z9veaayger] .league-action .mud-button {
    width: calc(100% - 12px);
}

.title-item[b-z9veaayger] {
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    filter: brightness(00%);
}
/* _content/LGB.GAME.WEB/Area/League/LeagueInvitation.razor.rz.scp.css */
.content-details[b-we9mbdi8fm] {
    width: 100%;
    max-width: 500px;
    height: calc(100% - 3rem);
    overflow-y: auto;
}

.league-details[b-we9mbdi8fm] {
    border-radius: var(--lgb-general-border-radius);
    background-color: white;
    padding: 1rem;
    margin: 0.5rem 0;
    display: block;
}

.quit-league[b-we9mbdi8fm] {
    width: 100%;
    max-width: 500px;
    text-align: center;
}
/* _content/LGB.GAME.WEB/Area/News/NewsIndex.razor.rz.scp.css */
.content-details[b-f6lahthbi5] {
    width: 100%;
    max-width: 500px;
    height: calc(100dvh - 8.5rem);
    overflow-y: auto;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.title[b-f6lahthbi5] {
    width: 100%;
    text-align: center;
    font-weight: bold;
    justify-content: center;
}

.image[b-f6lahthbi5] {
    
}
/* _content/LGB.GAME.WEB/Area/Profil/ProfilIndex.razor.rz.scp.css */
.content-details[b-1j65wb82cj] {
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 12rem);
    overflow-y: auto;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    padding: 1rem;
}

.title[b-1j65wb82cj]{
    text-align: center;
    font-weight: bold;
}
/* _content/LGB.GAME.WEB/Area/Race/Components/ListSeasonRaces.razor.rz.scp.css */
.list-races[b-kza0obepgk] {
    display: flex;
    overflow: auto;
    flex-direction: column;
    align-self: normal;
}

.month[b-kza0obepgk]{
    margin: 0.5rem 0;
    text-transform: capitalize;
}

.race-card[b-kza0obepgk] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    display: grid;
    background-color: white;
    grid-template-columns: 3.5rem auto;
    font-size: 1.1rem;
    height: 3.5rem;
    max-width: 30rem;
    margin: 0.15rem 0rem;
    cursor: pointer;
}

@media (max-width:576px) {
    .race-card[b-kza0obepgk] {
        max-width:100%;
    }
}

.race-img[b-kza0obepgk] {
    border-radius: var(--lgb-general-border-radius);
    color: black;
    display: flex;
    position: relative;
}

.tdf[b-kza0obepgk] {
    background: url('/dist/img/races/tdf.svg') no-repeat;
    background-size: contain;
}

.msr[b-kza0obepgk] {
    background: url('/dist/img/races/msr.svg') no-repeat;
    background-size: contain;
}
.tdfl[b-kza0obepgk] {
    background: url('/dist/img/races/tdfl.svg') no-repeat;
    background-size: contain;
}

.giro[b-kza0obepgk] {
    background: url('/dist/img/races/giro.svg') no-repeat;
    background-size: contain;
}

.lba[b-kza0obepgk] {
    background: url('/dist/img/races/lba.svg') no-repeat;
    background-size: contain;
}

.pro[b-kza0obepgk] {
    background: url('/dist/img/races/pro.svg') no-repeat;
    background-size: contain;
}

.tdl[b-kza0obepgk] {
    background: url('/dist/img/races/tdl.svg') no-repeat;
    background-size: contain;
}

.vuelta[b-kza0obepgk] {
    background: url('/dist/img/races/vuelta.svg') no-repeat;
    background-size: contain;
}

.agr[b-kza0obepgk] {
    background: url('/dist/img/races/agr.svg') no-repeat;
    background-size: contain;
}

.race-content[b-kza0obepgk] {
    width:100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.race-name[b-kza0obepgk] {
    font-size: 0.9rem;
    font-weight: bold;
}

.league-date[b-kza0obepgk] {
    font-size: 0.7rem;
    font-weight: normal;
    color: gray;
}

.status[b-kza0obepgk] {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    padding: 0.2rem;
    border-radius: var(--lgb-general-border-radius);
    width: 3.8rem;
    text-align: center;
}

.is-over[b-kza0obepgk]{
    color: white;
    background-color: #6B42FE;
}

.is-coming[b-kza0obepgk] {
    color: white;
    background-color: #49E886;
}

.is-staging[b-kza0obepgk] {
    color: white;
    background-color: red;
}
/* _content/LGB.GAME.WEB/Area/Race/Components/StageRace.razor.rz.scp.css */
.container-stages[b-j6i5k386p1]{
    width:100%;
    height: calc(100dvh - 12rem);
    overflow-y: auto;
}

.col-num-stage[b-j6i5k386p1] {
    width: 2rem;
    max-width: 2rem;
}

.col-type-stage[b-j6i5k386p1] {
    width: 2.5rem;
    max-width: 2.5rem;
}

.col-name-stage[b-j6i5k386p1]{
    text-align: left;
}

.col-distance-stage[b-j6i5k386p1] {
    width: 2rem;
    max-width: 2rem;
    text-align: left;
}

.col-date-stage[b-j6i5k386p1] {
    width: 4rem;
    max-width: 4rem;
    text-align: center;
}

.num-stage[b-j6i5k386p1] {
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 0.5rem;
}

.name-stage[b-j6i5k386p1] {
    font-size: 0.8rem;
    text-align: left;
    font-weight: bold;
}

.dist-stage[b-j6i5k386p1] {
    font-weight: bold;
    text-align: left;
}

.date-stage[b-j6i5k386p1] {
    white-space: nowrap;
    font-size: 0.8rem;
    text-align: right;
    padding-right: 0.5rem;
}

.icone-stage[b-j6i5k386p1] {
    padding: 0.2rem;
    display: flex;
    margin: auto;
}
/* _content/LGB.GAME.WEB/Area/Race/Components/TeamRace.razor.rz.scp.css */
.container-stages[b-gj1h3h4dil] {
    width: 100%;
    max-width: 50rem;
    height: calc(100vh - 12rem);
    overflow-y: auto;
}

.col-team-logo[b-gj1h3h4dil] {
    width: 2.5rem;
}

.col-team-name[b-gj1h3h4dil] {
    
}

.team-name[b-gj1h3h4dil] {
    padding-left: 1rem;
    font-weight: bold;
}
/* _content/LGB.GAME.WEB/Area/Race/RaceDetails.razor.rz.scp.css */
.content-details[b-ibcnh7b507] {
    max-width: 500px;
    width: 100%;
    margin-top: 0rem;
}
/* _content/LGB.GAME.WEB/Area/Race/RaceIndex.razor.rz.scp.css */
.race-item[b-81vhzug9rb] {
    max-height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

[b-81vhzug9rb] .filter-select {
    font-size: 0.5rem;
}

.season[b-81vhzug9rb]{
    margin-left:0.5rem;
    display: flex;
}

.status[b-81vhzug9rb] {
    display: flex;
}

[b-81vhzug9rb] .mud-input.mud-input-outlined.mud-input-adorned-end{
    font-size: 0.8rem;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/DlgAddUserTeam.razor.rz.scp.css */
.content-add[b-83osj775nx]{
}

.image[b-83osj775nx] {
    display:flex;
    width: 100%;
    justify-content: center;
}

img[b-83osj775nx] {
    border-radius: var(--lgb-general-border-radius);
    width: 30%;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/ListCyclist.razor.rz.scp.css */
.list-cyclist[b-2vsyuqg3d8] {
    width: 100%;
    overflow-y: auto;
    max-width: 800px;
    padding-bottom: 7rem;
}

.search[b-2vsyuqg3d8] {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    padding: 0.5rem 0 0 0;
    margin-bottom: 0.5rem;
}

.cyclist[b-2vsyuqg3d8] {
}

.details-logo-team[b-2vsyuqg3d8] {
    width: 35px;
}

.details-cyclist-name[b-2vsyuqg3d8] {
    font-size: 0.8rem;
    padding-left: 0.2rem;
    font-weight: bold;
}

.details-cyclist-team-name[b-2vsyuqg3d8] {
    font-size: 0.6rem;
    font-weight: normal;
}

.details-cyclist-rank[b-2vsyuqg3d8] {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
}

.details-cyclist-score[b-2vsyuqg3d8] {
    font-size: 0.7rem;
    font-weight: normal;
    text-align: center;
}

.details-cyclist-flag[b-2vsyuqg3d8] {
    text-align: center;
    font-size: 0.7rem;
    width: 80px;
}

.details-actions[b-2vsyuqg3d8] {
    width: 35px;
}

.btn-addtolist[b-2vsyuqg3d8] {
    width: 40px;
}

.details-cyclist-team-dossard[b-2vsyuqg3d8] {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: lightgray;
    font-family: 'title', sans-serif;
}

.no-start-list[b-2vsyuqg3d8]{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-start-list-text[b-2vsyuqg3d8] {
    width: 15rem;
    text-align: justify;
    font-size: 0.8rem;
    margin-bottom: 3rem;
    border: solid 1px #6B42FE;
    border-radius: var(--lgb-general-border-radius);
    padding: 0.5rem;
}

.no-start-list-img img[b-2vsyuqg3d8] {
    border-radius: var(--lgb-general-border-radius);
}

.col-actions[b-2vsyuqg3d8] {
    width: 2rem;
}

.col-team[b-2vsyuqg3d8] {
    width: 2rem;
}

.col-cyclist[b-2vsyuqg3d8] {
    width: auto;
    text-align: left;
    padding-left: 2rem;
}

.col-dossard[b-2vsyuqg3d8] {
    width: 3rem;
}

.col-rank[b-2vsyuqg3d8] {
    width: 2rem;
}

.col-rank-score[b-2vsyuqg3d8]{
    width: 2rem;
}

.col-rank-infos[b-2vsyuqg3d8] {
    width: 2rem;
}

.col-rank-bonus[b-2vsyuqg3d8] {
    width: 2.5rem;
}

[b-2vsyuqg3d8] .btn-small{
    width: 1.5rem;
}

[b-2vsyuqg3d8] .mud-menu button{
    width: 1.5rem;
}

[b-2vsyuqg3d8] .menu-bonus .mud-list-item {
    background-color: #1976d2 !important;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/ListCyclistDetails.razor.rz.scp.css */
.cyclist[b-p3ioydhlxz] {
    display: flex;
    margin: 0.2rem 0;
    border-radius: var(--lgb-general-border-radius);
    width: 100%;
    height: 3.5rem;
}

.details-logo-team[b-p3ioydhlxz] {
    width: 35px;
}


.details-cyclist-name[b-p3ioydhlxz] {
    padding-left: 0.2rem;
    font-weight: bold;
    flex: auto;
}

.details-cyclist-team-name[b-p3ioydhlxz] {
    font-size: 0.7rem;
    font-weight: normal;
}

.details-cyclist-flag[b-p3ioydhlxz] {
    text-align: center;
    font-size: 0.7rem;
    width: 80px;
    display: block;
    align-content: center;
}

.details-actions[b-p3ioydhlxz] {
    text-align: center;
    width: 40px;
    display: block;
    align-content: center;
}

.btn-addtolist[b-p3ioydhlxz] {
    width: 40px;
    display: block;
    align-content: center;
}

.details-cyclist-team-dossard[b-p3ioydhlxz] {
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/MyTeam.razor.rz.scp.css */
.myteam-container[b-xcojjf6eo1] {
    max-width: 800px;
    height: calc(100vh - 8rem);
    overflow-y: auto;
}

@media (max-width:960px) {
    .myteam-container[b-xcojjf6eo1] {
        width: calc(100% - 0.5rem);
    }
}

.new-team[b-xcojjf6eo1] {
    border: dashed #6B42FE 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e1d9ff;
    font-size: 1rem;
    align-items: center;
}

.new-title[b-xcojjf6eo1] {
    color: #6B42FE;
    margin-top: 0.5rem;
}

.card[b-xcojjf6eo1] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    margin: 1rem 0;
    height: var(--height-card);
    position: relative;
}

.title[b-xcojjf6eo1]{
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/MyTeamCard.razor.rz.scp.css */
.card[b-137vn7c84f] {
    width: 100%;
    border-radius: var(--lgb-general-border-radius);
    margin: 1rem 0;
    height: var(--height-card);
    position: relative;
}

.team[b-137vn7c84f] {
    display: grid;
    grid-template-columns: 7.6rem auto;
}
.race-image[b-137vn7c84f] {
    height: 7.5rem;
}

.goto[b-137vn7c84f] {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.team-details[b-137vn7c84f] {
    padding: 0.5rem 0.5rem;
    display: grid;
    grid-template-rows: 1fr 2rem 1rem;
}

.team-name[b-137vn7c84f] {
    font-size: 1rem;
    font-weight: bold;
}

.my-team-infos[b-137vn7c84f] {
    display: grid;
    grid-template: 1fr 1fr;
}

.infos-details[b-137vn7c84f] {
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: baseline;
}

.infos-number[b-137vn7c84f] {
    display: flex;
    font-size: 1.6rem;
}

.infos-count[b-137vn7c84f] {
    color: darkgrey;
    align-content: end;
    margin-bottom: 0.3rem;
}

.infos-date[b-137vn7c84f] {
    color: darkgrey;
    align-content: end;
    margin-bottom: 0.3rem;
    height:1rem;
}

.league-name[b-137vn7c84f] {
    font-size: 0.7rem;
}

.grey[b-137vn7c84f] {
    background-color: #e1d9ff;
}
.white[b-137vn7c84f] {
    background-color: white;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/MyTeamCyclists.razor.rz.scp.css */
.content-details[b-zshgx0scjk] {
    width: 100%;
    max-width: 800px;
}

.title[b-zshgx0scjk] {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
/* _content/LGB.GAME.WEB/Area/Team/Components/MyTeamCyclistsCard.razor.rz.scp.css */
.btn-delete-cyclist[b-bib1b9l6fn] {
    width: 40px;
}

.card-cyclist[b-bib1b9l6fn] {
    height: 3.5rem;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    margin: 0.2rem 0rem;
}
.details-logo-team[b-bib1b9l6fn] {
    width: 35px;
}

.details-cyclist-name[b-bib1b9l6fn] {
    text-align: left;
    padding-left: 0.2rem;
    font-weight: bold;
}

.details-cyclist-team-name[b-bib1b9l6fn] {
    font-size: 0.7rem;
    font-weight: normal;
}

.details-cyclist-error[b-bib1b9l6fn] {
    text-align: center;
    font-size: 0.7rem;
    color: red;
}

.details-cyclist-flag[b-bib1b9l6fn] {
    text-align: center;
    font-size: 0.7rem;
    width: 70px;
}

.details-actions[b-bib1b9l6fn] {
    text-align: left;
    width: 2.5rem;
}

.btn-delete-cyclist[b-bib1b9l6fn] {
    text-align: center;
    width: 35px;
}

[b-bib1b9l6fn] .btn-small {
    width: 1.5rem;
}
/* _content/LGB.GAME.WEB/Area/Team/MyTeamDetails.razor.rz.scp.css */
.container-myteam[b-i9iz741bd2] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myteam-details[b-i9iz741bd2] {
    justify-content: space-between;
}

.card-myteam-notexpanded[b-i9iz741bd2] {
    z-index: 3;
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 2rem);
    height: 3rem;
    background-color: #5837d1;
    border-radius: var(--lgb-general-border-radius);
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-content: center;
    max-width: 800px;
    color: white;
}

.overlay[b-i9iz741bd2] {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6B42FE;
    opacity: 50%;
}

.container-expanded[b-i9iz741bd2] {
    display: grid;
    width: calc(100%);
    max-width: 800px;
    height: calc(100vh - 3.5rem);
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    z-index: 3;
    position: absolute;
    bottom: 0;
    background-color: #6B42FE;
    border-radius: var(--lgb-general-border-radius) var(--lgb-general-border-radius) 0 0;
    color: white;
}

.card-myteam-expanded[b-i9iz741bd2] {
    display: grid;
    grid-area: 1 / 1 / 2 / 2;
    grid-template-columns: 1fr 50px 1fr;
    align-content: center;
}

.team-cyclist-board-icon[b-i9iz741bd2] {
    grid-area: 1 / 1 / 3 /2;
    align-content: center;
    justify-self: center;
}

.team-cyclist-board-title[b-i9iz741bd2] {
    grid-area: 2 / 2 / 2 / 3;
    font-size: 0.6rem;
}

.card-myteam-expanded-title[b-i9iz741bd2] {
    padding-left: 0.5rem;
    padding-top: 0.8rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.card-myteam-expanded-board[b-i9iz741bd2] {
    display: grid;
    grid-template-columns: 1fr 50px;
}

.card-myteam-expanded-board-icon[b-i9iz741bd2] {
    grid-area: 1 / 1 / 2 / 3;
    align-content: center;
    justify-self: right;
    padding-right: 0.5rem;
}

.card-myteam-expanded-board-value[b-i9iz741bd2] {
    grid-area: 1 / 1 / 2 / 2;
    align-content: center;
    justify-self: right;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.team-cyclist-board[b-i9iz741bd2] {
    display: grid;
    grid-template-columns: 50px 1fr;
}

.team-cyclist-board-value[b-i9iz741bd2] {
    grid-area: 1 / 2 / 3 / 3;
}

.team-bonus-board[b-i9iz741bd2] {
    display: grid;
    grid-template-columns: 1fr 50px;
}

.team-bonus-board-icon[b-i9iz741bd2] {
    grid-area: 1 / 2 / 3 / 3;
    width: 45px;
    align-content: center;
    text-align: center;
}

.team-bonus-board-title[b-i9iz741bd2] {
    grid-area: 2 / 1 / 2 / 2;
    font-size: 0.6rem;
    text-align: right;
    margin-right: 0rem;
}

.team-bonus-board-value[b-i9iz741bd2] {
    grid-area: 1 / 1 / 3 / 2;
    text-align: right;
    margin-right: 0rem;
}

.team-bonus-board-icon[b-i9iz741bd2] {
    grid-area: 1 / 2 / 3 / 3;
    text-align: center;
    margin-right: 0rem;
}

.team-myteam[b-i9iz741bd2] {
    color: black;
    text-align: right;
    background-color: white;
    height: auto;
    overflow-y: auto;
    padding-bottom: 5rem;
    width: 100%;
}

.team-myteam-general[b-i9iz741bd2] {
    width: 100%;
}

.team-myteam-bonus[b-i9iz741bd2] {
    width: 100%;
    background-color: #e1d8ff;
    display: grid;
}

.title-bonus[b-i9iz741bd2] {
    border-radius: var(--lgb-general-border-radius) var(--lgb-general-border-radius) 0 0;
    background: linear-gradient(90deg, #e1d8ff, #6B42FE);
    display: grid;
    grid-template-columns: 1fr 100px 40px;
    align-content: center;
    height: 2.5rem;
    align-content: center;
    justify-content: space-between;
}

.title-bonus-label[b-i9iz741bd2] {
    color: #6B42FE;
    grid-area: 1 / 1 / 2 / 2;
    align-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 0.5rem;
    text-align: left;
}

.title-bonus-value[b-i9iz741bd2] {
    grid-area: 1 / 2 / 2 / 3;
    padding-right: 0.5rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    align-content: center;
}

.title-bonus-icon[b-i9iz741bd2] {
    grid-area: 1 / 3 / 2 / 4;
    padding: 0.2rem 0.5rem 0 0;
    align-content: center;
    justify-self: right;
}

.btn-validate-team[b-i9iz741bd2] {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0.5rem;
}

[b-i9iz741bd2] .btn-validate-team button {
    width: 18rem;
    background-color: #5837d1 !important;
    border-radius: var(--lgb-general-border-radius);
}

    [b-i9iz741bd2] .btn-validate-team button .mud-button-label {
        justify-content: center;
        color: white;
    }

.lbl-locked[b-i9iz741bd2] {
    color: black;
}

.col-actions[b-i9iz741bd2] {
    width: 2rem;
}

.col-team[b-i9iz741bd2] {
    width: 2rem;
}

.col-cyclist[b-i9iz741bd2] {
    width: auto;
    text-align: left;
    padding-left: 2rem;
}

.col-infos[b-i9iz741bd2] {
    width: 5rem;
    text-align: center;
}

.col-bonus[b-i9iz741bd2] {
    width: 2.5rem;
    text-align: left;
}
/* _content/LGB.GAME.WEB/Area/Team/TeamIndex.razor.rz.scp.css */
.team-container[b-9pvm7kz5si] {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* _content/LGB.GAME.WEB/Components/Common/FilterInput.razor.rz.scp.css */
.filter-name[b-bkasfxb53q] {
    border: 1px solid black;
    border-radius: var(--lgb-general-border-radius);
    padding: 0.2rem;
    font-size: 0.7rem;
    background-color: #f0f4f8;
    color: #333;
    appearance: none; /* Pour masquer le style natif */
    margin: 0 0.5rem;
    outline: none;
    height: 1.5rem;
    width: 5rem;
}

.input-container[b-bkasfxb53q] {
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.input-label[b-bkasfxb53q] {
    position: absolute;
    top: -0.4rem;
    left: 0.75rem;
    background-color: #f2f2f2; /* ou la couleur du fond de ton form */
    padding: 0 0.25rem;
    font-size: 0.6rem;
    color: #007bff;
    z-index: 1;
}
/* _content/LGB.GAME.WEB/Components/Common/FilterSelect.razor.rz.scp.css */
.select-container[b-r016372yzz] {
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.select-label[b-r016372yzz] {
    position: absolute;
    top: -0.4rem;
    left: 0.75rem;
    background-color: #f2f2f2; /* ou la couleur du fond de ton form */
    padding: 0 0.25rem;
    font-size: 0.6rem;
    color: #007bff;
    z-index: 1;
}

.select[b-r016372yzz] {
    border: 1px solid black;
    border-radius: var(--lgb-general-border-radius);
    padding: 0.2rem;
    font-size: 0.7rem;
    background-color: #f0f4f8;
    color: #333;
    width: 5rem;
    appearance: none; /* Pour masquer le style natif */
    margin: 0 0.5rem;
    outline: none;
}

.select:focus[b-r016372yzz] {
    border-color: black;
}
/* _content/LGB.GAME.WEB/Components/Informations/DlgCGU.razor.rz.scp.css */
h2[b-i75x8w4vb8] {
    padding: 1rem 0rem;
}

p[b-i75x8w4vb8] {
    text-align:justify;
    padding-bottom: 0.5rem;
}

ul[b-i75x8w4vb8] {
    list-style-type: square;
}
/* _content/LGB.GAME.WEB/Components/Layout/EmptyLayout.razor.rz.scp.css */
html[b-c0ud5sc4bc] {
    min-height: 100%;
}

.main[b-c0ud5sc4bc] {
    display: grid;
    grid-template-areas:
        "top-bar top-bar"
        "main-nav-bar body-content";
    grid-template-columns: 15rem 1fr;
    grid-template-rows: 3.5rem auto;
    height: 100%;
    overflow: hidden;
}


.main-nav-bar[b-c0ud5sc4bc] {
    grid-area: main-nav-bar;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
}

@media (max-width: 960px) {
    .main[b-c0ud5sc4bc] {
        grid-template-areas:
            "top-bar"
            "body-content";
        grid-template-columns: auto;
        grid-template-rows: 3.5rem auto;
    }

    .body-content[b-c0ud5sc4bc] {
        width: 100vw;
        padding: 0;
        height: calc(100dvh - 4rem);
    }

    .main-nav-bar[b-c0ud5sc4bc] {
        display: none;
    }
}

.top-bar[b-c0ud5sc4bc] {
    grid-area: top-bar;
    background-color: white;
    display: flex;
    align-items: center;
    max-width: 100vw;
}

.body-content[b-c0ud5sc4bc] {
    grid-area: body-content;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    padding: 0;
}

#blazor-error-ui[b-c0ud5sc4bc] {
    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-c0ud5sc4bc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LGB.GAME.WEB/Components/Layout/LoginLayout.razor.rz.scp.css */

.main_login[b-u8v65s3u23] {
    background-color: #6b42fe;
    background-image: url('dist/img/fond_mountains2.jpeg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media(min-width:576px) {
    .main_login[b-u8v65s3u23] {
        background-image: url('dist/img/fond_mountains.png');
        background-size: 100% auto;
    }
}

.box-login[b-u8v65s3u23] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1rem;
    background-color: white;
    border-radius: var(--lgb-general-border-radius);
    position: relative;
    transition: box-shadow .25s;
    color: black;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05), 0px 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px lightgray;
    height: 75%;
    width: 70%;
    max-width: 400px;
    opacity: 0.95;
}

@media(max-width:576px) {
    .box-login[b-u8v65s3u23] {
        padding-top: 1rem;
    }
}

.login-message[b-u8v65s3u23] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    color: #6b42fe;
    font-size: 2rem;
}

    [b-u8v65s3u23] .mud-input {
        margin: 0.5rem 0 0.5rem 0;
        width: 100%;
        font-size: 13px;
    }

    [b-u8v65s3u23] .mud-input-root-text {
        padding: 0.5rem !important;
        border-radius: 30px;
    }

    [b-u8v65s3u23] .mud-input.mud-input-underline:before {
        left: 15px;
        right: 15px;
    }

    [b-u8v65s3u23] .mud-input.mud-input-underline:after {
        left: 15px;
        right: 15px;
    }

    [b-u8v65s3u23] .mud-button {
        margin: 0.75rem 0 0.75rem 0;
        width: 100%;
    }
[b-u8v65s3u23] div.mud-input.mud-input-text.mud-input-text-with-label {
    margin: 0 0 1rem 0 !important;
}
/* _content/LGB.GAME.WEB/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-sm9xio4xtp] {
    min-height: 100%;
}

.main[b-sm9xio4xtp] {
    display: grid;
    grid-template-areas:
        "top-bar top-bar"
        "main-nav-bar body-content";
    grid-template-columns: 15rem 1fr;
    grid-template-rows: 3.5rem auto;
    height: 100%;
    overflow: hidden;
}

.top-bar[b-sm9xio4xtp] {
    grid-area: top-bar;
    background-color: white;
    display: flex;
    align-items: center;
    max-width: 100vw;
}

.body-content[b-sm9xio4xtp] {
    grid-area: body-content;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    padding: 0 1rem 2rem 1rem;
}

.main-nav-bar[b-sm9xio4xtp] {
    grid-area: main-nav-bar;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
}

@media (max-width: 960px) {
    .main[b-sm9xio4xtp] {
        grid-template-areas:
            "top-bar"
            "body-content"
            "main-nav-bar";
        grid-template-columns: auto;
        grid-template-rows: 3.5rem auto 4rem;
    }

    .body-content[b-sm9xio4xtp] {
        width: 100vw;
        padding: 0 var(--lgb-padding-default) var(--lgb-padding-default) var(--lgb-padding-default);
    }
}

#blazor-error-ui[b-sm9xio4xtp] {
    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-sm9xio4xtp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LGB.GAME.WEB/Components/Layout/NavMenus/AddLeagueMenuMobile.razor.rz.scp.css */
.container-popover[b-gxm85adqt4]{
    width:80%;
    display:flex;
    flex-direction:column;
    align-items:center;
    z-index: 50;
}

.rectangle[b-gxm85adqt4] {
    background-color: darkgrey;
    height: 0.5rem;
    width: 5rem;
}

[b-gxm85adqt4] .mud-button{
    margin-top:1rem;
    width:100% !important;
}

[b-gxm85adqt4] .mud-button:last-of-type {
    margin-bottom: 1rem;
}
/* _content/LGB.GAME.WEB/Components/Layout/NavMenus/NavMenuDesktop.razor.rz.scp.css */
.menu-container-desktop[b-dp7fcuhu7y]{
    display:grid;
    grid-template-rows: 1fr auto;
    width:100%;
    height:100%;
    padding:0 0.5rem;
}

.add[b-dp7fcuhu7y] {
    justify-self: center;
}

.menu[b-dp7fcuhu7y] {
    background-color: white;
    margin: 0rem 0 1rem 0;
    border-radius: var(--lgb-general-border-radius);
    padding: 1rem 0;
    width: 100%;
}

.nav-item[b-dp7fcuhu7y] {
    padding-top:1rem;
    display: flex;
    width: 100%;
    padding:0 0 0 2.5rem;
    font-size:1.1rem;
    margin: 2rem 0 2rem 0;
    align-content:center;
}

.version[b-dp7fcuhu7y]{
    justify-self:center;
}

.icon-league[b-dp7fcuhu7y] {
    background: url('dist/icons/league.svg') no-repeat;
    background-size: contain;
}

.icon-race[b-dp7fcuhu7y] {
    background: url('dist/icons/race.svg') no-repeat;
    background-size: contain;
}

.icon-team[b-dp7fcuhu7y] {
    background: url('dist/icons/team.svg') no-repeat;
    background-size: contain;
}

.icon-news[b-dp7fcuhu7y] {
    background: url('dist/icons/news.svg') no-repeat;
    background-size: contain;
}

.icon-profil[b-dp7fcuhu7y] {
    background: url('dist/icons/profil.svg') no-repeat;
    background-size: contain;
}

[b-dp7fcuhu7y] a {
    height: 35px;
    display: block;
    width: 100%;
    color: grey;

}

    [b-dp7fcuhu7y] a.active {
        height: 35px;
        width: 100%;
        border-right: 7px #6B42FE solid;
        color: black;
    }

        [b-dp7fcuhu7y] a.active .icon {
            filter: brightness(0%);
        }

.flex-row[b-dp7fcuhu7y]{
    display: flex;
    width: 100%;
}

.version[b-dp7fcuhu7y]{
    padding-bottom:1rem;
}
/* _content/LGB.GAME.WEB/Components/Layout/NavMenus/NavMenuMobile.razor.rz.scp.css */
.menu-container-mobile[b-0yhn51ev82] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: white;
}

.nav-item[b-0yhn51ev82] {
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.nav-item-details[b-0yhn51ev82] {
    display: flex;
    justify-content: center;
    padding-top:0.25rem;
}

[b-0yhn51ev82] a {
    height: 100%;
    color: grey;
    border-top: 5px white solid;
    width: 100%;
}

    [b-0yhn51ev82] a.active {
        height: 100%;
        border-top: 5px #6B42FE solid;
        color: black;
    }

        [b-0yhn51ev82] a.active .icon {
            filter: brightness(0%);
        }

[b-0yhn51ev82] .mud-button {
    height: 3rem;
    width: 90%;
}

[b-0yhn51ev82] .mud-button-label {
    justify-content: center;
}

.overlay-grey[b-0yhn51ev82] {
    background-color: grey;
    opacity: 0.5;
    width: 100%;
    height: calc(100% - 4rem);
    position: absolute;
    bottom:0;
    z-index: 1;
}

.pop-over-add[b-0yhn51ev82] {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    width: 100vw;
    border-radius: 30px 30px 0 0;
    flex-direction: column;
    z-index: 2;
    background-color: white;
    align-items: center;
    transition: height 0.15s;
    bottom: 9rem;
}

    .pop-over-add.show-off[b-0yhn51ev82] {
        visibility: hidden;
        height: 0rem;
    }

    .show-off[b-0yhn51ev82] {
        visibility: hidden;
        height: 0rem;
    }

.pop-over-add.show-on[b-0yhn51ev82] {
    display: flex;
    visibility: visible;
    height: 11rem;
    bottom: 4rem;
}

.overlay-grey.show-on[b-0yhn51ev82] {
    position: absolute;
    height:100%;
}

.icon[b-0yhn51ev82] {
    width: 25px;
    height: 25px;
}

.icon-league[b-0yhn51ev82] {
    background: url('dist/icons/league.svg') no-repeat;
    background-size: contain;
}

.icon-race[b-0yhn51ev82] {
    background: url('dist/icons/race.svg') no-repeat;
    background-size: contain;
}

.icon-team[b-0yhn51ev82] {
    background: url('dist/icons/team.svg') no-repeat;
    background-size: contain;
}

.icon-profil[b-0yhn51ev82] {
    background: url('dist/icons/profil.svg') no-repeat;
    background-size: contain;
}

.icon-news[b-0yhn51ev82] {
    background: url('dist/icons/news.svg') no-repeat;
    background-size: contain;
}
/* _content/LGB.GAME.WEB/Components/Layout/NavMenus/SwitchMenu.razor.rz.scp.css */
/* _content/LGB.GAME.WEB/Components/Layout/NavMenus/SwitchMenuMobile.razor.rz.scp.css */
.switch-menu-mobile[b-olzxmosh52]{
    position: absolute;
    top:0px;
    right:0px;
    background-color:white;
    z-index:2;
    height:calc(100% - 7rem);
    width:75%;
    max-width:25rem;
    padding:1rem;
    border-radius: 30px 0px 0px 30px;
    padding-top:1rem;
}

.overlay-grey[b-olzxmosh52] {
    background-color: grey;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
}

.show-off[b-olzxmosh52] {
    display: none;
    visibility: hidden;
    width: 0rem;
}

.close-menu.show-on[b-olzxmosh52] {
    display: block;
    visibility: visible;
    z-index:4;
}

.overlay-grey.show-on[b-olzxmosh52] {
    position: absolute;
    height: 100%;
}

.close-menu[b-olzxmosh52] {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    padding: 0.5rem;
    transition: width 0.15s;
}

[b-olzxmosh52] a{
    font-size:1rem;
}
/* _content/LGB.GAME.WEB/Components/Layout/TopBar/TopBarDetails.razor.rz.scp.css */
.logo[b-cv30g0by65] {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-family: 'title', sans-serif;
}

.logo-lgb[b-cv30g0by65] {
    display: flex;
    align-items: center;
    min-width: 230px;
    justify-content: left;
}

.logo-lgb-home[b-cv30g0by65] {
    display: flex;
    align-items: center;
    min-width: 230px;
    justify-content: left;
}

h3[b-cv30g0by65] {
    font-size: 2rem;
}

@media (max-width: 576px) {
    .logo-lgb-home[b-cv30g0by65] {
        display: none;
    }

    h3[b-cv30g0by65] {
        font-size: 1.2rem;
    }

    .logo[b-cv30g0by65] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }
}

.lgb-title[b-cv30g0by65] {
    padding-left: 0.5rem;
}

.title-item[b-cv30g0by65] {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    filter: brightness(00%);
}

@media (min-width: 576px) {
    .title-item[b-cv30g0by65]{
        margin-left:1rem;
    }
}

.title[b-cv30g0by65] {
    margin-left: 1rem;
}
/* _content/LGB.GAME.WEB/Components/Layout/TopBarDisplay.razor.rz.scp.css */
.container-topbar[b-5eq305drjv] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
    justify-content: space-between;
    background-color: #f2f2f2;
}
