@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Web/Components/CoachItem.razor.rz.scp.css */
.coach-item[b-7koyqi6a49] {
    border: solid 1px #454545;
    border-radius: 10px;
    position: relative;
    width: 100%;
    box-shadow: #454545 0 0 10px;
    margin-top: 5rem;
    background-color: #454545;
    text-decoration:none;
}

    .coach-item img[b-7koyqi6a49] {
        position: absolute;
        width: 150px;
        height: 150px;
        object-fit: contain;
        border-radius: 100%;
        background-color: #ffffff;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -50px;
        box-shadow: #454545 0 0 10px;
        filter: contrast(120%);
    }

    .coach-item .coach-info[b-7koyqi6a49] {
        margin-top: 100px;
        padding: 1rem;
        color: #ffffff;
    }

        .coach-item .coach-info p[b-7koyqi6a49] {
            padding: 10px;
            background: #353535;
            border-radius: 5px;
            box-shadow: 0 0 10px #353535;
            text-align: center;
            margin-bottom: 5px;
        }

            .coach-item .coach-info p i[b-7koyqi6a49] {
                float: left;
            }
/* _content/Web/Components/DownloadApplication.razor.rz.scp.css */
.pulse-hover[b-exoyk97xlr] {
    transition: all 0.3s ease;
}

    .pulse-hover:hover[b-exoyk97xlr] {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.6);
    }

.animated-icon[b-exoyk97xlr] {
    animation: float-b-exoyk97xlr 3s ease-in-out infinite;
}

