﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');*/

:root {
    --bs-theme-font-family: 'Poppins', sans-serif;
    --bs-body-font-size: 15px;
    --bs-primary-color: #718096;
    --bs-body-bg-color: #F1F2F3;
    --bs-canvass-width: 280px;
    --bs-theme-color: #0456DC;
    --bs-yellow-color: #FED000;
    --bs-red-color: #F9203D;
    --bs-tab-link-color: #242424;
    --bs-tab-bg-color: #F3F3F3;
    --bs-footer-bg: #1D262D;
    --bs-marquee-bg: #0d5fe4;
}

body {
    font-family: var(--bs-theme-font-family);
    color: var(--bs-primary-color);
    font-size: var(--bs-body-font-size);
    background-color: var(--bs-body-bg-color);
}

.app-logo img {
    height: 40px;
}

.app-logo span {
    position: relative;
    color: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    padding-left: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.navmenu-icon {
    border: 0;
    padding: 0.5rem;
    background-color: transparent;
}

    .navmenu-icon .navbar-toggler-icon {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.nav-menu {
    background-color: var(--bs-theme-color);
    padding: 0.3rem 0rem;
}

    .nav-menu .nav-link {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

        .nav-menu .nav-link:hover, .nav-menu .nav-link.active {
            color: var(--bs-yellow-color);
        }

.bnr-nav-menu-box {
    position: relative;
    margin-bottom: -4.1rem;
    z-index: 100;
}

.bnr-nav-menu {
    background-color: transparent;
    padding-top: 1.5rem;
}

    .bnr-nav-menu .nav-item {
        padding: 0rem 0.3rem;
    }

    .bnr-nav-menu .nav-link {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1rem;
        padding: 0.3rem 1rem;
    }

    .bnr-nav-menu .dropdown-menu .dropdown-item {
        font-size: 0.9rem;
        color: var(--bs-tab-link-color);
    }

    .bnr-nav-menu .dropdown-toggle::after {
        height: 9px;
        width: 9px;
        border-style: solid;
        border-color: currentColor;
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
        margin-left: 0.6rem;
    }

.live-btn {
    background-color: var(--bs-red-color);
    padding: 0.1rem 1.1rem 0rem 0.5rem;
    border-radius: 6px;
    position: relative;
    color: #ffffff !important;
    border-bottom: 2px solid transparent;
}

.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100vmax;
    position: absolute;
    top: 0.55rem;
    right: 0.4rem;
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.bnr-nav-menu .nav-link:hover, .bnr-nav-menu .nav-link.active {
    color: var(--bs-yellow-color);
    border-bottom: 2px solid var(--bs-yellow-color) !important;
    transition: all 0s ease-out;
}

.bnr-nav-menu .nav-item:last-child .nav-link {
    border: 0 !important;
}

.menu-ions .nav-link {
    padding: 0.5rem;
}

    .menu-ions .nav-link svg {
        width: 22px;
        height: 22px;
    }

.main-carousel {
    position: relative;
    overflow: hidden;
}

    .main-carousel::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: rgb(7,34,78);
        background: linear-gradient(180deg, rgba(7,34,78,0.8323704481792717) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }

    .main-carousel::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: rgb(241,242,243);
        background: linear-gradient(0deg, rgba(241,242,243,1) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }

    .main-carousel .carousel-item {
        height: 100vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: top center;
        position: relative;
    }

.photocarousel {
    position: relative;
    overflow: hidden;
}

    .photocarousel .carousel-item {
        height: 480px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: top center;
        position: relative;
        overflow: hidden;
    }

        .photocarousel .carousel-item .carousel-caption {
            z-index: 2;
            left: 20px;
            right: 20px;
            bottom: 0px;
            text-align: left;
        }

        .photocarousel .carousel-item::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: rgb(1,5,11);
            background: linear-gradient(0deg, rgba(1,5,11,0.66) 0%, rgba(0,0,0,0) 100%);
            z-index: 0;
        }

.sec-mrg-top {
    position: relative;
    margin-top: -20rem;
    z-index: 1;
}

.app-card {
    background-color: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}

    .app-card > .card-head {
        background-color: var(--bs-theme-color);
        padding: 0.6rem 0.8rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
    }

        .app-card > .card-head:first-child span {
            text-transform: uppercase;
        }

        .app-card > .card-head span > a {
            color: #fff !important;
            font-weight: 400 !important;
        }

            .app-card > .card-head span > a:hover {
                text-decoration: underline;
            }

    .app-card > .card-cont {
        padding: 0.8rem;
    }

        .app-card > .card-cont > .nav-pills {
            /*overflow-x: auto;*/
            background-color: var(--bs-tab-bg-color);
        }

            .app-card > .card-cont > .nav-pills .nav-link {
                font-size: 0.9rem;
                font-weight: 500;
                color: var(--bs-tab-link-color);
                padding: 0.4rem 0.5rem;
                border-radius: 0;
            }

                .app-card > .card-cont > .nav-pills .nav-link.active {
                    background-color: var(--bs-yellow-color);
                    color: var(--bs-theme-color);
                }

.ivbclass > .nav-pills {
    /*overflow-x: auto;*/
    background-color: var(--bs-tab-bg-color);
}

    .ivbclass > .nav-pills .nav-link {
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--bs-tab-link-color);
        padding: 0.4rem 0.5rem;
        border-radius: 0;
    }

        .ivbclass > .nav-pills .nav-link.active {
            background-color: var(--bs-yellow-color);
            color: var(--bs-theme-color);
        }

.app-card > .card-cont .card-table {
    width: 100%;
    margin-bottom: 1rem;
}

    .app-card > .card-cont .card-table thead th, .app-card > .card-cont .card-table tbody td {
        border-bottom: 1px dashed #E8E8E8;
        font-size: 0.813rem;
        padding: 0.35rem;
    }

    .app-card > .card-cont .card-table thead th {
        color: var(--bs-tab-link-color);
        font-weight: 600;
    }

.card-scroll {
    scrollbar-color: #C1C1C1 #ebebeb;
    scrollbar-width: thin;
    overflow-y: auto;
    /*height: 248px;*/
    padding-right: 0.5rem;
}

.card-scroll-1 {
    scrollbar-color: #C1C1C1 #ebebeb;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 0.5rem;
}

    .card-scroll::-webkit-scrollbar, .card-scroll-1::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .card-scroll::-webkit-scrollbar-thumb, .card-scroll-1::-webkit-scrollbar-thumb {
        background-color: #C1C1C1;
        border-radius: 0px;
    }

        .card-scroll::-webkit-scrollbar-thumb:hover, .card-scroll-1::-webkit-scrollbar-thumb:hover {
            background-color: #a3a1a1;
        }

.card-scroll::-webkit-scrollbar-track {
    background-color: #e9e9e9;
}

.app-card > .card-cont .card-list {
    list-style: none;
    padding: 0;
}

    .app-card > .card-cont .card-list > li {
        border-bottom: 1px dashed #E8E8E8;
        margin-bottom: 0.8rem;
    }

        .app-card > .card-cont .card-list > li .list-head {
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--bs-theme-color);
        }

        .app-card > .card-cont .card-list > li .list-cont {
            font-size: 0.813rem;
            margin-bottom: 0.5rem;
        }

