/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0ub1g8931a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ub1g8931a] {
    flex: 1;
}

.top-row[b-0ub1g8931a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-links[b-0ub1g8931a] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.auth-actions[b-0ub1g8931a] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (orientation: landscape) and (max-height: 500px) {
    .top-row[b-0ub1g8931a] {
        height: 2.75rem;
    }

    .fs-3[b-0ub1g8931a] {
        font-size: 1.1rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.ll-navmenu[b-yott0k7ksm] {
    min-height: 100%;
}

.ll-navmenu-link[b-yott0k7ksm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    font-weight: 700;
}

.ll-navmenu-icon[b-yott0k7ksm] {
    width: 1.75rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
}

.ll-navmenu-text[b-yott0k7ksm] {
    white-space: nowrap;
}

.ll-navmenu-bottom[b-yott0k7ksm] {
    padding-bottom: 0.5rem;
}
.ll-navmenu-brand[b-yott0k7ksm] {
    font-weight: 800;
    letter-spacing: 0.03em;
}

.ll-navmenu-header[b-yott0k7ksm] {
    user-select: none;
}
/* /Components/Layout/NoLayout.razor.rz.scp.css */
.page[b-6yxhnbfyjm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6yxhnbfyjm] {
    flex: 1;
}

.sidebar[b-6yxhnbfyjm] {
    background-color: black !important;
}

/* Top row now has left + right sections */
.top-row[b-6yxhnbfyjm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; /* was flex-end */
}

.left-links[b-6yxhnbfyjm] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Right side: auth items inline */
.auth-actions[b-6yxhnbfyjm] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .auth-actions .nav-item[b-6yxhnbfyjm] {
        display: flex;
        align-items: center;
    }

    .auth-actions form[b-6yxhnbfyjm] {
        margin: 0;
    }

/* Make the logout button look like a link to match NavLink */
.btn-as-link[b-6yxhnbfyjm] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .btn-as-link:hover[b-6yxhnbfyjm] {
        text-decoration: underline;
    }

/* Keep your existing deep selectors for links */
.top-row[b-6yxhnbfyjm]  a, .top-row[b-6yxhnbfyjm]  .btn-link, .top-row .btn-as-link[b-6yxhnbfyjm] {
    white-space: nowrap;
    text-decoration: none;
}

    /* Hover underline for links + button-like link */
    .top-row[b-6yxhnbfyjm]  a:hover,
    .top-row[b-6yxhnbfyjm]  .btn-link:hover,
    .top-row .btn-as-link:hover[b-6yxhnbfyjm] {
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .top-row[b-6yxhnbfyjm] {
        padding-inline: 1rem;
    }

    .left-links[b-6yxhnbfyjm] {
        gap: 0.75rem;
    }

    .auth-actions[b-6yxhnbfyjm] {
        gap: 0.75rem;
    }
}

@media (min-width: 641px) {
    .page[b-6yxhnbfyjm] {
        flex-direction: row;
    }

    .sidebar[b-6yxhnbfyjm] {
        position: sticky;
        top: 0;
        /* bottom: 0;
        left: 0;*/
        /*width: 250px;*/
    }

    .top-row[b-6yxhnbfyjm] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-6yxhnbfyjm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Blazor error UI stays the same… */
#blazor-error-ui[b-6yxhnbfyjm] { /* existing styles */
}

    #blazor-error-ui .dismiss[b-6yxhnbfyjm] { /* existing styles */
    }
/* /Components/Layout/StaticLayout.razor.rz.scp.css */
.page[b-d8zd157sp4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d8zd157sp4] {
    flex: 1;
}

.sidebar[b-d8zd157sp4] {
    background-color: black !important;
}

/* Top row now has left + right sections */
.top-row[b-d8zd157sp4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; /* was flex-end */
}

.left-links[b-d8zd157sp4] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Right side: auth items inline */
.auth-actions[b-d8zd157sp4] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .auth-actions .nav-item[b-d8zd157sp4] {
        display: flex;
        align-items: center;
    }

    .auth-actions form[b-d8zd157sp4] {
        margin: 0;
    }

/* Make the logout button look like a link to match NavLink */
.btn-as-link[b-d8zd157sp4] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .btn-as-link:hover[b-d8zd157sp4] {
        text-decoration: underline;
    }

/* Keep your existing deep selectors for links */
.top-row[b-d8zd157sp4]  a, .top-row[b-d8zd157sp4]  .btn-link, .top-row .btn-as-link[b-d8zd157sp4] {
    white-space: nowrap;
    text-decoration: none;
}

    /* Hover underline for links + button-like link */
    .top-row[b-d8zd157sp4]  a:hover,
    .top-row[b-d8zd157sp4]  .btn-link:hover,
    .top-row .btn-as-link:hover[b-d8zd157sp4] {
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .top-row[b-d8zd157sp4] {
        padding-inline: 1rem;
    }

    .left-links[b-d8zd157sp4] {
        gap: 0.75rem;
    }

    .auth-actions[b-d8zd157sp4] {
        gap: 0.75rem;
    }
}

@media (min-width: 641px) {
    .page[b-d8zd157sp4] {
        flex-direction: row;
    }

    .sidebar[b-d8zd157sp4] {
        position: sticky;
        top: 0;
        /* bottom: 0;
        left: 0;*/
        /*width: 250px;*/
    }

    .top-row[b-d8zd157sp4] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-d8zd157sp4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Blazor error UI stays the same… */
#blazor-error-ui[b-d8zd157sp4] { /* existing styles */
}

    #blazor-error-ui .dismiss[b-d8zd157sp4] { /* existing styles */
    }
/* /Components/Pages/LandingPage.razor.rz.scp.css */
.landing-outer[b-0wumebxmjr] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: #fff;
}

    .landing-outer[b-0wumebxmjr]::before {
        content: "";
        position: absolute;
        inset: 0;
        /* background: linear-gradient(180deg, rgba(31,155,207,0.08), rgba(31,155,207,0.02)); */
        pointer-events: none;
        z-index: 0;
    }