@keyframes float-b-exoyk97xlr {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.bg-image[b-exoyk97xlr] {
    background: url('/images/tennis-bg.jpg') center/cover no-repeat;
    min-height: 320px;
}

.glass-effect[b-exoyk97xlr] {
    backdrop-filter: blur(10px) brightness(0.6);
    background: rgba(0, 0, 0, 0.4);
}
img[b-exoyk97xlr] {
    width: 100px;
    height: 100px;
    object-fit:contain;
}
/* _content/Web/Components/LoadingIndicator.razor.rz.scp.css */
.loading-container[b-kbo4xgpogk] {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
}

.loading-bar[b-kbo4xgpogk] {
    height: 100%;
    background-color: #4caf50;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
}
/* _content/Web/Components/PlayerItem.razor.rz.scp.css */
.player-item[b-t65ruy9iao] {
    border: solid 1px #454545;
    border-radius: 10px;
    position: relative;
    width: 100%;
    box-shadow: #454545 0 0 10px;
    margin-top: 5rem;
    background-color: #454545;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

    .player-item:hover[b-t65ruy9iao] {
        transform: scale(1.05);
    }

.p-image[b-t65ruy9iao] {
    position: absolute;
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 100%;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
    box-shadow: #454545 0 0 10px;
    filter: contrast(120%);
}

.p-name[b-t65ruy9iao] {
    margin-top: 100px;
    padding: 1rem;
    font-weight: 700;
}

.p-birthdate[b-t65ruy9iao] {
    text-align: center;
}

.p-country[b-t65ruy9iao] {
    background: #161616;
    text-align: center;
    min-width: 135px;
    max-width: 230px;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    margin-top: 10px;
    border-radius: 20px 10px 10px 20px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 5px 5px 5px 0;
    box-shadow: #161616 0 0 10px;
}

    .p-country img[b-t65ruy9iao] {
        width: 50px;
        height: 50px;
        float: left;
        margin-top: -10px;
        object-fit: cover;
        border-radius: 100%;
    }
/* _content/Web/Components/TournamentDraw.razor.rz.scp.css */
h2[b-fduz3akxad] {
    display: inline-block;
    border-bottom: 1px #F42434 solid;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.draw[b-fduz3akxad] {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100vh;
}

.rounds[b-fduz3akxad] {
    position: relative;
    height: 30px
}

    .rounds div[b-fduz3akxad] {
        text-align: center;
        width: 350px;
        margin-right: 100px;
        position: absolute;
        border-top: solid #ffffff 1px;
        border-bottom: solid #ffffff 1px;
    }

        .rounds div:nth-child(1)[b-fduz3akxad] {
            width: 20px;
            margin-right: 0;
        }

        .rounds div:nth-child(2)[b-fduz3akxad] {
            width: 45px;
            margin-right: 0;
        }

        .rounds div:nth-child(3)[b-fduz3akxad] {
            width: 85px;
            margin-right: 0;
        }

        .rounds div:nth-child(4)[b-fduz3akxad] {
            width: 80px;
            margin-right: 0;
        }

.userDraw[b-fduz3akxad] {
    position: relative;
}

    .userDraw .ud-r[b-fduz3akxad] {
        position: absolute;
        text-align: center;
        width: 350px;
        margin-right: 100px;
        height: fit-content;
        z-index: 2;
    }



        .userDraw .ud-r:nth-child(1)[b-fduz3akxad] {
            width: 485px;
        }

        .userDraw .ud-r .ud-r-ud[b-fduz3akxad] {
            position: relative;
            margin-right: 30px;
        }

        .userDraw .ud-r .match[b-fduz3akxad] {
            /*border: red 1px solid;*/
            /*margin-bottom: 10px;*/
        }

            .userDraw .ud-r .match[b-fduz3akxad]::after {
                content: " ";
                position: absolute;
                right: -150px;
                left: 100%;
                z-index: 1;
                border-right: 1px solid #00a8e0;
            }

        .userDraw .ud-r.ud-r-1 .match[b-fduz3akxad]::after {
            height: 15px
        }

        .userDraw .ud-r.ud-r-2 .match[b-fduz3akxad]::after {
            height: 60px
        }

        .userDraw .ud-r.ud-r-3 .match[b-fduz3akxad]::after {
            height: 150px
        }

        .userDraw .ud-r.ud-r-4 .match[b-fduz3akxad]::after {
            height: 330px
        }

        .userDraw .ud-r.ud-r-5 .match[b-fduz3akxad]::after {
            height: 690px
        }

        .userDraw .ud-r .ud-r-ud:nth-child(odd) .match[b-fduz3akxad]::after {
            border-top: 1px solid #00a8e0;
            border-radius: 0 5px 0 0;
            top: 50%;
        }

        .userDraw .ud-r .ud-r-ud:nth-child(even) .match[b-fduz3akxad]::after {
            border-bottom: 1px solid #00a8e0;
            border-radius: 0 0 5px 0;
            bottom: 50%;
        }

        .userDraw .ud-r .ud-r-ud .match.Final[b-fduz3akxad]::after {
            height: 1px !important;
        }

        .userDraw .ud-r .ud-r-ud .match.Winner[b-fduz3akxad]::after,
        .userDraw .ud-r .ud-r-ud .match.Qualified[b-fduz3akxad]::after{
            border: none;
        }


        .userDraw .ud-r .match.Winner[b-fduz3akxad] {
            transform: translateY(15px);
        }

        .userDraw .ud-r .match .player[b-fduz3akxad] {
            /*border: yellow 1px solid;*/
            position: relative;
            height: 30px;
            border: #6d6d6d 1px solid;
            border-radius: 5px;
            background: #161616;
            box-shadow: #161616 0 0 10px;
            overflow: hidden;
        }

        .userDraw .ud-r:nth-child(1) .match .ud-r-ud[b-fduz3akxad] {
            display: inline-block;
            position: absolute;
        }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(1)[b-fduz3akxad] {
                width: 30px;
                left: 0;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(2)[b-fduz3akxad] {
                width: 80px;
                left: 10px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(3)[b-fduz3akxad] {
                width: 55px;
                left: 100px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(4)[b-fduz3akxad] {
                width: 55px;
                left: 80px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(5)[b-fduz3akxad] {
                width: 275px;
                left: 175px;
            }

.ud-r-ud .flag[b-fduz3akxad] {
    height: 25px;
    width: 45px;
    object-fit: contain;
}

.player-name[b-fduz3akxad] {
    text-align: left;
    padding-left: 5px;
    color:#888888;
    padding-left:15px;
}

.match-result[b-fduz3akxad] {
    position: absolute;
    top: 10.5px;
    right: 10px;
    background: #161616;
    padding: 5px;
    border-radius: 20px;
    box-shadow: #161616 0 0 5px 5px;
    color: #ffffff;
}

.ud-r-ud.player-name.winner-player[b-fduz3akxad] {
    color: #ffffff;
}
.ud-r-ud.player-name.winner-player[b-fduz3akxad]::before{
    content:'•';
    position:absolute;
    left:5px;
    color:#e1da1a;
}
.match.Winner .player-name[b-fduz3akxad]{
    color:#e1da1a;
}
/* _content/Web/Components/TournamentDrawDouble.razor.rz.scp.css */
h2[b-f1ox9bvspw] {
    display: inline-block;
    border-bottom: 1px #F42434 solid;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.draw[b-f1ox9bvspw] {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100vh;
}

.rounds[b-f1ox9bvspw] {
    position: relative;
    height: 30px
}

    .rounds div[b-f1ox9bvspw] {
        text-align: center;
        width: 350px;
        margin-right: 100px;
        position: absolute;
        border-top: solid #ffffff 1px;
        border-bottom: solid #ffffff 1px;
    }

        .rounds div:nth-child(1)[b-f1ox9bvspw] {
            width: 20px;
            margin-right: 0;
        }

        .rounds div:nth-child(2)[b-f1ox9bvspw] {
            width: 45px;
            margin-right: 0;
        }

        .rounds div:nth-child(3)[b-f1ox9bvspw] {
            width: 85px;
            margin-right: 0;
        }

        .rounds div:nth-child(4)[b-f1ox9bvspw] {
            width: 80px;
            margin-right: 0;
        }

.userDraw[b-f1ox9bvspw] {
    position: relative;
}

    .userDraw .ud-r[b-f1ox9bvspw] {
        position: absolute;
        text-align: center;
        width: 350px;
        margin-right: 100px;
        height: fit-content;
        z-index: 2;
    }



        .userDraw .ud-r:nth-child(1)[b-f1ox9bvspw] {
            width: 485px;
        }

        .userDraw .ud-r .ud-r-ud[b-f1ox9bvspw] {
            position: relative;
            margin-right: 30px;
        }

        .userDraw .ud-r .match[b-f1ox9bvspw] {
            /*border: red 1px solid;*/
            /*margin-bottom: 10px;*/
        }

            .userDraw .ud-r .match[b-f1ox9bvspw]::after {
                content: " ";
                position: absolute;
                right: -150px;
                left: 100%;
                z-index: 1;
                border-right: 1px solid #00a8e0;
            }

        .userDraw .ud-r.ud-r-1 .match[b-f1ox9bvspw]::after {
            height: 15px
        }

        .userDraw .ud-r.ud-r-2 .match[b-f1ox9bvspw]::after {
            height: 90px
        }

        .userDraw .ud-r.ud-r-3 .match[b-f1ox9bvspw]::after {
            height: 240px
        }

        .userDraw .ud-r.ud-r-4 .match[b-f1ox9bvspw]::after {
            height: 540px
        }

        .userDraw .ud-r.ud-r-5 .match[b-f1ox9bvspw]::after {
            height: 690px
        }

        .userDraw .ud-r .ud-r-ud:nth-child(odd) .match[b-f1ox9bvspw]::after {
            border-top: 1px solid #00a8e0;
            border-radius: 0 5px 0 0;
            top: 50%;
        }

        .userDraw .ud-r .ud-r-ud:nth-child(even) .match[b-f1ox9bvspw]::after {
            border-bottom: 1px solid #00a8e0;
            border-radius: 0 0 5px 0;
            bottom: 50%;
        }

        .userDraw .ud-r .ud-r-ud .match.Final[b-f1ox9bvspw]::after {
            height: 1px !important;
        }

        .userDraw .ud-r .ud-r-ud .match.Winner[b-f1ox9bvspw]::after,
        .userDraw .ud-r .ud-r-ud .match.Qualified[b-f1ox9bvspw]::after{
            border: none;
        }


        .userDraw .ud-r .match.Winner[b-f1ox9bvspw] {
            transform: translateY(15px);
        }

        .userDraw .ud-r .match .player[b-f1ox9bvspw] {
            /*border: yellow 1px solid;*/
            position: relative;
            height: 30px;
            border: #6d6d6d 1px solid;
            border-radius: 5px;
            background: #161616;
            box-shadow: #161616 0 0 10px;
            overflow: hidden;
        }

        .userDraw .ud-r:nth-child(1) .match .ud-r-ud[b-f1ox9bvspw] {
            display: inline-block;
            position: absolute;
        }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(1)[b-f1ox9bvspw] {
                width: 30px;
                left: 0;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(2)[b-f1ox9bvspw] {
                width: 80px;
                left: 10px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(3)[b-f1ox9bvspw] {
                width: 55px;
                left: 100px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(4)[b-f1ox9bvspw] {
                width: 55px;
                left: 80px;
            }

            .userDraw .ud-r:nth-child(1) .match .ud-r-ud:nth-child(5)[b-f1ox9bvspw] {
                width: 275px;
                left: 175px;
            }

.ud-r-ud .flag[b-f1ox9bvspw] {
    height: 25px;
    width: 45px;
    object-fit: contain;
}

.player-name[b-f1ox9bvspw] {
    text-align: left;
    padding-left: 5px;
    color:#888888;
    padding-left:15px;
}

.match-result[b-f1ox9bvspw] {
    position: absolute;
    top: 40px;
    right: 10px;
    background: #161616;
    padding: 5px;
    border-radius: 20px;
    box-shadow: #161616 0 0 5px 5px;
    color: #ffffff;
}

.ud-r-ud.player-name.winner-player[b-f1ox9bvspw] {
    color: #ffffff;
}
.ud-r-ud.player-name.winner-player[b-f1ox9bvspw]::before{
    content:'•';
    position:absolute;
    left:5px;
    color:#e1da1a;
}
.match.Winner .player-name[b-f1ox9bvspw]{
    color:#e1da1a;
}
/* _content/Web/Components/TournamentOrderOfPlay.razor.rz.scp.css */

.btn.active[b-86704y7fox] {
    background: #E1DA1A;
    color: #000000;
}

th[b-86704y7fox] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table[b-86704y7fox] {
    color: #BBBBBB
}

.table-striped > tbody > tr:nth-of-type(odd)[b-86704y7fox] {
    color: #ffffff;
}

table tr[b-86704y7fox] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-86704y7fox] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-86704y7fox] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-86704y7fox] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-86704y7fox] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

table td[b-86704y7fox], table th[b-86704y7fox] {
    text-align: center;
}
span.winner[b-86704y7fox]{
    color:#00A8E0;
}
span.winner[b-86704y7fox]::before {
    content: "•";
    left: 5px;
    color: rgb(225, 218, 26);
}
/* _content/Web/Components/TournamentResult.razor.rz.scp.css */
h2[b-xnid2hj3or] {
    display: inline-block;
    border-bottom: 1px #F42434 solid;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}
        
th[b-xnid2hj3or] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table[b-xnid2hj3or] {
    color: #BBBBBB
}

.table-striped > tbody > tr:nth-of-type(odd)[b-xnid2hj3or] {
    color: #ffffff;
}

table tr[b-xnid2hj3or] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-xnid2hj3or] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-xnid2hj3or] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-xnid2hj3or] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-xnid2hj3or] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

table .winner[b-xnid2hj3or]{
    color:green;
}
/* _content/Web/Pages/ClubCoachPlayer/Club.razor.rz.scp.css */
h1[b-znbm9y66e0] {
    color: white;
    cursor: pointer;
    text-shadow: #aaaaaa 0 0 5px;
    border-bottom: 2px #6D6D6D solid;
    padding-bottom: 1rem;
}

.logo img[b-znbm9y66e0] {
    border-radius: 100%;
    object-fit: contain;
    background: #ffffff;
    box-shadow: #aaaaaa 0 0 5px;
    transition: 300ms all;
    font-size: 3px;
    overflow: hidden;
    height: 5rem;
    width: 5rem;
    max-width: 5rem;
    max-height: 5rem;
    min-height: 5rem;
    min-width: 5rem;
}

    .logo img:hover[b-znbm9y66e0] {
        transform: scale(1.2);
    }

.content-info[b-znbm9y66e0] {
    background: #2a2a2a;
    border-radius: 5px;
    box-shadow: #2a2a2a 0 0 10px;
}

    .content-info .tabs[b-znbm9y66e0] {
        border-bottom: 1px solid #ffffff
    }

        .content-info .tabs .btn[b-znbm9y66e0] {
            border-radius: 0;
            border-bottom: 1px solid #ffffff;
            margin-bottom: -1px;
            outline: none;
            padding-top: .7rem;
            padding-bottom: .7rem;
            background-color: #161616;
            min-width: 10rem;
            font-family: Oswald;
        }

            .content-info .tabs .btn:focus[b-znbm9y66e0] {
                outline: none;
            }

            .content-info .tabs .btn.active[b-znbm9y66e0] {
                border: 1px solid rgb(0, 168, 224);
                border-bottom: 1px solid #454545;
            }

    .content-info .info[b-znbm9y66e0] {
        background: #2a2a2a;
        position: relative;
        color: #ffffff;
        font-family: Oswald;
        overflow: hidden;
        padding: 0;
        background-position: 30rem 0;
    }

.address .card-body[b-znbm9y66e0] {
    padding-bottom: 0;
}

  
/* _content/Web/Pages/ClubCoachPlayer/Clubs.razor.rz.scp.css */
.club-list > div[b-oxmoi7tqr4] {
    margin-bottom: 7rem;
}

.club-item[b-oxmoi7tqr4] {
    background: #454545;
    border-radius: 5px;
    border: #454545 1px solid;
    box-shadow: #454545 0 0 5px;
    width: 100%;
    position: relative;
    color: #ffffff;
    transition: all .5s ease-in-out;
    padding-top: 220px;
    cursor: pointer;
    text-decoration: none;
}

    .club-item:hover[b-oxmoi7tqr4] {
        transform: scale(1.05);
    }

    .club-item img[b-oxmoi7tqr4] {
        width: 70px;
        height: 70px;
        object-fit: contain;
        position: absolute;
        top: -35px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid #454545;
        box-shadow: #454545 0 0 5px;
        z-index: 2;
    }

    .club-item .fa-trophy[b-oxmoi7tqr4] {
        width: 70px;
        height: 70px;
        object-fit: contain;
        position: absolute;
        top: -35px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        border-radius: 100%;
        background: #454545;
        border: 1px solid #454545;
        box-shadow: #454545 0 0 5px;
        z-index: 2;
        padding: 15px;
        font-size: 2rem;
    }

    .club-item p[b-oxmoi7tqr4] {
        padding: 0 1rem;
    }

    .club-item i[b-oxmoi7tqr4] {
        color: #E1DA1A;
    }

    .club-item .club-map[b-oxmoi7tqr4] {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        line-height: 0;
        overflow: hidden;
        display: block;
        border-radius: 5px 5px 0 0;
        z-index: 1;
        background-image: url('/images/map-marker.png');
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #aaaaaa;
    }

.club-info[b-oxmoi7tqr4] {
    font-size: 14px;
    padding-bottom: 2rem
}

.club-rate[b-oxmoi7tqr4] {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .club-rate i[b-oxmoi7tqr4] {
        color: #777777;
    }

        .club-rate i.active[b-oxmoi7tqr4] {
            color: #E1DA1A;
            text-shadow: #E1DA1A 0 0 15px;
        }
/* _content/Web/Pages/ClubCoachPlayer/Coach.razor.rz.scp.css */
h1[b-orjnl0l4y3] {
    color: white;
    font-size: 32px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.28px;
    word-wrap: break-word;
    border-bottom: 2px #6D6D6D solid;
    padding: 0 0.5rem 1rem 0.5rem;
    margin-bottom: 0;
}

.player-info[b-orjnl0l4y3] {
    /*background: #2a2a2a;*/
    border-radius: 5px;
    position: relative;
    color: #ffffff;
    font-family: Oswald;
    overflow: hidden;
    /*box-shadow: #2a2a2a 0 0 10px;*/
    padding: 0;
    background-position: 30rem 0;
}

    .player-info .profile-img[b-orjnl0l4y3] {
        text-align: right;
        background: #2a2a2a;
        background: radial-gradient(circle, #0f19c8 0%, #161616 80%);
    }

        .player-info .profile-img img[b-orjnl0l4y3] {
            width: 100%;
            height: 350px;
            object-fit: contain;
        }

    .player-info h2[b-orjnl0l4y3] {
        border-bottom: 2px solid #ffffff;
        padding: .3rem;
    }

.player-details[b-orjnl0l4y3] {
    padding: 1rem;
}

    .player-details div[b-orjnl0l4y3] {
        margin-bottom: 1rem;
    }


.tournaments[b-orjnl0l4y3] {
    background: #2a2a2a;
    border-radius: 5px;
    box-shadow: #2a2a2a 0 0 10px;
}

    .tournaments .tabs[b-orjnl0l4y3] {
        border-bottom: 1px solid #ffffff
    }

        .tournaments .tabs .btn[b-orjnl0l4y3] {
            border-radius: 0;
            border-bottom: 1px solid #ffffff;
            margin-bottom: -1px;
            outline: none;
            padding-top: .7rem;
            padding-bottom: .7rem;
            background-color: #161616;
            min-width: 10rem;
            font-family: Oswald;
        }

            .tournaments .tabs .btn:focus[b-orjnl0l4y3] {
                outline: none;
            }

            .tournaments .tabs .btn.active[b-orjnl0l4y3] {
                border: 1px solid rgb(0, 168, 224);
                border-bottom: 1px solid #454545;
            }


.tournament-list[b-orjnl0l4y3] {
    margin-top: 1rem;
}

th[b-orjnl0l4y3] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table[b-orjnl0l4y3] {
    color: #BBBBBB;
}

.table-striped > tbody > tr:nth-of-type(odd)[b-orjnl0l4y3] {
    color: #ffffff;
}

table tr[b-orjnl0l4y3] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-orjnl0l4y3] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-orjnl0l4y3] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-orjnl0l4y3] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-orjnl0l4y3] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

