@import 'LxHarmony.Client.pbe0wpuaa7.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page-window[b-adypg5yiv6]
{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-template-rows: 30% 40% 40%;
    grid-template-areas: "l a r" "l c r" "l b r";
    align-items: center;
}

.inner[b-adypg5yiv6]{
    grid-area: c;
    display: grid;
    grid-template-columns: 100%;
}

.header[b-adypg5yiv6]{
    grid-area: a;
    text-align: center;
}
/* /Components/Account/Pages/Manage/ChangeAvatar.razor.rz.scp.css */
.avatar-window[b-gtm8nve2y8]{
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 40% 40% 1fr;
    grid-column-gap: 1%;
}

.avatar-display[b-gtm8nve2y8]{
    max-width: 256px;
    max-height: 256px;
}

.avatar-image-window[b-gtm8nve2y8]{
    width: 256px;
    height: 256px;
    border: 1px white solid;
    border-radius: 10px;
}

.avatar-image-window img[b-gtm8nve2y8]{
    border-radius: 10px;
}
/* /Components/Account/Pages/Manage/ChangeTheme.razor.rz.scp.css */
.avatar-window[b-ikxbyqeqtx]{
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 40% 40% 1fr;
    grid-column-gap: 1%;
}

.avatar-display[b-ikxbyqeqtx]{
    max-width: 256px;
    max-height: 256px;
}

.avatar-image-window[b-ikxbyqeqtx]{
    width: 256px;
    height: 256px;
    border: 1px white solid;
    border-radius: 10px;
}

