﻿
body {
    font-family: "Poppins", sans-serif;
    background: rgb(238 242 241 / 30%);
}
.mainBody {
    min-height: 75vh;
}
.hideDesktop {
    display: none;
}
.border-purple {
    border-color: #673ab7 !important;
}
.bg-purple {
    background: #673ab7 !important;
}
.bg-cyan {
    background: #00bcd4 !important;
}
.bg-pink {
    background: #f35e90 !important;
}
.bg-success-transparent {
    background-color: rgba(139, 195, 74, 0.2);
}

.bg-purple-transparent {
    background-color: rgba(163,177,201, 0.2);
}

.bg-primary-transparent {
    background-color: rgb(126, 110, 230,0.2);
}

.bg-info-transparent {
    background-color: rgba(0,214,230, 0.2);
}

.bg-warning-transparent {
    background-color: rgba(255,162,43, 0.2);
}

.bg-danger-transparent {
    background-color: rgba(255,56,43, 0.2);
}

.bg-pink-transparent {
    background-color: rgba(255,43,136, 0.2);
}

.bg-purple-transparent {
    background-color: rgba(96,77,216, 0.2);
}

.bg-dark-transparent {
    background-color: rgba(55,66,84, 0.2);
}
.bg-cyan-transparent {
    background: rgba(43, 203, 186, 0.2);
}
.text-purple {
    color: #7f4dd2 !important;
}
.text-cyan {
    color: #17a2b8 !important;
}
.text-pink {
    color: #ff2b88 !important;
}
.btn-circle {
    width: 30px !important;
    height: 30px;
    min-width: 30px;
    line-height: 2.3;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0;
}
.btn-circle:hover {
    transform: rotate(90deg);
}

.setting-item .table {
    white-space: nowrap;
    font-size: 0.8125rem;
}
.setting-item .table th {
    padding-top: 0.5rem;
    background: #f1f3f8;
}
.setting-item .table th:first-child, .setting-item .table td:first-child {
    padding-left: 0.5rem;
}
.setting-item .table th:not(:first-child), 
.setting-item .table td:not(:first-child) {
    text-align: left;
}
.small-font-table {
    font-size: 12px !important;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}

/* ============================================================
   Modal Box CSS
============================================================ */

.modal-header {
    background: #5d9cec;
    color: #fff;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-header .modal-title {
    font-size: 16px;
}
.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ============================================================
   Header CSS
============================================================ */

.content {
    margin: 15px 10px;
}

/* ============================================================
   Footer / Social Links CSS
============================================================ */

.mobileFooterWrap .card{
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1) !important;
}
.socialLinks {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.socialLinks li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #fff !important;
    font-size: 1.2rem;
    transition: all 0.5s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.socialLinks li a:hover {
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.4);
    transform: translateY(-3px);
}
.socialLinks li.fbLink a{
    background-color: #1877f2;    
}
.socialLinks li.instaLink a{
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.socialLinks li.googleLink a{
    background-color: #db4437;
}


/* ============================================================
   Sticky Footer
============================================================ */

#footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .06);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 300ms ease;
}

#footer-bar {
    height: calc(60px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(60px + (env(safe-area-inset-bottom)) * 1.1);
}

#footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer-bar a i {
    margin-top: -8px;
    font-size:18px;
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 0px;
    opacity: .7;
}

.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    bottom: 0px;
    bottom: calc(0px + (constant(safe-area-inset-bottom))*1.1);
    bottom: calc(0px + (env(safe-area-inset-bottom)) * 1.1);
    transform: translateX(-50%);
}

.footer-bar-5 strong {
    background-color: #4a89dc !important;
}

/* ============================================================
    LeaderBoard CSS
============================================================ */