.table-hover > tbody > tr:hover[b-orjnl0l4y3] {
    color: #ffffff
}

.preferred strong[b-orjnl0l4y3] {
    color: yellow;
}

.tournament-list .nav-link[b-orjnl0l4y3] {
    font-weight: bold
}

    .tournament-list .nav-link:not(.active)[b-orjnl0l4y3] {
        color: yellow;
        font-weight: normal
    }

a[b-orjnl0l4y3] {
    color: white;
}
/* _content/Web/Pages/ClubCoachPlayer/Index.razor.rz.scp.css */
.header-container[b-2u0x8ru40k] {
    background-image: none;
}

    .header-container div[b-2u0x8ru40k] {
        z-index: 2
    }

    .header-container[b-2u0x8ru40k]:after {
        content: ' ';
        overflow: hidden;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: inherit;
        opacity: 0.2;
        background-image: url('/images/aviationClub2.jpg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
/* _content/Web/Pages/ClubCoachPlayer/Player.razor.rz.scp.css */
h1[b-hyg551m0m9] {
    color: white;
    font-size: 32px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.28px;
    word-wrap: break-word;
    border-bottom: 2px #6D6D6D solid;
    padding: 0 0.5rem 1rem 0.5rem;
    margin-bottom: 0;
}

.player-info[b-hyg551m0m9] {
    /*background: #2a2a2a;*/
    border-radius: 5px;
    position: relative;
    color: #ffffff;
    font-family: Oswald;
    overflow: hidden;
    /*box-shadow: #2a2a2a 0 0 10px;*/
    padding: 0;
    background-position: 30rem 0;
}

    .player-info .profile-img[b-hyg551m0m9] {
        text-align: right;
        background: #2a2a2a;
        background: radial-gradient(circle, #0f19c8 0%, #161616 80%);
    }

        .player-info .profile-img img[b-hyg551m0m9] {
            width: 100%;
            height: 350px;
            object-fit: contain;
        }

    .player-info h2[b-hyg551m0m9] {
        border-bottom: 2px solid #ffffff;
        padding: .3rem;
    }

.player-details[b-hyg551m0m9] {
    padding: 1rem;
}

    .player-details div[b-hyg551m0m9] {
        margin-bottom: 1rem;
    }


.tournaments[b-hyg551m0m9] {
    background: #2a2a2a;
    border-radius: 5px;
    box-shadow: #2a2a2a 0 0 10px;
}

    .tournaments .tabs[b-hyg551m0m9] {
        border-bottom: 1px solid #ffffff
    }

        .tournaments .tabs .btn[b-hyg551m0m9] {
            border-radius: 0;
            border-bottom: 1px solid #ffffff;
            margin-bottom: -1px;
            outline: none;
            padding-top: .7rem;
            padding-bottom: .7rem;
            background-color: #161616;
            min-width: 10rem;
            font-family: Oswald;
        }

            .tournaments .tabs .btn:focus[b-hyg551m0m9] {
                outline: none;
            }

            .tournaments .tabs .btn.active[b-hyg551m0m9] {
                border: 1px solid rgb(0, 168, 224);
                border-bottom: 1px solid #454545;
            }


.tournament-list[b-hyg551m0m9] {
    margin-top: 1rem;
}

th[b-hyg551m0m9] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table[b-hyg551m0m9] {
    color: #BBBBBB;
}

.table-striped > tbody > tr:nth-of-type(odd)[b-hyg551m0m9] {
    color: #ffffff;
}

table tr[b-hyg551m0m9] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-hyg551m0m9] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-hyg551m0m9] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-hyg551m0m9] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-hyg551m0m9] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

