/* _content/UI.Server/Components/Common/FormItems/CustomDateTimePicker.razor.rz.scp.css */
.custom-datetime-picker[b-1jt1d5zo2k] {
    display: flex;
    gap: 10px;
}

.date-picker[b-1jt1d5zo2k],
.time-picker[b-1jt1d5zo2k] {
    background-color: #2b2b2b;
    color: #ffffff;
    border: 1px solid #555555;
    padding: 8px;
    border-radius: 4px;
}

    .date-picker[b-1jt1d5zo2k]::placeholder,
    .time-picker[b-1jt1d5zo2k]::placeholder {
        color: #cccccc;
    }
/* _content/UI.Server/Components/Common/PieChartComponent.razor.rz.scp.css */

.mud-chart-pie[b-kwxcos3u1z] {
    --mud-pie-color-1: #FF6347 !important; /* Customize this color */
    --mud-pie-color-2: transparent !important; /* Hide other segments */
}
.mud-chart-pie[b-kwxcos3u1z] {
    --mud-pie-color-1: #FF6347 !important; /* Customize this color */
    --mud-pie-color-2: transparent !important; /* Hide other segments */
}
/* _content/UI.Server/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-794gehkyft] {
    margin-top: 80px;
    background-color: #f5f5f5;
    position: relative;
    padding: 80px 60px 60px 60px;
}

.footer[b-794gehkyft]::before {
    content: '';
    width: 100%;
    height: 3px;
    background-image: repeating-linear-gradient(to left, #a3a3a3 0px 15px, transparent 15px 30px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .footer .cards-imgs img[b-794gehkyft] {
        height: 300px;
        position: absolute;
    }

    .footer .cards-imgs .left[b-794gehkyft] {
        left: 0;
        bottom: 0;
        height: 90%;
    }

    .footer .cards-imgs .right[b-794gehkyft] {
        right: 0;
        bottom: 0;
        height: 120%;
    }

    @media (max-width: 800px) {
        .footer .cards-imgs[b-794gehkyft] {
            display: none;
        }
    }

    .footer .logo[b-794gehkyft] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.footer .logo img[b-794gehkyft] {
    width: 200px;
}

.footer .nav-links[b-794gehkyft] {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer .nav-links .nav-link[b-794gehkyft] {
    color: #1E4164;
    font-size: 18px;
    padding: 5px 13px;
    font-weight: 400;
    transition: color 200ms ease-in-out;
}

.footer .nav-links .nav-link:hover[b-794gehkyft] {
    color: #ff5e00;
}

.footer .social-links[b-794gehkyft] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.footer .social-links .social-link[b-794gehkyft] {
    width: 40px;
    height: 40px;
    color: #1E4164;
    background-color: #e2e2e2;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease-in-out;
}

.footer .social-links .social-link:hover[b-794gehkyft] {
    color: #ff5e00;
}
/* _content/UI.Server/Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-l35y26qknr] {
    --primary-color: #3a0647;
    --secondary-color: #052767;
    --background-color: #f7f7f7;
    --divider-color: #d6d5d5;
}

.page[b-l35y26qknr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l35y26qknr] {
    flex: 1;
}

.sidebar[b-l35y26qknr] {
    background-image: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 70%);
}

.top-row[b-l35y26qknr] {
    background-color: var(--background-color);
    border-bottom: 1px solid var(--divider-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l35y26qknr]  a,
    .top-row[b-l35y26qknr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-l35y26qknr]  a:hover,
        .top-row[b-l35y26qknr]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-l35y26qknr]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


@media (max-width: 640.98px) {
    .top-row[b-l35y26qknr] {
        justify-content: space-between;
    }

        .top-row[b-l35y26qknr]  a,
        .top-row[b-l35y26qknr]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-l35y26qknr] {
        flex-direction: row;
    }

    .sidebar[b-l35y26qknr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l35y26qknr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-l35y26qknr]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-l35y26qknr],
    article[b-l35y26qknr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon.mud-nav-link-icon-default {
    color: teal !important;
}*/
/* _content/UI.Server/Components/Layout/Navbar/LanguagePicker.razor.rz.scp.css */

.lang-menu[b-qyqs54h5k0] {
    position: relative;
}

