@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorTooltips/BlazorTooltips.bundle.scp.css';
@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* /Pages/Public/Microsite/ResultsPageV2.razor.rz.scp.css */
.result-card[b-gbnnvatcms] {
    
}

.result-header[b-gbnnvatcms] {
    background-color: #3e533b;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.result-content[b-gbnnvatcms] {
    background-color: whitesmoke;
    display: flex;
    justify-content: center;
    padding: inherit;
    align-items: center;
    margin-top: 10px;
}


    .result-content img[b-gbnnvatcms] {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

.img-background-primary[b-gbnnvatcms] {
    background-color: #3e533b;
}
.result-score[b-gbnnvatcms] {
    font-weight: bold;
    font-size: 1.5rem;
}

.result-type[b-gbnnvatcms] {
    font-size: 0.8rem;
    color: #666;
}
/* /Pages/Public/Parent/EventItemPage.razor.rz.scp.css */
.main-content[b-30uo9nflab] {
    text-align: center;
    padding: 50px;
}

    .main-content h1[b-30uo9nflab] {
        font-weight: bold;
    }

.event-details[b-30uo9nflab] {
    font-size: 1.5rem;
}

.event-logo[b-30uo9nflab] {
    width: 100px;
    height: auto;
}

.navbar-nav[b-30uo9nflab] {
    width: 100%;
}

    .navbar-nav .nav-link.active[b-30uo9nflab] {
        border-bottom: 3px solid orange;
    }

    .navbar-nav .nav-link:hover[b-30uo9nflab] {
        border-bottom: 3px solid orange;
    }

.calendar[b-30uo9nflab] {
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.table[b-30uo9nflab] {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .table th[b-30uo9nflab], .table td[b-30uo9nflab] {
        text-align: center;
        vertical-align: middle;
        padding: 15px;
        transition: background-color 0.3s, color 0.3s;
    }

    .table th[b-30uo9nflab] {
        background-color: #f8f9fa;
        font-weight: bold;
        color: #343a40;
        text-transform: uppercase;
    }

    .table td[b-30uo9nflab] {
        position: relative;
    }

        .table td img[b-30uo9nflab] {
            width: 28px;
            height: 28px;
            margin-right: 5px;
            vertical-align: middle;
        }

    .table .event[b-30uo9nflab],
    .table .medal[b-30uo9nflab] {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

    .table .event[b-30uo9nflab] {
        background-color: #343a40;
    }

    .table .medal[b-30uo9nflab] {
        background: url('medal-icon.png') no-repeat center center;
        background-size: contain;
        width: 18px;
        height: 18px;
    }

    .table tbody tr:hover[b-30uo9nflab] {
        background-color: #f1f1f1;
    }

        .table tbody tr:hover td[b-30uo9nflab] {
            color: #da463a;
        }

    .table td:hover .event[b-30uo9nflab],
    .table td:hover .medal[b-30uo9nflab] {
        transform: scale(1.2);
    }

    .table th:hover[b-30uo9nflab] {
        background-color: #e9ecef;
    }

    .table tbody tr:nth-child(even)[b-30uo9nflab] {
        background-color: #f8f9fa;
    }

    .table tbody tr:nth-child(odd)[b-30uo9nflab] {
        background-color: #ffffff;
    }

    .table td:hover[b-30uo9nflab] {
        background-color: #dee2e6;
        cursor: pointer;
    }