.leaderboardDeskBg {
    background-image: url('../img/trackbg.png');
    background-size: cover;
    box-shadow: rgb(0 0 0 / 6%) 0px 3px 5px;
}
.leaderboardDeskBg .header-logo, .sidebar-logo, .eventNameLB {
    background: #f9f9f9;
    padding: 2px 0;
}
.headingBoard h1 {
    font-size: 2rem;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #000;
    line-height: 1.6;
}
.headingBoard {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.headingBoard img {
    width: 50px;
    margin-right: 20px;
}
.leaderboardDeskContain {
    margin-top: -60px;
}
.leaderboardDeskList {
    column-count: 2;
}
.leaderboardDeskprofile img {
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    object-fit: cover;
    width: 140px;
    height: 140px;
}
.leaderboardDeskScore {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 2rem;
    position: absolute;
    bottom: -24px;
    right: 50%;
    transform: translateX(50%);
    letter-spacing: 0.5px;
    font-family: 'Archivo';
    line-height: 30px;
}

.leaderboardDeskcrown {
    display: inline-block;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
}
.leaderboardDeskcrown img {
    width: 60px;
}

.leaderboardDeskcardFooter {
    margin-top: 2rem;
}
.leaderboardDeskName {
    font-size: 1.2rem;
}
/*.firstCard + .leaderboardDeskcardFooter:before {
    content: "";
    background: #ffc529;
    height: 16px;
    width: 75%;
    position: absolute;
    left: 50%;
    bottom: -18px;
    border-radius: 25px;
    transform: translateX(-50%);
}*/
.firstCard + .leaderboardDeskcardFooter .leaderboardDeskRank {
    background: #ffc529;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-top: 2rem;
}
.firstCard .leaderboardDeskprofile img {
    border-color: #ffc529;
}
.firstCard .leaderboardDeskprofile{
    position:relative;
    display:inline-block;
}
    .firstCard .leaderboardDeskprofile::after {
        position: absolute;
        content: "";
        height: 50px;
        width: 50px;
        background-image: url('../img/networkbar.png');
        background-size: contain;
        top: calc(50% - 25px);
        right: -50px;
        transform: rotate(90deg) scaleX(-1);
    }
    .firstCard .leaderboardDeskprofile::before {
        position: absolute;
        content: "";
        height: 50px;
        width: 50px;
        background-image: url('../img/networkbar.png');
        background-size: contain;
        top: calc(50% - 25px);
        left: -50px;
        transform: rotate(-90deg);
    }
.firstCard .leaderboardDeskScore {
    background: #e6a41f;
    border: 4px solid #ffc529;
}
.secondCard .leaderboardDeskprofile img,
.thirdCard .leaderboardDeskprofile img {
    width: 120px;
    height: 120px;
}
.secondCard .leaderboardDeskScore {
    background: #03A9F4;
    border: 4px solid #0dcaf0;
}
.secondCard .leaderboardDeskprofile img {
    border-color: #0dcaf0;
}
/*.secondCard + .leaderboardDeskcardFooter:before {
    content: "";
    background: #0dcaf0;
    height: 12px;
    width: 75%;
    position: absolute;
    left: 50%;
    bottom: -18px;
    border-radius: 25px;
    transform: translateX(-50%);
}*/
.secondCard + .leaderboardDeskcardFooter .leaderboardDeskRank {
    background: #0dcaf0;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-top: 1.8rem;
}
.secondCard .leaderboardDeskprofile img {
    border-color: #0dcaf0;
}
.thirdCard .leaderboardDeskScore {
    background: #E91E63;
    border: 4px solid #f8548c;
}
.thirdCard .leaderboardDeskprofile img {
    border-color: #f8548c;
}
/*.thirdCard + .leaderboardDeskcardFooter:before {
    content: "";
    background: #f8548c;
    height: 12px;
    width: 75%;
    position: absolute;
    left: 50%;
    bottom: -18px;
    border-radius: 25px;
    transform: translateX(-50%);
}*/
.thirdCard + .leaderboardDeskcardFooter .leaderboardDeskRank {
    background: #f8548c;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-top: 1.8rem;
}




    .leaderboard.hideDesktop {
        display: none;
    }
.leaderboard {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.lbPodium {
    position: relative;
    text-align: center;
    color: #fff;
    width: 150px;
    transition: all ease-in 0.5s;
}
.lbPodium:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
    .lbPodium.first {
        background: #5D9CEC;
        height: 230px;
        border-radius: 1rem 1rem 0 0;
    }

    .lbPodium.second .lbProfile {
        border: 4px solid #673AB7;
    }

    .lbPodium.second, .lbPodium.third {
        background: rgb(93 156 236 / 55%);
        height: 160px;
    }

    .lbPodium.third {
        border-radius: 0 1rem 1rem 0;
    }

    .lbPodium.second {
        border-radius: 1rem 0 0 1rem;
    }

.lbProfile {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: visible;
}

.lbProfile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #9facba;
}

.lbCrown {
    position: absolute;
    top: -89px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: gold;
}

.lbPodium h5 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 16px;
}