.avatar-image-window img[b-ikxbyqeqtx]{
    border-radius: 10px;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.profile-window[b-3q89pewtq3]{
    display: grid;
    grid-template-columns: 25% 50% 25%;
    align-items: center;
}
/* /Components/Chat/Pages/ChannelsOverview.razor.rz.scp.css */
.channels-overview-window[b-jhgob8ye0t] {
    display: grid;
    min-height: 60vh;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
}

.channels-display-window[b-jhgob8ye0t] {
    display: grid;
    grid-auto-rows: 3rem;
    grid-template-columns: 100%;
    grid-row-gap: 1rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.group-overview[b-jhgob8ye0t] {
    cursor: pointer;
    user-select: none;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr auto;
    grid-column-gap: 1rem;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
    border: 1px solid black;
    border-radius: 8px;
}

.group-display-name[b-jhgob8ye0t] {
    background-color: rgba(128, 128, 128, 0.33);
    border-radius: 8px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.group-delete-button[b-jhgob8ye0t] {
    margin-top: 0.33rem;
    margin-bottom: 0.33rem;
    border-radius: 5px;
}

.group-overview:hover[b-jhgob8ye0t]{
    border: 3px solid black;
}

/* /Components/User/Pages/UserOverview.razor.rz.scp.css */
.user-display-window[b-5u4ll7qloj]{
    display: grid;
    grid-template-columns: 100%;
    margin-left: 2rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
}

.user-avatar[b-5u4ll7qloj]{
    max-height: 256px;
    max-width: 256px;
}

.user-avatar img[b-5u4ll7qloj] {
    max-height: 256px;
    max-width: 256px;
    border-radius: 32px;
}
/* /Layouts/Layout/ChatLayout.razor.rz.scp.css */

.top-row[b-g47fyczhec] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

#blazor-error-ui[b-g47fyczhec] {
    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-g47fyczhec] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Layouts/Layout/MainLayout.razor.rz.scp.css */
.page[b-414d3s7uqo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-414d3s7uqo] {
    flex: 1;
}

.sidebar[b-414d3s7uqo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-414d3s7uqo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

#blazor-error-ui[b-414d3s7uqo] {
    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-414d3s7uqo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.top-row[b-414d3s7uqo]  a, .top-row[b-414d3s7uqo]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-414d3s7uqo]  a:hover, .top-row[b-414d3s7uqo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-414d3s7uqo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-414d3s7uqo] {
        justify-content: space-between;
    }

        .top-row[b-414d3s7uqo]  a, .top-row[b-414d3s7uqo]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-414d3s7uqo] {
        flex-direction: row;
    }

    .sidebar[b-414d3s7uqo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-414d3s7uqo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    
    .top-row[b-414d3s7uqo], article[b-414d3s7uqo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layouts/Layout/ManageLayout.razor.rz.scp.css */
.account-split-view[b-huhaxbx15e]{
    display: grid;
    grid-template-columns: 15% 80%;
    grid-template-rows: 100%;
    grid-column-gap: 2%;
    margin-left: 1%;
}
/* /Layouts/NavMenus/GroupNavMenu.razor.rz.scp.css */
.nav-item[b-xi0b10inq2]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-xi0b10inq2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xi0b10inq2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /Layouts/NavMenus/NavMenu.razor.rz.scp.css */
.nav-div[b-fhphctzto9]  .nav-link {
    color: #d7d7d7;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-fhphctzto9] .nav-link {
    align-items: center;
    text-align: center;
}

.nav-div[b-fhphctzto9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-div[b-fhphctzto9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-div[b-fhphctzto9] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin: 1rem;
    min-width: 5rem;
    background-color: rgba(0,0,0,0.25);
    border: 1px solid darkgray;
    border-radius: 10px;
}

@media (min-width: 700px) {
    nav[b-fhphctzto9] {
        width: 100vw;
        display: grid;
        grid-template-rows: 100%;
        grid-template-areas: "n1 n2 n3 n4 n5 n6 n7 n8 n9 n10";
        grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    }

    .nav-create-user[b-fhphctzto9]{
        grid-area: n1;
    }

    .nav-edit-user[b-fhphctzto9]{
        grid-area: n2;
    }

    .nav-register[b-fhphctzto9]{
        grid-area: n4;
    }

    .nav-channels[b-fhphctzto9]{
        grid-area: n9;
    }

    .nav-profile-button[b-fhphctzto9]{
        grid-area: n10;
    }
}

@media (max-width: 699.9px) {
    nav[b-fhphctzto9] {
        width: 100vw;
        display: grid;
        grid-template-rows: 100%;
        grid-template-areas: "n1 n2 n3 n4";
        grid-template-columns: 25% 25% 25% 25%;
    }

    .nav-channels[b-fhphctzto9] {
        grid-area: n3;
    }

    .nav-profile-button[b-fhphctzto9] {
        grid-area: n4;
    }

    .nav-create-user[b-fhphctzto9] {
        display: none;
    }

    .nav-edit-user[b-fhphctzto9] {
        display: none;
    }

    .nav-register[b-fhphctzto9] {
        display: none;
    }

}
/* /Layouts/Shared/PopupWindow.razor.rz.scp.css */
.window-overlay[b-ecddndxmri]{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    cursor: pointer;
}
/* /Layouts/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7oa1a9fxnn],
.components-reconnect-repeated-attempt-visible[b-7oa1a9fxnn],
.components-reconnect-failed-visible[b-7oa1a9fxnn],
.components-pause-visible[b-7oa1a9fxnn],
.components-resume-failed-visible[b-7oa1a9fxnn],
.components-rejoining-animation[b-7oa1a9fxnn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-retrying[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-failed[b-7oa1a9fxnn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7oa1a9fxnn] {
    display: block;
}


#components-reconnect-modal[b-7oa1a9fxnn] {
    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-7oa1a9fxnn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7oa1a9fxnn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7oa1a9fxnn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7oa1a9fxnn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7oa1a9fxnn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7oa1a9fxnn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7oa1a9fxnn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7oa1a9fxnn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7oa1a9fxnn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7oa1a9fxnn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7oa1a9fxnn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7oa1a9fxnn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7oa1a9fxnn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7oa1a9fxnn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7oa1a9fxnn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7oa1a9fxnn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7oa1a9fxnn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7oa1a9fxnn {
    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;
    }
}
