/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-5eaqnh4seo] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: radial-gradient(circle at 15% 15%, #1e3a8a 0%, #0f1f45 45%, #060b1c 100%);
    overflow: hidden;
}

.auth-glow[b-5eaqnh4seo] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(480px circle at 85% 12%, rgba(79, 124, 255, 0.35), transparent 60%),
        radial-gradient(420px circle at 8% 90%, rgba(79, 124, 255, 0.2), transparent 60%);
    pointer-events: none;
}

.auth-card[b-5eaqnh4seo] {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06);
    padding: 2.25rem 2.25rem 2rem;
}

.auth-brand[b-5eaqnh4seo] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.auth-pigeon[b-5eaqnh4seo] {
    flex: none;
    width: 78px;
    height: 58px;
    padding: 3px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f7cff, #1b3a8a);
    box-shadow: 0 8px 16px -6px rgba(31, 60, 136, 0.6);
}

.auth-pigeon img[b-5eaqnh4seo] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}

.auth-brand-text[b-5eaqnh4seo] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.auth-brand-title[b-5eaqnh4seo] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #16214a;
}

.auth-brand-subtitle[b-5eaqnh4seo] {
    font-size: 0.78rem;
    color: #6b7280;
}

@media (max-width: 400px) {
    .auth-card[b-5eaqnh4seo] {
        padding: 1.75rem 1.5rem 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jcjtcnktgb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jcjtcnktgb] {
    flex: 1;
}

.sidebar[b-jcjtcnktgb] {
    background-image: linear-gradient(180deg, #1e3a8a 0%, #0f1f45 70%);
}

.top-row[b-jcjtcnktgb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jcjtcnktgb]  a, .top-row[b-jcjtcnktgb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jcjtcnktgb]  a:hover, .top-row[b-jcjtcnktgb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jcjtcnktgb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-jcjtcnktgb]  .topbar-logout {
        margin-left: 1.5rem;
        display: inline-flex;
    }

    .top-row[b-jcjtcnktgb]  .topbar-logout .btn-link {
        margin-left: 0;
        color: #374151;
        padding: 0;
    }

    .top-row[b-jcjtcnktgb]  .topbar-icon-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        color: #374151;
    }

    .top-row[b-jcjtcnktgb]  .topbar-icon-link:hover {
        background: #e5e7eb;
        text-decoration: none;
    }

    .top-row[b-jcjtcnktgb]  .topbar-icon-link svg {
        width: 1.15rem;
        height: 1.15rem;
    }

@media (max-width: 640.98px) {
    .top-row[b-jcjtcnktgb] {
        justify-content: space-between;
    }

    .top-row[b-jcjtcnktgb]  a, .top-row[b-jcjtcnktgb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jcjtcnktgb] {
        flex-direction: row;
    }

    .sidebar[b-jcjtcnktgb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jcjtcnktgb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jcjtcnktgb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jcjtcnktgb], article[b-jcjtcnktgb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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

    #blazor-error-ui .dismiss[b-jcjtcnktgb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mxbac19ach] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mxbac19ach] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mxbac19ach] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mxbac19ach] {
    font-size: 1.1rem;
}

.bi[b-mxbac19ach] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mxbac19ach] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mxbac19ach] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mxbac19ach] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mxbac19ach] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mxbac19ach] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mxbac19ach] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mxbac19ach]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mxbac19ach]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mxbac19ach]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mxbac19ach] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mxbac19ach] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mxbac19ach] {
        display: none;
    }

    .nav-scrollable[b-mxbac19ach] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavTreeNode.razor.rz.scp.css */
.nav-tree-row[b-eo30wy6x4l] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 24px;
}

.nav-tree-toggle[b-eo30wy6x4l] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    width: 16px;
    flex: none;
    padding: 0;
    font-size: 0.7rem;
}

.nav-tree-toggle-placeholder[b-eo30wy6x4l] {
    width: 16px;
    flex: none;
    display: inline-block;
}