.landing-content[b-0wumebxmjr] {
    position: relative;
    z-index: 1;
    min-height: 100%;
}

.hero[b-0wumebxmjr] {
    position: relative;
    /*  background: linear-gradient(180deg, #f8fafc, #eef6fb); */
    display: flex;
    align-items: center;
    min-height: 80vh;
}

.hero-img img[b-0wumebxmjr] {
    max-height: 75vh;
    object-fit: cover;
    border-radius: 0 !important;
    max-width: 100%;
}

.feature-card[b-0wumebxmjr] {
    border-radius: 0;
    box-shadow: 0 6px 24px rgba(18, 38, 63, 0.08);
    background-color: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .feature-card:hover[b-0wumebxmjr] {
        transform: translateY(-3px);
        box-shadow: 0 8px 28px rgba(18,38,63,0.12);
    }

.cta-btn[b-0wumebxmjr] {
    transition: transform .15s ease, box-shadow .15s ease;
}

    .cta-btn:hover[b-0wumebxmjr] {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(31,155,207,0.25);
    }
/* /Components/Pages/Livestock/Shared/LineageLine.razor.rz.scp.css */
.vl-l[b-u5xftyh6s5] {
    border-left: 6px solid black;
    height: 100px;
}

.vl-r[b-u5xftyh6s5] {
    border-right: 6px solid black;
    height: 100px;
}

.vl-b[b-u5xftyh6s5] {
    border-bottom: 6px solid black;
    height: 100px;
}

.vl-t[b-u5xftyh6s5] {
    border-top: 6px solid black;
    height: 100px;
}

.vl-tr[b-u5xftyh6s5] {
    border-top: 6px solid black;
    border-right: 6px solid black;
    height: 100px;
}

.vl-tl[b-u5xftyh6s5] {
    border-top: 6px solid black;
    border-left: 6px solid black;
    height: 100px;
}

.vl-br[b-u5xftyh6s5] {
    border-bottom: 6px solid black;
    border-right: 6px solid black;
    height: 100px;
}

.vl-bl[b-u5xftyh6s5] {
    border-bottom: 6px solid black;
    border-left: 6px solid black;
    height: 100px;
}

/* 👇 Inverse: Hide borders only before md */
@media (max-width: 767.98px) {
    .vl-l[b-u5xftyh6s5],
    .vl-r[b-u5xftyh6s5],
    .vl-b[b-u5xftyh6s5],
    .vl-t[b-u5xftyh6s5],
    .vl-tr[b-u5xftyh6s5],
    .vl-tl[b-u5xftyh6s5],
    .vl-br[b-u5xftyh6s5],
    .vl-bl[b-u5xftyh6s5] {
        border: none !important;
        height: 0px;
    }
}
/* /Components/Shared/Livestock/ScanInput.razor.rz.scp.css */
.fade-pulse[b-ee3pp4vk1q] {
    animation: fadePulse-b-ee3pp4vk1q 1.6s ease-in-out infinite;
}

@keyframes fadePulse-b-ee3pp4vk1q {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */

.components-reconnect-first-attempt-visible[b-p9dvtkkc04],
.components-reconnect-repeated-attempt-visible[b-p9dvtkkc04],
.components-reconnect-failed-visible[b-p9dvtkkc04],
.components-pause-visible[b-p9dvtkkc04],
.components-resume-failed-visible[b-p9dvtkkc04],
.components-rejoining-animation[b-p9dvtkkc04] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-retrying[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-failed[b-p9dvtkkc04],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p9dvtkkc04] {
    display: block;
}


#components-reconnect-modal[b-p9dvtkkc04] {
    border: none !important;
    border-radius: 0 !important;
    padding: 0;
    margin: 20vh auto;
    outline: none;
    background: transparent;
    box-shadow: none;
    width: 20rem;
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-p9dvtkkc04 0.5s both;
}

    #components-reconnect-modal:focus[b-p9dvtkkc04],
    #components-reconnect-modal:focus-visible[b-p9dvtkkc04] {
        outline: none;
    }

    #components-reconnect-modal[open][b-p9dvtkkc04] {
        animation: components-reconnect-modal-slideUp-b-p9dvtkkc04 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p9dvtkkc04 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

    #components-reconnect-modal[b-p9dvtkkc04]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-p9dvtkkc04 0.5s ease-in-out;
        opacity: 1;
    }


