/* _content/EMPCoRequestPortal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pib5wjhn7c] {
    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-pib5wjhn7c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.portal-shell[b-pib5wjhn7c] {
    min-height: 100vh;
    background: #080b1c;
    color: #e8ecf5;
}

.portal-top-strip[b-pib5wjhn7c],
.portal-header[b-pib5wjhn7c] {
    background: linear-gradient(to right, #e9c9d6, #c9d6e0, #e6cdd4);
}

.portal-top-strip[b-pib5wjhn7c] {
    height: .375rem;
}

.portal-header[b-pib5wjhn7c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 2.25rem;
    padding: 1rem 2.5rem;
    color: #1a1f36;
}

.portal-brand[b-pib5wjhn7c] {
    margin-right: .5rem;
    color: #1a1f36;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -.025em;
    text-decoration: none;
}

.portal-navigation[b-pib5wjhn7c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1.75rem;
    font-size: .875rem;
    font-weight: 500;
}

.top-nav[b-pib5wjhn7c] {
    color: #2a2f4a;
    text-decoration: none;
}

.top-nav:hover[b-pib5wjhn7c],
.top-nav.active[b-pib5wjhn7c] {
    color: #11162d
}

.nav-caret[b-pib5wjhn7c] {
    font-size: 10px;
}

.theme-toggle[b-pib5wjhn7c] {
    width: 52px;
    height: 24px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.5);
    border-radius:9999px;
    background: rgba(90, 120, 220, .85);
    padding: 2px;
}

.theme-toggle-knob[b-pib5wjhn7c] {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    transform: translateX(24px);

}

@media (max-width: 1023px) {
    .portal-header[b-pib5wjhn7c] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
/* _content/EMPCoRequestPortal.Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-65c48gh37k],
.components-reconnect-repeated-attempt-visible[b-65c48gh37k],
.components-reconnect-failed-attempt-visible[b-65c48gh37k],
.components-pause-visible[b-65c48gh37k],
.components-resume-failed-visible[b-65c48gh37k],
.components-rejoining-animation[b-65c48gh37k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-retrying[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-65c48gh37k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-65c48gh37k],
#components-reconnect-modal.components-reconnect[b-65c48gh37k],
#components-reconnect-modal.components-reconnect .components-reconnect-failed-visible[b-65c48gh37k] {
    display: block;
}

#components-reconnect-modal[b-65c48gh37k] {
    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;
    animation: components-reconnect-modal-fadeOutOpacity-b-65c48gh37k 0.5s both;
}

#components-reconnect-modal[b-65c48gh37k]::backdrop {
    background-color: rgba(0,0,0,0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-65c48gh37k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-65c48gh37k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-65c48gh37k {
    0% {
        opacity : 0;
    }

    100% {
        opacity : 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-65c48gh37k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-65c48gh37k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-65c48gh37k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-65c48gh37k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-65c48gh37k]{
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-65c48gh37k] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-65c48gh37k] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-65c48gh37k] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-65c48gh37k 1.5s cubic-bezier(0,0.2,0.8,1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-65c48gh37k] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-65c48gh37k {
    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: 1;
    }
}
/* _content/EMPCoRequestPortal.Web/Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-kgidfgj7dz] {
    position: relative;
    overflow: hidden;
    padding: 70px 40px 90px;
}

.home-hero-content[b-kgidfgj7dz] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 3.5rem;
    max-width: 80rem;
    margin: 0 auto;
}

.home-tittle[b-kgidfgj7dz] {
    margin: 0;
    color: #fff;
    font-size: clamp(2.75rem, 5vw, 3.25rem);
    font-weight: 400;
    line-height: 1.05;
    text-shadow: 0 2px 20px rgba(0,0,0, .3);
}

.home-description[b-kgidfgj7dz] {
    max-width: 480px;
    margin: 1.5rem 0 0;
    color: rgba(255,255,255, .85);
    font-size: 1rem;
    line-height: 1.625;
}

.home-cta[b-kgidfgj7dz] {
    display: inline-block;
    margin-top: 2rem;
    border-radius: .375rem;
    background: #1a88ff;
    padding: .75rem 1.5rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(26, 136, 255, .4);
}

.home-cta:hover[b-kgidfgj7dz] {
    background: #3fa9ff;
}

.hero-backgroud[b-kgidfgj7dz] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 500px at 20% 10%, #8b6fd6 0%, transparent 55%),
        radial-gradient(1000px 600px at 75% 40%, #8b6fd6 0%, transparent 50%),
        linear-gradient(120deg, #3a2d6e, #2a2f6e 45%, #1a2025);
    opacity: .95;
}

.open-requests-card[b-kgidfgj7dz] {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .75rem;
    background: rgba(20,22,38,.75);
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(0,0,0, .4);
    backdrop-filter: blur(6px);
}

.browser-dots[b-kgidfgj7dz] {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.25rem;
}

.browser-dots span[b-kgidfgj7dz] {
    width: .75rem;
    height: .75rem;
    border-radius: 9999px;
    background: rgba(255,255,255,.25);
}

.open-requests-header[b-kgidfgj7dz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.open-requests-empty[b-kgidfgj7dz] {
    border: 1px solid rgba(255,255,255, .1);
    border-radius: .5rem;
    padding: 2.75rem;
    color: rgba(255,255,255,.7);
    text-align: center
}

.services-section[b-kgidfgj7dz] {
    background: linear-gradient(to bottom, #0f1533, #0a0d1f);
    padding: 1.5rem 40px 6rem;
}

.services-container[b-kgidfgj7dz] {
    max-width: 80rem;
    margin: 0 auto;
}

.services-heading[b-kgidfgj7dz] {
    display: inline-block;
    margin-bottom: 2rem;
}

.services-heading h2[b-kgidfgj7dz] {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.services-heading div[b-kgidfgj7dz] {
    width: 70px;
    height: 3px;
    margin-top: .5rem;
    border-radius: 2px;
    background: #1a88ff;
}

.services-grid[b-kgidfgj7dz] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
}

.service-card[b-kgidfgj7dz] {
    background: linear-gradient(160deg, rgba(20,40,80,.55), rgba(18,24,50,.55));
    border: 1px solid rgba(80,110,190,.25);
    border-radius: .625rem;
    padding: 1.625rem 1.125rem 1.25rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0, .25);
}

@media (max-width: 1023px) {
    .home-hero-content[b-kgidfgj7dz]{
        grid-template-columns: 1fr;
    }

    .services-grid[b-kgidfgj7dz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 639px){
    .home-hero[b-kgidfgj7dz],
    .services-section[b-kgidfgj7dz] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .services-grid[b-kgidfgj7dz] {
        grid-template-columns: 1fr;
    }
}