.nav-tree-label[b-eo30wy6x4l] {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tree-label:hover[b-eo30wy6x4l] {
    color: #fff;
    text-decoration: underline;
}

.nav-tree-label-static[b-eo30wy6x4l] {
    cursor: pointer;
}

.nav-tree-info[b-eo30wy6x4l] {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
    padding: 2px 0;
}
/* /Components/Layout/PrintLayout.razor.rz.scp.css */
@page {
    size: A4;
    margin: 16mm 14mm 22mm 14mm;
}

.wydruk-stopka[b-ghkhgcq8v5] {
    max-width: 800px;
    margin: 2rem auto 0;
    padding-top: 0.5rem;
    border-top: 1px solid #d1d5db;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.7rem;
    color: #9ca3af;
}

@media print {
    .wydruk-stopka[b-ghkhgcq8v5] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: none;
        margin: 0;
        padding: 0.3rem 14mm 0;
        background: #fff;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c6xrrpzkzc],
.components-reconnect-repeated-attempt-visible[b-c6xrrpzkzc],
.components-reconnect-failed-visible[b-c6xrrpzkzc],
.components-pause-visible[b-c6xrrpzkzc],
.components-resume-failed-visible[b-c6xrrpzkzc],
.components-rejoining-animation[b-c6xrrpzkzc] {
    display: none;
}

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


#components-reconnect-modal[b-c6xrrpzkzc] {
    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-c6xrrpzkzc 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-c6xrrpzkzc {
    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/Golebie/WydrukSpisu.razor.rz.scp.css */
.wydruk[b-iczww4o9zr] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
    background: #fff;
}

.wydruk-naglowek[b-iczww4o9zr] {
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.wydruk-dane[b-iczww4o9zr] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.wydruk-dane td[b-iczww4o9zr] {
    padding: 0.15rem 0.4rem;
    vertical-align: bottom;
}

.wydruk-dane .etykieta[b-iczww4o9zr] {
    white-space: nowrap;
}

.wydruk-dane .linia[b-iczww4o9zr] {
    border-bottom: 1px solid #000;
    min-width: 80px;
}

.wydruk-tytul-tabeli[b-iczww4o9zr] {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.wydruk-tabela[b-iczww4o9zr] {
    width: 100%;
    border-collapse: collapse;
}

.wydruk-tabela th[b-iczww4o9zr],
.wydruk-tabela td[b-iczww4o9zr] {
    border: 1px solid #000;
    padding: 0.1rem 0.3rem;
    text-align: center;
    font-size: 0.75rem;
}

.wydruk-tabela td:nth-child(2)[b-iczww4o9zr] {
    text-align: left;
}

@media print {
    .no-print[b-iczww4o9zr] {
        display: none !important;
    }
}
/* /Components/Pages/Okregi/Okregi.razor.rz.scp.css */
/* Klasy dash-*/icon-btn/symbol-badge/btn-pill-primary/form-row przeniesione
   do wwwroot/app.css (są współdzielone z innymi stronami, nie tylko tą). */[b-8n1p7rr5sk]
/* /Components/Pages/Ustawienia/MistrzostwoGmpKartaWydruk.razor.rz.scp.css */
.wydruk-karta[b-f9fnvo88vm] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.78rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
    background: #fff;
}

.wydruk-logo[b-f9fnvo88vm] {
    float: left;
    margin-right: 0.5rem;
    height: 56px;
    width: auto;
}

.wydruk-header[b-f9fnvo88vm] {
    clear: both;
    text-align: center;
}

.wydruk-tytul[b-f9fnvo88vm] {
    font-size: 1.15rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.75rem;
}

.wydruk-naglowek[b-f9fnvo88vm] {
    font-weight: bold;
    margin: 0 0 1rem;
}

.wydruk-hodowca-nazwisko[b-f9fnvo88vm] {
    font-size: 1.05rem;
    font-weight: bold;
}

.wydruk-lot-tytul[b-f9fnvo88vm] {
    margin: 1rem 0 0.25rem;
    font-weight: bold;
}

.wydruk-tabela[b-f9fnvo88vm] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5rem;
}

.wydruk-tabela th[b-f9fnvo88vm],
.wydruk-tabela td[b-f9fnvo88vm] {
    border: 1px solid #000;
    padding: 0.2rem 0.4rem;
    text-align: center;
    font-size: 0.75rem;
}

.wydruk-tabela td.text-left[b-f9fnvo88vm],
.wydruk-tabela th.text-left[b-f9fnvo88vm] {
    text-align: left;
}

.wydruk-tabela thead th[b-f9fnvo88vm] {
    background: #eee;
    font-weight: bold;
}

.wydruk-razem td[b-f9fnvo88vm] {
    font-weight: bold;
    background: #f3f4f6;
}

.wydruk-suma-koncowa[b-f9fnvo88vm] {
    margin-top: 1.5rem;
    text-align: right;
    font-weight: bold;
    font-size: 0.9rem;
}

.wydruk-zestawienie[b-f9fnvo88vm] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 2px solid #000;
}

.wydruk-tytul-tabeli[b-f9fnvo88vm] {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: bold;
}

.wydruk-tabela-zbiorcze[b-f9fnvo88vm] {
    max-width: 420px;
    margin: 0 auto;
}

@media print {
    .no-print[b-f9fnvo88vm] {
        display: none !important;
    }
}
/* /Components/Pages/Ustawienia/MistrzostwoGmpWydruk.razor.rz.scp.css */
.wydruk[b-mytepte1cs] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.78rem;
    max-width: 950px;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
    background: #fff;
}

