@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-p4jw4z87kw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p4jw4z87kw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Circuit.razor.rz.scp.css */
[b-smf12iargv] fluent-tabs::part(activeIndicator) {
    width: 100%;
}
/* /Components/Pages/CircuitRaceCard.razor.rz.scp.css */
.race-card[b-sfqch71lwl] {
    width: 100%;
    position: relative;
    text-shadow: 0 0 2px black;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-items: end;
    border: 1px solid dimgray;
}

.race-card .card-background[b-sfqch71lwl] {
    background: radial-gradient(circle at 10% 20%, rgba(0, 93, 133, 0.8) 0%, rgba(0, 181, 149, 0.8) 90%), url(/images/running-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(1px);
}

.race-cancelled .card-background[b-sfqch71lwl] {
    filter: grayscale(1);
}

.race-card .card-header[b-sfqch71lwl] {
    color: white;
    position: relative;
    padding: 10px 15px;
    background-color: var(--accent-color-blue);
}

.race-card .card-federation[b-sfqch71lwl] {
    position: absolute;
    top: 50px;
    right: 15px;
}

.race-card .card-content[b-sfqch71lwl] {
    padding: 15px;
    position: relative;
    flex-grow: 1;
}

.race-card .card-sport[b-sfqch71lwl] {
    position: absolute;
    right: 15px;
}

.race-organizer[b-sfqch71lwl] {
    font-size: var(--type-ramp-minus-1-font-size);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.race-name[b-sfqch71lwl] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: lighter;
    margin-bottom: 0.5rem;
}

.race-card .race-info-container-icon[b-sfqch71lwl],
.race-card .race-info-container-text[b-sfqch71lwl] {
    display: inline-block;
    vertical-align: middle;
}

.card-header-link[b-sfqch71lwl] {
    text-decoration: none;
}

.race-cancelled-label[b-sfqch71lwl] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(45deg);
    transform-origin: top right;
    z-index: 10;
    padding: 80px 0;
}

.race-cancelled-label span[b-sfqch71lwl] {
    display: block;
    background: crimson;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    width: 200%;
    font-size: 16px;
}
