@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
h1[b-iezcfzouil], h5[b-iezcfzouil] {text-align: center;}
.link[b-iezcfzouil] {
    text-decoration: none;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.profile-picture-section[b-n7ayoy4i4k] {
    margin-bottom: 24px;
}

.profile-picture-label[b-n7ayoy4i4k] {
    display: block;
    margin-bottom: 12px;
}
/* /Components/Account/Pages/Manage/ProfilePictureUpload.razor.rz.scp.css */
.pic-avatar-row[b-fp0jpivkx5] {
    gap: 16px;
}

.pic-avatar-img[b-fp0jpivkx5] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--accent-fill-rest);
}

.pic-avatar-initials[b-fp0jpivkx5] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--accent-fill-rest);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    user-select: none;
}

.pic-button-col[b-fp0jpivkx5] {
    gap: 8px;
}

.pic-file-input-hidden[b-fp0jpivkx5] {
    display: none;
}

.pic-crop-container[b-fp0jpivkx5] {
    max-width: 420px;
}

.pic-crop-hint[b-fp0jpivkx5] {
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--neutral-foreground-hint);
}

.pic-crop-preview-wrapper[b-fp0jpivkx5] {
    max-height: 350px;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.pic-crop-preview-img[b-fp0jpivkx5] {
    display: block;
    max-width: 100%;
}

.pic-crop-actions[b-fp0jpivkx5] {
    gap: 8px;
    margin-top: 12px;
}

.pic-error-bar[b-fp0jpivkx5] {
    margin-top: 8px;
}
/* /Components/Dialogs/ImageViewer.razor.rz.scp.css */
img[b-9flhh42ik3] {
    max-width: 82vw;
    max-height: 75vh;
    object-fit: scale-down;
}

h3[b-9flhh42ik3] {
    margin-bottom: 0;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3t64irqft4],
.components-reconnect-repeated-attempt-visible[b-3t64irqft4],
.components-reconnect-failed-visible[b-3t64irqft4],
.components-pause-visible[b-3t64irqft4],
.components-resume-failed-visible[b-3t64irqft4],
.components-rejoining-animation[b-3t64irqft4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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