@import '_content/Thor.BlazorUI/Thor.BlazorUI.ps9od4u334.bundle.scp.css';

/* /Components/Layout/EmptyLayout.razor.rz.scp.css */


.divEmptyLayout[b-lnqjayp1fk]
{    
    width:100vw;
    height:100vh;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */




.divThorBody[b-puz1vp40du] {
    padding: 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.divThorPageVertical[b-puz1vp40du] {
    width: 100%;
    overflow: hidden;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j7oyvjxc0n],
.components-reconnect-repeated-attempt-visible[b-j7oyvjxc0n],
.components-reconnect-failed-visible[b-j7oyvjxc0n],
.components-pause-visible[b-j7oyvjxc0n],
.components-resume-failed-visible[b-j7oyvjxc0n],
.components-rejoining-animation[b-j7oyvjxc0n] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-retrying[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-failed[b-j7oyvjxc0n],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j7oyvjxc0n] {
    display: block;
}


#components-reconnect-modal[b-j7oyvjxc0n] {
    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-j7oyvjxc0n 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j7oyvjxc0n 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j7oyvjxc0n 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j7oyvjxc0n]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j7oyvjxc0n 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j7oyvjxc0n {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j7oyvjxc0n {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j7oyvjxc0n {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j7oyvjxc0n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j7oyvjxc0n] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j7oyvjxc0n] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j7oyvjxc0n] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j7oyvjxc0n] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j7oyvjxc0n] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j7oyvjxc0n] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j7oyvjxc0n 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j7oyvjxc0n] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j7oyvjxc0n {
    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/Login.razor.rz.scp.css */


:root[b-1nszt02hd6] {
    --bg: #14161c;
    --card: #1c2029;
    --text: #e3e6ee;
    --muted: #9aa2b1;
    --border: #fe3442;
    --accent: #4b6cff;
}

*[b-1nszt02hd6] {
    box-sizing: border-box;
    font-family: "Segoe UI", system-ui, sans-serif;
}

body[b-1nszt02hd6] {
    margin: 0;
    height: 100vh;
    background: var(--bg);
    color: var(--text);
}

.login-container[b-1nszt02hd6] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 13vh; /* ca 1/3 ned */
    
}

.login-card[b-1nszt02hd6] {
    width: 340px;
    padding: 32px;
    background: var(--card);
    border-radius: 12px;
    border: 2px solid #2e3442 !important;
}

    .login-card h1[b-1nszt02hd6] {
        margin: 0 0 24px;
        text-align: center;
        font-size: 22px;
    }

label[b-1nszt02hd6] {
    font-size: 14px;
    color: var(--muted);
}

input[b-1nszt02hd6] {
    width: 100%;
    height: 42px;
    margin: 6px 0 16px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: #11141a;
    color: var(--text);
}

    input:focus[b-1nszt02hd6] {
        outline: none;
        border-color: var(--accent);
    }

button[b-1nszt02hd6] {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: var(--accent);
    color: white;
    font-size: 15px;
    cursor: pointer;
}

    button:hover[b-1nszt02hd6] {
        filter: brightness(1.1);
    }

.login-footer[b-1nszt02hd6] {
    margin-top: 16px;
    text-align: center;
}

    .login-footer a[b-1nszt02hd6] {
        color: var(--muted);
        text-decoration: none;
        font-size: 13px;
        cursor:pointer;
    }

        .login-footer a:hover[b-1nszt02hd6] {
            color: var(--text);
        }

.labError[b-1nszt02hd6]{
    color:red;
}