.nav-manintab .nav-link {
    border-radius: 0;
    font-weight: 500;
    padding: 0.6rem 1rem;
    color: #fff;
}

    .nav-manintab .nav-link:hover, .nav-manintab .nav-link.active {
        background-color: var(--bs-yellow-color);
        color: var(--bs-theme-color);
    }
.card-max-h-70vh {
    height: 69vh !important;
}

.card-max-h-480 {
    height: 480px !important;
}

.card-max-h-340 {
    height: 340px !important;
}

.card-max-h-290 {
    height: 290px !important;
}

.link-img {
    border-radius: 6px;
    width: 100%;
}

.result-box .result-umber {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: var(--bs-yellow-color);
    color: var(--bs-theme-color);
    border-radius: 100vmax;
    font-weight: 500;
}

.result-box .result-table {
    width: 100%;
    margin-bottom: 0rem;
}

    .result-box .result-table tbody td {
        font-size: 0.75rem;
        padding: 0.3rem;
        border-bottom: 1px dashed #E8E8E8;
    }

.sec-title {
    font-size: clamp(1.2rem, 1.5vw, 1.875rem);
    font-weight: 600;
    color: var(--bs-theme-color);
    text-transform: uppercase;
    margin-bottom: 0;
}

.slider-box {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

    .slider-box > .slider-img {
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .slider-box .slider-img img {
        width: 100%;
        transition: .5s;
    }

    .slider-box > .slider-title {
        font-size: clamp(0.875rem, 0.9vw, 0.935rem);
        font-weight: 600;
        color: var(--bs-tab-link-color);
        padding: 0.5rem;
    }

    .slider-box:hover .slider-img img {
        transition: .5s;
        transform: scale(1.1);
    }

    .slider-box > .slider-video-bg {
        position: relative;
    }

        .slider-box > .slider-video-bg::before {
            position: absolute;
            content: "";
            background-color: rgba(0, 0, 0, 40%);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

    .slider-box > .slider-img .play-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 10;
    }

        .slider-box > .slider-img .play-icon svg {
            width: 48px;
            height: 48px;
        }

.link-card {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

    .link-card img {
        width: 100%;
        transition: .5s;
        filter: invert(2%) brightness(60%);
    }

    .link-card:hover .link-cont {
        color: var(--bs-yellow-color);
        transition: .5s;
        text-shadow: -1px 1px 0 #fff;
    }

    .link-card .link-cont {
        position: absolute;
        left: 0;
        bottom: 1.5rem;
        padding: 1rem;
        color: #fff;
        font-size: clamp(1.1rem, 2vw, 2.5rem);
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        font-style: italic;
        transition: .5s;
        text-shadow: -1px 1px 0 var(--bs-yellow-color);
        line-height: 1.2;
    }

footer {
    background-color: var(--bs-footer-bg);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
}

    footer .foot-menu .nav-link {
        color: #fff;
        padding: 0.5rem;
    }

        footer .foot-menu .nav-link:hover {
            color: var(--bs-yellow-color);
        }

    footer .social .nav-link {
        padding: 0.5rem 0.65rem;
    }

        footer .social .nav-link svg {
            color: var(--bs-yellow-color);
        }

    footer .copyright {
        text-align: center;
        color: rgba(255, 255, 255, 64%);
        padding-top: 1.5rem;
        border-top: 1px solid #4E5A64;
    }

.offcanvas {
    background-color: var(--bs-theme-color);
    padding: 1rem;
    width: var(--bs-canvass-width) !important;
}

    .offcanvas .offcanvas-body {
        scrollbar-color: #C1C1C1 #ebebeb;
        scrollbar-width: thin;
        overflow-y: auto;
        padding-right: 0.5rem;
        overflow-x: hidden;
    }

        .offcanvas .offcanvas-body::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }

        .offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 54%);
            border-radius: 0px;
        }

            .offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover {
                background-color: #a3a1a1;
            }

        .offcanvas .offcanvas-body::-webkit-scrollbar-track {
            background-color: rgba(255, 255, 255, 34%);
        }

    .offcanvas .m-list .nav-link {
        padding: 0.5rem 0rem;
        color: #fff;
    }

        .offcanvas .m-list .nav-link:hover, .offcanvas .m-list .nav-link.active {
            color: var(--bs-yellow-color);
        }

    .offcanvas .m-list .drop-menu {
        list-style: none;
        padding: 0;
        margin-bottom: 0.8rem;
    }

        .offcanvas .m-list .drop-menu .dropdown-item {
            color: #fff;
            font-weight: 300;
            padding: 0.3rem 0rem;
            font-size: 0.813rem;
        }

            .offcanvas .m-list .drop-menu .dropdown-item.active {
                color: var(--bs-yellow-color);
            }

    .offcanvas .btn-close {
        margin-left: auto;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: 1;
    }

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 1400px) {
    .app-card > .card-cont > .nav-pills .nav-link {
        padding: 0.4rem 1.5rem;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 991.98px) {
    .app-logo img {
        height: 30px;
    }

    .blink_text {
        top: 0.45rem;
    }

    .grid-container {
        grid-template-columns: auto auto !important;
    }

    .archive-mob {
        overflow-y: hidden;
        padding-right: 0rem;
        overflow-y: auto;
        height: auto !important;
    }

        .archive-mob .card-list {
            display: flex;
            gap: 0.9rem;
            margin-bottom: 0.3rem !important;
        }

            .archive-mob .card-list li {
                border-bottom: 0px dashed #E8E8E8 !important;
                margin-bottom: 0rem !important;
            }

            .archive-mob .card-list .col-auto img {
                height: 40px;
            }

            .archive-mob .card-list .d-flex {
                width: 260px;
                gap: 0.6rem !important;
            }

            .archive-mob .card-list > li .list-cont {
                font-size: 0.75rem !important;
                width: 100%;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
            }

            .archive-mob .card-list > li .list-head {
                font-size: 0.8rem !important;
                margin-bottom: 0.3rem !important;
            }
}

@media(max-width:500px) {
    .grid-container {
        grid-template-columns: auto !important;
    }
    .sponcers-logo {
        border-width: 0px !important;
        width: 320px !important;
        background-size: contain !important;
    }
}
/*text color css*/
.text-priamry {
    color: var(--bs-theme-color) !important;
}
/*common css*/
.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-13 {
    font-size: 0.813rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.938rem !important;
}

.fs-18 {
    font-size: 1.25rem !important;
}

.min-h-30 {
    height: 350px;
}

.swiper-pagination {
    bottom: 0 !important;
}

.newnav-link {
    display: inline-flex;
    overflow-x: auto;
}

.btnmax-width {
    width: max-content;
}

#slideBack {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
}

