/* /Components/ActiveBowler.razor.rz.scp.css */
.active-bowler[b-3djx7dkjs8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
}
/* /Components/App.razor.rz.scp.css */
#reconnect-modal[b-fgxb38bjj0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    color: white;
    text-align: center;
}
/* /Components/BowlerEditDialog.razor.rz.scp.css */
[b-qmb3g2rxa1] .icon {
    vertical-align: middle;
}

[b-qmb3g2rxa1] .icon-select {
    color: var(--5o-blue);
    width: 1rem;
    height: 1rem;
}

[b-qmb3g2rxa1] .chevron {
    color: var(--5o-blue);
    width: 2em;
    height: 2rem;
}

.edit-dialog[b-qmb3g2rxa1]  .icon-x {
    color: var(--gray-7);
    width: 2rem;
    height: 2rem;
}

table[b-qmb3g2rxa1]  .icon-x, .usbc-link[b-qmb3g2rxa1]  .icon-x {
    color: var(--red-7);
    width: 1rem;
    height: 1rem;
}

[b-qmb3g2rxa1] .icon-edit {
    color: var(--yellow-2);
    width: 1rem;
    height: 1rem;
}

[b-qmb3g2rxa1] .icon-checkmark {
    color: var(--green-7);
    width: 1rem;
    height: 1rem;
}