.table-hover > tbody > tr:hover[b-hyg551m0m9] {
    color: #ffffff
}

.preferred strong[b-hyg551m0m9] {
    color: yellow;
}

.tournament-list .nav-link[b-hyg551m0m9] {
    font-weight: bold
}

    .tournament-list .nav-link:not(.active)[b-hyg551m0m9] {
        color: yellow;
        font-weight: normal
    }

a[b-hyg551m0m9] {
    color: white;
}
/* _content/Web/Pages/Gallery/Gallery.razor.rz.scp.css */
.gallery-box[b-iorimojegl] {
    box-shadow: #222222 0 0 10px;
    background: #222222;
    border-radius: 10px;
    color: #ffffff;
}

    .gallery-box label[b-iorimojegl] {
        cursor: pointer;
    }

    .gallery-box img[b-iorimojegl] {
        /*max-height: 200px;*/
        width: 100%;
        object-fit: contain;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #222222;
    }

    .gallery-box span[b-iorimojegl] {
        padding: 1rem 0.5rem;
        font-size: .75rem;
        display: block;
        text-shadow: #5e5e5e 0 0 10px;
    }

.slides[b-iorimojegl] {
    padding: 0;
    width: 100%;
    height: 80vh;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: #222222 0 0 10px;
    background: #222222;
}


    .slides *[b-iorimojegl] {
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    .slides input[b-iorimojegl] {
        display: none;
    }

.slide-container[b-iorimojegl] {
    display: block;
    position: relative;
}

.slide[b-iorimojegl] {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 80vh;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

    .slide img[b-iorimojegl] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 2;
        position: fixed;
        top: 0;
        filter: contrast(110%);
    }

        .slide img.bg[b-iorimojegl] {
            object-fit: cover;
            position: fixed;
            z-index: 1;
            filter: blur(10px) grayscale(10%);
        }

    .slide p[b-iorimojegl] {
        position: fixed;
        z-index: 3;
        text-align: center;
        width: 100%;
        background: rgba(0,0,0,0.5);
        color: #ffffff;
        padding: 1rem;
        opacity: 0;
        transition: opacity .2s;
    }

    .slide:hover p[b-iorimojegl] {
        opacity: 1;
    }

.nav label[b-iorimojegl] {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 80vh;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(50, 50, 50, .3);
    text-shadow: 0px 0px 15px rgb(50, 50, 50, .3);
}


.slide:hover + .nav label[b-iorimojegl] {
    opacity: 0.5;
}

.nav label:hover[b-iorimojegl] {
    opacity: 1;
}

.nav .next[b-iorimojegl] {
    right: 0;
}

input:checked + .slide-container .slide[b-iorimojegl] {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label[b-iorimojegl] {
    display: block;
}

.nav-dots[b-iorimojegl] {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}

    .nav-dots .nav-dot[b-iorimojegl] {
        top: -5px;
        width: 11px;
        height: 11px;
        margin: 0 4px;
        position: relative;
        border-radius: 100%;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .nav-dots .nav-dot:active[b-iorimojegl] {
            background-color: rgba(255, 255, 0, 0.8);
        }


        .nav-dots .nav-dot:hover[b-iorimojegl] {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.8);
        }

/*input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6
{
  background: rgba(0, 0, 0, 0.8);
}*/
/* _content/Web/Pages/Gallery/Index.razor.rz.scp.css */
.gallery-item[b-tqchnu4s4d] {
    width: 100%;
    display: block;
}

    .gallery-item img[b-tqchnu4s4d] {
        max-width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .gallery-item a[b-tqchnu4s4d] {
        text-decoration: none;
    }

    .gallery-item span[b-tqchnu4s4d] {
        display: block;
        text-align: center;
        color: #fff;
    }
/* _content/Web/Pages/Index.razor.rz.scp.css */
.main[b-q04ykpn4kw] {
    width: 100%;
    overflow: hidden;
}

.h-box[b-q04ykpn4kw] {
    height: 100vh;
    /*    opacity: 0.4;
    filter: alpha(opacity=30); */
    transition: all 0.5s;
    box-shadow: rgba(0,0,0,0.5) 0 0 5rem;
    overflow: hidden;
    padding:0;
}

    .h-box:hover[b-q04ykpn4kw] {
        z-index: 10;
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        background-position: center center;
        /*        opacity: 1;
        filter: alpha(opacity=1); */
        backdrop-filter: blur(0px);
    }

        .h-box:hover a span[b-q04ykpn4kw] {
            transform: scale(1.2)/* translate(-50%,-50%);*/
        }

            .h-box:hover a span i[b-q04ykpn4kw] {
                opacity: 1;
            }

            .h-box:hover a span strong[b-q04ykpn4kw] {
                padding: 0.1rem;
                text-shadow: #000 0 0 10px;
            }

    .h-box a[b-q04ykpn4kw] {
        position: relative;
        width:100%;
        height:100%;
        display:block;
    }

        .h-box a span[b-q04ykpn4kw] {
            color: #fff;
            font-size: 1.5rem;
            opacity: 1;
            position: absolute;
            display: inline-block;
            /*left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);*/
            transition: transform 0.5s;
            text-align: center;
            width:100%;
            vertical-align:middle;
            top:30%;
        }

            .h-box a span i[b-q04ykpn4kw] {
                display: inline-block;
                text-align: center;
                font-size: 3rem;
                height: 6rem;
                width: 6rem;
                padding: 1.2rem 1rem;
                opacity: 0.5;
                border-radius: 50%;
                box-shadow: #000 0 0 1rem;
                background-color: black;
                transition: all 0.5s;
            }

            .h-box a span strong[b-q04ykpn4kw] {
                display: block;
                transition: all 0.5s;
                border-radius: 5px;
            }

.bg-blur[b-q04ykpn4kw] {
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
}

.h-box:hover .bg-blur[b-q04ykpn4kw] {
    backdrop-filter: blur(0px);
}

.box-1[b-q04ykpn4kw] {
    background: linear-gradient(to bottom, rgb(0 0 0 / 50% ), rgb(0 2 70 / 75%)), url('/images/home/01.jfif') no-repeat;
    background-size: cover;
    background-position: center center;
}

    .box-1:hover[b-q04ykpn4kw] {
        background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 2 70 / 40%)), url('/images/home/01.jfif') no-repeat;
        background-size: cover;
        background-position: center center;
    }

.box-2[b-q04ykpn4kw] {
    background: linear-gradient(to bottom, rgb(0 0 0 / 50% ), rgb(0 2 70 / 75%)), url('/images/home/02.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

    .box-2:hover[b-q04ykpn4kw] {
        background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 2 70 / 40%)), url('/images/home/02.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }

.box-3[b-q04ykpn4kw] {
    background: linear-gradient(to bottom, rgb(0 0 0 / 50% ), rgb(0 2 70 / 75%)), url('/images/home/03.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

    .box-3:hover[b-q04ykpn4kw] {
        background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 2 70 / 40%)), url('/images/home/03.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }

.box-4[b-q04ykpn4kw] {
    background: linear-gradient(to bottom, rgb(0 0 0 / 50% ), rgb(0 2 70 / 75%)), url('/images/home/004.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

    .box-4:hover[b-q04ykpn4kw] {
        background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 2 70 / 40%)), url('/images/home/004.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
    }


@media screen and (max-width: 767px) {
    .h-box[b-q04ykpn4kw] {
        height: 50vh;
    }


    .h-box a span[b-q04ykpn4kw]{
        font-size:1rem;
    }

    .h-box a span i[b-q04ykpn4kw]{
        font-size:2rem;
        padding: 1rem 0rem;
        width:4rem;
        height:4rem;
    }
}
/* _content/Web/Pages/news/Index.razor.rz.scp.css */
.news-box[b-anrkvx4ga4] {
    background: #161616ab;
    padding: 1rem;
    margin-top: 5rem;
    border-radius: 10px;
    box-shadow: #161616 0 0 10px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    border: solid #161616 1px;
}

    .news-box:hover[b-anrkvx4ga4] {
        transform: scale(1.1);
        background: #161616;
    }

    .news-box img[b-anrkvx4ga4] {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
        border-radius: 5px;
    }

    .news-box h2[b-anrkvx4ga4] {
        font-size: 20px;
        text-align: center;
        letter-spacing: unset;
    }

    .news-box p[b-anrkvx4ga4] {
        font-size: 16px;
        text-align: center;
        letter-spacing: unset;
    }
/* _content/Web/Pages/news/LatestNews.razor.rz.scp.css */
.news-box[b-u4utn4tg4p] {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;
}

    .news-box img[b-u4utn4tg4p] {
        width: 100%;
        object-fit: contain;
        transition: all .2s ease-in-out;
    }

    .news-box p[b-u4utn4tg4p] {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding: .5rem;
        background: rgba(0,0,0,0.5);
        margin: 0;
        transition: all .2s ease-in-out;
    }

    .news-box span[b-u4utn4tg4p] {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0.2rem;
        background: rgba(0,0,0,0.5);
        border-radius: 5px;
        transition: all .2s ease-in-out;
    }

    .news-box:hover p[b-u4utn4tg4p],
    .news-box:hover span[b-u4utn4tg4p] {
        background: rgba(0,0,0,0.8);
    }

    .news-box:hover img[b-u4utn4tg4p] {
        transform: scale(1.1);
        filter:contrast(120%);
    }
/* _content/Web/Pages/news/News.razor.rz.scp.css */
.news-item[b-88814j7bvr] {
    width: 100%;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 100%;
    padding: 8px;
    border: 1px #525252 solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex
}

    .news-item > a[b-88814j7bvr] {
        flex: 1 1 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
        display: inline-flex;
        text-decoration:none;
        
    }

    .news-item img[b-88814j7bvr] {
        width: 100%;
        position: relative;
        object-fit: cover;
        max-height:200px;
    }

    .news-item .news-content[b-88814j7bvr] {
        align-self: stretch;
        max-height: 227px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 13px;
        display: flex
    }

.title[b-88814j7bvr] {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
    word-wrap: break-word
}

.calendar[b-88814j7bvr] {
    width: 100%;
    align-self: stretch;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 13px;
    display: inline-flex
}

    .calendar > div[b-88814j7bvr] {
        justify-content: flex-end;
        align-items: flex-end;
        gap: 4px;
        display: flex
    }

    .calendar .icon[b-88814j7bvr] {
        width: 16px;
        height: 16px;
        justify-content: center;
        align-items: center;
        display: flex
    }

.date[b-88814j7bvr] {
    color: #9D9D9D;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    word-wrap: break-word;
    width:100%;
}



.summery[b-88814j7bvr] {
    align-self: stretch;
    text-align: justify;
    color: #949494;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

.more[b-88814j7bvr] {
    width:100%;
    padding: 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: inline-flex
}

    .more .txt[b-88814j7bvr] {
        color: white;
        font-size: 16px;
        font-family: Inter;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.64px;
        word-wrap: break-word
    }

    .more .icon[b-88814j7bvr] {
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        display: flex
    }


    .load-more[b-88814j7bvr]{
        background-color:transparent;
        color:#ffffff;
        border:solid #b2b2b2 1px;
        padding:1rem;
    }
/* _content/Web/Pages/news/NewsSingle.razor.rz.scp.css */
.single-news[b-eq97txc33k] {
    padding: 7rem 2rem 2rem 2rem;
}

h1[b-eq97txc33k] {
    color: #ffffff;
    font-size: 2rem;
    font-family: Oswald;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1.92px;
    word-wrap: break-word;
}

.img-container[b-eq97txc33k] {
    width: 100%;
    overflow: hidden;
}

    .img-container img[b-eq97txc33k] {
        width: 100%;
        object-fit: contain;
    }


.field .lbl[b-eq97txc33k] {
    color: #8C8C8C;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
    word-wrap: break-word
}

    .field .lbl img[b-eq97txc33k] {
        height: 24px;
        margin-top: -0.5rem;
    }

.field .txt[b-eq97txc33k] {
    color: #E3E3E3;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
    word-wrap: break-word
}

h2[b-eq97txc33k], p[b-eq97txc33k], .content[b-eq97txc33k] {
    color: #ffffff;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.72px;
    word-wrap: break-word
}
/* _content/Web/Pages/Page/AgeGroup.razor.rz.scp.css */
.agegroups h1[b-8fxqtxw1yl] {
    font-size: 2.5rem;
    letter-spacing: normal;
}

table td[b-8fxqtxw1yl] {
    min-width: 150px;
    min-height: 200px;
}

table tr:nth-child(even)[b-8fxqtxw1yl] {
    background-color: #222222;
}

table .active[b-8fxqtxw1yl] {
    background: #555555;
    box-shadow: #555555 0 0 15px;
}

table tr:nth-child(even) .active[b-8fxqtxw1yl] {
    background: #454545;
    box-shadow: #454545 0 0 15px;
}

table span[b-8fxqtxw1yl] {
    background: none;
    display: block;
    border: none;
}

table > :not(:last-child) > :last-child > *[b-8fxqtxw1yl] {
    border-bottom: none;
}
/* _content/Web/Pages/Page/Announcement.razor.rz.scp.css */
.Announcement a[b-5ygxhcraj2]{
	padding:5px;
	border:1px solid #454545;
	width:100%;
	height:100%;
	position:relative;
	display:block;
	border-radius:5px;
	box-shadow:#454545 0 0 5px;
	font-size:20px;
	color:#ffffff;
	overflow:hidden;
	font-weight:600;
	transition:all 0.5s ease-in-out;
}

.Announcement a:hover[b-5ygxhcraj2]{
	transform:scale(1.03);
}

.Announcement img[b-5ygxhcraj2]{
	width:100%;
	height:100%;
	border-radius:2px;
	background:#ffffff;
	object-fit:contain;
}

.Announcement p[b-5ygxhcraj2]{
	position:absolute;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.5);
	padding:1rem;
	bottom:0;
	margin:0;

}
/* _content/Web/Pages/Page/Circular.razor.rz.scp.css */
.attach-box[b-1kdd13nxcu] {
    border: #2A2A2A 1px solid;
    padding: 8px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: #2A2A2A 0 0 10px;
    height: 100%;
}


    .attach-box img[b-1kdd13nxcu] {
        background: #2A2A2A;
        object-fit: contain;
        display: block;
        width: 100%;
        height: 150px;
        padding: 20px 5px;
    }

    .attach-box h2[b-1kdd13nxcu] {
        font-size: 16px;
        font-weight: 600;
        padding: .5rem;
    }

    .attach-box p[b-1kdd13nxcu] {
        padding: .6rem;
    }

    .attach-box a[b-1kdd13nxcu] {
        display: block;
        background: #E1DA1A;
        margin: .8rem;
        padding: .5rem;
    }

        .attach-box a:hover[b-1kdd13nxcu] {
            color: #ffffff;
            box-shadow: #E1DA1A 0 0 5px;
        }
/* _content/Web/Pages/Rankings/Rankings.razor.rz.scp.css */
.filter-box[b-vnvx85by5k] {
    background: #454545;
    border-radius: 5px;
    box-shadow: #454545 0 0 5px;
}

.btn-search[b-vnvx85by5k] {
    color: white;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 1.28px;
    word-wrap: break-word;
    background: #00833C;
    padding: 16px;
    width: 100%;
}

th[b-vnvx85by5k] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table img[b-vnvx85by5k] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 100%;
    background: #ffffff;
    border: 1px #454545 solid;
    padding: 3px;
    box-shadow: #454545 0 0 5px;
}

table[b-vnvx85by5k] {
    color: #BBBBBB
}

.table-striped > tbody > tr:nth-of-type(odd)[b-vnvx85by5k] {
    color: #ffffff;
}

table tr[b-vnvx85by5k] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-vnvx85by5k] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-vnvx85by5k] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-vnvx85by5k] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-vnvx85by5k] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

.page-title[b-vnvx85by5k] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    z-index: 10;
}