#slide {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 0px;
}
#slideLR {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 0px;
}
#slideBack1 {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
}

#slide1 {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 0px;
}
#slideBack2 {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
}

#slide2 {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 0px;
}
#slideBackmbl {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
}

#slidembl {
    border: none;
    position: absolute;
    top: 0px;
    padding: 6px;
    right: 0px;
}

.scoll-pane {
    width: 100%;
    height: auto;
    /*overflow: auto;*/
    outline: none;
    overflow-x: hidden !important;
    padding: 0 21px;
    -ms-overflow-style: scroll;
}

    .scoll-pane::-webkit-scrollbar {
        display: none;
    }

.calander-header {
    float: left;
    width: 100%;
    background: var(--bs-theme-color);
    height: 40px;
    color: white;
}

.race-num {
    background-color: var(--bs-theme-color);
    border-radius: 100vmax;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
}

.raceNumberlk {
    cursor: pointer;
}

    .raceNumberlk.active {
        color: #FED000;
    }

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

    .grid-container > div {
        text-align: center;
        padding: 20px 0;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 49px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */

.nowrap_class tr td {
    white-space: nowrap;
}

.marquee-bg {
    background-color: var(--bs-marquee-bg);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
}

.grid-span {
    background-color: #3d3d3d;
    color: #fff;
}

.card-max-h-75vh {
    height: 75vh !important;
}

.offcanvas-racecard {
    background-color: #fff !important;
    padding: 1rem;
    width: 100% !important;
    border-right: 0px !important;
}

    .offcanvas-racecard .offcanvas-header {
        padding: 0rem 0rem 2rem !important;
    }

    .offcanvas-racecard .btn-close {
        margin-left: auto;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        opacity: 1;
    }

    .app-card > .card-cont .card-table, .offcanvas-racecard .card-table {
        width: 100%;
        margin-bottom: 1rem;
    }

    .app-card > .card-cont .card-table, .offcanvas-racecard .card-table {
        width: 100%;
        margin-bottom: 1rem;
    }

        .app-card > .card-cont .card-table thead th, .app-card > .card-cont .card-table tbody td, .offcanvas-racecard .card-table thead th, .offcanvas-racecard .card-table tbody td {
            border-bottom: 1px dashed #E8E8E8;
            font-size: 0.813rem;
            padding: 0.48rem 0.5rem;
        }

        .app-card > .card-cont .card-table thead th, .offcanvas-racecard .card-table thead th {
            color: var(--bs-tab-link-color);
            font-weight: 600;
            background-color: #fff;
            position: sticky;
            top: 0;
            z-index: 10;
        }

.calendar-sidebar {
    background-color: #216583;
}
.calendar-sidebar > .month-list > .calendar-months > li.active-month {
    background-color: rgba(0,0,0,.35);
}
.calendar-sidebar > .month-list > .calendar-months > li {
    padding: 9px 30px;
    border-radius: 0 25px 25px 0;
}
    .calendar-sidebar > .month-list > .calendar-months > li:hover {
        background-color: rgba(0,0,0,.35);
    }
.calendar-sidebar > span#sidebarToggler {
    background-color: #f7be16;
}
button.icon-button > span.bars::before, button.icon-button > span.bars::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    background-color: #fff;
}
th[colspan="7"] {
    color: #216583;
}
.calendar-events {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #216583;
    color: #fff;
}
.calendar-events > .event-header > p {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.event-container > .event-info > p {
    color: #fff;
}
.event-container:hover > .event-info > p {
    color: #164255;
}
#eventListToggler {
    background-color: #f7be16;
}
.event-list > .event-empty {
    background-color: rgba(255,255,255,.15);
    border: 1px solid #fff;
}
.event-list > .event-empty > p {
    color: #fff;
}
#calendar > .calendar-inner{
    height:100vh;
}