.wydruk-tytul[b-mytepte1cs] {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0.25rem 0 0.25rem;
}

.wydruk-podtytul[b-mytepte1cs] {
    text-align: center;
    margin: 0 0 0.2rem;
    color: #333;
}

.wydruk-tabela[b-mytepte1cs] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.wydruk-tabela th[b-mytepte1cs],
.wydruk-tabela td[b-mytepte1cs] {
    border: 1px solid #000;
    padding: 0.2rem 0.4rem;
    text-align: center;
    font-size: 0.75rem;
}

.wydruk-tabela td.text-left[b-mytepte1cs],
.wydruk-tabela th.text-left[b-mytepte1cs] {
    text-align: left;
}

.wydruk-tabela-gmp thead th[b-mytepte1cs] {
    background: #eee;
    font-weight: bold;
}

.wydruk-tabela-gmp tbody tr:nth-child(even)[b-mytepte1cs] {
    background: #fafafa;
}

@media print {
    .no-print[b-mytepte1cs] {
        display: none !important;
    }
}
/* /Components/Pages/Ustawienia/MistrzostwoKartaWydruk.razor.rz.scp.css */
.wydruk-karta[b-yx1ad56be6] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.85rem;
    line-height: 1.45;
    max-width: 800px;
    margin: 0 auto;
    padding: 1.5rem 1rem 2rem;
    color: #1f2937;
    background: #fff;
}

.wydruk-logo[b-yx1ad56be6] {
    float: left;
    margin-right: 0.4rem;
    height: 64px;
    width: auto;
}

.wydruk-kategoria-badge[b-yx1ad56be6] {
    float: right;
    margin-left: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1d4ed8;
    border: 1px solid #1d4ed8;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
}

.wydruk-badge-niepelna[b-yx1ad56be6] {
    color: #b45309;
    border-color: #b45309;
}

.wydruk-header[b-yx1ad56be6] {
    clear: both;
    text-align: center;
    border-bottom: 2px solid #1d4ed8;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.wydruk-header h1[b-yx1ad56be6] {
    margin: 0.25rem 0 0.15rem;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.wydruk-header-sub[b-yx1ad56be6] {
    margin: 0 0 0.6rem;
    font-size: 0.95rem;
    font-style: italic;
    color: #4b5563;
}

.wydruk-header-meta[b-yx1ad56be6] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.3rem 1.5rem;
    font-size: 0.85rem;
}

.wydruk-golab[b-yx1ad56be6] {
    margin-top: 1.4rem;
    break-inside: avoid;
}

.wydruk-golab-tytul[b-yx1ad56be6] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin: 0 0 0.4rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #d1d5db;
    font-size: 0.95rem;
    font-weight: 700;
}

.wydruk-golab-lp[b-yx1ad56be6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #1d4ed8;
    color: #fff;
    font-size: 0.72rem;
    flex: none;
}


.wydruk-tabela[b-yx1ad56be6] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5rem;
}

.wydruk-tabela th[b-yx1ad56be6],
.wydruk-tabela td[b-yx1ad56be6] {
    border: 1px solid #cbd5e1;
    padding: 0.25rem 0.5rem;
    text-align: center;
    font-size: 0.78rem;
}

.wydruk-tabela thead th[b-yx1ad56be6] {
    background: #f1f5f9;
    color: #334155;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.wydruk-tabela-karta td.text-left[b-yx1ad56be6] {
    text-align: left;
}

.wydruk-tabela tbody tr:nth-child(even)[b-yx1ad56be6] {
    background: #f8fafc;
}

.wydruk-razem td[b-yx1ad56be6] {
    border-top: 2px solid #94a3b8;
    background: #eef2ff;
    font-weight: 700;
}

.wydruk-zestawienie[b-yx1ad56be6] {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 2px solid #1d4ed8;
}

.wydruk-zestawienie-tabela[b-yx1ad56be6] {
    max-width: 380px;
    margin: 0 auto;
}

.wydruk-tytul-tabeli[b-yx1ad56be6] {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1d4ed8;
    text-align: center;
}

.wydruk-tabela-zbiorcze th[b-yx1ad56be6],
.wydruk-tabela-zbiorcze td[b-yx1ad56be6] {
    padding: 0.2rem 0.4rem;
    font-size: 0.72rem;
}

.wydruk-uwagi[b-yx1ad56be6] {
    min-width: 3.5rem;
}

.wydruk-podpisy[b-yx1ad56be6] {
    max-width: 480px;
    margin: 2.5rem auto 0;
    text-align: center;
}