.lang-menu .lang-btn[b-qyqs54h5k0],
.lang-menu .lang-btn .left-side[b-qyqs54h5k0] {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.lang-menu .lang-btn[b-qyqs54h5k0] {
    color: #015c9a;
    gap: 12px;
    position: relative;
    transition: color 200ms ease-in-out;
}

.lang-menu .lang-btn:hover[b-qyqs54h5k0] {
    color: #ff5e00;
}

.lang-menu .lang-btn .left-side[b-qyqs54h5k0] {
    gap: 8px;
    font-size: 17px;
}

.lang-menu .lang-btn .left-side .earth-icon[b-qyqs54h5k0] {
    font-size: 20px;
}

.lang-menu .items[b-qyqs54h5k0] {
    min-width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 100;
    display: none;
    animation: popup-b-qyqs54h5k0;
    animation-duration: 200ms;
    animation-timing-function: ease-in-out;
}

.lang-menu .items.active[b-qyqs54h5k0] {
    display: block;
}

@keyframes popup-b-qyqs54h5k0 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    , 100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.lang-menu .item[b-qyqs54h5k0] {
    padding: 10px 20px;
    cursor: pointer;
    text-wrap: nowrap;
}

.lang-menu .item.active[b-qyqs54h5k0] {
    background-color: #b0bdc9;
}

.lang-menu .item:hover[b-qyqs54h5k0] {
    background-color: #b0bdc9;
}
/* _content/UI.Server/Components/Layout/Navbar/Navbar.razor.rz.scp.css */
.navbar[b-g525wafh73],
.navbar .left-side[b-g525wafh73],
.navbar .left-side .nav-links[b-g525wafh73],
.navbar .right-side[b-g525wafh73] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar[b-g525wafh73] {
    width: 100%;
    padding: 40px;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(5px);
    gap: 25px;
    z-index: 1000;
    height: 4rem;
}

    .navbar.sticky[b-g525wafh73] {
        position: fixed;
        top: 0px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        animation: slideDown-b-g525wafh73;
        animation-duration: 600ms;
    }


@keyframes slideDown-b-g525wafh73 {
    0% {
        opacity: 0;
        transform: translateY(-120%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar .left-side[b-g525wafh73] {
    gap: 30px;
}

    .navbar .left-side .logo img[b-g525wafh73] {
        height: 60px;
        width: auto;
        object-fit: contain;
    }

    .navbar .left-side .nav-links .nav-link[b-g525wafh73] {
        font-size: 17px;
        color: #015c9a;
        text-wrap: nowrap;
        transition: color 200ms ease-in-out;
        padding: 10px;
        display: block;
    }

        .navbar .left-side .nav-links .nav-link:hover[b-g525wafh73] {
            color: #45185c;
        }

    .navbar .left-side .nav-links .active .nav-link[b-g525wafh73] {
        color: #45185c;
        font-weight: bold;
    }

.navbar .middle-side[b-g525wafh73] {
    flex-grow: 1;
}

    .navbar .middle-side .search[b-g525wafh73] {
        position: relative;
    }

        .navbar .middle-side .search .icon[b-g525wafh73] {
            position: absolute;
            top: 50%;
            left: 15px;
            color: #b0bdc9;
            transform: translateY(-50%);
        }

:dir(rtl) .navbar .middle-side .search .icon[b-g525wafh73] {
    right: 15px;
}

.navbar .middle-side .search form .search-input[b-g525wafh73] {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    outline: none;
    color: #b0bdc9;
    border: 1px solid #b0bdc9;
    border-radius: 12px;
}

:dir(rtl) .navbar .middle-side .search form .search-input[b-g525wafh73] {
    padding-left: 10px;
    padding-right: 40px;
}

.navbar .middle-side .search form .search-input[b-g525wafh73]::placeholder {
    color: #b0bdc9;
}

.navbar .right-side[b-g525wafh73] {
    gap: 20px;
}

    .navbar .right-side .nav-btn[b-g525wafh73] {
        font-size: 17px;
        color: #015c9a;
        transition: color 200ms ease-in-out;
        display: flex;
        align-items: center;
    }

        .navbar .right-side .nav-btn:hover[b-g525wafh73] {
            color: #45185c;
        }

        .navbar .right-side .nav-btn .icon[b-g525wafh73] {
            font-size: 20px;
            margin-right: 8px;
        }

:dir(rtl) .navbar .right-side .nav-btn .icon[b-g525wafh73] {
    margin-right: 0;
    margin-left: 8px;
    transform: rotateY(180deg);
}

.hamburger-btn[b-g525wafh73] {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
}

    .hamburger-btn:hover[b-g525wafh73] {
        background-color: rgba(69, 24, 92, 0.1);
        border-radius: 6px;
    }

.hamburger-line[b-g525wafh73] {
    width: 24px;
    height: 3px;
    background-color: #015c9a;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-btn:hover .hamburger-line[b-g525wafh73] {
    background-color: #45185c;
}

/* Responsive Styles */
@media(max-width: 1200px) {
    .navbar .left-side .nav-links[b-g525wafh73] {
        display: none;
    }

    .hamburger-btn[b-g525wafh73] {
        display: flex;
    }
}

@media(max-width: 700px) {
    .navbar .middle-side[b-g525wafh73] {
        display: none;
    }

    .navbar[b-g525wafh73] {
        padding: 20px;
    }
}

@media(max-width: 500px) {
    .navbar .right-side .lang-picker[b-g525wafh73],
    .navbar .right-side .cart[b-g525wafh73] {
        display: none;
    }

    .navbar[b-g525wafh73] {
        padding: 15px;
    }

        .navbar .left-side[b-g525wafh73] {
            gap: 15px;
        }

            .navbar .left-side .logo img[b-g525wafh73] {
                height: 50px;
                width: auto;
            }
}
/* _content/UI.Server/Components/Layout/Navbar/ProfileMenu.razor.rz.scp.css */
.profile-menu[b-hmv1et4umz] {
    position: relative;
}

.profile-menu .menu-btn[b-hmv1et4umz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #015c9a;
    transition: color 200ms ease-in-out;
}

.profile-menu .menu-btn:hover[b-hmv1et4umz] {
    color: #ff5e00;
}

.profile-menu .menu-btn .icon[b-hmv1et4umz] {
    width: 40px;
    border-radius: 50%;
}

.profile-menu .items[b-hmv1et4umz] {
    min-width: 100%;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 10000;
    display: none;
    animation: popup-b-hmv1et4umz;
    animation-duration: 200ms;
    animation-timing-function: ease-in-out;
}

.profile-menu .items.active[b-hmv1et4umz] {
    display: block;
}

@keyframes popup-b-hmv1et4umz {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    , 100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.profile-menu .item[b-hmv1et4umz] {
    color: #1e4164;
    padding: 10px 20px;
    cursor: pointer;
    text-wrap: nowrap;
}

.profile-menu .item a[b-hmv1et4umz] {
    color: inherit;
}

.profile-menu .item.active[b-hmv1et4umz] {
    color: #1e4164;
    background-color: #b0bdc9;
}

.profile-menu .item:hover[b-hmv1et4umz] {
    color: inherit;
    background-color: #b0bdc9;
}
/* _content/UI.Server/Components/LeafletMaps/LeafletMap.razor.rz.scp.css */
#map[b-qyx6jj9ei7] {
    height: 300px;
}
/* _content/UI.Server/Components/Pages/Account/Profile/Sidebar.razor.rz.scp.css */
.list[b-14nzeew8es] {
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    list-style: none;
    font-size: 1.07rem;
    border-radius: 4px;
}

.list .list-item[b-14nzeew8es] {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
    text-decoration: none;
}

.list .list-item .icon[b-14nzeew8es] {
    display: inline-flex;
    min-width: 56px;
    flex-shrink: 0;
}

.list .list-item .text[b-14nzeew8es] {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.list .list-item:hover[b-14nzeew8es],
.list .list-item.active[b-14nzeew8es] {
    background-color: #1e4164 !important;
    color: #fff !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* _content/UI.Server/Components/Pages/Company/AboutUs.razor.rz.scp.css */
.company-description[b-tolafigaj6] {
    color: #606060;
    line-height: 1.6;
}

h3[b-tolafigaj6] {
    font-family: 'Arabic','English', sans-serif;
    font-weight: 500;
}
/* _content/UI.Server/Components/Pages/Home/Banner.razor.rz.scp.css */
.banner[b-3yyu9qazpo] {
    width: 100%;
    height: clamp(250px, 50vw, 400px);
    display: flex;
    margin-top: 55px;
}

    .banner .left-section[b-3yyu9qazpo] {
        width: 30%;
        height: 100%;
        padding: 60px 40px 30px 40px;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .banner .left-section[b-3yyu9qazpo]::after,
        .banner .left-section[b-3yyu9qazpo]::before {
            width: 100%;
            height: 4px;
            content: '';
            background-image: repeating-linear-gradient( to right, #a3a3a3 0 15px, transparent 15px 30px);
            position: absolute;
            left: 0;
        }

        .banner .left-section[b-3yyu9qazpo]::after {
            top: 0;
        }

        .banner .left-section[b-3yyu9qazpo]::before {
            bottom: 0;
        }

        .banner .left-section .back-img[b-3yyu9qazpo] {
            width: 144%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

:dir(rtl) .banner .left-section .back-img[b-3yyu9qazpo] {
    transform: rotateY(180deg);
    right: 0;
}

.banner .left-section .stars-img[b-3yyu9qazpo] {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 2;
}

:dir(rtl) .left-section .stars-img[b-3yyu9qazpo] {
    right: 20px;
}

.banner .left-section .header .title[b-3yyu9qazpo] {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.banner .left-section .header .date[b-3yyu9qazpo] {
    margin-bottom: 0;
}

.banner .left-section .footer .buttons[b-3yyu9qazpo] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.banner .left-section .footer .organizer-info[b-3yyu9qazpo] {
    width: fit-content;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .banner .left-section .footer .organizer-info .logo[b-3yyu9qazpo] {
        width: 60px;
        border-radius: 5px;
        margin-top: 10px;
    }

.banner .left-section .footer .buttons .book-btn[b-3yyu9qazpo] {
    background-color: #1e4164;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

.banner .left-section .footer .buttons .more-info[b-3yyu9qazpo] {
    color: #1e4164;
    font-size: 15px;
}

.banner .middle-section[b-3yyu9qazpo] {
    flex-grow: 1;
    z-index: 2;
    transform: scale(1, 1.1) translateX(10%);
    border-radius: 20px;
}

:dir(rtl) .banner .middle-section[b-3yyu9qazpo] {
    transform: scale(1, 1.1) translateX(-10%);
}

.banner .middle-section .wrapper[b-3yyu9qazpo] {
    padding: 2px;
    background-image: linear-gradient(to left,#ff5e00, #1a5c8b);
}

    .banner .middle-section .wrapper[b-3yyu9qazpo],
    .banner .middle-section .wrapper .carousel[b-3yyu9qazpo],
    .banner .middle-section .wrapper .carousel .items[b-3yyu9qazpo] {
        height: 100%;
        border-radius: 20px;
    }

        .banner .middle-section .wrapper .carousel[b-3yyu9qazpo] {
            background-color: #fff;
            position: relative;
        }

            .banner .middle-section .wrapper .carousel .items[b-3yyu9qazpo] {
                overflow: hidden;
            }

            .banner .middle-section .wrapper .carousel .controls .next-btn[b-3yyu9qazpo],
            .banner .middle-section .wrapper .carousel .controls .prev-btn[b-3yyu9qazpo] {
                width: 50px;
                height: 65px;
                color: #fff;
                background-color: #7a8c9e;
                font-size: 25px;
                transform: translateY(-50%);
                position: absolute;
                top: 50%;
                transition: background-color 200ms ease-in-out
            }

            .banner .middle-section .wrapper .carousel .controls .next-btn[b-3yyu9qazpo] {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                left: calc(100% + 2px);
            }

            .banner .middle-section .wrapper .carousel .controls .prev-btn[b-3yyu9qazpo] {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                right: calc(100% + 2px);
                top: 50%;
            }

                .banner .middle-section .wrapper .carousel .controls .next-btn:hover[b-3yyu9qazpo],
                .banner .middle-section .wrapper .carousel .controls .prev-btn:hover[b-3yyu9qazpo] {
                    background-color: #1e4164;
                }

.banner .right-section[b-3yyu9qazpo] {
    width: 15%;
    height: 100%;
    background-color: #f1f0f0;
    position: relative;
}

    .banner .right-section[b-3yyu9qazpo]::after,
    .banner .right-section[b-3yyu9qazpo]::before {
        width: 100%;
        height: 4px;
        content: '';
        background-image: repeating-linear-gradient( to right, #a3a3a3 0 15px, transparent 15px 30px);
        position: absolute;
        left: 0;
    }

    .banner .right-section[b-3yyu9qazpo]::after {
        top: 0;
    }

    .banner .right-section[b-3yyu9qazpo]::before {
        bottom: 0;
    }

    .banner .right-section .serial-img[b-3yyu9qazpo] {
        height: 80%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

:dir(rtl) .banner .right-section .serial-img[b-3yyu9qazpo] {
    right: 100%;
    transform: translate(100%, -50%)
}


@media(max-width: 1000px) {
    .banner[b-3yyu9qazpo] {
        height: auto;
        aspect-ratio: 21 / 9;
    }

    .banner .right-section[b-3yyu9qazpo],
    .banner .left-section[b-3yyu9qazpo] {
        display: none;
    }

    .banner .middle-section[b-3yyu9qazpo] {
        margin: 0 clamp(1rem, 3vw, 2rem);
        transform: scale(1, 1) translateX(0%) !important;
    }

        .banner .middle-section .wrapper .carousel .controls .next-btn[b-3yyu9qazpo],
        .banner .middle-section .wrapper .carousel .controls .prev-btn[b-3yyu9qazpo] {
            display: none;
        }
}
/* _content/UI.Server/Components/Pages/Home/Home.razor.rz.scp.css */
.title-with-lines[b-u6a5k7w67q] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line[b-u6a5k7w67q] {
    flex-grow: 1;
    height: 3px;
    background-color: #008080; /* Adjust color as needed */
    margin: 0 10px;
    margin-top: 20px !important;
}

.title-text[b-u6a5k7w67q] {
    color: #008080; /* Adjust color as needed */
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.member[b-u6a5k7w67q] {
    width: 25%;
    /* border: 3px solid white; */
    position: relative;
    overflow: hidden;
}

    .member .mud-card-media[b-u6a5k7w67q] {
        width: 100%;
        transition: all 1s 1s;
    }

    .member:hover .mud-card-media[b-u6a5k7w67q] {
        transform: scale(1.3);
    }

    .member .member-caption[b-u6a5k7w67q] {
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        padding: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        color: white;
        opacity: 0;
        transition: all 1s;
    }

    .member:hover .member-caption[b-u6a5k7w67q] {
        opacity: 1;
    }

.member-caption h4[b-u6a5k7w67q] {
    position: relative;
    left: 120%;
    transition: all 1s 2s;
}

.member:hover h4[b-u6a5k7w67q] {
    left: 0;
}

.member-caption p[b-u6a5k7w67q] {
    position: relative;
    left: 120%;
    transition: all 1s 2.5s;
    text-align: center;
}

.member:hover p[b-u6a5k7w67q] {
    left: 0;
}


/* Main Section */
.event-section[b-u6a5k7w67q] {
    text-align: right;
    padding: 20px;
}

.section-title[b-u6a5k7w67q] {
    font-size: 32px;
    color: #002d5a;
}
/* Section Header - Align Title and Link */
.section-header[b-u6a5k7w67q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title[b-u6a5k7w67q] {
    font-size: 32px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0;
}



/* Event Cards Styles */
.events-section[b-u6a5k7w67q] {
    text-align: right;
    padding: 20px;
}

.view-all-link[b-u6a5k7w67q] {
    color: red;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

    .view-all-link:hover[b-u6a5k7w67q] {
        text-decoration: underline;
        color: #F56C42;
    }

.events-container[b-u6a5k7w67q] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Event Cards */
.event-card[b-u6a5k7w67q] {
    border: 1px solid #F48942;
    border-radius: 20px;
    width: 250px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: white;
    position: relative;
    transition: transform 0.8s ease-in-out, box-shadow 0.4s ease; /* Faster transition */
    transform-style: preserve-3d;
    perspective: 1000px; /* Ensures 3D effect */
}
    /* Hover Effect - Flip and Return to Original Position */
    .event-card:hover[b-u6a5k7w67q] {
        transform: rotateY(360deg) scale(0.9); /* Flip 360 degrees and zoom out */
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
        z-index: 10; /* Ensure hovered card is above others */
    }

/* Event Image Container */
.event-image-container[b-u6a5k7w67q] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    backface-visibility: hidden; /* Enable 3D flip */
}

    .event-image-container img[b-u6a5k7w67q] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Event Details */
.event-details[b-u6a5k7w67q] {
    padding: 20px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden; /* Enable 3D flip */
    transform: rotateY(0deg); /* Initial state */
}

    /* Curved Design  */
    .event-details[b-u6a5k7w67q]::before {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        height: 80px;
        background-color: white;
        border-bottom-left-radius: 100px 80px;
        border-bottom-right-radius: 100px 80px;
        z-index: 1;
    }

    .event-details h3[b-u6a5k7w67q],
    .event-details p[b-u6a5k7w67q] {
        z-index: 2;
        position: relative;
    }

/* Button */
.event-button[b-u6a5k7w67q] {
    margin-top: 10px;
    padding: 8px 20px;
    border: 1px solid #F48942;
    border-radius: 50px;
    color: #F48942;
    text-decoration: none;
    font-size: 14px;
}

    .event-button:hover[b-u6a5k7w67q] {
        background-color: #F48942;
        color: white;
        transition: background-color 0.3s ease;
    }

/* Logo in Corner */
.corner-logo[b-u6a5k7w67q] {
    position: absolute;
    width: 60px;
    height: 60px;
}


/****Statistics section******/
.stats-section[b-u6a5k7w67q] {
    background: url('/Imgs/studiam.png') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 80px 30px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 80px;
}

    .stats-section[b-u6a5k7w67q]::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(59, 86, 117, 0.5);
        z-index: -1;
    }

    .stats-section h1[b-u6a5k7w67q] {
        margin: 0;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
        font-size: 40px;
        font-weight: bold;
    }

    .stats-section .largest-network[b-u6a5k7w67q] {
        /* font-size: 1.5rem;*/
        margin-bottom: 40px;
        color: #FFFFFF;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
        font-size: 23px;
        font-weight: bold;
    }

    .stats-section p[b-u6a5k7w67q] {
        /* font-size: 1.5rem;*/
        padding-top: 15px;
        font-size: 23px;
        font-weight: bold;
    }

.stats-container[b-u6a5k7w67q] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.stat-box[b-u6a5k7w67q] {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    flex: 1;
    max-width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .stat-box img[b-u6a5k7w67q] {
        width: 50px;
        margin-bottom: 15px;
    }

    .stat-box h2[b-u6a5k7w67q] {
        font-size: 2rem;
        margin: 0;
        color: #1e4164;
    }

    .stat-box p[b-u6a5k7w67q] {
        font-size: 1.2rem;
        margin: 0;
        color: #1e4164;
    }

.contact-btn[b-u6a5k7w67q] {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    background-color: #f36e21;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
}

/***About Us Section***/


.about-section[b-u6a5k7w67q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
    font-family: 'Arabic','English', sans-serif;
}

.about-image[b-u6a5k7w67q] {
    position: relative;
    width: 30%;
    align-items: center;
    align-content: center;
}

    .about-image img[b-u6a5k7w67q] {
        width: 100%;
        border-radius: 8px;
    }


.about-content[b-u6a5k7w67q] {
    width: 50%;
    padding-left: 50px;
}

    .about-content h5[b-u6a5k7w67q] {
        color: #607cfc;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .about-content h1[b-u6a5k7w67q] {
        color: #101010;
        font-size: 36px;
        font-weight: bold;
    }

    .about-content p[b-u6a5k7w67q] {
        color: #333;
        line-height: 1.6;
    }

    .about-content .highlight[b-u6a5k7w67q] {
        color: #4a7ff0;
        font-weight: 500;
    }

.count[b-u6a5k7w67q]::before {
    content: "+";
    margin-right: 5px;
}
/* _content/UI.Server/Components/Pages/Home/HotEvents.razor.rz.scp.css */

.hot-event[b-afnqpmnfz0] {
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-inline-start: clamp(1rem, 3vw, 2rem);
}

.hot-event .header[b-afnqpmnfz0] {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hot-event .header .show-more[b-afnqpmnfz0] {
        font-size: clamp(0.875rem, 2vw, 1.125rem);
        font-weight: bold;
        color: #015c9a;
        text-decoration: underline;
        padding-inline-end: clamp(1rem, 3vw, 2rem);
    }

.hot-event .header .section-title[b-afnqpmnfz0] {
    color: #015c9a;
    font-weight: bold;
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .hot-event .header .section-title[b-afnqpmnfz0]::after {
        content: '';
        width: 100%;
        height: 50%;
        background-color: #ffcfb2;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

.hot-event-card[b-afnqpmnfz0] {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: clamp(150px, 25vw, 280px);
    aspect-ratio: 3 / 4;
    z-index: 1;
}

    .hot-event-card .back-img[b-afnqpmnfz0] {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        object-fit: cover;
    }

    .hot-event-card .info[b-afnqpmnfz0] {
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: linear-gradient(to top, #000, transparent);
    }

        .hot-event-card .info .tag[b-afnqpmnfz0] {
            display: block;
            color: #fff;
            background-color: #ff5e00;
            font-size: 11px;
            width: fit-content;
            border-radius: 20px;
            padding: 7px 18px;
        }

        .hot-event-card .info .title[b-afnqpmnfz0] {
            Color: #fff;
            font-weight: bold;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap;
            font-size: clamp(1.125rem, 2.5vw, 1.75rem);
        }

        .hot-event-card .info .date[b-afnqpmnfz0],
        .hot-event-card .info .location[b-afnqpmnfz0] {
            color: #fff;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 2px;
            margin: 0 0 5px 0;
        }

        .hot-event-card .info .tickets-count[b-afnqpmnfz0] {
            color: #ff5e00;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: end;
        }

            .hot-event-card .info .tickets-count .text[b-afnqpmnfz0] {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0px;
            }


.owl-stage-outer[b-afnqpmnfz0] {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    direction: ltr;
}

/* _content/UI.Server/Components/Pages/Home/HotMatches.razor.rz.scp.css */

.hot-matche[b-i44j9bz1tf] {
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-inline-start: clamp(1rem, 3vw, 2rem);
}

.hot-matche .header[b-i44j9bz1tf] {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hot-matche .header .show-more[b-i44j9bz1tf] {
        font-size: clamp(0.875rem, 2vw, 1.125rem);
        font-weight: bold;
        color: #015c9a;
        text-decoration: underline;
        padding-inline-end: clamp(1rem, 3vw, 2rem);
    }

.hot-matche .header .section-title[b-i44j9bz1tf] {
    color: #015c9a;
    font-weight: bold;
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .hot-matche .header .section-title[b-i44j9bz1tf]::after {
        content: '';
        width: 100%;
        height: 50%;
        background-color: #bbe6e0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

.hot-matche-card[b-i44j9bz1tf] {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: clamp(150px, 25vw, 280px);
    aspect-ratio: 3 / 4;
    z-index: 1;
}

    .hot-matche-card .back-img[b-i44j9bz1tf] {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        object-fit: cover;
    }

    .hot-matche-card .info[b-i44j9bz1tf] {
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: linear-gradient(to top, #000, transparent);
    }

        .hot-matche-card .info .tag[b-i44j9bz1tf] {
            display: block;
            color: #fff;
            background-color: #7dcbc1;
            font-size: 11px;
            width: fit-content;
            border-radius: 20px;
            padding: 7px 18px;
        }

        .hot-matche-card .info .title[b-i44j9bz1tf] {
            Color: #fff;
            font-weight: bold;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap;
            font-size: clamp(1.125rem, 2.5vw, 1.75rem);
        }

        .hot-matche-card .info .date[b-i44j9bz1tf],
        .hot-matche-card .info .location[b-i44j9bz1tf] {
            color: #fff;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 2px;
            margin: 0 0 5px 0;
        }

        .hot-matche-card .info .tickets-count[b-i44j9bz1tf] {
            color: #ff5e00;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: end;
        }

            .hot-matche-card .info .tickets-count .text[b-i44j9bz1tf] {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0px;
            }

/* _content/UI.Server/Components/Pages/Home/SkeletonEventCard.razor.rz.scp.css */
@keyframes skeleton-loading-b-1t869oiul4 {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.skeleton-card[b-1t869oiul4] {
    pointer-events: none;
    cursor: default;
}


    .skeleton-card .skeleton-image[b-1t869oiul4],
    .skeleton-card .skeleton-tag[b-1t869oiul4],
    .skeleton-card .skeleton-title[b-1t869oiul4],
    .skeleton-card .skeleton-date[b-1t869oiul4],
    .skeleton-card .skeleton-location[b-1t869oiul4],
    .skeleton-card .skeleton-tickets[b-1t869oiul4] {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200px 100%;
        animation: skeleton-loading-b-1t869oiul4 1.5s infinite;
        border-radius: 4px;
    }

    .skeleton-card .skeleton-image[b-1t869oiul4] {
        width: 100%;
        height: 200px; /* Adjust based on your card image height */
        border-radius: 8px 8px 0 0;
    }

    .skeleton-card .skeleton-tag[b-1t869oiul4] {
        width: 80px;
        height: 20px;
        margin-bottom: 10px;
    }

    .skeleton-card .skeleton-title[b-1t869oiul4] {
        width: 90%;
        height: 24px;
        margin-bottom: 8px;
    }

    .skeleton-card .skeleton-date[b-1t869oiul4] {
        width: 70%;
        height: 16px;
        margin-bottom: 6px;
    }

    .skeleton-card .skeleton-location[b-1t869oiul4] {
        width: 60%;
        height: 16px;
        margin-bottom: 10px;
    }

    .skeleton-card .skeleton-tickets[b-1t869oiul4] {
        width: 50%;
        height: 16px;
    }


.skeleton-event-card[b-1t869oiul4] {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 375px;
    height: 500px;
    z-index: 1;
}

    .skeleton-event-card .back-img[b-1t869oiul4] {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        object-fit: cover;
    }

    .skeleton-event-card .info[b-1t869oiul4] {
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: linear-gradient(to top, #000, transparent);
    }

        .skeleton-event-card .info .tag[b-1t869oiul4] {
            display: block;
            color: #fff;
            background-color: #ff5e00;
            font-size: 11px;
            width: fit-content;
            border-radius: 20px;
            padding: 7px 18px;
        }

        .skeleton-event-card .info .title[b-1t869oiul4] {
            Color: #fff;
            font-weight: bold;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap;
            font-size: 28px;
        }

        .skeleton-event-card .info .date[b-1t869oiul4],
        .skeleton-event-card .info .location[b-1t869oiul4] {
            color: #fff;
            font-size: 16px;
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 2px;
            margin: 0 0 5px 0;
        }

        .skeleton-event-card .info .tickets-count[b-1t869oiul4] {
            color: #ff5e00;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: end;
        }

            .skeleton-event-card .info .tickets-count .text[b-1t869oiul4] {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0px;
            }

@media (prefers-color-scheme: dark) {
    .skeleton-card .skeleton-image[b-1t869oiul4], .skeleton-card .skeleton-tag[b-1t869oiul4], .skeleton-card .skeleton-title[b-1t869oiul4], .skeleton-card .skeleton-date[b-1t869oiul4], .skeleton-card .skeleton-location[b-1t869oiul4], .skeleton-card .skeleton-tickets[b-1t869oiul4] {
        background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
        background-size: 200px 100%;
    }
}
/* _content/UI.Server/Components/Pages/Home/Stats.razor.rz.scp.css */
.stats[b-9r1fyyz5lq] {
    margin-top: clamp(3rem, 10vw, 8.75rem);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(2rem, 5vw, 3.75rem);
}

.stats[b-9r1fyyz5lq]::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.stats .back-imgs[b-9r1fyyz5lq] {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.stats .back-imgs .img1[b-9r1fyyz5lq],
.stats .back-imgs .img2[b-9r1fyyz5lq],
.stats .back-imgs .img3[b-9r1fyyz5lq] {
    height: inherit;
    object-fit: cover;
}

.stats .back-imgs .img1[b-9r1fyyz5lq],
.stats .back-imgs .img3[b-9r1fyyz5lq] {
    width: 30%;
}

.stats .back-imgs .img2[b-9r1fyyz5lq] {
    width: 40%;
}

.stats .dashed-lines .line1[b-9r1fyyz5lq],
.stats .dashed-lines .line2[b-9r1fyyz5lq] {
    width: 40%;
    height: 4px;
    position: absolute;
}

.stats .dashed-lines .line1[b-9r1fyyz5lq] {
    background-image: repeating-linear-gradient(to left, #015C9A 0px 15px, transparent 15px 40px);
    bottom: calc(100% + 10px);
    right: 0;
}

.stats .dashed-lines .line2[b-9r1fyyz5lq] {
    background-image: repeating-linear-gradient(to right, #015C9A 0px 15px, transparent 15px 40px);
    top: calc(100% + 10px);
    left: 0;
}

.stats .header[b-9r1fyyz5lq] {
    text-transform: uppercase;
}

.stats .header .title[b-9r1fyyz5lq] {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: bold;
    margin-bottom: 8px;
}

.stats .header .text[b-9r1fyyz5lq] {
    font-size: clamp(1rem, 2.5vw, 1.375rem);
    font-weight: 400;
}

.stats .cards[b-9r1fyyz5lq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.75rem);
    flex-wrap: wrap;
}

.stats .cards .card[b-9r1fyyz5lq] {
    padding: clamp(1rem, 3vw, 1.5625rem);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 min(250px, 100%);
    max-width: 300px;
}

.stats .cards .card .icon[b-9r1fyyz5lq] {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 5px;
}

.stats .cards .card .title[b-9r1fyyz5lq] {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 400;
    margin-bottom: 5px;
}

.stats .cards .card .num[b-9r1fyyz5lq] {
    font-size: clamp(2rem, 4vw, 3.125rem);
    font-weight: bold;
}
/* _content/UI.Server/Components/Pages/Home/UpcomingEvents.razor.rz.scp.css */

.upcoming-event[b-53z8w2g518] {
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-inline-start: clamp(1rem, 3vw, 2rem);
}

.upcoming-event .header[b-53z8w2g518] {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .upcoming-event .header .show-more[b-53z8w2g518] {
        font-size: clamp(0.875rem, 2vw, 1.125rem);
        font-weight: bold;
        color: #015c9a;
        text-decoration: underline;
        padding-inline-end: clamp(1rem, 3vw, 2rem);
    }

.upcoming-event .header .section-title[b-53z8w2g518] {
    color: #015c9a;
    font-weight: bold;
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .upcoming-event .header .section-title[b-53z8w2g518]::after {
        content: '';
        width: 100%;
        height: 50%;
        background-color: #ffcfb2;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

.upcoming-event-card[b-53z8w2g518] {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: clamp(150px, 25vw, 280px);
    aspect-ratio: 3 / 4;
    z-index: 1;
}

    .upcoming-event-card .back-img[b-53z8w2g518] {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        object-fit: cover;
    }

    .upcoming-event-card .info[b-53z8w2g518] {
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: linear-gradient(to top, #000, transparent);
    }

        .upcoming-event-card .info .tag[b-53z8w2g518] {
            display: block;
            color: #fff;
            background-color: #ff5e00;
            font-size: 11px;
            width: fit-content;
            border-radius: 20px;
            padding: 7px 18px;
        }

        .upcoming-event-card .info .title[b-53z8w2g518] {
            Color: #fff;
            font-weight: bold;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap;
            font-size: clamp(1.125rem, 2.5vw, 1.75rem);
        }

        .upcoming-event-card .info .date[b-53z8w2g518],
        .upcoming-event-card .info .location[b-53z8w2g518] {
            color: #fff;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 2px;
            margin: 0 0 5px 0;
        }

        .upcoming-event-card .info .tickets-count[b-53z8w2g518] {
            color: #ff5e00;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: end;
        }

            .upcoming-event-card .info .tickets-count .text[b-53z8w2g518] {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0px;
            }

.owl-stage-outer[b-53z8w2g518] {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    direction: ltr;
}

/* _content/UI.Server/Components/Pages/Home/UpcomingMatches.razor.rz.scp.css */

.upcoming-matche[b-2q6azyrfnu] {
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-inline-start: clamp(1rem, 3vw, 2rem);
}

.upcoming-matche .header[b-2q6azyrfnu] {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .upcoming-matche .header .show-more[b-2q6azyrfnu] {
        font-size: clamp(0.875rem, 2vw, 1.125rem);
        font-weight: bold;
        color: #015c9a;
        text-decoration: underline;
        padding-inline-end: clamp(1rem, 3vw, 2rem);
    }

.upcoming-matche .header .section-title[b-2q6azyrfnu] {
    color: #015c9a;
    font-weight: bold;
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    width: fit-content;
    position: relative;
    z-index: 1;
}

    .upcoming-matche .header .section-title[b-2q6azyrfnu]::after {
        content: '';
        width: 100%;
        height: 50%;
        background-color: #bbe6e0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

.upcoming-matche-card[b-2q6azyrfnu] {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: clamp(150px, 25vw, 280px);
    aspect-ratio: 3 / 4;
    z-index: 1;
}

    .upcoming-matche-card .back-img[b-2q6azyrfnu] {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        object-fit: cover;
    }

    .upcoming-matche-card .info[b-2q6azyrfnu] {
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background-image: linear-gradient(to top, #000, transparent);
    }

        .upcoming-matche-card .info .tag[b-2q6azyrfnu] {
            display: block;
            color: #fff;
            background-color: #7dcbc1;
            font-size: 11px;
            width: fit-content;
            border-radius: 20px;
            padding: 7px 18px;
        }

        .upcoming-matche-card .info .title[b-2q6azyrfnu] {
            Color: #fff;
            font-weight: bold;
            margin: 10px 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap;
            font-size: clamp(1.125rem, 2.5vw, 1.75rem);
        }

        .upcoming-matche-card .info .date[b-2q6azyrfnu],
        .upcoming-matche-card .info .location[b-2q6azyrfnu] {
            color: #fff;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 2px;
            margin: 0 0 5px 0;
        }

        .upcoming-matche-card .info .tickets-count[b-2q6azyrfnu] {
            color: #ff5e00;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: end;
        }

            .upcoming-matche-card .info .tickets-count .text[b-2q6azyrfnu] {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 0px;
            }

/* _content/UI.Server/Components/Pages/Match/Matches.razor.rz.scp.css */
.page-title-wrapper[b-r18umgr7ob] {
    text-align: center;
}

.matches-toolbar[b-r18umgr7ob] {
    margin-bottom: 16px;
    padding: 8px;
    background-color: #f0f4f8;
    border-radius: 8px;
}

.matches-card[b-r18umgr7ob] {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.matches-title[b-r18umgr7ob] {
    margin-bottom: 24px;
    color: #333;
}

.loading-text[b-r18umgr7ob],
.no-matches-text[b-r18umgr7ob] {
    color: #666;
}

.matches-table[b-r18umgr7ob] {
    margin-top: 16px;
}

.match-teams-grid[b-r18umgr7ob] {
    align-items: center;
}

.team-row[b-r18umgr7ob] {
    gap: 16px;
    flex-wrap: wrap;
}

.match-team-info[b-r18umgr7ob] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    min-width: 120px;
    max-width: 50%;
}

.match-team-logo[b-r18umgr7ob] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    padding: 4px;
}

.match-team-name[b-r18umgr7ob] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 6rem;
}

.mud-table td[b-r18umgr7ob] {
    vertical-align: middle;
}

.mud-button[b-r18umgr7ob] {
    margin: 4px;
}
/* _content/UI.Server/Components/Pages/Notifications/NotificationDropdown.razor.rz.scp.css */
.notification-dropdown[b-3xue62x6gb] {
    position: relative;
    display: inline-block;
}

.notification-bell[b-3xue62x6gb] {
    background: none;
    border: none;
    font-size: 20px;
    color: #015c9a;
    cursor: pointer;
    position: relative;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .notification-bell:hover[b-3xue62x6gb] {
        background-color: rgba(0, 0, 0, 0.1);
    }

.notification-badge[b-3xue62x6gb] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff4444;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

.notification-dropdown-content[b-3xue62x6gb] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 380px;
    max-height: 500px;
    z-index: 1000;
    overflow: hidden;
}

.notification-header[b-3xue62x6gb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
}

    .notification-header h4[b-3xue62x6gb] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

.close-btn[b-3xue62x6gb] {
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .close-btn:hover[b-3xue62x6gb] {
        background-color: rgba(0, 0, 0, 0.1);
    }

.notification-list[b-3xue62x6gb] {
    max-height: 300px;
    overflow-y: auto;
}

.notification-item[b-3xue62x6gb] {
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

    .notification-item:hover[b-3xue62x6gb] {
        background-color: #f8f9fa;
    }

    .notification-item.unread[b-3xue62x6gb] {
        background-color: #f0f8ff;
    }

        .notification-item.unread:hover[b-3xue62x6gb] {
            background-color: #e8f4fd;
        }

.notification-icon[b-3xue62x6gb] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

    .notification-icon img[b-3xue62x6gb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.notification-content[b-3xue62x6gb] {
    flex: 1;
    min-width: 0;
}

.notification-text[b-3xue62x6gb] {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    word-wrap: break-word;
}

.notification-time[b-3xue62x6gb] {
    font-size: 12px;
    color: #666;
}

.unread-indicator[b-3xue62x6gb] {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #1877f2;
    border-radius: 50%;
}

.no-notifications[b-3xue62x6gb] {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

    .no-notifications i[b-3xue62x6gb] {
        font-size: 48px;
        margin-bottom: 16px;
        opacity: 0.5;
    }

    .no-notifications p[b-3xue62x6gb] {
        margin: 0;
        font-size: 16px;
    }

.notification-footer[b-3xue62x6gb] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f8f9fa;
}

.view-all-btn[b-3xue62x6gb] {
    width: 100%;
    background: none;
    border: none;
    color: rgb(30, 65, 100);
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .view-all-btn:hover[b-3xue62x6gb] {
        background-color: rgba(30, 65, 100, 0.1);
    }

.notification-backdrop[b-3xue62x6gb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* RTL Support */
[dir="rtl"] .notification-dropdown-content[b-3xue62x6gb] {
    right: auto;
    left: 0;
}

[dir="rtl"] .notification-icon[b-3xue62x6gb] {
    margin-right: 0;
    margin-left: 12px;
}

[dir="rtl"] .unread-indicator[b-3xue62x6gb] {
    right: auto;
    left: 15px;
}
/* _content/UI.Server/Components/Pages/QR/Compenent/QRCodeScanner.razor.rz.scp.css */
.my-component[b-mgm8jjezq9] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}

.canvas-container[b-mgm8jjezq9] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}

canvas[b-mgm8jjezq9] {
    width: 100%;
    height: auto;
    display: block; /* Ensure no inline-block space */
}

/* Partial borders on canvas corners */
.canvas-overlay[b-mgm8jjezq9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allow interaction with the canvas below */
}

.corner[b-mgm8jjezq9] {
    position: absolute;
    width: 8rem;
    height: 8rem;
    border: 4px solid rgba(30,65,100,1);
    border-radius: .5rem;
}

    .corner.top-left[b-mgm8jjezq9] {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none;
    }

    .corner.top-right[b-mgm8jjezq9] {
        top: 0;
        right: 0;
        border-left: none;
        border-bottom: none;
    }

    .corner.bottom-left[b-mgm8jjezq9] {
        bottom: 0;
        left: 0;
        border-right: none;
        border-top: none;
    }

    .corner.bottom-right[b-mgm8jjezq9] {
        bottom: 0;
        right: 0;
        border-left: none;
        border-top: none;
    }
/* _content/UI.Server/Components/Pages/QR/QrScanner.razor.rz.scp.css */
.camera-wrapper[b-p38m7i35rj] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.corner[b-p38m7i35rj] {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #4caf50;
}

.top-left[b-p38m7i35rj] {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.top-right[b-p38m7i35rj] {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.bottom-left[b-p38m7i35rj] {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.bottom-right[b-p38m7i35rj] {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}
/* _content/UI.Server/Components/Pages/Tickets/MatchTickets/SubCompenents/MatchTicketCard.razor.rz.scp.css */

.match-ticket-wrapper[b-f2vx55nqbj] {
    width: 100%;
    max-width: 900px;
    margin: 1rem auto;
}

.match-ticket-card[b-f2vx55nqbj] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 100%;
    padding-bottom: 46.5%;
    height: 0;
}

.match-ticket-poster-background[b-f2vx55nqbj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ticket-sponsor-logo[b-f2vx55nqbj] {
    height: clamp(20px, 5vw, 40px);
    width: clamp(20px, 5vw, 40px);
    object-fit: cover;
    border-radius: 50%;
}

.poster-image[b-f2vx55nqbj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.poster-overlay[b-f2vx55nqbj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 1, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.ticket-content[b-f2vx55nqbj] {
    position: absolute;
    padding: clamp(0.3rem, 2.5vw, 2rem);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
}

.ticket-tear[b-f2vx55nqbj] {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 6px !important;
    z-index: 3 !important;
    box-sizing: border-box !important;
}

.ticket-layout[b-f2vx55nqbj] {
    display: flex;
    gap: clamp(0.3rem, 3vw, 2rem);
    align-items: center;
    width: 100%;
}

.ticket-info[b-f2vx55nqbj] {
    flex: 1;
    color: white;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.15rem, 1.5vw, 1rem);
}

.ticket-qr[b-f2vx55nqbj] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-header[b-f2vx55nqbj] {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 2vw, 1rem);
    margin: 0;
}

.championship-logo[b-f2vx55nqbj] {
    width: clamp(22px, 8vw, 70px);
    height: clamp(22px, 8vw, 70px);
    object-fit: contain;
    border-radius: 4px;
}

.team-item[b-f2vx55nqbj] {
    display: flex;
    align-items: center;
    gap: clamp(0.2rem, 1.5vw, 0.75rem);
}

.match-details-row[b-f2vx55nqbj] {
    display: flex;
    gap: clamp(0.3rem, 2.5vw, 1.5rem);
    margin: 0;
    flex-wrap: wrap;
}

.match-detail[b-f2vx55nqbj] {
    font-size: clamp(0.5rem, 2.2vw, 1.125rem);
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.active-qr-border[b-f2vx55nqbj] {
    position: relative;
    width: clamp(90px, 24vw, 220px);
    height: clamp(90px, 24vw, 220px);
    padding: clamp(0.5rem, 1.5vw, 1rem);
    background: white;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.qr-image[b-f2vx55nqbj] {
    width: 100%;
    height: 100%;
    display: block;
    image-rendering: crisp-edges;
}

.qr-scanned[b-f2vx55nqbj] {
    width: clamp(90px, 24vw, 220px);
    height: clamp(90px, 24vw, 220px);
    padding: clamp(0.5rem, 1.5vw, 1rem);
    background: rgba(255, 255, 255, .15);
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-scanned img[b-f2vx55nqbj] {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
}

.info-section[b-f2vx55nqbj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.match-title[b-f2vx55nqbj] {
    font-weight: bold;
    margin: 0;
    text-align: left;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    font-size: clamp(0.55rem, 3vw, 1.5rem);
}

.match-details[b-f2vx55nqbj] {
    margin-bottom: 2px;
    text-align: left;
}

    .match-details p[b-f2vx55nqbj] {
        margin: 1px 0;
        color: #fff;
        text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
        font-size: clamp(0.5rem, 2vw, 1rem);
    }

.teams-section[b-f2vx55nqbj] {
    display: flex;
    margin: 0;
    gap: clamp(0.3rem, 2.5vw, 2rem);
    align-items: center;
    justify-content: center;
}

.match-team-logo[b-f2vx55nqbj] {
    width: clamp(25px, 9vw, 70px);
    height: clamp(25px, 9vw, 70px);
    object-fit: contain;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.highlight-team[b-f2vx55nqbj] {
    border: 1.5px solid #f36e21;
    box-shadow: 0 0 8px rgba(243, 110, 33, 0.5);
}

.match-team-name[b-f2vx55nqbj] {
    color: white;
    margin: 0;
    font-weight: 700;
    font-size: clamp(0.5rem, 2.2vw, 1.125rem);
    line-height: 1.2;
}

.vs-text[b-f2vx55nqbj] {
    font-weight: bold;
    font-size: clamp(0.55rem, 2.5vw, 1.25rem);
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.event-qr-section[b-f2vx55nqbj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2.5rem);
    background-color: rgba(240, 240, 240, 0.3);
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.qr-code[b-f2vx55nqbj] {
    background: rgba(255, 255, 255, .1);
    padding: 1rem;
    border-radius: 1rem;
    z-index: 10;
}

.ticket-number[b-f2vx55nqbj] {
    font-size: 0.85rem; /* Reduced from 0.9rem */
    text-align: center;
    margin-top: 6px; /* Reduced from 10px */
    color: #333;
    font-weight: 500;
}

.ticket-tear[b-f2vx55nqbj] {
    position: relative;
    height: 6px;
    width: 100%;
    background: repeating-linear-gradient(90deg, rgba(255,255,255,0.15), rgba(255,255,255,0.15) 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 20px);
    z-index: 3;
}

.ticket-footer[b-f2vx55nqbj] {
    position: relative;
    padding: clamp(0.5rem, 1.5vw, 1rem);
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.logos-container[b-f2vx55nqbj] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-logo[b-f2vx55nqbj] {
    height: clamp(20px, 5vw, 40px);
    width: auto;
}



.rtl-text[b-f2vx55nqbj] {
    direction: rtl;
}

.mud-card-actions-overlay[b-f2vx55nqbj] {
    position: relative;
    width: 100%;
    padding: 0.25rem !important; /* Reduced from 0.5rem */
    background: rgba(0, 0, 0, 0.4) !important;
    z-index: 3;
}

.active-qr-border[b-f2vx55nqbj] {
    position: relative;
    padding: clamp(0.5rem, 2vw, 1rem);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    color: #999;
    background-color: rgba(240, 240, 240, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 30px consolas;
    overflow: hidden;
    border-radius: .5rem;
}

.active-qr-border-line1[b-f2vx55nqbj] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4.5px;
    background: linear-gradient(to right, #f36e21, #f36e21);
    animation: animate-line1-b-f2vx55nqbj 2s linear infinite;
}

.Match-team-logo-name[b-f2vx55nqbj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@keyframes animate-line1-b-f2vx55nqbj {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.active-qr-border-line2[b-f2vx55nqbj] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.5px;
    background: linear-gradient(to bottom, #f36e21, #f36e21);
    animation: animate-line2-b-f2vx55nqbj 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate-line2-b-f2vx55nqbj {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.active-qr-border-line3[b-f2vx55nqbj] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4.5px;
    background: linear-gradient(to left, #f36e21, #f36e21);
    animation: animate-line3-b-f2vx55nqbj 2s linear infinite;
}

@keyframes animate-line3-b-f2vx55nqbj {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.active-qr-border-line4[b-f2vx55nqbj] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4.5px;
    background: linear-gradient(to top, #f36e21, #f36e21);
    animation: animate-line4-b-f2vx55nqbj 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate-line4-b-f2vx55nqbj {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