.caption-content[b-qmb3g2rxa1] {
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.caption-content .text[b-qmb3g2rxa1] {
    margin-right: auto;
}

td[b-qmb3g2rxa1] {
    width: 1px;
    white-space: nowrap;
}

.team.name[b-qmb3g2rxa1] {
    width: auto;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.bowler.name[b-qmb3g2rxa1] {
    width: auto;
    min-width: 15ch;
    max-width: 25ch;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.usbc.number[b-qmb3g2rxa1] {
    width: 10ch;
}

.actions[b-qmb3g2rxa1] {
    text-align: center;
}

.gender[b-qmb3g2rxa1] {
    text-align: center;
    width: 5ch;
}

td.average[b-qmb3g2rxa1] {
    width: 5ch;
}
.average[b-qmb3g2rxa1]  .icon {
    margin-left: 0.25rem;
}

.email[b-qmb3g2rxa1], .phone[b-qmb3g2rxa1] {
    min-width: 15ch;
    max-width: 15ch;
    overflow-x: clip;
    text-overflow: ellipsis;
}

button:has(.icon)[b-qmb3g2rxa1] {
    background-color: transparent;
}

a.usbc-link[b-qmb3g2rxa1] {
    text-decoration: none;
    color: var(--text-muted);
}

a.usbc-link:hover[b-qmb3g2rxa1] {
    color: white;
}
/* /Components/BowlerSearch.razor.rz.scp.css */
input[b-jbpew487ss] {
    margin:  0;
    padding: 0.5rem 0 0.5rem .5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    background: var(--surface-2);
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    
    width: 6rem;
}
/* /Components/CheckPrintArea.razor.rz.scp.css */
.check-page[b-r7glpwmj4i] {
    width: 8.5in;
    height: 11in;
    position: relative;
    display: block;
    page-break-after: always;
}

.check-page:last-child[b-r7glpwmj4i] {
    page-break-after: avoid;
}

.check-section[b-r7glpwmj4i], .details-section[b-r7glpwmj4i] {
    height: 3.67in;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.check-content[b-r7glpwmj4i] {
    padding: 0.5in;
}

.check-content .date[b-r7glpwmj4i] {
    position: absolute;
    top: 0.75in;
    right: 0.25in;
    width: 1.5in;
    padding: 2px 5px;
    text-align: right;
}

.check-content .payee[b-r7glpwmj4i] {
    position: absolute;
    top: 1.25in;
    left: 1.25in;
    width: 5in;
    padding-bottom: 2px;
}

.check-content .amount[b-r7glpwmj4i] {
    position: absolute;
    top: 1.25in;
    right: 0.25in;
    width: 1.5in;
    padding: 2px 5px;
    text-align: right;
}

.check-content .amount-words[b-r7glpwmj4i] {
    position: absolute;
    top: 1.50in;
    left: 1.25in;
    width: 5.25in;
    padding-bottom: 2px;
}

.check-content .memo[b-r7glpwmj4i] {
    position: absolute;
    bottom: 1in;
    left: 1.25in;
}

.details-grid[b-r7glpwmj4i] {
    padding: 0.15in 0 0 0.15in;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.01in;
}

.detail-row[b-r7glpwmj4i] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-row > span[b-r7glpwmj4i] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-row .counter[b-r7glpwmj4i] {
    display: inline-flex;
    width: 3ch;
}
/* /Components/Dialog.razor.rz.scp.css */
[b-03qcu7ztdc] .icon {
    vertical-align: middle;
}

[b-03qcu7ztdc] .icon-select {
    color: var(--5o-blue);
    width: 1rem;
    height: 1rem;
}

[b-03qcu7ztdc] .chevron {
    color: var(--5o-blue);
    width: 2em;
    height: 2rem;
}

[b-03qcu7ztdc] .icon-x {
    color: var(--gray-7);
    width: 2rem;
    height: 2rem;
}
[b-03qcu7ztdc] .icon-edit {
    color: var(--yellow-2);
    width: 1rem;
    height: 1rem;
}

[b-03qcu7ztdc] .icon-checkmark {
    color: var(--green-7);
    width: 1rem;
    height: 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-8q14vpyqoe] {
    --vh: 1vh;
    --vw: 1vw;
}

.main-layout[b-8q14vpyqoe] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    width: calc(var(--vw, 1vw) * 100);
    @media print {
        width: 100%;[b-8q14vpyqoe]
    }
}

header[b-8q14vpyqoe] {
    margin-bottom: 1rem;
    @media print {
        margin-bottom: 0;[b-8q14vpyqoe]
    }
}

main[b-8q14vpyqoe] {
    padding: 0 10px;
    
    @media print {
        padding: 0;[b-8q14vpyqoe]
    }
}


footer[b-8q14vpyqoe] {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    
    @media print {
        position: fixed; 
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        background: none;[b-8q14vpyqoe]
    }
}

.copyright[b-8q14vpyqoe] {
    font-size: 0.9rem;
    
    @media print {
        font-size: 0.6rem;[b-8q14vpyqoe]
    }
}

.copyright span[b-8q14vpyqoe] {
    white-space: nowrap;
}

#blazor-error-ui[b-8q14vpyqoe] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8q14vpyqoe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary[b-8q14vpyqoe] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary[b-8q14vpyqoe]::after {
    content: "An error has occurred."
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ko2row73e2],
.components-reconnect-repeated-attempt-visible[b-ko2row73e2],
.components-reconnect-failed-visible[b-ko2row73e2],
.components-pause-visible[b-ko2row73e2],
.components-resume-failed-visible[b-ko2row73e2],
.components-rejoining-animation[b-ko2row73e2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-retrying[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-failed[b-ko2row73e2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ko2row73e2] {
    display: block;
}


#components-reconnect-modal[b-ko2row73e2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ko2row73e2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ko2row73e2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ko2row73e2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ko2row73e2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ko2row73e2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ko2row73e2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ko2row73e2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ko2row73e2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ko2row73e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ko2row73e2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ko2row73e2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ko2row73e2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ko2row73e2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ko2row73e2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ko2row73e2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ko2row73e2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ko2row73e2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ko2row73e2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

/* /Components/Pages/Admin/AdminLanding.razor.rz.scp.css */
h2[b-fsw526yz8d] {
    margin-top: 2rem;
}

header[b-fsw526yz8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray-7);
}
.logout[b-fsw526yz8d] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.logout button[b-fsw526yz8d] {
    margin:  0;
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    background: var(--surface-2);
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
}
/* /Components/Pages/Admin/BowlerProfileManagement.razor.rz.scp.css */
[b-005ms02lkt] .icon {
    vertical-align: middle;
}

[b-005ms02lkt] .icon-select {
    color: var(--5o-blue);
    width: 1rem;
    height: 1rem;
}
[b-005ms02lkt] .icon-x {
    color: var(--red-7);
    width: 1rem;
    height: 1rem;
}

[b-005ms02lkt] .icon-edit {
    color: var(--yellow-2);
    width: 1rem;
    height: 1rem;
}

[b-005ms02lkt] .icon-checkmark {
    color: var(--green-7);
    width: 1rem;
    height: 1rem;
}

td.counter[b-005ms02lkt] {
    text-align: right;
    min-width: 5ch;
}
/* /Components/Pages/Admin/ItaView.razor.rz.scp.css */
/* /Components/Pages/AdminTeamRegistrations.razor.rz.scp.css */
.caption-content[b-v3w4y0erzs] {
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.caption-content .text[b-v3w4y0erzs] {
    margin-right: auto;
}

td[b-v3w4y0erzs] {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.team.name[b-v3w4y0erzs] {
    width: auto;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.bowler.name[b-v3w4y0erzs] {
    width: auto;
    min-width: 15ch;
    max-width: 25ch;
    overflow-x: clip;
    text-overflow: ellipsis;
}

.usbc.number[b-v3w4y0erzs] {
    width: 10ch;
}

.actions[b-v3w4y0erzs] {
    text-align: center;
}

.gender[b-v3w4y0erzs] {
    text-align: center;
    width: 5ch;
}

td.average[b-v3w4y0erzs] {
    width: 5ch;
}
.average[b-v3w4y0erzs]  .icon {
    margin-left: 0.25rem;
}

.email[b-v3w4y0erzs], .phone[b-v3w4y0erzs] {
    min-width: 15ch;
    max-width: 15ch;
    overflow-x: clip;
    text-overflow: ellipsis;
}

button:has(.icon)[b-v3w4y0erzs] {
    background-color: transparent;
}

a.usbc-link[b-v3w4y0erzs] {
    text-decoration: none;
    color: var(--text-muted);
}

a.usbc-link:hover[b-v3w4y0erzs] {
    color: white;
}
/* /Components/Pages/BracketSituationReport.razor.rz.scp.css */
table[b-wt8xsoca17] {
    table-layout: auto;
}

/* build header border */
table tr.explainer .brackets.made[b-wt8xsoca17], table tr.explainer .brackets.leftover[b-wt8xsoca17]
{
    text-align: center;
    border-top: 1px solid var(--border);
}

table tr .brackets:not(.made) + .made[b-wt8xsoca17],
table tr .brackets:not(.leftover) + .leftover[b-wt8xsoca17]
{
    border-left: 1px solid var(--border);
}

table tr th:last-child[b-wt8xsoca17], 
table tr td:last-child[b-wt8xsoca17]
{
    border-right: 1px solid var(--border);
}

table tr.explainer .brackets .group-text[b-wt8xsoca17] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table tr.explainer .brackets[colspan="1"] .group-text[b-wt8xsoca17] {
    max-width: 3ch;
}

table tr.explainer .brackets[colspan="2"] .group-text[b-wt8xsoca17] {
    max-width: 8ch;
}

table tr.explainer .brackets[colspan="3"] .group-text[b-wt8xsoca17] {
    max-width: 13ch;
}

table .brackets.number[b-wt8xsoca17]
{
    min-width: 5ch;
}

table .brackets[b-wt8xsoca17]
{
    text-align: right;
}

table .brackets.made[b-wt8xsoca17], table .brackets.leftover[b-wt8xsoca17]
{
    text-align: center;
}

table tfoot td[b-wt8xsoca17]
{
    font-weight: bold;
}
/* /Components/Pages/BracketViewer.razor.rz.scp.css */
.standings .team[b-37ed96a1zj] {
    white-space: nowrap;
}
.standings .name[b-37ed96a1zj] {
}

.standings .standing[b-37ed96a1zj], .bowler:has(span.name)[b-37ed96a1zj] {
    display: grid;
    max-width: 50ch;
    grid-template-columns: minmax(auto, 30ch) 1fr;
}

.bowler:has(span.name) :last-child[b-37ed96a1zj] {
    /*background-color: aquamarine;*/
    text-align: right;
}

.tournament-overview table[b-37ed96a1zj] {
    border-collapse: collapse;
    width: 100%;
}
.tournament-overview table th:first-child[b-37ed96a1zj] {
    text-align: left;
}

.tournament-overview table tfoot[b-37ed96a1zj] {
    border-top: 2px solid black;
}

.tournament-overview .group[b-37ed96a1zj] {
    text-align: center;
}

.squad_game[b-37ed96a1zj] {
    display: grid;
    justify-content: center;
}
.squad_game .controls[b-37ed96a1zj] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.squad_game .controls .active[b-37ed96a1zj] {
    background-color: #eeeeee60;
}


.unique-bowlers .bowler[b-37ed96a1zj] {
    cursor: pointer;
}
.unique-bowlers .bowler:hover[b-37ed96a1zj] {
    background-color: var(--gray-5);
    color: black;
}

.unique-bowlers .bowler.locked[b-37ed96a1zj] {
    background-color: var(--green-2);
    color: black;
}

.content.focused .active.bowler[b-37ed96a1zj], .brackets .active.bowler[b-37ed96a1zj] {
    background-color: var(--yellow-2);
    color: black;
}

.content.locked .not-locked.bowler[b-37ed96a1zj], .brackets .inactive[b-37ed96a1zj], .game.inactive[b-37ed96a1zj] {
    display: none;
}


details[b-37ed96a1zj] {
    margin-bottom: 2rem;
}

.brackets-view .stats[b-37ed96a1zj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

.brackets-view table[b-37ed96a1zj] {
    border-collapse: collapse;
    width: 100%;
}

.brackets-view table th:first-child[b-37ed96a1zj] {
    text-align: left;
}

.highlight[b-37ed96a1zj] {
    background-color: var(--yellow-2);
}

.brackets .bracket_section[b-37ed96a1zj] {
    border-top: 2px solid var(--gray-7);
    border-bottom: 2px solid var(--gray-7);
}
.bracket[b-37ed96a1zj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

.bracket .chunk[b-37ed96a1zj] {
    padding: var(--size-3) 0;
}
.bracket .chunk:nth-child(odd)[b-37ed96a1zj] {
    /* border-bottom: 1px dotted black; */
    background-color: var(--gray-8);
    border: 1px solid var(--gray-2);
}

.bracket_section:has(.game.still-alive)[b-37ed96a1zj] {
    border-left: 5px solid var(--green-3);
    border-right: 5px solid var(--green-3);
}
.bracket_section:has(.game.eliminated)[b-37ed96a1zj] {
    border-left: 5px solid var(--red-5);
    border-right: 5px solid var(--red-5);
}

.hide-lost-brackets .bracket_section:has(.game.eliminated)[b-37ed96a1zj] {
    display: none;
}
/* /Components/Pages/Index.razor.rz.scp.css */
.tournament-info[b-nfusgpkfrz] {
    text-align: center;
    margin-bottom: 3rem;
}

.tournament-links[b-nfusgpkfrz] {
    margin-bottom: 3rem;  /* Add space between buttons and fees */
}

.tournament-info a[b-nfusgpkfrz] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--5o-blue);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 0.5rem;
    transition: background-color 0.2s;
}

.tournament-info a:hover[b-nfusgpkfrz] {
    background: #2980b9;
}

hr[b-nfusgpkfrz] {
    margin: 3rem 0;
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.previous-events[b-nfusgpkfrz] {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.previous-events h2[b-nfusgpkfrz] {
    color: var(--5o-blue);
    margin-bottom: 2rem;
}

.previous-events h3[b-nfusgpkfrz] {
    color: rgba(255, 255, 255, 0.8);
    margin: 1rem 0;
}

.previous-events a[b-nfusgpkfrz] {
    color: var(--5o-blue);
    text-decoration: none;
}

.previous-events a:hover[b-nfusgpkfrz] {
    text-decoration: underline;
}

.footer-content[b-nfusgpkfrz] {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
}

.footer-grid[b-nfusgpkfrz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
    align-items: start;  /* This will prevent boxes from stretching */
}

.footer-grid h4[b-nfusgpkfrz] {
    color: var(--5o-blue);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-grid p[b-nfusgpkfrz] {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.footer-about[b-nfusgpkfrz], .footer-features[b-nfusgpkfrz], .footer-contact[b-nfusgpkfrz] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-radius: 8px;
    transition: background-color 0.2s;
    height: fit-content;  /* This will make boxes only as tall as their content */
}

.footer-about:hover[b-nfusgpkfrz], .footer-features:hover[b-nfusgpkfrz], .footer-contact:hover[b-nfusgpkfrz] {
    background: rgba(255, 255, 255, 0.05);
}

.footer-about p:last-child[b-nfusgpkfrz],
.footer-features ul:last-child[b-nfusgpkfrz],
.footer-contact p:last-child[b-nfusgpkfrz] {
    margin-bottom: 0;
}

.footer-features ul[b-nfusgpkfrz] {
    list-style: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.footer-features li[b-nfusgpkfrz] {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.footer-features li[b-nfusgpkfrz]:before {
    content: "•";
    color: var(--5o-blue);
    position: absolute;
    left: 0;
}

.footer-contact a[b-nfusgpkfrz] {
    color: var(--5o-blue);
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-contact a:hover[b-nfusgpkfrz] {
    text-decoration: underline;
}

.event-list[b-nfusgpkfrz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.event-item[b-nfusgpkfrz] {
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.2s;
    text-align: center;
}

.event-item:hover[b-nfusgpkfrz] {
    background: rgba(255, 255, 255, 0.05);
}

.event-item h3[b-nfusgpkfrz] {
    margin: 0;
}

.event-date[b-nfusgpkfrz] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin: 0;
}
/* /Components/Pages/LaneManager.razor.rz.scp.css */
[b-4zbns93qc5] .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.side-pot-entries[b-4zbns93qc5] {
    padding: 1rem;
}

.lane-navigation[b-4zbns93qc5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
}

.lane-group-navigation[b-4zbns93qc5]  .print {
    margin-left: auto;
}

.lane-pair[b-4zbns93qc5] {
    font-size: 1.5rem;
    font-weight: bold;
}

.lane-pair-teams[b-4zbns93qc5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    gap: 1rem;
}

.lane-team[b-4zbns93qc5] {
    padding: 0.5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
}

.lane-team .header[b-4zbns93qc5] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
}

.team-name[b-4zbns93qc5] {
    font-weight: bold;
    margin-bottom: 1rem;
}

.bowlers[b-4zbns93qc5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bowler-link[b-4zbns93qc5] {
    color: var(--text-1);
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.bowler-link:hover[b-4zbns93qc5] {
    background-color: var(--surface-3);
}

.no-team[b-4zbns93qc5] {
    color: var(--text-2);
    font-style: italic;
}
/* /Components/Pages/Pay.razor.rz.scp.css */
p[b-v7vouo0119] {
    margin: 0 0 var(--size-3);
}
/* /Components/Pages/Scoring.razor.rz.scp.css */
h1[b-hvwsjy9cfu] {
    text-align: center;
}

.team.game.standings[b-hvwsjy9cfu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, auto));
    gap: 1rem;
}

.tournament-view .content[b-hvwsjy9cfu] {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
    .content.focused .inactive[b-hvwsjy9cfu] {
        display: none;
    }

.tournament-view[b-hvwsjy9cfu], .brackets-view[b-hvwsjy9cfu], .score-entry[b-hvwsjy9cfu], .footer[b-hvwsjy9cfu] {
    padding: 0 .2rem;
}
.score-entry .content .teams[b-hvwsjy9cfu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, auto));
    
    gap: 1rem;
}
.teams table[b-hvwsjy9cfu] {
    max-width: max-content;
    overflow: hidden;
    margin: auto;
}
.scoring .score[b-hvwsjy9cfu] {
    text-align: right;
    padding: 0;
}

.standings .score[b-hvwsjy9cfu] {
    text-align: right;
}

.team-score[b-hvwsjy9cfu] {
    border-collapse: collapse;
}
.team-score tfoot[b-hvwsjy9cfu] {
    border-top: 1px solid #ccc;
}

.team-score input.score[b-hvwsjy9cfu] {
    margin: 0;
    color: black;
    background-color: white;
}
@media(prefers-color-scheme: dark) {
    .team-score input.score[b-hvwsjy9cfu] {
        color: white;
        background-color: var(--gray-8);
    }
}
.team-score input.score.submitted[b-hvwsjy9cfu] {
    border: 1px solid var(--green-3);
}

input[type=number][b-hvwsjy9cfu]::-webkit-inner-spin-button,
input[type=number][b-hvwsjy9cfu]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.name[b-hvwsjy9cfu], .scoring .bowler[b-hvwsjy9cfu] {
    white-space: nowrap;
}

.scoring .name[b-hvwsjy9cfu] {
    
}

.standings .team[b-hvwsjy9cfu] {
    white-space: nowrap;
}
.standings .name[b-hvwsjy9cfu] {
}

.standings .standing[b-hvwsjy9cfu], .bowler:has(span.name)[b-hvwsjy9cfu] {
    display: grid;
    max-width: 50ch;
    grid-template-columns: minmax(auto, 30ch) 1fr;
}

    .bowler:has(span.name) :last-child[b-hvwsjy9cfu] {
        /*background-color: aquamarine;*/
        text-align: right;
    }

.tournament-overview table[b-hvwsjy9cfu] {
    border-collapse: collapse;
    width: 100%;
}
    .tournament-overview table th:first-child[b-hvwsjy9cfu] {
        text-align: left;
    }

    .tournament-overview table tfoot[b-hvwsjy9cfu] {
        border-top: 2px solid black;
    }

.tournament-overview .group[b-hvwsjy9cfu] {
    text-align: center;
}

.squad_game[b-hvwsjy9cfu] {
    display: grid;
    justify-content: center;
}
    .squad_game .controls[b-hvwsjy9cfu] {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

        .squad_game .controls .active[b-hvwsjy9cfu] {
            background-color: #eeeeee60;
        }
        

.unique-bowlers .bowler[b-hvwsjy9cfu] {
    cursor: pointer;
}
    .unique-bowlers .bowler:hover[b-hvwsjy9cfu] {
        background-color: var(--gray-5);
        color: black;
    }

.unique-bowlers .bowler.locked[b-hvwsjy9cfu] {
    background-color: var(--green-2);
    color: black;
}

.content.focused .active.bowler[b-hvwsjy9cfu], .brackets .active.bowler[b-hvwsjy9cfu] {
    background-color: var(--yellow-2);
    color: black;
}

.content.locked .not-locked.bowler[b-hvwsjy9cfu], .brackets .inactive[b-hvwsjy9cfu], .game.inactive[b-hvwsjy9cfu] {
    display: none;
}


details[b-hvwsjy9cfu] { 
    margin-bottom: 2rem;
}

.brackets .bracket_section[b-hvwsjy9cfu] {
    border-top: 2px solid var(--gray-7);
    border-bottom: 2px solid var(--gray-7);
}
.bracket[b-hvwsjy9cfu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

    .bracket .chunk[b-hvwsjy9cfu] {
        padding: var(--size-3) 0;
    }
    .bracket .chunk:nth-child(odd)[b-hvwsjy9cfu] {
        /* border-bottom: 1px dotted black; */
        background-color: var(--gray-8);
        border: 1px solid var(--gray-2);
    }

.bracket_section:has(.game.still-alive)[b-hvwsjy9cfu] {
    border-left: 5px solid var(--green-3);
    border-right: 5px solid var(--green-3);
}
.bracket_section:has(.game.eliminated)[b-hvwsjy9cfu] {
    border-left: 5px solid var(--red-5);
    border-right: 5px solid var(--red-5);
}

.hide-lost-brackets .bracket_section:has(.game.eliminated)[b-hvwsjy9cfu] {
    display: none;
}
.data-loader[b-hvwsjy9cfu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.trace p[b-hvwsjy9cfu] {
    margin: 0;
}

table th[b-hvwsjy9cfu] {
    white-space: nowrap;
    text-align: center;
}

.scoring table[b-hvwsjy9cfu] {
    width: 100%;
}
.tournament-overview td:not(:first-child)[b-hvwsjy9cfu] {
    xpadding-left: .5rem;
}

.tournament-overview th:last-child[b-hvwsjy9cfu], .tournament-overview td:last-child[b-hvwsjy9cfu] {
    padding-right: .5rem;
}

.unique-bowlers ol[b-hvwsjy9cfu] {
    padding: 0;
    list-style-position: inside;
}

.brackets-view .stats[b-hvwsjy9cfu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

.brackets-view table[b-hvwsjy9cfu] {
    border-collapse: collapse;
    width: 100%;
}

    .brackets-view table th:first-child[b-hvwsjy9cfu] {
        text-align: left;
    }
    
.highlight[b-hvwsjy9cfu] {
    background-color: var(--yellow-2);
}
.numbers[b-hvwsjy9cfu] {
    text-align: right;
    font-family: 'Cascadia Mono SemiLight';
    white-space: pre;
}

.winning_bowlers details[b-hvwsjy9cfu] {
    margin: 0;
}

.winning_bowlers summary[b-hvwsjy9cfu] {
    margin-bottom: 0;
}

.winning_bowlers th[b-hvwsjy9cfu] {
    text-align: left;
}

/*
.game-score {
    background-color: green;
    animation: mymove 5s;
}
@keyframes mymove {
    from {
        background-color: red;
        opacity: 0;
    }

    to {
        background-color: yellow;
        opacity: 1;
    }
}
*/
/* /Components/Pages/ScoringFunctionality/ScoreEntry.razor.rz.scp.css */
/* /Components/Pages/ScoringFunctionality/ScoreEntryTeam.razor.rz.scp.css */
section[b-81eltsulu3] {
    text-align: center;
}
.team-score input.score[b-81eltsulu3] {
    background-color: var(--gray-8);
    margin: 0;
}

.team-score .score[b-81eltsulu3] {
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}

.team-score .score.submitted[b-81eltsulu3] {
    border: 1px solid var(--green-3);
}

.team-score .score.changed[b-81eltsulu3] {
    border: 1px solid var(--yellow-3);
}

.team-score thead th[b-81eltsulu3] {
    text-align: center;
    white-space: nowrap;
}

.name[b-81eltsulu3] {
    text-align: left;
}

.score[b-81eltsulu3] {
    text-align: right;
}

colgroup[b-81eltsulu3] {
    border: 1px solid var(--gray-6);
}

table[b-81eltsulu3] {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 1rem 0;
}

table td[b-81eltsulu3], table th[b-81eltsulu3] {
    align-content: center;
}

input[type=number][b-81eltsulu3]::-webkit-outer-spin-button,
input[type=number][b-81eltsulu3]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* /Components/Pages/ScoringFunctionality/ScoreEntryTestHarness.razor.rz.scp.css */
nav[b-xyxfaxaog4] { 
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
/* /Components/Pages/Snapshot.razor.rz.scp.css */
nav[b-35nqp1hrd6] {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 1rem;
    background-color: #333;
    color: white;
    max-width: 100dvw;
}

nav a[b-35nqp1hrd6] {
    white-space: nowrap;
    text-align: center;
    color: white;
}

img[b-35nqp1hrd6] {
    max-width: 100dvw;
    width: 100dvw;
    height: auto;
}
/* /Components/Pages/SquadLaneAssignments.razor.rz.scp.css */
table[b-nwur4r1uzg] {
    border-collapse: collapse;
    width: auto;
}

td[b-nwur4r1uzg]  {
    width: 1px;
    padding: 4px;
}

td.counter[b-nwur4r1uzg], th.counter[b-nwur4r1uzg],
td.lane[b-nwur4r1uzg], th.lane[b-nwur4r1uzg] {
    text-align: right;

}

td.controls[b-nwur4r1uzg] {
    width: auto;
}

td.controls button[b-nwur4r1uzg] {
    margin: 0;
}

tr.selected[b-nwur4r1uzg] {
    background-color: var(--5o-blue);
    color: black;
}

.team.name[b-nwur4r1uzg] {
    min-width: 30ch;
    white-space: nowrap;
    overflow-x: clip;
    text-overflow: ellipsis;
    width: auto;
}

.squad.lanes[b-nwur4r1uzg] { display: none; }
.squad.lanes.active[b-nwur4r1uzg] { display: block; }

.caption-content[b-nwur4r1uzg] {
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    justify-content: end;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.caption-content .text[b-nwur4r1uzg] {
    margin-right: auto;
}

.caption-content button[b-nwur4r1uzg], .caption-content[b-nwur4r1uzg]  a {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    background: var(--surface-2);
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}

.caption-content button:hover[b-nwur4r1uzg], .caption-content[b-nwur4r1uzg]  a:hover {
    background: var(--5o-blue-dark);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.no-changes button.save[b-nwur4r1uzg] {
    color: var(--text-muted);
}

[b-nwur4r1uzg] .icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

[b-nwur4r1uzg] .icon-x {
    color: var(--red-7);
}

[b-nwur4r1uzg] .icon-x:hover {
    color: var(--red-8);
}

[b-nwur4r1uzg] .icon-move {
    color: var(--purple-7);
}

[b-nwur4r1uzg] .icon-move:hover {
    color: var(--purple-8);
}

[b-nwur4r1uzg] .icon-chevron-up,
[b-nwur4r1uzg] .icon-chevron-down {
    color: var(--blue-7);
}

[b-nwur4r1uzg] .icon-chevron-up:hover,
[b-nwur4r1uzg] .icon-chevron-down:hover {
    color: var(--blue-8);
}
/* /Components/Pages/Standings.razor.rz.scp.css */
h1[b-sg6pzd3a7x] {
    text-align: center;
}

.tournament-view .content[b-sg6pzd3a7x] {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
    .content.focused .inactive[b-sg6pzd3a7x] {
        display: none;
    }

.tournament-view[b-sg6pzd3a7x], .brackets-view[b-sg6pzd3a7x], .score-entry[b-sg6pzd3a7x], .footer[b-sg6pzd3a7x] {
    padding: 0 .2rem;
}
.score-entry .content .teams[b-sg6pzd3a7x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    column-gap: 200px;
    row-gap: 1rem;
}
.scoring .score[b-sg6pzd3a7x] {
    text-align: right;
}

.standings .score[b-sg6pzd3a7x] {
    text-align: right;
}

.team-score[b-sg6pzd3a7x] {
    border-collapse: collapse;
}
.team-score tfoot[b-sg6pzd3a7x] {
    border-top: 1px solid #ccc;
}

input[type=number][b-sg6pzd3a7x]::-webkit-inner-spin-button,
input[type=number][b-sg6pzd3a7x]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.name[b-sg6pzd3a7x], .scoring .bowler[b-sg6pzd3a7x], .standings .team[b-sg6pzd3a7x] {
    white-space: nowrap;
}

.scoring .name[b-sg6pzd3a7x], .standings .name[b-sg6pzd3a7x] {
    text-align: left;
}

.standings .standing[b-sg6pzd3a7x], .bowler:has(span.name)[b-sg6pzd3a7x] {
    display: grid;
    max-width: 50ch;
    grid-template-columns: minmax(auto, 30ch) 1fr;
}

    .bowler:has(span.name) :last-child[b-sg6pzd3a7x] {
        /*background-color: aquamarine;*/
        text-align: right;
    }

.tournament-overview table[b-sg6pzd3a7x] {
    border-collapse: collapse;
    width: 100%;
}
    .tournament-overview table th:first-child[b-sg6pzd3a7x] {
        text-align: left;
    }

    .tournament-overview table tfoot[b-sg6pzd3a7x] {
        border-top: 2px solid black;
    }

.tournament-overview .group[b-sg6pzd3a7x] {
    text-align: center;
}

.squad_game[b-sg6pzd3a7x] {
    display: grid;
    justify-content: center;
}
    .squad_game .controls[b-sg6pzd3a7x] {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

        .squad_game .controls .active[b-sg6pzd3a7x] {
            background-color: #eeeeee60;
        }
        

.unique-bowlers .bowler[b-sg6pzd3a7x] {
    cursor: pointer;
}
    .unique-bowlers .bowler:hover[b-sg6pzd3a7x] {
        background-color: var(--gray-5);
        color: black;
    }

.unique-bowlers .bowler.locked[b-sg6pzd3a7x] {
    background-color: var(--green-2);
    color: black;
}

.content.focused .active.bowler[b-sg6pzd3a7x], .brackets .active.bowler[b-sg6pzd3a7x] {
    background-color: var(--yellow-2);
    color: black;
}

.content.locked .not-locked.bowler[b-sg6pzd3a7x], .brackets .inactive[b-sg6pzd3a7x], .game.inactive[b-sg6pzd3a7x] {
    display: none;
}

.game.standings[b-sg6pzd3a7x], .tournament-overview[b-sg6pzd3a7x] {
    display: none;
}

.bracket-rankings .bowler[b-sg6pzd3a7x] {
    visibility: collapse;
}

.locked .game.standings[b-sg6pzd3a7x], .locked .tournament-overview[b-sg6pzd3a7x] {
    display: initial;
}

.bracket-rankings tr.bowler.locked[b-sg6pzd3a7x] {
    visibility: visible;
}

.scoring.unique-bowlers[b-sg6pzd3a7x] {
    padding-top: 2.5rem;
}


details[b-sg6pzd3a7x] { 
    margin-bottom: 2rem;
}

.brackets .bracket_section[b-sg6pzd3a7x] {
    border-top: 2px solid var(--gray-7);
    border-bottom: 2px solid var(--gray-7);
}
.bracket[b-sg6pzd3a7x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

    .bracket .chunk[b-sg6pzd3a7x] {
        padding: var(--size-3) 0;
    }
    .bracket .chunk:nth-child(odd)[b-sg6pzd3a7x] {
        /* border-bottom: 1px dotted black; */
        background-color: var(--background);
        border: 1px solid var(--gray-2);
    }

.bracket_section:has(.game.still-alive)[b-sg6pzd3a7x] {
    border-left: 5px solid var(--green-3);
    border-right: 5px solid var(--green-3);
}
.bracket_section:has(.game.eliminated)[b-sg6pzd3a7x] {
    border-left: 5px solid var(--red-5);
    border-right: 5px solid var(--red-5);
}

.hide-lost-brackets .bracket_section:has(.game.eliminated)[b-sg6pzd3a7x] {
    display: none;
}
.data-loader[b-sg6pzd3a7x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.trace p[b-sg6pzd3a7x] {
    margin: 0;
}

table th[b-sg6pzd3a7x] {
    white-space: nowrap;
    text-align: center;
}

.scoring table[b-sg6pzd3a7x] {
    width: 100%;
}
.tournament-overview td:not(:first-child)[b-sg6pzd3a7x] {
    xpadding-left: .5rem;
}

.tournament-overview th:last-child[b-sg6pzd3a7x], .tournament-overview td:last-child[b-sg6pzd3a7x] {
    padding-right: .5rem;
}

.unique-bowlers ol[b-sg6pzd3a7x] {
    padding: 0;
    list-style-position: inside;
}

.brackets-view .stats[b-sg6pzd3a7x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
}

.brackets-view table[b-sg6pzd3a7x] {
    border-collapse: collapse;
    width: 100%;
}

    .brackets-view table th:first-child[b-sg6pzd3a7x] {
        text-align: left;
    }

.highlight[b-sg6pzd3a7x] {
    background-color: var(--yellow-2);
}
.numbers[b-sg6pzd3a7x] {
    text-align: right;
    font-family: 'Cascadia Mono SemiLight';
    white-space: pre;
}

.bowler.standings[b-sg6pzd3a7x] { 
    text-align: left;
}
.bowler.standings div span:nth-child(2)[b-sg6pzd3a7x] {
    margin: 1em;
}
/*
.game-score {
    background-color: green;
    animation: mymove 5s;
}
@keyframes mymove {
    from {
        background-color: red;
        opacity: 0;
    }

    to {
        background-color: yellow;
        opacity: 1;
    }
}
*/
/* /Components/Pages/StandingsQrCodePrinting.razor.rz.scp.css */
.print-standings-qr[b-3a1fymu1om] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.print-standings-qr .nav.back[b-3a1fymu1om] {
    margin-bottom: 20px;
}

.print-standings-qr .nav.back .nav-link[b-3a1fymu1om] {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}

.print-standings-qr .nav.back .nav-link:hover[b-3a1fymu1om] {
    background-color: #e0e0e0;
}

.print-content[b-3a1fymu1om] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qr-section[b-3a1fymu1om] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.tournament-info[b-3a1fymu1om] {
    margin-bottom: 20px;
}

.tournament-name[b-3a1fymu1om] {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
}

.tournament-date[b-3a1fymu1om] {
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.qr-code-container[b-3a1fymu1om] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 420px;
}

.qr-code[b-3a1fymu1om] {
    border: 2px solid #333;
    padding: 5px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qr-code svg[b-3a1fymu1om] {
    display: block;
    max-width: 300px;
    height: auto;
}

.qr-url[b-3a1fymu1om] {
    text-align: center;
}

.qr-url p[b-3a1fymu1om] {
    margin: 5px 0;
    font-size: 1.1rem;
}

.qr-url .url-text[b-3a1fymu1om] {
    font-family: monospace;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    word-break: break-all;
    font-size: 0.9rem;
    color: #555;
}

.upcoming-tournament-section[b-3a1fymu1om], .tournament-info-section[b-3a1fymu1om] {
    border-top: 2px solid #ddd;
    padding-top: var(--size-1);
    text-align: center;
}

.upcoming-tournament-section h3[b-3a1fymu1om] {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
}

.upcoming-info[b-3a1fymu1om], .tournament-info-section[b-3a1fymu1om] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--size-1);
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.tournament-info-section[b-3a1fymu1om] {
    grid-template-columns: repeat(3, 1fr);
}

.upcoming-info p[b-3a1fymu1om] {
    margin: 0;
    font-size: 1rem;
}

/* Print styles */
@media print {
    .print-standings-qr[b-3a1fymu1om] {
        padding: 0;
    }
    
    .print-standings-qr .nav.back[b-3a1fymu1om] {
        display: none;
    }
    
    .qr-section[b-3a1fymu1om] {
        page-break-inside: avoid;
    }
    
    .upcoming-tournament-section[b-3a1fymu1om], .tournament-info-section[b-3a1fymu1om] {
        page-break-inside: avoid;
    }
    
    .qr-code[b-3a1fymu1om] {
        border: 1px solid #000;
        box-shadow: none;
    }
    
    .qr-code svg[b-3a1fymu1om] {
        max-width: 250px;
    }
    
    .tournament-name[b-3a1fymu1om] {
        font-size: 2rem;
    }
} 
/* /Components/Pages/StandingsView.razor.rz.scp.css */
[b-vvd0adiysf] .icon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
}

[b-vvd0adiysf] .icon-clear {
    color: var(--purple-7)
}

.active-bowler[b-vvd0adiysf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: var(--surface-2);
    border-radius: 4px;
}

.active-bowler a[b-vvd0adiysf] {
    text-decoration: none;
}
/* /Components/Pages/TeamRegistration.razor.rz.scp.css */
form > *[b-nl1jrlwg22] { margin-bottom: var(--size-4); }
header[b-nl1jrlwg22], main[b-nl1jrlwg22], footer[b-nl1jrlwg22] {
    margin: 0 auto;
    padding: 1rem 1rem;
    max-width: 50rem;
}

[b-nl1jrlwg22] .highlight {
    background-color: var(--yellow-2);
    color: black;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 2px;
}

.squads[b-nl1jrlwg22] {
    margin: auto;
    max-width: 40rem;
}

.register[b-nl1jrlwg22] {
    margin-bottom: 1rem;
    max-width: 40rem;
    text-align: center;
}

.cards[b-nl1jrlwg22] {
    display: grid;
    gap: var(--size-4);
    max-width: 40rem;
}
.card[b-nl1jrlwg22] {
    flex-basis: var(--size-content-1);
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
    background: var(--surface-3);
    border: 1px solid var(--surface-1);
    padding: var(--size-4);
    border-radius: var(--radius-3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

.gender[b-nl1jrlwg22] {
    text-align: left;
    padding: 0.25rem 1rem;
}

.position[b-nl1jrlwg22] {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

label input[type='radio'][b-nl1jrlwg22], label input[type='checkbox'][b-nl1jrlwg22] {
    margin: 0 var(--size-2);
    vertical-align: middle;
}

label[b-nl1jrlwg22] {
    line-height: var(--size-2);
    padding: 0.25rem 1rem;
}

.team-name[b-nl1jrlwg22], .ambassador-name[b-nl1jrlwg22] {
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
    align-items: start;
}

.bowler-lookup[b-nl1jrlwg22] {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

input:not([type="radio"]):not([type="checkbox"])[b-nl1jrlwg22], select[b-nl1jrlwg22] {
    width: 100%;
    padding: 0.5rem 1rem;
}

.search-results[b-nl1jrlwg22] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--background-alt);
    border-radius: var(--radius-2);
    box-shadow: var(--shadow-3);
    z-index: 1000;
}

.search-result[b-nl1jrlwg22] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid var(--gray-8);
    text-align: left;
    transition: all 0.2s ease;
}

.search-result:last-child[b-nl1jrlwg22] {
    border-bottom: none;
}

.search-result:hover[b-nl1jrlwg22] {
    background-color: var(--gray-8);
    transform: translateX(1px);
}

.card h4[b-nl1jrlwg22] {
    text-align: left;
    padding: 0.25rem 1rem;
}

.card fieldset[b-nl1jrlwg22] {
    margin: 0;
    padding: 0;
    border: none;
}

.bowler-actions[b-nl1jrlwg22] {
    display: flex;
    gap: var(--size-2);
    margin-top: var(--size-4);
}

.bowler-summary[b-nl1jrlwg22] {
    cursor: pointer;
}

.bowler-summary:hover[b-nl1jrlwg22] {
    background-color: var(--surface-2);
}

.bowler-info[b-nl1jrlwg22] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--size-2);
    color: white;
    text-align: left;
}

@media screen and (min-width: 40rem) {
    .bowler-info[b-nl1jrlwg22] {
        justify-content: flex-start;
    }

    .bowler-info .gender[b-nl1jrlwg22] {
        margin-right: auto;
    }
}

.bowler-info > *[b-nl1jrlwg22] {
    white-space: nowrap;
}

.bowler-info .name[b-nl1jrlwg22], 
.bowler-info .usbc[b-nl1jrlwg22] {
    font-weight: bold;
}

.bowler-info .gender[b-nl1jrlwg22],
.bowler-info .email[b-nl1jrlwg22],
.bowler-info .phone[b-nl1jrlwg22] {
    opacity: 0.8;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-content[b-nl1jrlwg22] {
    padding: var(--size-4);
    border-top: 1px solid var(--surface-1);
}

.summary-content p[b-nl1jrlwg22] {
    margin: var(--size-2) 0;
}

.summary-content button[b-nl1jrlwg22] {
    margin-top: var(--size-4);
}

.active-bowler[b-nl1jrlwg22] {
    border: 2px solid var(--5o-blue);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
}

.bowler-lookup input[b-nl1jrlwg22] {
    border: 1px solid var(--5o-blue-dark);
}

.bowler-lookup input:hover[b-nl1jrlwg22] {
    border: 1px solid var(--5o-blue-light);
}

.bowler-lookup input:active[b-nl1jrlwg22] {
    border: 1px solid var(--5o-blue);
}

.squad-selection[b-nl1jrlwg22] {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem 0;
    border-radius: 8px;
    margin: 0 0 1rem;
    max-width: 40rem;
    text-align: center;
}

.bowler-section[b-nl1jrlwg22] {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    transition: background-color 0.2s;
}

.bowler-section:hover[b-nl1jrlwg22] {
    background: rgba(255, 255, 255, 0.05);
}

.bowler-section input[b-nl1jrlwg22] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.75rem;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1rem;
}

.bowler-section input:focus[b-nl1jrlwg22] {
    border-color: var(--5o-blue);
    outline: none;
}

.next-bowler[b-nl1jrlwg22] {
    background: var(--5o-blue);
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.next-bowler:hover[b-nl1jrlwg22] {
    background: #2980b9;
}

.validation-messages[b-nl1jrlwg22] {
    border: 1px solid var(--red-7);
    text-align: left;
    padding: 1rem;
}

.validation-message[b-nl1jrlwg22] {
    margin-top: 0.5rem;
    animation: fadeIn-b-nl1jrlwg22 0.3s ease-in;
    color: white;
}
@keyframes fadeIn-b-nl1jrlwg22 {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Components/Pages/TeamSidePotsPrinting.razor.rz.scp.css */
.print-side-pots[b-y0zzoha3en] {
    --color-blue: #32328b;
    --color-red-light: #cf3d47;
    --color-red-dark: #b0293a;
    --color-gray-text: #6d6e71;
    --color-gray-disabled: #bcbec0;
    --color-gray-lines: #d1d3d4;
    --logo-size: 0.5in;
    --ball-size: 0.5in;

    padding: 0;
    font-family: 'Saira', sans-serif;
}

@media print {
    .nav[b-y0zzoha3en] {
        display: none;
    }
}

.print-content[b-y0zzoha3en] {
    width: 11in;
    background-color: white;
}

.team-side-pots[b-y0zzoha3en] {
    width: 11in;
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-after: always;
    padding: 0.25in;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-sizing: border-box;
}

@media print {
    .team-side-pots[b-y0zzoha3en] {
        padding: 0.5in 0.25in 0;
    }
}

/* Header Section */
.team-header[b-y0zzoha3en] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--color-gray-lines);
}

.header-left[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lane-circle[b-y0zzoha3en] {
    width: var(--ball-size);
    height: var(--ball-size);
    border-radius: 50%;
    background-image: url('/images/side-pots/ball.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Saira', sans-serif;
    font-size: 24pt;
    font-weight: 900;
    flex-shrink: 0;
    padding: 0 0.15rem 0.15rem 0;
}

.team-name-group[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
}

.lane-label[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 8pt;
    color: var(--color-gray-text);
}

.team-name[b-y0zzoha3en] {
    font-family: 'Wendy One', sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: black;
}

.header-right[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-container[b-y0zzoha3en] {
    display: flex;
    align-items: center;
}

.logo[b-y0zzoha3en] {
    height: var(--logo-size);
    width: auto;
    max-width: 3in;
}

/* Main Grid: 6 columns (1 general + 5 bowlers) */
.main-grid[b-y0zzoha3en] {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    align-items: start;
}

/* Column 1: General Options */
.column-general[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    max-width: 100%;
}

.section[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.section.player[b-y0zzoha3en] {
    padding-bottom: 2.5rem;
}

.section-label[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    font-size: 9pt;
    letter-spacing: 0.1em;
    color: var(--color-blue);
    text-transform: uppercase;
}

.section-label-small[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.bracket-option[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.high-pot-option[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bracket-option.disabled[b-y0zzoha3en],
.high-pot-option.disabled[b-y0zzoha3en] {
    background-color: var(--color-gray-disabled);
    padding: 0.25rem;
    border-radius: 2px;
}

.bracket-icon[b-y0zzoha3en] {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.option-info[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.option-name[b-y0zzoha3en] {
    font-family: 'Wendy One', sans-serif;
    font-weight: 500;
    font-size: 12pt;
    color: black;
}

.option-description[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
    margin-top: -5px;
}

.total-box[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.total-box .currency[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
}

/* Printable boxes for writing numbers */
.print-box[b-y0zzoha3en] {
    border: 3px solid black;
    border-radius: 2px;
    min-height: 1.25rem;
    min-width: 2rem;
    flex: 1;
    background-color: white;
}

.print-box.bracket-box[b-y0zzoha3en] {
    max-width: 4rem;
    height: 2rem;
    flex-shrink: 0;
}

.print-box.payment-box[b-y0zzoha3en] {
    min-width: 2rem;
    min-height: 1rem;
}

.print-box.disabled[b-y0zzoha3en] {
    background-color: var(--color-gray-disabled);
    border-color: var(--color-gray-disabled);
}

/* Printable checkboxes */
.print-checkbox[b-y0zzoha3en] {
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid black;
    border-radius: 2px;
    background-color: white;
    flex-shrink: 0;
}

.print-checkbox.disabled[b-y0zzoha3en] {
    background-color: var(--color-gray-disabled);
    border-color: var(--color-gray-disabled);
}

/* Bowler Columns */
.column-bowler[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 1rem;
    min-width: 0;
    max-width: 100%;
    border-right: 1px solid var(--color-gray-lines);
}

.column-bowler:last-child[b-y0zzoha3en] {
    border-right: none;
}

.bowler-header[b-y0zzoha3en] {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: -14px;
}

.star-icon[b-y0zzoha3en] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.bowler-name-group[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.bowler-scoreboard-name[b-y0zzoha3en] {
    font-family: 'Wendy One', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    color: black;
    white-space: nowrap;
}

.bowler-full-name[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    color: var(--color-gray-text);
    margin-top: -10px;
    white-space: nowrap;
}

.bowler-badge[b-y0zzoha3en] {
    background-color: var(--color-blue);
    color: white;
    padding: 0 0.375rem;
    border-radius: var(--border-size-4);
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    width: fit-content;
    height: 17px;
    display: flex;
    align-items: center;
}

.brackets-section[b-y0zzoha3en],
.checks-section[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.checks-section .section-label-small[b-y0zzoha3en] {
    padding-top: .5rem;
}

.bracket-input-row[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}


.bracket-price[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    color: var(--color-gray-text);
    white-space: nowrap;
    flex-shrink: 0;
}

.check-row[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}


.check-price[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    color: var(--color-gray-text);
}

.section.total[b-y0zzoha3en] {
    justify-content: center;
    height: 3rem;
}
.section.total .section-label[b-y0zzoha3en] {
}

.bowler-total[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-top: 0.5rem;
    border-top: 4px double var(--color-gray-lines);
}

.bowler-total .currency[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: var(--color-gray-text);
    padding-left: .25rem;
}

.bowler-total .print-box[b-y0zzoha3en] {
    border-color: var(--color-blue);
    border-width: 1px;
}

/* Bottom Sections */
.total-section[b-y0zzoha3en] {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.team-high-pot-section[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid var(--color-gray-lines);
    padding: 0.5rem;
}

.team-high-pot-option[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 9rem;
}

.price-box[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-right: 5rem;
}

.staff-use-section[b-y0zzoha3en] {
    margin-top: .75rem;
    border: 2px solid black;
    padding: 2rem;
    position: relative;
}

.staff-use-label[b-y0zzoha3en] {
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 6pt;
    color: black;
    background-color: white;
    padding: 0 0.25rem;
}

.payment-table[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    margin-top: 0.75rem;
}

.payment-header[b-y0zzoha3en] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--color-gray-lines);
}

.payment-row[b-y0zzoha3en] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
}

.payment-col[b-y0zzoha3en] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.payment-label[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
    margin-right: 0.25rem;
}


.payment-col .currency[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 7pt;
    color: var(--color-gray-text);
}

.team-total-section[b-y0zzoha3en] {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.25rem;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    padding-right: 1rem;
}

.team-total-box[b-y0zzoha3en] {
    border: 1px solid var(--color-red-light);
    border-radius: 4px;
    width: var(--size-11);
    padding: var(--size-1);
}

.team-total-box .currency[b-y0zzoha3en] {
    font-size: 12pt;
    color: var(--color-red-light);
}

.team-total-label[b-y0zzoha3en] {
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-red-light);
    text-transform: uppercase;
    text-align: center;
    width: 100%                             ;
}

.currency[b-y0zzoha3en] {
    font-family: 'Saira', sans-serif;
    font-size: 7pt;
    color: var(--color-gray-text);
}
/* /Components/Pages/TeamSidePotsPrintingOriginal.razor.rz.scp.css */
.print-side-pots[b-wo4mf0hfml] {
    padding: 0;
}

.print-content[b-wo4mf0hfml] {
    width: 8.5in;
}

.team-side-pots[b-wo4mf0hfml] {
    margin-bottom: 1rem;
    padding: 1rem;
    width: 8.5in;
    break-inside: avoid;
    page-break-inside: avoid;
}

.team-header[b-wo4mf0hfml] {
    border-bottom: 2px solid var(--gray-6);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.lane-number[b-wo4mf0hfml] {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.bowlers-grid[b-wo4mf0hfml] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.bowler[b-wo4mf0hfml] {
    border: 1px solid var(--gray-6);
    border-radius: var(--size-2);
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
}

.bowler.notes[b-wo4mf0hfml] {
    display: flex;
    flex-direction: column;
}

.side-pots-grid[b-wo4mf0hfml] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    flex: 1;
}

.bowler-header[b-wo4mf0hfml] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--gray-6);
}

.scoreboard-name[b-wo4mf0hfml], .bowler-average[b-wo4mf0hfml] {
    min-width: 3rem;
    color: var(--text-muted);
}

.full-name[b-wo4mf0hfml] {
    font-weight: 500;
}

.brackets[b-wo4mf0hfml], .high-pots[b-wo4mf0hfml] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

h4[b-wo4mf0hfml] {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: var(--text-muted);
}

.bracket-entry[b-wo4mf0hfml] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.high-pot-entry[b-wo4mf0hfml] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.bracket-name[b-wo4mf0hfml], .high-pot-name[b-wo4mf0hfml] {
    font-size: 0.8rem;
    vertical-align: middle;
    text-align: left;
    line-height: 2rem;
}

.wants-box[b-wo4mf0hfml] {
    height: 2rem;
    width: 75%;
    border: 1px solid var(--gray-6);
    border-radius: 4px;
}

.side-pot-info[b-wo4mf0hfml] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

.info-section[b-wo4mf0hfml] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-section h4[b-wo4mf0hfml] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.info-section ul[b-wo4mf0hfml] {
    margin: 0;
    padding-left: 1rem;
}

.info-section li[b-wo4mf0hfml] {
    margin-bottom: 0.25rem;
}

.info-section strong[b-wo4mf0hfml] {
    color: var(--text-1);
}
/* /Components/PaymentModal.razor.rz.scp.css */
.payment-form input[type=number][b-r0bsf40uqf]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-backdrop[b-r0bsf40uqf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-r0bsf40uqf] {
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: var(--background-body);
    padding: 0 1rem;
}

.modal-header[b-r0bsf40uqf] {
    padding: 1rem;
    border-bottom: 1px solid var(--gray-7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-r0bsf40uqf] {
    margin: 0;
}

.close-button[b-r0bsf40uqf] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body[b-r0bsf40uqf] {
    padding: 1rem;
}

.modal-footer[b-r0bsf40uqf] {
    padding: 1rem;
    border-top: 1px solid var(--gray-7);
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.payment-form[b-r0bsf40uqf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-r0bsf40uqf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-control[b-r0bsf40uqf] {
    padding: 0.5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    font-size: 1rem;
}

.payment-type-options[b-r0bsf40uqf],
.payment-method-options[b-r0bsf40uqf] {
    display: flex;
    gap: 1rem;
}

.payment-type-options label[b-r0bsf40uqf], 
.payment-method-options label[b-r0bsf40uqf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.payment-method-option.disabled[b-r0bsf40uqf] {
    visibility: hidden;
}

.cancel-button[b-r0bsf40uqf] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    cursor: pointer;
}

.submit-button[b-r0bsf40uqf] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    cursor: pointer;
}

.error-message[b-r0bsf40uqf] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
} 
/* /Components/RegistrationFees.razor.rz.scp.css */
.fees-container[b-upm49wjrkw] {
    background: #1e2a35;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

.fees-section[b-upm49wjrkw] {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border-radius: 8px;
    background: #263440;
    transition: transform 0.2s ease;
    border-left: 4px solid transparent;
}

.fees-section:hover[b-upm49wjrkw] {
    transform: translateY(-2px);
}

.early-bird[b-upm49wjrkw] {
    background: #1a2832;
    border-left-color: #2196f3;
}

.regular[b-upm49wjrkw] {
    background: #1a2832;
    border-left-color: #9c27b0;
}

.day-of[b-upm49wjrkw] {
    background: #1a2832;
    border-left-color: #ff5722;
}

.fee-header[b-upm49wjrkw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.fee-label[b-upm49wjrkw] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

.fee-amount[b-upm49wjrkw] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #64b5f6;
}

.fee-details[b-upm49wjrkw] {
    color: #b0bec5;
    font-size: 0.95rem;
}

.highlight-date[b-upm49wjrkw] {
    font-weight: 600;
    color: #ff8a65;
}

.contact-info[b-upm49wjrkw] {
    margin: 1.5rem 0 2rem;
    padding: 1rem;
    background: #1a2832;
    border-radius: 6px;
    text-align: center;
    color: #b0bec5;
}

.contact-info a[b-upm49wjrkw] {
    color: #64b5f6;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover[b-upm49wjrkw] {
    color: #90caf9;
    text-decoration: underline;
}

.payment-section[b-upm49wjrkw] {
    margin-top: 2rem;
    text-align: center;
}

.payment-section h3[b-upm49wjrkw] {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.payment-options[b-upm49wjrkw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.payment-button[b-upm49wjrkw] {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #2196f3;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.payment-button:hover[b-upm49wjrkw] {
    background: #1976d2;
    transform: translateY(-2px);
}

.payment-divider[b-upm49wjrkw] {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.payment-divider[b-upm49wjrkw]::before,
.payment-divider[b-upm49wjrkw]::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #37474f;
}

.payment-divider[b-upm49wjrkw]::before {
    left: 0;
}

.payment-divider[b-upm49wjrkw]::after {
    right: 0;
}

.payment-divider span[b-upm49wjrkw] {
    background: #1e2a35;
    padding: 0 1rem;
    color: #b0bec5;
    font-size: 0.9rem;
}

.zelle-option[b-upm49wjrkw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: #1a2832;
    border-radius: 6px;
    width: 100%;
    max-width: 400px;
}

.zelle-label[b-upm49wjrkw] {
    color: #b0bec5;
    font-size: 0.9rem;
}

.zelle-email[b-upm49wjrkw] {
    font-weight: 600;
    color: #ffffff;
    font-size: 1.1rem;
}

@media (max-width: 600px) {
    .fees-container[b-upm49wjrkw] {
        padding: 1rem;
    }

    .fees-section[b-upm49wjrkw] {
        padding: 1rem;
    }

    .fee-header[b-upm49wjrkw] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .fee-details[b-upm49wjrkw] {
        text-align: center;
    }
} 
/* /Components/SquadStateIndicator.razor.rz.scp.css */
.squad-state-indicator[b-72u9pv95zp] {
    width: 100%;
    margin: 1rem 0;
}

.squad-state-indicator .state-bar[b-72u9pv95zp] {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: var(--size-2);
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 500;
}

.squad-state-indicator .state-bar[b-72u9pv95zp] {
    color: black;
}

.squad-state-indicator.needs-generation .state-bar[b-72u9pv95zp] {
    background-color: var(--orange-5); /* Orange */
}

.squad-state-indicator.needs-registration-closed .state-bar[b-72u9pv95zp] {
    background-color: var(--yellow-4); /* Yellow */
}

.squad-state-indicator.ready .state-bar[b-72u9pv95zp] {
    background-color: var(--green-6); /* Green */
}

.squad-state-indicator .state-text[b-72u9pv95zp] {
    font-size: 1rem;
}

.squad-state-indicator .settings-link[b-72u9pv95zp] {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

.squad-state-indicator .settings-link:hover[b-72u9pv95zp] {
    opacity: 0.8;
} 
/* /Components/TeamRegistrationTable.razor.rz.scp.css */
[b-qhxl1ssopw] .icon {
    vertical-align: middle;
}

[b-qhxl1ssopw] .icon-select {
    color: var(--5o-blue);
    width: 1rem;
    height: 1rem;
}

[b-qhxl1ssopw] .chevron {
    color: var(--5o-blue);
    width: 2em;
    height: 2rem;
}

.edit-dialog[b-qhxl1ssopw]  .icon-x {
    color: var(--gray-7);
    width: 2rem;
    height: 2rem;
}

table[b-qhxl1ssopw]  .icon-x, .usbc-link[b-qhxl1ssopw]  .icon-x, [b-qhxl1ssopw] .icon-minus-circle {
    color: var(--red-7);
    width: 1rem;
    height: 1rem;
}

[b-qhxl1ssopw] .icon-edit {
    color: var(--yellow-2);
    width: 1rem;
    height: 1rem;
}

[b-qhxl1ssopw] .icon-checkmark, [b-qhxl1ssopw] .icon-plus-circle {
    color: var(--green-7);
    width: 1rem;
    height: 1rem;
}

td[b-qhxl1ssopw] {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.tournament-registrations table[b-qhxl1ssopw] {
    width: 100%;
    border-collapse: collapse;
}

.tournament-registrations caption[b-qhxl1ssopw] {
    text-align: left;
    border-bottom: 1px solid var(--gray-6);
}

.tournament-registrations th[b-qhxl1ssopw],
.tournament-registrations td[b-qhxl1ssopw] {
    padding: 0.75rem;
    text-align: left;
}

.tournament-registrations th[b-qhxl1ssopw],
.tournament-registrations td:not(td table tr:last-child td):not(:has(table))[b-qhxl1ssopw] {
    border-bottom: 1px solid var(--gray-6);
}

.tournament-registrations td:has(table)[b-qhxl1ssopw] {
    padding: 0 0.75rem;
}

.tournament-registrations td table tbody tr:hover[b-qhxl1ssopw] {
    background: var(--gray-7);
}

.tournament-registrations td table[b-qhxl1ssopw] {
    margin: 0;
}

.tournament-registrations td table th[b-qhxl1ssopw],
.tournament-registrations td table td[b-qhxl1ssopw] {
    padding: 0.5rem;
    font-size: 0.9rem;
}

.icon-button[b-qhxl1ssopw] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: var(--text-muted);
}

.icon-button:hover[b-qhxl1ssopw] {
    color: var(--text-1);
}

.contact-cell[b-qhxl1ssopw] {
    max-width: 200px;
}

.contact-text[b-qhxl1ssopw] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.check-text[b-qhxl1ssopw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.check-text.error[b-qhxl1ssopw] {
    color: var(--red-9);
}

.check-text :global(.icon)[b-qhxl1ssopw] {
    width: 1rem;
    height: 1rem;
}

.check-text.error :global(.icon)[b-qhxl1ssopw] {
    color: var(--red-9);
}
/* /Components/TeamScoring.razor.rz.scp.css */
.scoring[b-emu8dtsqhk] {
    container-type: inline-size;
}

.handicap.visible[b-emu8dtsqhk] {
    display: none;
}

@container (width > 35rem) {
    .handicap-invisible[b-emu8dtsqhk] {
        display: none;
    }

    th.handicap.visible[b-emu8dtsqhk], td.handicap.visible[b-emu8dtsqhk] {
        display: table-cell;
    }
    
    span.handicap.visible[b-emu8dtsqhk] {
        display: inline;
    }

    td.bowler.name[b-emu8dtsqhk], td.team.name[b-emu8dtsqhk] {
        max-width: 21ch;
    }

    .score[b-emu8dtsqhk] {
        max-width: 8ch;
    }
}

table[b-emu8dtsqhk] {
    border-collapse: collapse;
    max-width: 100%;
}

table tr :not(.scratch) + .scratch[b-emu8dtsqhk],
table tr :not(.handicap) + .handicap[b-emu8dtsqhk],
table tr .scratch + .handicap:not(.scratch)[b-emu8dtsqhk]
{
    border-left: 1px solid var(--border);
}

th.group[b-emu8dtsqhk] {
    text-align: center;
}

td.bowler.name[b-emu8dtsqhk] {
    width: auto;
    max-width: 10ch;
    white-space: nowrap;
    overflow: clip;
    text-overflow: ellipsis;
}

.score[b-emu8dtsqhk] {
    text-align: right;
    min-width: 5ch;
    max-width: 5ch;
    white-space: nowrap;
}

td[b-emu8dtsqhk] {
    padding: 2px 4px;
}

td.score input[b-emu8dtsqhk], td.score span[b-emu8dtsqhk] {
    display: inline-block;
    text-align: right;
    padding: 0 2px 0;
    width: 5ch;
    vertical-align: middle;
    margin: 0;
}

th.score[b-emu8dtsqhk] {
    text-align: right;
}

thead .handicap[b-emu8dtsqhk], tbody .handicap[b-emu8dtsqhk] {
    color: var(--text-muted)
}

.score.total[b-emu8dtsqhk] {
    font-weight: bold;
}

td span[b-emu8dtsqhk] {
    border: 1px solid transparent;
    border-radius: 6px;
}

td input[b-emu8dtsqhk] { 
    background-color: var(--gray-8);
    border: 1px solid var(--gray-10);
}

td .score-unmodified[b-emu8dtsqhk] {
    border-color: var(--gray-10);
}

td span.score-unmodified[b-emu8dtsqhk] {
    border-color: transparent;
}

td .score-modified[b-emu8dtsqhk] {
    border-color: var(--yellow-2);
}

td .score-submitted[b-emu8dtsqhk] {
    border-color: var(--green-2);
}

.scoring.controls[b-emu8dtsqhk] {
    border-top: 1px solid var(--border);
}

.scoring.controls td[b-emu8dtsqhk] { 
    padding: 6px 0 0;
    text-align: right;
}

.scoring.controls button[b-emu8dtsqhk] {
    margin: 0;
}

.actively-scoring a[b-emu8dtsqhk] {
    text-decoration: underline;
}
/* /Components/TeamSidePots.razor.rz.scp.css */
table[b-4vjxv4manx] {
    max-width: 100%;
}

/* build header border */
table tr.explainer .bracket.group[b-4vjxv4manx], table tr.explainer .high-pot.group[b-4vjxv4manx]
{
    text-align: center;
    /*xborder-top: 1px solid var(--border);*/
}

/*xtable tr .bowler + .bracket,*/
table tr .bracket + .high-pot[b-4vjxv4manx]
{
    border-left: 1px solid var(--border);
}

table thead tr th:last-child[b-4vjxv4manx],
table tbody tr td:last-child[b-4vjxv4manx]
{
    /*xborder-right: 1px solid var(--border);*/
}

td[b-4vjxv4manx], th[b-4vjxv4manx] {
    text-align: right;
}

td[b-4vjxv4manx] {
    width: 1px;
}

.bowler.name[b-4vjxv4manx] {
    text-align: left;
    width: auto;
    white-space: nowrap;
}

thead tr th:not(:first-child)[b-4vjxv4manx] {
    text-transform: uppercase;
    min-width: 5ch;
    text-align: center;
}

td.wants[b-4vjxv4manx] {
    text-align: right;
    max-width: 2ch;
    white-space: nowrap;
}

td.wants input[b-4vjxv4manx], td.wants span[b-4vjxv4manx] {
    display: inline-block;
    text-align: right;
    padding: 0 2px 0;
    width: 100%;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

td span[b-4vjxv4manx] {
    border: 1px solid transparent;
    border-radius: 6px;
}

td input[b-4vjxv4manx] {
    background-color: var(--gray-8);
    border: 1px solid var(--gray-10);
}

td .wants-unmodified[b-4vjxv4manx] {
    border-color: var(--gray-10);
}

td span.wants-unmodified[b-4vjxv4manx] {
    border-color: transparent;
}

td .wants-modified[b-4vjxv4manx] {
    border-color: var(--yellow-2);
}

td .wants-submitted[b-4vjxv4manx] {
    border-color: var(--green-2);
}

.wants.controls[b-4vjxv4manx] {
}

.wants.controls td[b-4vjxv4manx] {
    padding: 6px 0 0;
}

.wants.controls button[b-4vjxv4manx] {
    margin: 0;
    padding: .5rem;
}

.wants.controls button[type="button"][b-4vjxv4manx] {
    text-align: right;
}

.registration-closed-text[b-4vjxv4manx] {
    font-weight: bold;
    display: none;
    vertical-align: middle;
    line-height: 40px; /* Adjust line-height to match the height of the button */
}

.registration-closed .registration-closed-text[b-4vjxv4manx] {
    display: inline-block;
}
/* /Components/TournamentBowlerStandings.razor.rz.scp.css */
[b-7q8vxfe9o4] .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

[b-7q8vxfe9o4] .icon-clear {
    color: var(--purple-7);
}

.winning.description[b-7q8vxfe9o4] {
    max-width: 18ch;
    overflow-x: clip;
}

@media (min-width: 40rem) {
    .winning.description[b-7q8vxfe9o4] {
        max-width: 100%;
    }
}

.caption-content > button[b-7q8vxfe9o4], .caption-content input[b-7q8vxfe9o4] {
     margin:  0;
     padding: 0.5rem 1rem;
     border: 1px solid var(--gray-7);
     border-radius: 4px;
     background: var(--surface-2);
     color: #fff;
     cursor: pointer;
     font-size: 0.9rem;
     font-weight: 500;
 }

.caption-content > button:hover[b-7q8vxfe9o4] {
    background: var(--5o-blue-dark);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
} 

@media print {
    .caption-content[b-7q8vxfe9o4] {
        display: none;
    }
}

.refund[b-7q8vxfe9o4] {
    border: 1px solid var(--gray-7);
}

table table[b-7q8vxfe9o4] {
    margin: 0;
}

td:has(table)[b-7q8vxfe9o4] {
    padding: 0;
}

td[b-7q8vxfe9o4]  {
    width: 1px;
    vertical-align: middle;
}

td.counter[b-7q8vxfe9o4] {
    text-align: right;
    min-width: 5ch;
}

table.winnings-details[b-7q8vxfe9o4] {
    width: 100%;
    border-spacing: 0;
}

table.winnings-details .rank[b-7q8vxfe9o4], th.rank[b-7q8vxfe9o4] {
    text-align: right;
}

table.winnings-details .counter[b-7q8vxfe9o4] {
    padding-left: 2rem;
    padding-right: 0;
}

.bowler.name[b-7q8vxfe9o4], .winning.description[b-7q8vxfe9o4] {
    width: auto;
}

.bowler.select[b-7q8vxfe9o4] {
    width: 100%;
    padding-left: 1rem;
}

.money[b-7q8vxfe9o4] {
    width: 55px;
}

.lane[b-7q8vxfe9o4] {
    text-align: right;
}

table .score.total[b-7q8vxfe9o4] {
    font-weight: bold;
}

.no-winnings[b-7q8vxfe9o4] {
    padding-left: 2rem;
    font-style: italic;
}

/* payments styles */
.payment-form input[type=number][b-7q8vxfe9o4]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.payment-cell[b-7q8vxfe9o4] {
    text-align: right;
    min-width: 6ch;
}

.payment-button[b-7q8vxfe9o4] {
    margin: 0;
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.team-refunds[b-7q8vxfe9o4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-refunds .team.refund-row[b-7q8vxfe9o4] {
    margin-top: 1.5rem;
}

.refund-row[b-7q8vxfe9o4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
}

.refund-row .bowler-name[b-7q8vxfe9o4] {
    font-weight: 500;
}

.refund-row .refund-amount[b-7q8vxfe9o4] {
    font-family: monospace;
    font-weight: 500;
}

.modal-backdrop[b-7q8vxfe9o4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-7q8vxfe9o4] {
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: var(--background-body);
    padding: 0 1rem;
}

.modal-header[b-7q8vxfe9o4] {
    padding: 1rem;
    border-bottom: 1px solid var(--gray-7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-7q8vxfe9o4] {
    margin: 0;
}

.close-button[b-7q8vxfe9o4] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-body[b-7q8vxfe9o4] {
    padding: 1rem;
}

.modal-footer[b-7q8vxfe9o4] {
    padding: 1rem;
    border-top: 1px solid var(--gray-7);
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.payment-form[b-7q8vxfe9o4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-7q8vxfe9o4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-control[b-7q8vxfe9o4] {
    padding: 0.5rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    font-size: 1rem;
}

.payment-method-options[b-7q8vxfe9o4] {
    display: flex;
    gap: 1rem;
}

.payment-method-options label[b-7q8vxfe9o4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.cancel-button[b-7q8vxfe9o4] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    cursor: pointer;
}

.submit-button[b-7q8vxfe9o4] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    cursor: pointer;
}
/* /Components/TournamentBracketDetails.razor.rz.scp.css */
*[b-hjgfwwyxu6] {
    --eliminated-color: var(--red-7);
    --victory-color: var(--green-7);
}

.eliminated .active[b-hjgfwwyxu6] {
    background-color: var(--eliminated-color);
    color: white;
}

.player:not(.eliminated) .game-3.active[b-hjgfwwyxu6] {
    background-color: var(--victory-color);
}

[b-hjgfwwyxu6] .icon {
    width: 32px;
    height: 32px;
}

[b-hjgfwwyxu6] .icon-advancement {
    color: var(--victory-color);
}

[b-hjgfwwyxu6] .icon-elimination {
    color: var(--eliminated-color);
}

[b-hjgfwwyxu6] .icon-live-status {
    color: var(--5o-blue);
}

[b-hjgfwwyxu6] .icon-advancement {
    display: none;
}
[b-hjgfwwyxu6] .icon-elimination {
    display: none;
}

.tournament-bracket:not(:has(.active))[b-hjgfwwyxu6]  .icon-live-status,
.tournament-bracket:has(.game-3.active)[b-hjgfwwyxu6]  .icon-live-status,
.tournament-bracket:has(.eliminated .active)[b-hjgfwwyxu6]  .icon-live-status {
    display: none;
}

.tournament-bracket:has(.player:not(.eliminated) .game-3.active)[b-hjgfwwyxu6]  .icon-advancement {
    display: inline-block;
}

.tournament-bracket:has(.eliminated .active)[b-hjgfwwyxu6]  .icon-elimination {
    display: inline-block;
}

/* pulse alive status */
@keyframes pulse-b-hjgfwwyxu6 {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

[b-hjgfwwyxu6] .icon-live-status {
    animation: pulse-b-hjgfwwyxu6 3s infinite ease-in-out;
}

/* Tournament bracket styles - more scoped selectors */
.tournament-bracket[b-hjgfwwyxu6] {
    max-width: 80rem;
}

.tournament-bracket .bracket-title[b-hjgfwwyxu6] {
    margin-bottom: 0.5rem;
    text-align: center;
}

/* Games container - this will flex horizontally on larger screens */
.tournament-bracket .games-container[b-hjgfwwyxu6] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Game sections */
.tournament-bracket .game-section[b-hjgfwwyxu6] {
    overflow: hidden;
}

.tournament-bracket .game-title[b-hjgfwwyxu6] {
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
    text-align: center;
}

.tournament-bracket .matches[b-hjgfwwyxu6] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Match styles */
.tournament-bracket .match[b-hjgfwwyxu6] {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    overflow: hidden;
    padding: 0.75rem;
}

.tournament-bracket .player[b-hjgfwwyxu6] {
    display: grid;
    grid-template-columns: 2rem minmax(8rem, auto) 2rem;
}

.tournament-bracket .player.winner[b-hjgfwwyxu6] {
    font-weight: bold;
}

.tournament-bracket .player.eliminated[b-hjgfwwyxu6] {
    text-decoration: line-through;
}

/* Player info styles */
.tournament-bracket .name[b-hjgfwwyxu6] {
    padding: 0 0.5rem;
}

/* Media queries for responsive design */
@media screen and (min-width: 60rem) {
    .tournament-bracket .games-container[b-hjgfwwyxu6] {
        flex-direction: row;
        align-items: flex-start;
    }

    .tournament-bracket .game-section[b-hjgfwwyxu6] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .tournament-bracket .matches[b-hjgfwwyxu6] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .tournament-bracket .player[b-hjgfwwyxu6] {
        grid-template-columns: 3rem minmax(8rem, 1fr) 2rem;
    }
}
/* /Components/TournamentBracketSummaries.razor.rz.scp.css */
.bowler-situation[b-o508zhy6ii] {
    margin-bottom: 1rem;
}

.bracket-item.status-eliminated[b-o508zhy6ii] {
    border-color: var(--red-7);
}

.bracket-item.status-won[b-o508zhy6ii] {
    border-color: var(--green-7);
}

.view-nav[hidden][b-o508zhy6ii] {
    display: none;
}
/* /Components/TournamentBracketSummary.razor.rz.scp.css */
table[b-bqcxvdd2a2] {
    width: auto;
    margin-right: auto;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

caption[b-bqcxvdd2a2] {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    text-align: left;
}

th[b-bqcxvdd2a2], td[b-bqcxvdd2a2] {
    white-space: nowrap;
    text-align: right;
    padding: 0.3rem 0.6rem;
}

td:first-child[b-bqcxvdd2a2], th:first-child[b-bqcxvdd2a2] {
    text-align: left;
    padding-left: 0;
}

/* Separator after the first two columns */
td:nth-child(2)[b-bqcxvdd2a2], th:nth-child(2)[b-bqcxvdd2a2] {
    border-right: 2px solid var(--results-border-color);
    padding-right: 1rem;
}

/* Dynamic vertical borders for every odd column starting with 3 */
td:nth-child(2n+3)[b-bqcxvdd2a2], th:nth-child(2n+3)[b-bqcxvdd2a2] {
    border-left: 1px solid var(--results-border-color);
    padding-left: 1rem;
}

td.money[b-bqcxvdd2a2], th.money[b-bqcxvdd2a2] {
    color: var(--money-color);
    text-align: right;
}

/* Style header */
th[b-bqcxvdd2a2] {
    border-bottom: 2px solid var(--results-border-color);
}

/* Style for Winnings column */
td:nth-child(2)[b-bqcxvdd2a2] {
    font-weight: bold;
}

/* Footer styling - tfoot only */
tfoot tr td[b-bqcxvdd2a2] {
    padding-top: 0.5rem;
}

.ties-explanation[b-bqcxvdd2a2] {
    font-style: italic;
    color: var(--text-muted);
    margin-top: 1.5rem;
}

.ties-explanation p[b-bqcxvdd2a2] {
    margin-top: 0.5rem;    
}
/* /Components/TournamentHeader.razor.rz.scp.css */
[b-wpkci148cf] .icon-select {
    color: var(--5o-blue);
    width: 1.5rem;
    height: 1.5rem;
}

.standings.link[b-wpkci148cf] { 
    padding-top: 0.3rem;
}

.header[b-wpkci148cf] {
    padding: 0 0 0 1rem;
}

.logo-container[b-wpkci148cf] {
    margin-top: 6px;
}

.logo-background[b-wpkci148cf] {
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);  /* subtle light background */
}

.logo[b-wpkci148cf] {
    max-width: 30px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));  /* adds a subtle glow */
}

h2[b-wpkci148cf] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    
    color: var(--5o-blue);
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date[b-wpkci148cf] {
    color: rgba(255, 255, 255, 0.6);
    display: none;
}

.subheader[b-wpkci148cf] {
    color: rgba(255, 255, 255, 0.9);
    margin-top: -1rem;
}

.logo-large.header[b-wpkci148cf] {
    text-align: center;
}

.logo-large h2[b-wpkci148cf] {
    margin-top: 1rem;
    justify-content: center;
    flex-direction: column;
}

.logo-large .logo[b-wpkci148cf] {
    max-width: 300px;
}

.logo-large .date[b-wpkci148cf] {
    display: block;
}

@media (50rem <= width) {
    .logo-small.header[b-wpkci148cf] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        margin: 0;
        padding: 0 10px;
    }

    .logo-small.header > *[b-wpkci148cf], .header .text[b-wpkci148cf] {
        font-size: 1.5rem;
    }

    .logo-small[b-wpkci148cf] {
        .date {
            display: inline;
        }

        .subheader[b-wpkci148cf] {
            margin-top: 0;
        }

        .block[b-wpkci148cf] {
            flex: 1 !important;
            text-align: center;
            white-space: nowrap;
        }

        .block:first-child[b-wpkci148cf] {
            text-align: left;
        }

        .block:last-child[b-wpkci148cf] {
            text-align: right;
        }
    }
}

@media print {
    .header[b-wpkci148cf] {
        position: fixed;
        margin: 0;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: unset !important;
        width: 100%;
    }

    .logo-container[b-wpkci148cf], .standings.link[b-wpkci148cf] { 
        display: none;
    }

    .date[b-wpkci148cf] {
        display: block;
    }
    
    h2[b-wpkci148cf] {
        padding: 0 1rem;
    }

    h2[b-wpkci148cf], h3[b-wpkci148cf], h4[b-wpkci148cf], h2 .text-short[b-wpkci148cf] {
        font-size: .7rem !important;
        margin: 0 !important;
        padding: 0 !important;
        color: black !important;
    }
}
/* /Components/TournamentHighPots.razor.rz.scp.css */
/* Tournament highpot styles */
.tournament-high-pot[b-myq7x4jvjl] {
    max-width: 80rem;
}

.high-pot-title[b-myq7x4jvjl] {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

/* Games container */
.games-container[b-myq7x4jvjl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Game sections */
.game-section[b-myq7x4jvjl] {
    overflow: hidden;
}

.game-title[b-myq7x4jvjl] {
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    text-align: center;
}

.match[b-myq7x4jvjl] {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    overflow: hidden;
    padding: 0.75rem;
}

.player[b-myq7x4jvjl] {
    display: grid;
    grid-template-columns: 2rem minmax(8rem, auto) 3rem;
}

.player .score[b-myq7x4jvjl] {
    text-align: right;
}

.match .player.diminished[b-myq7x4jvjl] {
    color: var(--text-muted)
}

.player.winner[b-myq7x4jvjl] {
    font-weight: bold;
}

.rank[b-myq7x4jvjl] {
    white-space: nowrap;
    text-align: right;
}
.name[b-myq7x4jvjl] {
    padding: 0 0.5rem;
}

/* Media queries for responsive design */
@media screen and (min-width: 60rem) {
    .games-container[b-myq7x4jvjl] {
        flex-direction: row;
        align-items: flex-start;
    }

    .game-section[b-myq7x4jvjl] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .highpot-title[b-myq7x4jvjl] {
        text-align: left;
    }

    .player[b-myq7x4jvjl] {
        grid-template-columns: 3rem minmax(8rem, 1fr) 3rem;
    }
}
/* /Components/TournamentPrizeConfiguration.razor.rz.scp.css */
.card[b-8ssdf9rflo] {
    
}

.prize-total[b-8ssdf9rflo] {
    margin-top: 1rem;
}

.prize-total .total-amount[b-8ssdf9rflo] {
    font-weight: bold;
}

.prize-input-group[b-8ssdf9rflo] {
    display: flex;
    justify-content: space-between;
}

.prize-label[b-8ssdf9rflo] {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.prize-input[b-8ssdf9rflo] {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0 4px 4px 0;
    text-align: right;
    max-width: 10ch;
}

.save-button[b-8ssdf9rflo] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.section[b-8ssdf9rflo] {
    margin-bottom: 1rem;
}

.caption-content[b-8ssdf9rflo] {
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.caption-content > button[b-8ssdf9rflo] {
    margin:  0;
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-7);
    border-radius: 4px;
    background: var(--surface-2);
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
}

input[b-8ssdf9rflo] {
    margin: 0;
}

.prize-grid[b-8ssdf9rflo] {
    --block-size: 200px; /* Size of each block (width and height) */
    --offset: calc(var(--block-size) / 2); /* Half the block size for the offset */
    display: grid;
    gap: 20px;
    /* 5 columns, each the size of a block */
    grid-template-columns: repeat(5, var(--block-size));
}

.block[b-8ssdf9rflo] {
    width: var(--block-size);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Row 1: 1 block (column 1) */
.block:nth-child(1)[b-8ssdf9rflo] {
    grid-column: 1 / 2;
    grid-row: 1;
}

/* Row 2: 2 blocks (columns 1-2) */
.block:nth-child(2)[b-8ssdf9rflo] {
    grid-column: 1 / 2;
    grid-row: 2;
}
.block:nth-child(3)[b-8ssdf9rflo] {
    grid-column: 2 / 3;
    grid-row: 2;
}

/* Row 3: 3 blocks (columns 1-3) */
.block:nth-child(4)[b-8ssdf9rflo] {
    grid-column: 1 / 2;
    grid-row: 3;
}
.block:nth-child(5)[b-8ssdf9rflo] {
    grid-column: 2 / 3;
    grid-row: 3;
}
.block:nth-child(6)[b-8ssdf9rflo] {
    grid-column: 3 / 4;
    grid-row: 3;
}

/* Row 4: 4 blocks (columns 1-4) */
.block:nth-child(7)[b-8ssdf9rflo] {
    grid-column: 1 / 2;
    grid-row: 4;
}
.block:nth-child(8)[b-8ssdf9rflo] {
    grid-column: 2 / 3;
    grid-row: 4;
}
.block:nth-child(9)[b-8ssdf9rflo] {
    grid-column: 3 / 4;
    grid-row: 4;
}
.block:nth-child(10)[b-8ssdf9rflo] {
    grid-column: 4 / 5;
    grid-row: 4;
}

/* Row 5: 5 blocks (columns 1-5) */
.block:nth-child(11)[b-8ssdf9rflo] {
    grid-column: 1 / 2;
    grid-row: 5;
}
.block:nth-child(12)[b-8ssdf9rflo] {
    grid-column: 2 / 3;
    grid-row: 5;
}
.block:nth-child(13)[b-8ssdf9rflo] {
    grid-column: 3 / 4;
    grid-row: 5;
}
.block:nth-child(14)[b-8ssdf9rflo] {
    grid-column: 4 / 5;
    grid-row: 5;
}
.block:nth-child(15)[b-8ssdf9rflo] {
    grid-column: 5 / 6;
    grid-row: 5;
}
/* /Components/TournamentTeamStandings.razor.rz.scp.css */
@media print {
    .caption-content[b-lr40qef6mv] {
        display: none;
    }
}

.physical-team[b-lr40qef6mv] {
    border: 1px solid var(--5o-blue);
}

.tournament-standings-overview[b-lr40qef6mv] {
    margin-bottom: 1rem;
    max-width: 40rem;
}

.team.name[b-lr40qef6mv], .bowler.name[b-lr40qef6mv] {
    max-width: 15ch;
    overflow-x: clip;
    text-overflow: ellipsis;
}

td[b-lr40qef6mv]  {
    width: 1px;
}

td.rank[b-lr40qef6mv], th.rank[b-lr40qef6mv] {
    text-align: right;
}

.money[b-lr40qef6mv] {
    width: 55px;
}

.hide-prizes .money[b-lr40qef6mv] {
    display: none;
}

.team.name[b-lr40qef6mv] {
    width: auto;
}

th.score.game[b-lr40qef6mv] {
    text-align: center;
}

.score.game[b-lr40qef6mv] {
    color: var(--text-muted);
    display: none;
}

.team + .game[b-lr40qef6mv] {
    border-left: 1px solid var(--border);
}

.game:has(+ .total)[b-lr40qef6mv] {
    border-right: 1px solid var(--border);
}

@media (min-width: 768px) {
    .score.game[b-lr40qef6mv] {
        display: table-cell;
    }
}