.components-reconnect-container[b-p9dvtkkc04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 2rem;
    border-radius: 0; 
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
}

#components-reconnect-modal p[b-p9dvtkkc04] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p9dvtkkc04] {
    border: 0;
    background-color: black;
    color: white;
    padding: 4px 24px;
    cursor: pointer;
}

    #components-reconnect-modal button:hover[b-p9dvtkkc04] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p9dvtkkc04] {
        background-color: #6b9ed2;
    }


.components-rejoining-animation[b-p9dvtkkc04] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p9dvtkkc04] {
        position: absolute;
        border: 3px solid black;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p9dvtkkc04 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p9dvtkkc04] {
            animation-delay: -0.5s;
        }


@keyframes components-rejoining-animation-b-p9dvtkkc04 {
    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: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@keyframes components-reconnect-modal-slideUp-b-p9dvtkkc04 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p9dvtkkc04 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p9dvtkkc04 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Shared/Toasts/ToastContainer.razor.rz.scp.css */
.toast[b-dw95mmgqfc] {
    overflow: hidden;
}

.toast-progress[b-dw95mmgqfc] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.15);
}

.toast-progress-bar[b-dw95mmgqfc] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform-origin: right;
    animation: toast-bar-shrink-b-dw95mmgqfc linear forwards;
}

.toast-progress-success[b-dw95mmgqfc] {
    background-color: var(--bs-success);
}

.toast-progress-error[b-dw95mmgqfc] {
    background-color: var(--bs-danger);
}

.toast-progress-warning[b-dw95mmgqfc] {
    background-color: var(--bs-warning);
}

.toast-progress-info[b-dw95mmgqfc] {
    background-color: var(--bs-info);
}
.toast-progress-primary[b-dw95mmgqfc] {
    background-color: var(--bs-primary);
}
/* Animation */
@keyframes toast-bar-shrink-b-dw95mmgqfc {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}
/* /Components/Shared/TurboTable.razor.rz.scp.css */