content[b-vnvx85by5k] {
    padding-top: 260px;
}

.nbd-logo[b-vnvx85by5k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
    background: #182663;
}

    .nbd-logo img[b-vnvx85by5k] {
        width: 100%;
        height: 240px;
        object-fit: contain;
        box-shadow: #182663 0 0 50px 100px;
    }

.mado-ranking-bg[b-vnvx85by5k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
    background: #000000;
}

    .mado-ranking-bg img[b-vnvx85by5k] {
        width: 100%;
        height: 200px;
        object-fit: contain;
        box-shadow: #000000 0 0 50px 100px;
    }

@media only screen and (max-width: 768px) {
    .mado-ranking-bg[b-vnvx85by5k] {
        top: 2rem;
    }

        .mado-ranking-bg img[b-vnvx85by5k] {
            height: 150px;
        }
}
/* _content/Web/Pages/ShopAndAlotennis.razor.rz.scp.css */
.main[b-4xixkbo97i] {
    height: 90vh;
    position: relative;
}

    .main[b-4xixkbo97i]:after {
        background-image: url('/images/shopalotennis-bg.jpg');
        content: ' ';
        overflow: hidden;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: inherit;
        opacity: .4;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        z-index: 0;
    }

.box-container[b-4xixkbo97i] {
    padding-top: 10rem;
    text-align: center;
}

    .box-container .col-6[b-4xixkbo97i] {
        position: relative;
        padding: 1rem;
    }

