/* _content/FlameTrack.Web/Components/Countdown.razor.rz.scp.css */
.countdown[b-dq7cy211bm] {
    font-family: 'Digital-7 Mono';
    font-size: min(18vw, 180px);
    line-height: 1em;
}

.countdown-labels[b-dq7cy211bm] {
    color: var(--bs-secondary-color);
    font-family: 'Digital-7 Mono';
    font-size: min(4vw, 30px);
}
/* _content/FlameTrack.Web/Components/Layout/BaseLayout.razor.rz.scp.css */
.brand[b-n2t3vcciav] {
    font-family: 'Fugaz One';
}

h1[b-n2t3vcciav] {
    outline: none;
}

@media print {
    .navbar[b-n2t3vcciav] {
        display: none;
    }

    .brand.mt-3[b-n2t3vcciav] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* _content/FlameTrack.Web/Components/Layout/BracketLayout.razor.rz.scp.css */
html[b-iryeb3njmd] {
    background: #0e1217;
}

main[b-iryeb3njmd] {
    background: #0e1217;
}

h1 img[b-iryeb3njmd] {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 999;
    opacity: 0.8;
}

@media (max-width: 1050px) {
    h1 img[b-iryeb3njmd] {
        display: none;
    }
}

@media print {
    h1 img[b-iryeb3njmd] {
        top: 100px !important
    }
}
/* _content/FlameTrack.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.brand[b-pd9tzbv9qz] {
    font-family: 'Fugaz One';
}

h1[b-pd9tzbv9qz] {
    outline: none;
}

.sponsors[b-pd9tzbv9qz] {
    background-color: #fff;
    height: 100px;
    position: relative;
    overflow: hidden;
}

    .sponsors .photobanner[b-pd9tzbv9qz] {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        animation: none;
    }

        .sponsors .photobanner.animate[b-pd9tzbv9qz] {
            animation: bannermove-b-pd9tzbv9qz 30s linear infinite;
        }

        .sponsors .photobanner img[b-pd9tzbv9qz] {
            margin: 15px 15px;
        }

@keyframes bannermove-b-pd9tzbv9qz {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media print {
    .sponsors[b-pd9tzbv9qz] {
        display: none;
    }
}
/* _content/FlameTrack.Web/Components/Layout/OldBracketLayout.razor.rz.scp.css */
.brand[b-o5xhb9rpap] {
    font-family: 'Fugaz One';
}

.sponsors[b-o5xhb9rpap] {
    background-color: #fff;
    height: 100px;
    position: relative;
    overflow: hidden;
}

    .sponsors .photobanner[b-o5xhb9rpap] {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        animation: bannermove-b-o5xhb9rpap 30s linear infinite;
    }

        .sponsors .photobanner img[b-o5xhb9rpap] {
            margin: 15px 15px;
        }

@keyframes bannermove-b-o5xhb9rpap {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}
/* _content/FlameTrack.Web/Components/Pages/Bracket.razor.rz.scp.css */
.bracket[b-zcv741dfnx] {
    position: absolute;
    margin: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: #0e1217;
    border-color: rgb(4.3513513514, 5.5945945946, 7.1486486486);
}

h1 img[b-zcv741dfnx] {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 999;
    opacity: 0.8;
}

    .bracket.b16[b-zcv741dfnx] {
        width: 1086px;
        min-width: 1086px;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .bracket.b32[b-zcv741dfnx] {
        width: 1448px;
        min-width: 1448px;
    }

    .columns[b-zcv741dfnx] {
        display: flex;
        flex-direction: row;
        position: relative;
    }

        .columns.left .match[b-zcv741dfnx] {
            margin: 12px 24px 12px 0;
        }

        .columns.right .match[b-zcv741dfnx] {
            margin: 12px 0 12px 24px;
        }

        .columns.middle .match[b-zcv741dfnx] {
            margin: 2px 0 12px 0;
            z-index: 999;
        }

        .columns.left .match .match-order[b-zcv741dfnx] {
            left: 67px;
        }

        .columns.right .match .match-order[b-zcv741dfnx] {
            left: 72px;
        }

.match .match-order[b-zcv741dfnx] {
    position: absolute;
    font-size: 14px;
    width: 20px;
    color: #dee2e6;
    opacity: 0.5;
    top: -20px;
    text-align: center;
}

        .columns.middle[b-zcv741dfnx] {
            position: absolute;
            left: 50%;
            margin-left: -78.5px;
            top: 410px;
        }

            .columns.middle .medals[b-zcv741dfnx] {
                display: flex;
                flex-direction: column;
                position: absolute;
                top: -200px;
                width: 230px;
            }

    .bracket.b16 .columns.middle .medals[b-zcv741dfnx] {
        top: -170px;
    }

    .bracket.b16 .columns.middle[b-zcv741dfnx] {
        top: 340px;
    }

    .column[b-zcv741dfnx] {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        justify-content: space-around;
        align-content: center;
    }

    .match[b-zcv741dfnx] {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 157px;
        max-width: 157px;
        height: 62px;
    }

        .match .match-top[b-zcv741dfnx] {
            border-radius: 2px 2px 0 0;
        }

        .match .match-bottom[b-zcv741dfnx] {
            border-radius: 0 0 2px 2px;
        }

        .match .team[b-zcv741dfnx] {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 1px solid black;
            position: relative;
        }

            .match .team span[b-zcv741dfnx] {
                padding-left: 2px;
                padding-right: 2px;
            }

                .match .team span:last-child[b-zcv741dfnx] {
                    /*padding-right: 4px;*/
                }

    .columns.left .match-lines[b-zcv741dfnx] {
        right: 0;
    }

        .columns.left .match-lines .line.two[b-zcv741dfnx] {
            left: 11px;
        }

        .columns.left .match-lines.alt[b-zcv741dfnx],
        .columns.middle .match-lines[b-zcv741dfnx] {
            left: -12px;
        }

            .columns.middle .match-lines .line.two[b-zcv741dfnx] {
                display: none;
            }

    .columns.right .match-lines[b-zcv741dfnx] {
        left: -12px;
    }

        .columns.right .match-lines .line.two[b-zcv741dfnx] {
            left: 0px;
        }

        .columns.right .match-lines.alt[b-zcv741dfnx],
        .columns.middle .match-lines.alt[b-zcv741dfnx] {
            left: 157px;
        }

    .columns.middle .match:last-child .match-lines[b-zcv741dfnx] {
        display: none;
    }

    .match-lines[b-zcv741dfnx] {
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        margin-top: 0px;
    }

        .match-lines .line[b-zcv741dfnx] {
            position: absolute;
        }

            .match-lines .line.one[b-zcv741dfnx] {
                height: 1px;
                width: 12px;
            }

            .match-lines .line.two[b-zcv741dfnx] {
                height: 43px;
                width: 1px;
            }

        .match-lines.alt .line.one[b-zcv741dfnx] {
            height: 1px;
            width: 12px;
            top: -1px;
        }

        .match-lines.gold .line.one[b-zcv741dfnx],
        .match-lines.gold .line.two[b-zcv741dfnx] {
            background: #ffd700;
        }

        .match-lines.silver .line.one[b-zcv741dfnx],
        .match-lines.silver .line.two[b-zcv741dfnx] {
            background: #c0c0c0;
        }

    .match:nth-child(even) .match-lines .line.two[b-zcv741dfnx] {
        transform: translate(0, -100%);
    }

    .columns.left .column:first-child .match-lines.alt[b-zcv741dfnx],
    .columns.right .column:last-child .match-lines.alt[b-zcv741dfnx] {
        display: none;
    }

    .columns.left .column:last-child .match-lines.alt[b-zcv741dfnx],
    .columns.right .column:first-child .match-lines.alt[b-zcv741dfnx] {
        display: block;
    }

    .column.c2 .match-lines .line.two[b-zcv741dfnx] {
        height: 87px;
        top: 1px;
    }

    .column.c3 .match-lines .line.two[b-zcv741dfnx] {
        height: 172px;
    }

    .column.c4 .match-lines .line.two[b-zcv741dfnx] {
        height: 262px;
    }

    .column.c5 .match-lines .line.two[b-zcv741dfnx] {
        height: 349px;
    }

    .bracket.b32 .column.c4 .match-lines[b-zcv741dfnx],
    .bracket.b16 .column.c3 .match-lines[b-zcv741dfnx] {
        display: none;
    }

    .bracket .match-lines .line[b-zcv741dfnx] {
        background: #36404e;
    }

    .bracket .team[b-zcv741dfnx] {
        background: #232c36;
        color: #e3e8ef;
        border-color: #36404e;
        text-wrap: nowrap;
        overflow: clip;
    }

    .bracket .match .match-score[b-zcv741dfnx] {
        display: none;
    }

    .bracket .match .team[b-zcv741dfnx] {
        justify-content: center;
    }

    .bracket .match .team-top[b-zcv741dfnx] {
        border-bottom: 1px solid #36404e;
    }

    .bracket .match-bottom.team[b-zcv741dfnx] {
        border-top: 0;
    }

    .bracket .match.winner-top .match-top.team[b-zcv741dfnx],
    .bracket .match.winner-bottom .match-top.team[b-zcv741dfnx] {
        border-bottom: 0;
    }

    .bracket .match.winner-top .match-top.team[b-zcv741dfnx],
    .bracket .match.winner-bottom .match-top.team[b-zcv741dfnx] {
        justify-content: start;
    }

    .bracket .match.winner-top .match-bottom.team[b-zcv741dfnx],
    .bracket .match.winner-bottom .match-bottom.team[b-zcv741dfnx] {
        justify-content: end;
    }


    .bracket .match.winner-top .match-score[b-zcv741dfnx],
    .bracket .match.winner-bottom .match-score[b-zcv741dfnx] {
        display: block;
    }

    .bracket .winner-top .match-bottom[b-zcv741dfnx],
    .bracket .winner-bottom .match-top[b-zcv741dfnx] {
        background: #182026;
        color: #6b798c;
        border-color: #232c36;
        z-index: 1;
    }

    .bracket .winner-top .match-top .score[b-zcv741dfnx],
    .bracket .winner-bottom .match-bottom .score[b-zcv741dfnx] {
        background: #232c36;
        color: #e3e8ef;
    }

    .bracket .winner-top .match-score .score-top-l[b-zcv741dfnx],
    .bracket .winner-top .match-score .score-top-r[b-zcv741dfnx],
    .bracket .winner-bottom .match-score .score-bottom-l[b-zcv741dfnx],
    .bracket .winner-bottom .match-score .score-bottom-r[b-zcv741dfnx] {
        background: #232c36;
        color: #e3e8ef;
        border-color: #36404e;
    }

    .bracket .winner-top .match-score .score-bottom-l[b-zcv741dfnx],
    .bracket .winner-top .match-score .score-bottom-r[b-zcv741dfnx],
    .bracket .winner-bottom .match-score .score-top-l[b-zcv741dfnx],
    .bracket .winner-bottom .match-score .score-top-r[b-zcv741dfnx] {
        background: #182026;
        color: #6b798c;
        border-color: #232c36;
    }

    .bracket .winner-top .match-score .score-top-l[b-zcv741dfnx] {
        border-left: 1px solid #36404e;
        border-bottom: 1px solid #36404e;
    }

    .bracket .winner-top .match-score .score-top-r[b-zcv741dfnx] {
        border-right: 1px solid #36404e;
        border-bottom: 1px solid #36404e;
    }

    .bracket .winner-bottom .match-score .score-top-l[b-zcv741dfnx] {
        border-left: 1px solid #232c36;
        border-bottom: 1px solid #36404e;
    }

    .bracket .winner-bottom .match-score .score-top-r[b-zcv741dfnx] {
        border-bottom: 1px solid #36404e;
    }

    .bracket .winner-top .match-score .score-bottom-l[b-zcv741dfnx] {
        border-top: 1px solid #232c36;
        border-top: 1px solid #36404e;
    }

    .bracket .winner-top .match-score .score-bottom-r[b-zcv741dfnx] {
        border-right: 1px solid #232c36;
        border-top: 1px solid #36404e;
    }

    .bracket .winner-bottom .match-score .score-bottom-l[b-zcv741dfnx] {
        border-left: 1px solid #36404e;
        border-top: 1px solid #36404e;
    }

    .bracket .winner-bottom .match-score .score-bottom-r[b-zcv741dfnx] {
        border-right: 1px solid #36404e;
        border-top: 1px solid #36404e;
    }

    .bracket .match-score[b-zcv741dfnx] {
        line-height: 23px;
        font-size: 12px;
    }

    .bracket .match .match-score > span[b-zcv741dfnx] {
        display: block;
        float: left;
        text-align: center;
        width: 25%;
    }

    .bracket .match .match-score span strong[b-zcv741dfnx] {
        font-weight: bolder;
        color: #9ca68d;
    }

    .bracket .match .seed[b-zcv741dfnx] {
        font-size: 9px;
        padding: 2px;
        /*width: 12px;*/
        /*display: none;*/
    }

    .bracket .column.c1 .match .seed[b-zcv741dfnx] {
        display: block;
    }

    .bracket .columns.left .match:not(.winner) .seed-left[b-zcv741dfnx],
    .bracket .columns.middle .match:not(.winner) .seed-left[b-zcv741dfnx] {
        margin-right: auto;
    }

    .bracket .columns.right .match:not(.winner) .seed-right[b-zcv741dfnx] {
        margin-left: auto;
    }

    .bracket .columns.left .match:not(.winner) .seed-right[b-zcv741dfnx],
    .bracket .columns.middle .match:not(.winner) .seed-right[b-zcv741dfnx],
    .bracket .columns.right .match:not(.winner) .seed-left[b-zcv741dfnx],
    .bracket .match.winner .match-top .seed-right[b-zcv741dfnx],
    .bracket .match.winner .match-bottom .seed-left[b-zcv741dfnx] {
        display: none;
    }

    .bracket .match .name[b-zcv741dfnx] {
        max-width: 140px;
        overflow: hidden;
        font-size: 12px;
    }

    .bracket .columns.middle h3[b-zcv741dfnx] {
        color: #e3e8ef;
        text-align: center;
        font-size: 16px;
        margin-bottom: 2px;
        margin-top: 10px;
    }

    @media print {
        .bracket[b-zcv741dfnx] {
            margin-top: 150px;
            margin-left: 50px;
            margin-right: 50px;
            background-color: white !important;
        }

        h1 img[b-zcv741dfnx] {
            top: 30px !important
        }

        .medals[b-zcv741dfnx] {
            color: black !important;
        }

        .match .match-order[b-zcv741dfnx] {
            display: none;
        }
    }
/* _content/FlameTrack.Web/Components/Pages/FinalStandings.razor.rz.scp.css */
@media print {
    h2[b-t5jpta01a9], h3[b-t5jpta01a9], .table[b-t5jpta01a9], .table tr th[b-t5jpta01a9], .table tr td[b-t5jpta01a9] {
        color: black !important;
    }

    .table tr th[b-t5jpta01a9], .table tr td[b-t5jpta01a9] {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table[b-t5jpta01a9] {
        zoom: 0.88;
    }
}
/* _content/FlameTrack.Web/Components/Pages/Home.razor.rz.scp.css */
.embed-container[b-prei2w6w85] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe[b-prei2w6w85], .embed-container object[b-prei2w6w85], .embed-container embed[b-prei2w6w85] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* _content/FlameTrack.Web/Components/Pages/OldHome.razor.rz.scp.css */
.brand[b-r8zugqqfog] {
    font-family: 'Fugaz One';
}

.sponsors[b-r8zugqqfog] {
    background-color: #fff;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.sponsors .photobanner[b-r8zugqqfog] {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove-b-r8zugqqfog 30s linear infinite;
}

.sponsors .photobanner img[b-r8zugqqfog] {
    margin: 15px 15px;
}

@keyframes bannermove-b-r8zugqqfog {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}
/* _content/FlameTrack.Web/Components/Pages/TableStandings.razor.rz.scp.css */
@media print {
    h2[b-1e14hd8peh], h3[b-1e14hd8peh], .table[b-1e14hd8peh], .table tr th[b-1e14hd8peh], .table tr td[b-1e14hd8peh] {
        color: black !important;
    }

        .table tr th[b-1e14hd8peh], .table tr td[b-1e14hd8peh] {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .table[b-1e14hd8peh] {
        zoom: 0.88;
    }
}
