/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wyjz6zp2yw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wyjz6zp2yw] {
    flex: 1;
    background-color: #faf6ef;
}

.sidebar[b-wyjz6zp2yw] {
    background: linear-gradient(180deg, #2e2a26 0%, #3d3632 100%);
}

.top-row[b-wyjz6zp2yw] {
    background-color: #faf6ef;
    border-bottom: 1px solid #e8e0d4;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wyjz6zp2yw]  a, .top-row[b-wyjz6zp2yw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #7a7268;
    }

    .top-row[b-wyjz6zp2yw]  a:hover, .top-row[b-wyjz6zp2yw]  .btn-link:hover {
        text-decoration: underline;
        color: #527a58;
    }

    .top-row[b-wyjz6zp2yw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wyjz6zp2yw] {
        justify-content: space-between;
    }

    .top-row[b-wyjz6zp2yw]  a, .top-row[b-wyjz6zp2yw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wyjz6zp2yw] {
        flex-direction: row;
    }

    .sidebar[b-wyjz6zp2yw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wyjz6zp2yw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wyjz6zp2yw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wyjz6zp2yw], article[b-wyjz6zp2yw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wyjz6zp2yw] {
    color-scheme: light only;
    background: #fdf5e0;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(62, 50, 38, 0.15);
    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: #3a3530;
}

    #blazor-error-ui .dismiss[b-wyjz6zp2yw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-phzt3xg0de] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-phzt3xg0de] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-phzt3xg0de] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand[b-phzt3xg0de] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bi[b-phzt3xg0de] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.8;
}

.bi-house-door-fill-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-droplet-fill-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-droplet-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c-.75 2.503-2.254 4.176-3.568 5.638C3.122 7.096 2 8.345 2 10a6 6 0 0 0 6 6'/%3E%3C/svg%3E");
}

.bi-droplet-half-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-droplet-half' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.171 4.025C3.611 5.676 3 7.18 3 10a5 5 0 0 0 5 5V1.826a.932.932 0 0 0-.377-.005z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-phzt3xg0de] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-phzt3xg0de] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-phzt3xg0de] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-phzt3xg0de] {
        padding-bottom: 1rem;
    }

    .nav-item[b-phzt3xg0de]  .nav-link {
        color: #c5b9a8;
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 600;
        transition: all 0.2s ease;
    }

.nav-item[b-phzt3xg0de]  a.active {
    background-color: rgba(107, 143, 113, 0.35);
    color: #e8f0e5;
}

.nav-item[b-phzt3xg0de]  a.active .bi {
    opacity: 1;
}

.nav-item[b-phzt3xg0de]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #f0ebe3;
}

.nav-scrollable[b-phzt3xg0de] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-phzt3xg0de] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-phzt3xg0de] {
        display: none;
    }

    .nav-scrollable[b-phzt3xg0de] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-szxgsgcjaq],
.components-reconnect-repeated-attempt-visible[b-szxgsgcjaq],
.components-reconnect-failed-visible[b-szxgsgcjaq],
.components-pause-visible[b-szxgsgcjaq],
.components-resume-failed-visible[b-szxgsgcjaq],
.components-rejoining-animation[b-szxgsgcjaq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-retrying[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-failed[b-szxgsgcjaq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-szxgsgcjaq] {
    display: block;
}


#components-reconnect-modal[b-szxgsgcjaq] {
    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-szxgsgcjaq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-szxgsgcjaq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-szxgsgcjaq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-szxgsgcjaq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-szxgsgcjaq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-szxgsgcjaq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-szxgsgcjaq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-szxgsgcjaq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-szxgsgcjaq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-szxgsgcjaq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-szxgsgcjaq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-szxgsgcjaq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-szxgsgcjaq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-szxgsgcjaq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-szxgsgcjaq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-szxgsgcjaq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-szxgsgcjaq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-szxgsgcjaq {
    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;
    }
}