.box[b-4xixkbo97i] {
    background: rgba( 0, 0, 0, 0.5 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4.5px );
    -webkit-backdrop-filter: blur( 4.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-align: center;
    min-width: 150px;
    position: absolute;
    z-index: 100;
    width: 90%;
    transition: all .5s ease;
    overflow:hidden;
}

    .box a[b-4xixkbo97i] {
        color: #ffffff;
        font-family: 'Oswald';
        font-size:20px;
        padding: 50px;
        width: 100%;
        display: block;
        text-decoration: none;
    }

    .box:hover[b-4xixkbo97i] {
        transform: scale(1.2);
    }

    .box .comingsoon[b-4xixkbo97i] {
        /*comingsoon*/
        position: absolute;
        transform: rotate(326deg);
        left: -35px;
        top: 22px;
        background: #000000;
        width: 170px;
        color:#ff0000;
        text-shadow:#ff0000 0 0 5px;
    }
/* _content/Web/Pages/Tournament/Index.razor.rz.scp.css */
.header-container[b-yyd97myd8a] {
    background-image: url('/images/tournament-ranking.webp');
}

.top-ranking[b-yyd97myd8a] {
    background: #252525;
}

    .top-ranking h2[b-yyd97myd8a] {
        color: white;
        font-size: 56px;
        font-family: Oswald;
        font-weight: 500;
        line-height: 64px;
        letter-spacing: 2.24px;
        word-wrap: break-word;
        border-bottom: 3px #E1DA1A solid;
        display: inline-block;
        padding: 3rem 0rem 0.8rem 0rem;
    }

.top-ranking-box[b-yyd97myd8a] {
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #4D4D4D;
    border-radius: 4px;
    border: 1px #A6A6A6 solid;
    text-align: center;
}

    .top-ranking-box h3[b-yyd97myd8a] {
        display: inline-block;
        color: white;
        font-size: 32px;
        font-family: Oswald;
        font-weight: 500;
        letter-spacing: 1.28px;
        word-wrap: break-word;
        padding-bottom: 16px;
        padding-left: 40px;
        padding-right: 40px;
        border-bottom: 2px #F42434 solid;
        margin-bottom: 2rem;
    }

    .top-ranking-box .ranking[b-yyd97myd8a] {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .top-ranking-box .ranking .ranking-item[b-yyd97myd8a] {
            border-bottom: 1px #9A9A9A solid;
            padding: .7rem 0;
            text-decoration: none;
        }

            .top-ranking-box .ranking .ranking-item:last-child[b-yyd97myd8a] {
                border-bottom: none;
            }



            .top-ranking-box .ranking .ranking-item .rank-no[b-yyd97myd8a] {
                background: #E1DA1A;
                border-radius: 100%;
                height: 2rem;
                width: 2rem;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                padding: 0.4rem;
                color: #2A2A2A;
                font-size: 1.1rem;
                font-family: Oswald;
                font-weight: 400;
                line-height: 1rem;
                letter-spacing: 0.64px;
                word-wrap: break-word;
                position: relative;
                z-index: 10;
            }

                .top-ranking-box .ranking .ranking-item .rank-no[b-yyd97myd8a]:before {
                    content: '';
                    width: 100%;
                    height: 70%;
                    /*transform: rotate(90deg);*/
                    /*transform-origin: 50% 0;*/
                    border-right: 1px #E1DA1A dashed;
                    position: absolute;
                    top: 2rem;
                    left: -1rem;
                    z-index: 0;
                    position: absolute;
                }

                .top-ranking-box .ranking .ranking-item .rank-no[b-yyd97myd8a]:after {
                    content: '\2022';
                    color: #E1DA1A;
                    position: absolute;
                    top: 3rem;
                    left: 0.77rem
                }

            .top-ranking-box .ranking .ranking-item .name[b-yyd97myd8a] {
                text-align: left;
                color: #ffffff;
                font-size: 16px;
                font-family: Oswald;
                font-weight: 400
            }

                .top-ranking-box .ranking .ranking-item .name img[b-yyd97myd8a] {
                    width: 2rem;
                    height: 2rem;
                    object-fit: cover;
                    border-radius: 100%;
                    border: 1px #A6A6A6 solid;
                }

            .top-ranking-box .ranking .ranking-item .country[b-yyd97myd8a] {
                padding-top: 0.5rem;
                color: #E0E0E0;
            }

            .top-ranking-box .ranking .ranking-item .point[b-yyd97myd8a] {
                color: #E0E0E0;
                font-size: 16px;
                font-family: Oswald;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0.64px;
                word-wrap: break-word;
                text-align: right;
            }

.regulations-wraper[b-yyd97myd8a] {
    height: 70px;
    overflow: hidden;
    background-color: rgba(37, 37,37, 0.8);
    position: absolute;
    width: 100%;
    margin:0!important;
    margin-top: -70px !important;
}
    .regulations-wraper .col-12[b-yyd97myd8a] {
        height: 70px;
    }
.regulations .box[b-yyd97myd8a] {
    display: block;
    text-align: center;
    padding: 1rem;
}
    .regulations .box a[b-yyd97myd8a] {
        border-radius: 1rem;
        display: inline-block;
        text-align: center;
        padding: 10px;
        line-height: 20px;
        color: #E1DA1A;
        text-decoration: none;
        font-weight: 900;
    }
/* _content/Web/Pages/Tournament/Tournament.razor.rz.scp.css */
h1[b-87349qkq0g] {
    color: white;
    font-size: 32px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.28px;
    word-wrap: break-word;
    border-bottom: 2px #6D6D6D solid;
    padding: 0 0.5rem 1rem 0.5rem;
}

.top-details[b-87349qkq0g] {
    background: #212121;
    border-radius: 4px;
    border: 1px #434343 solid;
    padding: 2rem;
    color: #B5B5B5;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.80px;
    word-wrap: break-word;
}

    .top-details span[b-87349qkq0g] {
        color: #ffffff;
    }

.tab-details[b-87349qkq0g] {
    margin-top: 1rem;
    background: #212121;
    border-radius: 4px;
    border: 1px #434343 solid;
    padding: 1rem;
    color: #B5B5B5;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.80px;
    word-wrap: break-word;
}

.tab-continer[b-87349qkq0g] {
    border: 1px #5B5B5B solid;
    border-radius: 4px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}

    .tab-continer .btn[b-87349qkq0g] {
        color: #ffffff;
        flex-grow: 1;
        flex-basis: 150px;
    }

        .tab-continer .btn.active[b-87349qkq0g] {
            background: #E1DA1A;
            color: #2A2A2A;
        }

.tab-content[b-87349qkq0g] {
    color: #B5B5B5;
    font-weight: 500;
    letter-spacing: 1.28px;
    word-wrap: break-word;
    font-size: 16px;
    font-family: Oswald;
    line-height: 24px;
    letter-spacing: 0.80px;
    word-wrap: break-word
}

    .tab-content h2[b-87349qkq0g] {
        display: inline-block;
        border-bottom: 1px #F42434 solid;
        padding-bottom: .5rem;
        margin-top: 1.5rem;
    }

    .tab-content h3[b-87349qkq0g] {
        color: white;
        font-size: 20px;
        font-family: Oswald;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.96px;
        word-wrap: break-word
    }

    .tab-content span[b-87349qkq0g] {
        color: #ffffff
    }

.tab-details .border-botton[b-87349qkq0g] {
    padding-bottom: 16px;
    border-bottom: 1px #434343 solid;
}



th[b-87349qkq0g] {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table[b-87349qkq0g] {
    color: #BBBBBB
}

.table-striped > tbody > tr:nth-of-type(odd)[b-87349qkq0g] {
    color: #ffffff;
}

table tr[b-87349qkq0g] {
    border: none;
}

table > :not(:last-child) > :last-child > *[b-87349qkq0g] {
    border-bottom: solid 1px #4f4f4f;
}

table th[b-87349qkq0g] {
    font-size: 16px;
    font-weight: 900;
}

table td[b-87349qkq0g] {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn[b-87349qkq0g] {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}
/* _content/Web/Pages/Tournament/Tournaments.razor.rz.scp.css */
.container-fluid[b-6udukbi2jj]{
    background-image:url('/images/tournament-bg.png');
    background-size:100%;
    background-position:center top;
    background-repeat: no-repeat;
}

.tournament-list-continaer[b-6udukbi2jj] {
    background: #2A2A2A;
    padding: 2rem 0 2rem 0;
    border-radius: 5px;
}

.filter[b-6udukbi2jj] {
    background-color: #323232;
    border-radius: 4px;
    margin: 1rem;
}
/* _content/Web/Shared/ContactUs.razor.rz.scp.css */
.contactUs[b-rl9a8uzmbf] {
    padding: 1rem 0 0 0;
    position: relative;
    font-family:'Oswald';
    overflow:hidden;
}

.container[b-rl9a8uzmbf] {
    padding: 1rem 5rem 2rem;
    position: relative;
}

    .container > div[b-rl9a8uzmbf] {
        background-color: #2A2A2A;
        position: relative;
        border-radius: 4px 4px 0 0;
        z-index: 1;
        border-bottom: #F42434 2px solid;
    }

    .container[b-rl9a8uzmbf]::before {
        width: 7rem;
        height: 7rem;
        background: rgba(208.59, 200.75, 4.64, 0.50);
        border-radius: 9999px;
        position: absolute;
        right: 2rem;
        top: -1rem;
        z-index: 0;
        content: ' ';
    }

    .container[b-rl9a8uzmbf]::after {
        width: 7rem;
        height: 7rem;
        background: rgba(244, 36, 52, 0.50);
        border-radius: 9999px;
        position: absolute;
        left: 2rem;
        bottom: 1rem;
        z-index: 0;
        content: ' ';
    }

h3[b-rl9a8uzmbf] {
    display: inline-block;
    border-bottom: 2px solid #818181;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
}

.form-group[b-rl9a8uzmbf] {
    margin: 0.5rem;
}

input[b-rl9a8uzmbf], textarea[b-rl9a8uzmbf] {
    border-color: #818181;
    background-color: transparent;
    padding: 0.5rem;
    color: #fff !important;
}

    input:focus[b-rl9a8uzmbf], textarea:focus[b-rl9a8uzmbf] {
        background-color: transparent !important;
    }


input[b-rl9a8uzmbf] {
    padding-left: 6rem;
}

textarea[b-rl9a8uzmbf] {
    padding-top: 2rem;
}

.form-group[b-rl9a8uzmbf] {
    position: relative
}

    .form-group label[b-rl9a8uzmbf] {
        position: absolute;
        z-index: 1000;
        color: #fff;
        top: 0.5rem;
        left: 1rem;
    }

.btn-success[b-rl9a8uzmbf]{
    background-color:#00833C;
}
/* _content/Web/Shared/Footer.razor.rz.scp.css */
footer[b-zdkqxew9bk] {
    width          : 100%;
    height         : 100%;
    padding-left   : 8px;
    padding-right  : 8px;
    padding-top    : 20px;
    padding-bottom : 20px;
    background     : #2A2A2A;
    justify-content: center;
    align-items    : center;
    gap            : 8px;
    display        : inline-flex
}

footer div[b-zdkqxew9bk] {
    padding: 8px;
    border-radius: 8px;
    border: 1px white solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

footer div a[b-zdkqxew9bk] {
    color     : #fff;
    text-align: center;
    font-size : 23px;
}
/* _content/Web/Shared/MainLayout.razor.rz.scp.css */
/* _content/Web/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-06vxonwb36] {
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: transparent !important;
    transition: background-color 0.5s ease-in-out;
    justify-content: normal;
    display: block;
}

    .navbar.sticky[b-06vxonwb36] {
        background-color: rgba(0,0,0,0.8) !important;
    }

    .navbar .oi[b-06vxonwb36] {
        color: #fff;
    }

.navbar-toggler[b-06vxonwb36] {
    float: right;
    padding: 1rem;
}

.border-header[b-06vxonwb36] {
    width: 30px;
    height: 1px;
    background: #00A8E0;
    display: inline-block;
    margin: 1.5rem 8px 0 0px;
    float: left;
}

.nav-btn[b-06vxonwb36] {
    float: left;
    left: 15rem;
    margin-top: 0.4rem;
    margin-left: .5rem;
}

    .nav-btn .btn[b-06vxonwb36] {
    }

.logo[b-06vxonwb36] {
    float: left;
    width: 8.5rem;
}

    .logo img[b-06vxonwb36] {
        max-height: 50px;
        width: 8rem;
        object-fit: contain
    }


.navMenu[b-06vxonwb36] {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgb(38,79,123);
    background: linear-gradient(90deg, rgba(38,79,123,1) 0%, rgba(1,168,224,1) 100%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s,opacity 0.3s linear;
    padding: 1rem;
    overflow-y: auto;
}

.nav-box[b-06vxonwb36] {
    background: #ffffff44;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.nav-header[b-06vxonwb36] {
    text-align: center;
    display: block;
    color: #E1DA1A;
    padding: 1rem 0;
}

.t-yellow[b-06vxonwb36] {
    color: #E1DA1A;
}

.navMenu a[b-06vxonwb36] {
    text-align: center;
    display: block;
    color: white;
    font-weight: bolder;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.8rem;
}

    .navMenu a:hover[b-06vxonwb36] {
        background: #000000
    }

.navMenu .contactUs[b-06vxonwb36] {
    text-align: left;
}

.navMenu .logo[b-06vxonwb36] {
    max-height: 70px;
    width: 100%;
    object-fit: contain;
}

.navMenu .contactUs-items[b-06vxonwb36] {
    padding-top: 2rem;
}

@media screen and (min-width: 992px) {
    .navMenu[b-06vxonwb36] {
        top: 10%;
        position: fixed;
        z-index: 999;
        width: 80%;
        left: 10%;
        height: calc(100vh - 20%);
    }
}

@media screen and (max-width: 991px) {
    .nav-btn[b-06vxonwb36] {
        font-size: 0.8rem;
    }

    .logo[b-06vxonwb36] {
        width: 5.5rem;
    }

        .logo img[b-06vxonwb36] {
            width: 5rem;
        }
}

@media screen and (max-width: 380px) {
    .navbar-toggler[b-06vxonwb36] {
        padding: 0.5rem 1rem
    }

    .nav-btn[b-06vxonwb36] {
        font-size: 0.5rem;
        line-height: 1rem;
    }

    .logo[b-06vxonwb36] {
        width: 5rem;
        text-align: center;
    }

        .logo img[b-06vxonwb36] {
            width: 4rem;
        }

    .border-header[b-06vxonwb36] {
        width: 15px;
    }
}

.navMenu.show[b-06vxonwb36] {
    visibility: visible;
    opacity: 1;
}




.navMenu-backdrop[b-06vxonwb36] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s,opacity 0.2s linear;
}

    .navMenu-backdrop.show[b-06vxonwb36] {
        visibility: visible;
        opacity: 0.7;
    }

.btn-close[b-06vxonwb36] {
    float: right;
}


.navMenu-backdrop[b-06vxonwb36] {
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 998;
    background: #000;
}
/* _content/Web/Shared/Sponsor.razor.rz.scp.css */
.sponsor[b-bnn8m1ix23] {
    background: #fff;
}

.inshadow[b-bnn8m1ix23] {
    /*box-shadow: inset 0 0 5px #aaa;*/
}

@keyframes slide-b-bnn8m1ix23 {
    /*0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }*/

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-900%);
    }
}

img[b-bnn8m1ix23] {
    width: 150px;
    height: 70px;
    object-fit: contain;
    margin: 0 40px;
}

h2[b-bnn8m1ix23] {
    padding-top: 2rem;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-family: 'Oswald';
    font-size:24px;
}

.logos[b-bnn8m1ix23] {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    white-space: nowrap;
}

    .logos[b-bnn8m1ix23]:before {
        z-index: 1;
        position: absolute;
        top: 0;
        left: auto;
        width: 20%;
        height: 100%;
        background: linear-gradient(to left, rgba(255,255,255,0),#fff);
        content: '';
    }

    .logos[b-bnn8m1ix23]:after {
        background: linear-gradient(to right, rgba(255,255,255,0),#fff);
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        content: '';
    }

.logos-slide[b-bnn8m1ix23] {
    display: inline-block;
    white-space: nowrap;
    animation: 10s slide-b-bnn8m1ix23 infinite linear;
}

.logos:hover .logos-slide[b-bnn8m1ix23] {
    animation-play-state: paused;
}


.logos-fix[b-bnn8m1ix23] {
    text-align:center;
    padding:20px 0;
}


    .logos-fix .logos-slide[b-bnn8m1ix23] {
        animation:none;
    }
