@import 'eProcurement.Buyer.Web.Client.p4ba5n2sj8.bundle.scp.css';
@import '_content/eProcurement.Buyer.AISA/eProcurement.Buyer.AISA.95emxw1p93.bundle.scp.css';
@import '_content/eProcurement.Buyer.SRM/eProcurement.Buyer.SRM.5y57ivskyr.bundle.scp.css';
@import '_content/eProcurement.Shared.Components/eProcurement.Shared.Components.xudflsmcm7.bundle.scp.css';
@import '_content/eProcurement.Shared.Design/eProcurement.Shared.Design.3kr8zhlcfx.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rg9jnsz3tp],
.components-reconnect-repeated-attempt-visible[b-rg9jnsz3tp],
.components-reconnect-failed-visible[b-rg9jnsz3tp],
.components-pause-visible[b-rg9jnsz3tp],
.components-resume-failed-visible[b-rg9jnsz3tp],
.components-rejoining-animation[b-rg9jnsz3tp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-rg9jnsz3tp {
    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/NotFound.razor.rz.scp.css */
/* ── Not found Screen ── */
.main-content.not-found[b-rdxtiyk7ft] {
    margin-top: 0;
    padding: 80px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    box-sizing: border-box;
    min-height: 100vh;
}

.not-found-card[b-rdxtiyk7ft] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 56px 48px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.05);
}

.not-found-icon[b-rdxtiyk7ft] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

    .not-found-icon i[b-rdxtiyk7ft] {
        font-size: 44px;
        color: #e53935;
    }

.not-found-title[b-rdxtiyk7ft] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
}

.not-found-msg[b-rdxtiyk7ft] {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0 0 32px;
}

.not-found-btn[b-rdxtiyk7ft] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(90deg, #0641D8 0%, #2B7DE9 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

    .not-found-btn:hover[b-rdxtiyk7ft] {
        opacity: 0.88;
        color: #ffffff;
    }
/* /Components/Routes.razor.rz.scp.css */
.page[b-77xmkyqba7] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background-color: #F2F2F2;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

/* ── Not found Screen ── */
.not-found[b-77xmkyqba7] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    padding: 80px 24px;
    box-sizing: border-box;
}


.not-found-card[b-77xmkyqba7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 56px 48px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.05);
}

.not-found-icon[b-77xmkyqba7] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

    .not-found-icon i[b-77xmkyqba7] {
        font-size: 44px;
        color: #e53935;
    }

.not-found-title[b-77xmkyqba7] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
}

.not-found-msg[b-77xmkyqba7] {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0 0 32px;
}

.not-found-btn[b-77xmkyqba7] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(90deg, #0641D8 0%, #2B7DE9 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

    .not-found-btn:hover[b-77xmkyqba7] {
        opacity: 0.88;
        color: #ffffff;
    }

/* Wraps main-content + footer, takes the remaining horizontal space */
.content-column[b-77xmkyqba7] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

/* Main Content */
.main-content[b-77xmkyqba7] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    margin-top: 40px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

    .main-content.not-found[b-77xmkyqba7] {
        margin-top: 0;
        padding: 80px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F2F2F2;
        box-sizing: border-box;
    }
