﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('fontawesome-pro-5.11.2/css/all.min.css');

@font-face {
    font-family: 'Oswald';
    src: url('oswald-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'inter';
    src: url('open-iconic/font/fonts/inter-variablefont_slnt,wght.ttf') format('truetype');
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #2A2A2A;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

main {
    background: #161616;
}

content {
    display: block;
    padding: 4rem;
}

@media only screen and (max-width: 768px) {
    content {
        display: block;
        padding: 1rem;
    }
}

.page-title {
    display: block;
    color: white;
    font-size: 48px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1.92px;
    word-wrap: break-word;
    text-align: center;
    padding-bottom: 1rem;
    margin-top: 3rem;
}

    .page-title span {
        padding-bottom: 8px;
        border-bottom: 2px #F42434 solid;
    }

.search-group {
    position: relative;
}

    .search-group input {
        color: #B3B3B3;
        font-size: 16px;
        font-family: Oswald;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.64px;
        word-wrap: break-word;
        width: 100%;
        background-color: #454545;
        padding: 18px;
        border-radius: 4px;
        border: 1px #525252 solid;
    }

    .search-group button {
        position: absolute;
        right: 0.7rem;
        background-color: transparent;
        border: none;
        color: #ffffff;
        height: 100%;
        width: 5rem;
    }

        .search-group button:hover {
            background-color: #525252;
            border-radius: 0 4px 4px 0;
        }

        .search-group button img {
            object-fit: contain;
        }

.single-page {
    overflow: hidden;
}

    .single-page .header-container {
        width: 100%;
        height: 70vh;
        overflow: hidden;
        padding-top: 10vh;
        padding-bottom: 20vh;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url('/images/news.png');
        background-size: cover;
        background-position: center;
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }

        .single-page .header-container h2 {
            color: white;
            font-size: 3.5rem;
            font-family: Oswald;
            font-weight: 500;
            line-height: 64px;
            letter-spacing: 2.24px;
            word-wrap: break-word
        }

        .single-page .header-container p {
            color: #C6C6C6;
            font-size: 24px;
            font-family: Oswald;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0.96px;
            word-wrap: break-word
        }

        .single-page .header-container .link-btn {
            color: white;
            font-size: 20px;
            font-family: Oswald;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 24px;
            letter-spacing: 1.60px;
            word-wrap: break-word;
            text-decoration: none;
            background: #00833C;
            padding: .5rem 2.2rem .6rem;
            border-radius: 4px;
        }

    .single-page .buttons {
        background: #161616;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .single-page .buttons .item {
            flex-grow: 1;
            flex-basis: 10em;
            text-align: center;
            color: white;
            font-size: 24px;
            font-family: Oswald;
            font-weight: 400;
            line-height: 32px;
            letter-spacing: 0.96px;
            word-wrap: break-word;
            padding: 4rem 1rem;
            border-left: solid 0.01rem #434343;
            text-decoration: none;
        }

            .single-page .buttons .item:nth-child(1) {
                border-left: none;
            }

            .single-page .buttons .item img {
                background-color: #E1DA1A;
                padding: 0.8rem;
                border-radius: 100%;
            }

.buttons-2 {
}

    .buttons-2 a {
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: Oswald;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.96px;
        word-wrap: break-word;
        padding: 3rem 1rem;
        border-left: solid 0.01rem #434343;
        border-bottom: solid 0.01rem #434343;
        text-decoration: none;
    }

        .buttons-2 a img {
            background-color: #E1DA1A;
            padding: 0.8rem;
            border-radius: 100%;
        }

.header-line-red {
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1.92px;
    word-wrap: break-word;
    border-bottom: 2px #F42434 solid;
    padding-bottom: 0.5rem;
}

.form-input {
    position: relative;
}

    .form-input input,
    .form-input select {
        color: #B3B3B3;
        font-size: 16px;
        font-family: Oswald;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.64px;
        word-wrap: break-word;
        background-color: #454545;
        padding: 18px;
        border-radius: 4px;
        border: 1px #525252 solid;
        width: 100%;
    }

        .form-input input[type="date"]::-webkit-inner-spin-button,
        .form-input input[type="date"]::-webkit-calendar-picker-indicator {
            color: #B3B3B3 !important;
            color-scheme: dark;
        }

    .form-input select {
        padding: 15px;
    }

    .form-input i {
        position: absolute;
        cursor: pointer;
        top: 1.3rem;
        right: 1rem;
        color: #B3B3B3;
    }

.tournament-list-continaer .btn-search {
    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%;
}

.load-more {
    background-color: transparent;
    color: #ffffff;
    border: solid #b2b2b2 1px;
    padding: 1rem;
}

.club-map iframe {
    width: 100%;
    height: 100%;
}

.address:has(.card iframe) .card{
min-height:325px;
}

.address:has(.card iframe) iframe {
    width: 100%;
    height: 250px;
    padding: 0;
    margin: 0;
}

.address .card-body:has(iframe) {
    padding: 0;
    margin: 0;
}


.text-left {
    text-align: left !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.public-pages .container {
    background: #353535;
    border-radius: 5px;
    padding: 2rem;
    color: #ffffff
}

.loading-container {
    height: 100vh;
    padding-top: 10%;
    text-align: center;
    position: relative;
    width: 100%; /* Adjust the width as needed */
    overflow: hidden;
}


    .loading-container p {
        color: #aaa;
        font-size: 2rem;
        font-family: Oswald;
        text-shadow: #aaa 0 0 5px;
        opacity: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        animation: slide 6s infinite;
    }

        .loading-container p:nth-child(1) {
            animation-delay: 0s;
        }

        .loading-container p:nth-child(2) {
            animation-delay: 2s; /* Delay for 2 seconds */
        }

        .loading-container p:nth-child(3) {
            animation-delay: 4s; /* Delay for 4 seconds */
        }

@keyframes slide {
    0%, 30% {
        opacity: 0;
        transform: translateY(100%);
    }

    35%, 60% {
        opacity: 1;
        transform: translateY(0);
    }

    65%, 100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}


th {
    color: #BBBBBB;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.56px;
    word-wrap: break-word
}

table, .table {
    color: #BBBBBB
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: #ffffff;
}

table tr {
    border: none;
}

table > :not(:last-child) > :last-child > * {
    border-bottom: solid 1px #4f4f4f;
}

table th {
    font-size: 16px;
    font-weight: 900;
}

table td {
    border-bottom: dashed 1px #3E3E3E;
}

table .btn {
    border: 1px #1A99E1 solid;
    color: #1A99E1
}

.components-reconnect-dialog{
    background: #222222 !important;
}

.components-reconnect-dialog p{
    color: whitesmoke !important;
}

.powered-by-ai{
    text-align: center;
}

.powered-by-ai p {
    margin: 5px 0;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 80px;
    color: white;
    background: linear-gradient(to right, darkblue, darkorchid) border-box;
    border: 4px solid transparent;
}

.powered-by-ai img{
    width: 24px;
}

.tab-button{
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
    font-weight: bold;
}

.tab-button.active{
    border: 1px solid #E1DA1A;
    background-color: #E1DA1A;
    color: #2A2A2A;
}

.tab-button:hover{
    color: white;
}

.tab-button.active:hover{
    color: #2A2A2A;
}

.content{
    line-height: 1.5;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "Oswald", sans-serif;
    margin-top: 10px;
}

.content h2{
    font-size: 1.9rem;
}

.content h3{
    font-size: 1.8rem;
}

.content h4{
    font-size: 1.7rem;
}

.content h5{
    font-size: 1.6rem;
}

.content h6{
    font-size: 1.5rem;
}

.content img{
    border-radius: 4px;
    margin: 10px 0;
}

.content table{
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.content th, .content td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.content td{
    font-size: 15px;
}

.content th {
    background-color: #E1DA1A;
    color: #2A2A2A;
    font-weight: bold;
}

.content tr:nth-child(even) {
    background-color: #343434;
}

.content .single-news .cover{
    border-radius: 4px;
}

.cursor-pointer{
    cursor: pointer;
}