.lbPodium p.lbScore {
    font-size: 1.3rem;
    font-weight: 700;
}

.lbPodium p.lbUsername {
    opacity:0.8
}
.lbRankNumber {
    position: absolute;
    bottom: -10px;
    right: 35%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff;
    overflow: hidden;    
}
.lbRankNumber span {
    transform: rotate(-45deg);
    display: block;
}


.leaderboardListWrap li {
    background: #fff;
    border-radius: 1rem;
    padding: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    transition: all ease-in 0.5s;
}
    .leaderboardListWrap li:hover {
        transform: translateY(-5px);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }
.leaderboardList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}



.lbItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

    .lbItem .lbRankList {
        font-weight: 500;
        font-size: 0.8rem;
        margin-right: 1.2rem;
        text-align: center;
        color: #333;
        border: 2px solid #e2e5ec;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.lbItem .lbProfileList {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 20px;
}

    .lbItem img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

.lbItem .lbNameList {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
}

.lbItem .lbPointsList {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
}
li.listHeading {
    box-shadow: none;
    background: transparent;
    padding: 0px 16px;
    margin-bottom: 0;
}
.listHeading .listTd, .listHeading .listTd span {
    font-weight: 600;
    border: none;
}
.lbHeaderPerform{
    padding-left:10px;
}
#footer-bar.footer-bar-5 {
    display: none;
}

/* ============================================================
    Accordian CSS 
============================================================ */

.accordionItemHead button {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    box-shadow: none !important;
}

.accordionItemWrap,
.accordionItemHead,
.accordionItemHead button.collapsed {
    border-radius: 1rem !important;
}


/* ============================================================
     QR Code Scan CSS
============================================================ */

.scanBody {
    padding: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 0.5rem;
    background: rgb(243 245 249 / 60%);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-bottom: 1rem;
}
.scanBodyHead {
    margin-bottom: 1.5rem;
    border-bottom: 8px dotted #e7e7e7;
    padding-bottom: 1rem;
}
.scanBodyHead .avatar span {
    font-size: 1.5rem;
}

.scanBodyHead .avatar {
    height: 40px;
    width: 40px;
}
.scanBodyHead h5 span {
    font-size: 12px;
}
    .scanBodyHead > h5 {
        font-size: 16px;
        text-transform: capitalize;
    }
.manualQREnter {
    background: #f8f9fb;
    padding: 16px;
    padding-top: 20px;
    margin: -1.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-top: 0;
}

/* ============================================================
     Logo Showcase CSS
============================================================ */

.logoShowListItem {
    display: inline-block;
    margin-bottom: 1.5rem;
}
.logoShowList {
    text-align: center;
    padding: 3.5rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 1rem;
}
.logoShowListItem img {
    object-fit: contain;
    padding: 2px;
    aspect-ratio: 4 / 2;
    height: 7rem;
}
.logoShowWrap {
    padding: 4rem 0 0 0;
    margin-top: 2rem;
}
.logoShowHeading h1 {
    color: #000;
    font-size:2rem;
}