.wydruk-podpisy-naglowek[b-yx1ad56be6] {
    margin: 0 0 5rem;
    font-size: 0.8rem;
    color: #4b5563;
}

.wydruk-podpisy-linie[b-yx1ad56be6] {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}

.wydruk-podpisy-linie > div[b-yx1ad56be6] {
    min-width: 130px;
    padding-top: 0.35rem;
    border-top: 1px solid #000;
    font-size: 0.78rem;
    color: #374151;
}

@media print {
    .no-print[b-yx1ad56be6] {
        display: none !important;
    }

    .wydruk-karta[b-yx1ad56be6] {
        max-width: none;
        padding: 0;
    }

    .wydruk-tabela thead th[b-yx1ad56be6],
    .wydruk-razem td[b-yx1ad56be6],
    .wydruk-golab-lp[b-yx1ad56be6] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/Ustawienia/MistrzostwoKategoriaLotnikiWydruk.razor.rz.scp.css */
.wydruk[b-q8kuhqzr79] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.85rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
    background: #fff;
}

.wydruk-tytul[b-q8kuhqzr79] {
    font-size: 1.05rem;
    font-weight: bold;
    margin: 0.25rem 0 0.5rem;
}

.wydruk-wariant[b-q8kuhqzr79] {
    display: inline-block;
    margin: 0 0 0.75rem;
    padding: 0.15rem 0.6rem;
    border: 1px solid #999;
    border-radius: 999px;
    font-size: 0.75rem;
    color: #333;
    background: #f2f2f2;
}

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

.wydruk-podtytul[b-q8kuhqzr79] {
    margin: 0 0 1rem;
    color: #333;
}

.wydruk-hodowca[b-q8kuhqzr79] {
    margin: 0 0 0.25rem;
    font-weight: bold;
}

.wydruk-tabela[b-q8kuhqzr79] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    table-layout: fixed;
}

.wydruk-tabela th[b-q8kuhqzr79],
.wydruk-tabela td[b-q8kuhqzr79] {
    border: 1px solid #000;
    padding: 0.35rem 0.6rem;
    text-align: center;
    font-size: 0.85rem;
    vertical-align: top;
}

.wydruk-tabela thead th[b-q8kuhqzr79] {
    background: #eee;
    font-weight: bold;
}

.wydruk-tabela tbody tr:nth-child(even)[b-q8kuhqzr79] {
    background: #fafafa;
}

.wydruk-tabela td.text-left[b-q8kuhqzr79],
.wydruk-tabela th.text-left[b-q8kuhqzr79] {
    text-align: left;
}

.wydruk-tabela col.col-lp[b-q8kuhqzr79] { width: 3.5%; }
.wydruk-tabela col.col-nrhod[b-q8kuhqzr79] { width: 6.5%; }
.wydruk-tabela col.col-nazwisko[b-q8kuhqzr79] { width: 18%; }
.wydruk-tabela col.col-sek[b-q8kuhqzr79] { width: 5%; }
.wydruk-tabela col.col-obraczka[b-q8kuhqzr79] { width: 21%; }
.wydruk-tabela col.col-plec[b-q8kuhqzr79] { width: 6.5%; }
.wydruk-tabela col.col-konk[b-q8kuhqzr79] { width: 5.5%; }
.wydruk-tabela col.col-coef[b-q8kuhqzr79] { width: 9%; }
.wydruk-tabela col.col-km[b-q8kuhqzr79] { width: 10%; }
.wydruk-tabela col.col-loty[b-q8kuhqzr79] { width: 15%; }

.wydruk-tabela td.col-obraczka[b-q8kuhqzr79] {
    white-space: nowrap;
}

.wydruk-tabela td.col-loty[b-q8kuhqzr79] {
    text-align: left;
    white-space: normal;
    word-break: break-word;
}

@media print {
    .no-print[b-q8kuhqzr79] {
        display: none !important;
    }
}
/* /Components/Pages/Ustawienia/MistrzostwoKategoriaWydruk.razor.rz.scp.css */
.wydruk[b-7u04n3rk3h] {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.85rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    color: #000;
    background: #fff;
}

.wydruk-tytul[b-7u04n3rk3h] {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.wydruk-tabela[b-7u04n3rk3h] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.wydruk-tabela th[b-7u04n3rk3h],
.wydruk-tabela td[b-7u04n3rk3h] {
    border: 1px solid #000;
    padding: 0.25rem 0.5rem;
    text-align: center;
    font-size: 0.85rem;
}

.wydruk-tabela td.text-left[b-7u04n3rk3h],
.wydruk-tabela th.text-left[b-7u04n3rk3h] {
    text-align: left;
}

@media print {
    .no-print[b-7u04n3rk3h] {
        display: none !important;
    }
}
