@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-weymkqkqw3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-weymkqkqw3] {
    background-color: #000;
    border-bottom: 1px solid #dc143c;
}

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

article[b-weymkqkqw3] {
    padding-top: 1rem;
}

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

    #blazor-error-ui .dismiss[b-weymkqkqw3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-xcbneclpev] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
}

.navbar-brand[b-xcbneclpev] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #dc143c !important;
    text-decoration: none;
    margin-right: auto;
}

.nav-links[b-xcbneclpev] {
    display: none;
    gap: 0.25rem;
}

[b-xcbneclpev] .nav-link {
    color: #999;
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: color 0.2s, background-color 0.2s;
}

[b-xcbneclpev] .nav-link:hover {
    background-color: rgba(220, 20, 60, 0.1);
    color: #dc143c;
}

[b-xcbneclpev] .nav-link.active {
    background-color: rgba(220, 20, 60, 0.2);
    color: #dc143c;
}

.navbar-toggler[b-xcbneclpev] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    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.5rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked ~ .nav-links[b-xcbneclpev] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 3.25rem;
    right: 1rem;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.5rem;
    z-index: 100;
}

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

    .nav-links[b-xcbneclpev] {
        display: flex;
        flex-direction: row;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-138m4q2odj],
.components-reconnect-repeated-attempt-visible[b-138m4q2odj],
.components-reconnect-failed-visible[b-138m4q2odj],
.components-pause-visible[b-138m4q2odj],
.components-resume-failed-visible[b-138m4q2odj],
.components-rejoining-animation[b-138m4q2odj] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-138m4q2odj {
    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;
    }
}