.race-row-box 
{
    display: grid;
    grid-template-columns: 29.3% 44% 24.3%;
    gap: 1rem;
}
.race-row-box-preview {
    display: grid;
    grid-template-columns: 70% 28%;
    gap: 1rem;
}
@media (max-width: 991.98px) 
{
    .race-row-box {
        grid-template-columns: 100%;
    }
    .race-row-box-preview {
        grid-template-columns: 100%;
    }
}
.imgmarquee{
    padding-right:15px;
}
.home_name{
    font-size:12px;
}
.imgmarquee img {
    width: 100px;
}
.noticelink{
    cursor:pointer
}
.noticelink:hover{
    color:#000!important;
}
.carousel-viewmore {
    position: absolute;
    z-index: 111;
    bottom: 0;
    right: 5px;
    color: #fff;
}
.Event-tab-row {
    height: 50px;
    font-size: 13px;
    font-weight: 600;
    
}
.selected-events {
    color: #0d5fe4;
    background-color: #FED000
}
.modal1 {
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.close1:hover, .close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
     width: 50%; 
}

.sponcers-logo {
   border-width: 0px;
   width: 400px;
   background-size: contain;
}
.UserId-live {
    position: absolute;
    bottom: 8px;
    left: 20px;
    opacity: 0.8;
    z-index: 1 !important;
}
.live_div{
    position:relative;
}
.userName-live {
    position: absolute;
    bottom: -35px;
    right: 0;
}
#videojs-contrib-hls-player {
    width: 100%;
}

.vjs-has-started .vjs-poster {
    display: block !important;
    background-color: transparent !important;
    text-align: right;
    padding: 10px;
    font-size: 20px;
    position: absolute !important;
    top: 60% !important;
    right: 65% !important;
    opacity: 0.6;
}