/* ============================================================
    Regsiteration / Report Download Card CSS
============================================================ */
.onSiteRegisterCardDivider:after {
    content: "OR";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #5d9cec;
    right: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    transform: translateX(50%) translatey(50%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    font-size: 1.2rem;
    color: #fff;
}
.cardMedia {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
    .cardMedia .helpdesk-icon {
        height: 100%;
    }

.reportDownloadIcon {
    font-size: 4rem !important;
}
.reportDownloadHead {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: center;
    width: 100%;
}
.reportDownloadBtn {
    display: flex;
    align-items: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 1.6rem;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.reportDownloadHead h5 {
    font-size: 1rem;
}
.reportDownloadHead span {
    font-size: 0.8rem;
}

/* container should be position:relative so the overlay button can be absolutely positioned */
.html5-qrcode-element {
    position: relative; /* required for the button to position correctly */
}

/* the stop button */
.html5-qrcode-element .qr-stop-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    cursor: pointer;
}

/* small icon size */
.html5-qrcode-element .qr-stop-btn .bi {
    font-size: 1.05rem;
    margin-right: 6px;
}


/* ============================================================
    Toggle Radio CSS
============================================================ */
.toggle-status {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 2rem;
    padding: 4px;
    position: relative;
    align-items: center;
    width: auto;
}

.toggle-status input {
    display: none;
}
.toggle-status label {
    padding: 4px 16px;
    border-radius: 2rem;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    font-weight: 500;
    font-size: 12px;
}
.toggle-status input:checked + label {
    background: #8BC34A;
    color: #fff;
}

.toggle-status #pending:checked + label {
    background: #f44336;
    color: #fff;
}

/* ============================================================
    User List Event Accordion CSS
============================================================ */

.userRoleLists {
    column-count: 3;
}
.eventCardUser {
    border: 1px solid #e7e0e0;
    transition: 0.3s ease-in;
}
.eventCardUser:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.userListAccordion .accordion-button {
    box-shadow: none !important;
    background: #5d9cec;
    color: #fff;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.userListAccordion .accordion-button.collapsed {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.userListAccordion .accordion-body {
    border: 1px solid #f0e9e9;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.homeEventCardImg {
    /*aspect-ratio: 16 / 9;*/
    object-fit: cover;
}

/* ============================================================
    Blazor Tabs CSS
============================================================ */
.tabsComponentBlzr .tab-content {
    padding: 0 16px 16px;
    border: 1px solid #e2e5ec;
    background: #f3f5f9;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.tabsComponentBlzr .nav-link.active {
    background: #f3f5f9;
    border-bottom: unset;
    color: #000;
}
.tabsComponentBlzr .nav-link {
    font-weight: 500;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
/* ============================================================
    Registeration Form CSS
============================================================ */
.regFormMainCard {
    border: 1px solid #f0f0f0;
    transition: 0.3s ease-in;
}
    .regFormMainCard:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }
.regFormMainCard .accordion-button:focus,
.regFormMainCard .accordion-button {
    box-shadow: none;
    background: #f3f5f9;
}
.regFormRow .col-md-6:nth-child(odd) .regFormMainCard {
    margin-right: 16px;
}

.regFormRow .col-md-6:nth-child(even) .regFormMainCard {
    margin-left: 16px;
}
.regFormMainCard .accordion-button::after {
    filter: unset;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem;
}
.accordion-no-toggle {
    pointer-events: none !important;
}

.accordion-no-toggle * {
    pointer-events: auto !important;
}

.customAccordionHeader {
    display: flex;
    align-items: center;
    padding-right: 16px;
    background: #f3f5f9;
}


/* ============================================================
    Primary CSS
============================================================ */
.eventNameLayout {
    margin-bottom: 1.5rem;
}
.eventNameLayout h5 {
    color: #3F51B5;
}
.navTabContainer {
    display: flex;
    align-items: center;
    position: relative;
}
.navTabWrap .navTabLink {
    font-weight: 500;
    background: #9e9e9e3d;
    border-radius: 0.5rem;
    color: #78909C;
    font-size: 13px;
    padding: 6px 14px;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
}

.navTabWrap .navTabLink.active {
    background: #5d9cec;
    color: #fff;
}
.navTabWrap {
    background: #fff;
    border: 1px solid #f3f5f9;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    flex: 1;
    gap: .5rem;
}
.navTabWrap.nav-fill > .nav-link {
    flex: none;
}
.formAction ul {
    display: flex;
    align-items: end;
    flex-direction: column;
}
.leadSrchCardLabel{
    column-count:2;
}
.chat-sidebar .sidebar-body {
    height: calc(100% - 125px);
}
.midPageInfoBanner {
    text-align: center;
    margin: 60px 0;
    padding: 60px;
    color: #6e7985;
}
    .midPageInfoBanner h1, .midPageInfoBanner h4 {
        font-weight: 400;
        color: #c0c0c0;
    }
/* ============================================================
    LeaderBoard Modal CSS
============================================================ */
.leaderboardModalWrap .modal-header,
.leaderboardModalWrap .modal-footer{
    display: none;
}
.leaderboardModalWrap .modal-content {
    background: transparent;
}
.rewardCard {
    background: #fff;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

.rewardHeaderSection {
    background: linear-gradient(135deg, #a436c8, #6d4aff);
    padding: 40px 20px 90px 20px;
    text-align: center;
    position: relative;
    clip-path: polygon( 0% 0%, 100% 0%, 100% 85%, 95% 88%, 90% 85%, 85% 88%, 80% 85%, 75% 88%, 70% 85%, 65% 88%, 60% 85%, 55% 88%, 50% 85%, 45% 88%, 40% 85%, 35% 88%, 30% 85%, 25% 88%, 20% 85%, 15% 88%, 10% 85%, 5% 88%, 0% 85% );
}

    .rewardHeaderSection::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
        background-size: 20px 20px;
        opacity: 0.5;
        pointer-events: none;
    }

.scriptText {
    font-family: 'Great Vibes', cursive;
    color: #ffc107;
    font-size: 3.5rem;
    line-height: 0.8;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.rewardBoldHeader {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: pulseText 3s infinite ease-in-out;
}

.rewardBadge {
    background-color: #ffc107;
    color: #4a148c;
    display: inline-block;
    padding: 5px 25px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    margin-top: 10px;
    font-size: 1.1rem;
    transition: transform 0.2s;
    cursor: default;
}

    .announcement-badge:hover {
        transform: scale(1.05) rotate(-2deg);
    }

.winnersSection {
    padding: 0 20px 20px 20px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.winnerCard {
    background: white;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
    border: 1px solid #eee;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    cursor: pointer;
}

    .winnerCard:hover {
        transform: translateY(-10px) scale(1.02) !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        z-index: 20;
    }

.rewardWinnerImgBox {
    background-color: #f8f9fa;
    border-radius: 8px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

/* Image borders based on Prize Tier */
.rewardRank--1 .rewardWinnerImgBox {
    border: 3px solid #ffd700;
}
/* Gold */
.rewardRank--2 .rewardWinnerImgBox {
    border: 3px solid #c0c0c0;
}
/* Silver */
.rewardRank--3 .rewardWinnerImgBox {
    border: 3px solid #cd7f32;
}
/* Bronze */

/* Ribbons */
.rewardRankBadge {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 10;
}

    .rewardRankBadge::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid inherit;
    }

.rewardBadge-1 {
    background-color: #ffd700;
    border-top-color: #ffd700;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    top: -20px;
    animation: bounceBadge 2s infinite;
}

.rewardBadge-2 {
    background-color: #c0c0c0;
    border-top-color: #c0c0c0;
}

.rewardBadge-3 {
    background-color: #cd7f32;
    border-top-color: #cd7f32;
}

.rewardWinnerName {
    font-weight: 800;
    font-size: 0.9rem;
    color: #333;
    text-transform: uppercase;
    margin-top: 5px;
}

.rewardWinnerHandle {
    font-size: 0.75rem;
    color: #777;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.winnerCard:hover .rewardWinnerHandle {
    color: var(--text-pink);
}


/* --- ANIMATIONS (Unchanged from interactive version) --- */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.8);
    }

    70% {
        transform: translateY(-10px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pulseText {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

@keyframes bounceBadge {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.anim-delay-1 {
    animation: popIn 0.8s forwards 0.5s;
}
.anim-delay-2 {
    animation: popIn 0.8s forwards 1.0s;
}
.anim-delay-3 {
    animation: popIn 0.8s forwards 1.5s;
}

/* Responsive keyframes for podium structure on desktop */
@media (min-width: 768px) {
    .winnersRow {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 15px;
    }

    .col-winner-2 {
        order: 1;
        transform: scale(0.9);
    }

    .col-winner-1 {
        order: 2;
        transform: scale(1.05) translateY(-15px);
        z-index: 5;
    }

    .col-winner-3 {
        order: 3;
        transform: scale(0.9);
    }

    .anim-delay-2 {
        animation-name: popInRank2;
    }

    .anim-delay-1 {
        animation-name: popInRank1;
    }

    .anim-delay-3 {
        animation-name: popInRank3;
    }

    @keyframes popInRank1 {
        to {
            opacity: 1;
            transform: scale(1.05) translateY(-15px);
        }
    }

    @keyframes popInRank2 {
        to {
            opacity: 1;
            transform: scale(0.9);
        }
    }

    @keyframes popInRank3 {
        to {
            opacity: 1;
            transform: scale(0.9);
        }
    }
}

@media (max-width: 767px) {
    .winnersRow {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .winnerCard {
        width: 80%;
        max-width: 250px;
        transform: scale(1);
    }

    .col-winner-1 {
        order: 1;
        margin-bottom: 10px;
    }

    .col-winner-2 {
        order: 2;
    }

    .col-winner-3 {
        order: 3;
    }
}



/* ============================================================
    Responsive CSS
============================================================ */
@media (min-width: 1920px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}
@media (min-width: 2560px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2100px;
    }
}
@media (min-width: 3840px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2400px;
    }
}
@media only screen and (max-width:1024px) {
    .onSiteRegisterCard .col-md-4,
    .onSiteRegisterCard .col-md-8 {
        width: 100%;
    }

    .onSiteRegisterCard .cardMedia {
        width: 180px;
    }
}
@media only screen and (max-width:992px) {
    .preRegCardDivider.onSiteRegisterCardDivider:after {
        width: 45px;
        height: 45px;
        top: 467px;
    }
}
@media only screen and (max-width: 768px) {
    .hideMobile {
        display:none;
    }

    .hideDesktop {
        display: block;
    }
    #footer-bar.footer-bar-5 {
        display: flex;
    }

    /* Cards Tile CSS*/

    .customCardView .card {
        overflow: hidden;
        border-radius: 20px;
        border: none;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1);
    }

    .customCardView .card-body > div {
        flex-direction: column;
    }

    .customCardView .card-body > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .customCardView .card-body > div h3 {
        justify-content: center;
        margin-top: 1.2rem;
        font-family: 'Poppins';
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
    }
    .customCardView .card-body > div label {
        text-align: center;
        font-size: 11px;
    }

    .onSiteRegisterCard {
        text-align: center;
    }
    .onSiteRegisterCard span {
        margin-top: 16px;
    }
    .leaderboard.hideDesktop {
        display: flex !important;
    }
    .leaderboardDeskList {
        column-count: unset;
    }
    .leaderboardDeskContain {
        margin-top: -20px;
    }
    .leaderboardDeskBg {
        background: unset;
        padding-bottom: 0px !important;
        box-shadow: unset;
    }
    .leaderboard {
        margin-bottom: 0px !important;
    }
    .headingBoard h1 {
        font-size: 1.5rem;
    }
    .headingBoard img {
        width: 35px;
    }
    .headingBoard {
        margin-bottom: 3rem !important;
        margin-top: 1rem;
    }
    .leaderboardListWrap {
        margin-top: 0 !important;
    }
    .logoShowWrap {
        margin-top: 0;
    }
    .logoShowList {
        column-count: 2;
    }
    .onSiteRegisterCardDivider:after {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    .regFormRow .col-md-6:nth-child(odd) .regFormMainCard {
        margin-right: 0;
    }

    .regFormRow .col-md-6:nth-child(even) .regFormMainCard {
        margin-left: 0;
    }
    .formTitleWrap .card-value {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .customAccordionHeader .accordion-button {
        padding-bottom: 0;
    }
    .customAccordionHeader {
        display: block;
    }
    .customAccordionHeaderClckable {
        width: 100%;
        padding-left: 16px;
        padding-bottom: 16px;
        flex-direction: row !important;
        justify-content: right;
    }
}

@media only screen and (max-width: 575px) {
    .eventNameLayout{
        position: unset;
    }

    .eventNameLayout h5 {
        text-align: left !important;
    }

    .leadSrchCardLabel {
        column-count: 1;
    }
}



@media only screen and (max-width: 426px) {
    .headingBoard img {
        margin-right: 10px;
    }
    .headingBoard h1 {
        font-size: 1.3rem;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
    .logoShowList {
        padding: 2rem;
        column-count: 2;
    }
    .logoShowHeading h1 {
        font-size: 1.3rem;
    }
    .eventNameLB {
        font-size: 1rem;
    }
    .logoShowListItem img {
        aspect-ratio: 3 / 2;
    }
    .lbPodium h5 {
        font-size: 14px;
    }
    .lbPodium p.lbScore {
        font-size: 1rem;
    }
    .lbPodium p.lbUsername {
        font-size: 12px;
    }
    .accordion-item.regFormMainCard .helpdesk-icon {
        display: none;
    }
}
@media only screen and (max-width: 376px) {
    .logoShowList {
        column-count: 1;
        display: flex;
        overflow-y: scroll;
        padding:1.2rem
    }
}