/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0yxlneaoi2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0yxlneaoi2] {
    flex: 1;
}

.sidebar[b-0yxlneaoi2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0yxlneaoi2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0yxlneaoi2]  a:hover, .top-row[b-0yxlneaoi2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0yxlneaoi2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0yxlneaoi2] {
        justify-content: space-between;
    }

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0yxlneaoi2] {
        flex-direction: row;
    }

    .sidebar[b-0yxlneaoi2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0yxlneaoi2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0yxlneaoi2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0yxlneaoi2], article[b-0yxlneaoi2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0yxlneaoi2] {
    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-0yxlneaoi2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eqbgyq3xn3] {
    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.1);
    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.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-eqbgyq3xn3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eqbgyq3xn3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eqbgyq3xn3] {
    font-size: 1.1rem;
}

.bi[b-eqbgyq3xn3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-people[b-eqbgyq3xn3] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.629 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002A.274.274 0 0 1 15 13H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");
}

.bi-list-ul[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-ul' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-envelope[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z'/%3E%3C/svg%3E");
}

.bi-bar-chart[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z'/%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v8h4V4zm0-1V2a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6zM2 14V4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1zm1-10h10v9H3V4z'/%3E%3C/svg%3E");
}

.bi-gear[b-eqbgyq3xn3] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-1.377 2.114-.944l.12.04c.584.195 1.223.195 1.807 0l.12-.04c.686-.433 1.868.109 2.114.944l.04.12c.195.584.195 1.223 0 1.807l-.04.12c-.246.835-1.428 1.377-2.114.944l-.12-.04c-.584-.195-1.223-.195-1.807 0l-.12.04c-.686.433-1.868-.109-2.114-.944l-.04-.12a2.582 2.582 0 0 1 0-1.807l.04-.12z'/%3E%3C/svg%3E");
}

.bi-clock-history[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1 7 7 0 0 0 1 8a7 7 0 0 0 7 7 7 7 0 0 0 6.516-4.515l-1.242-1.242A5.5 5.5 0 0 1 8 13.5a5.5 5.5 0 0 1-5.5-5.5A5.5 5.5 0 0 1 8 2.5a5.5 5.5 0 0 1 3.096 1.047L12.5 2.5a7 7 0 0 0-4.015-1.481z'/%3E%3Cpath d='M7.5 4.5a.5.5 0 0 0-1 0v3.276L4.5 9.276a.5.5 0 0 0 .707.707l2.5-2.5A.5.5 0 0 0 7.5 8V4.5z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V1H9.5z'/%3E%3C/svg%3E");
}

.nav-item[b-eqbgyq3xn3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eqbgyq3xn3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eqbgyq3xn3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eqbgyq3xn3]  .nav-link, .nav-item[b-eqbgyq3xn3]  a {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-decoration: none;
    }

.nav-item[b-eqbgyq3xn3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-eqbgyq3xn3]  .nav-link:hover, .nav-item[b-eqbgyq3xn3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-eqbgyq3xn3] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eqbgyq3xn3] {
    display: flex;
}

.nav-scrollable nav[b-eqbgyq3xn3] {
    flex: 1;
}

.nav-footer[b-eqbgyq3xn3] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.nav-footer small[b-eqbgyq3xn3] {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.75rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eqbgyq3xn3] {
        display: none;
    }

    .nav-scrollable[b-eqbgyq3xn3] {
        /* Never collapse the sidebar for wide screens */
        display: flex;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7583isvu43],
.components-reconnect-repeated-attempt-visible[b-7583isvu43],
.components-reconnect-failed-visible[b-7583isvu43],
.components-pause-visible[b-7583isvu43],
.components-resume-failed-visible[b-7583isvu43],
.components-rejoining-animation[b-7583isvu43] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7583isvu43] {
    display: block;
}


#components-reconnect-modal[b-7583isvu43] {
    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-7583isvu43 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7583isvu43 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7583isvu43]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7583isvu43 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7583isvu43 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7583isvu43 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7583isvu43] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7583isvu43] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7583isvu43] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7583isvu43] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7583isvu43] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7583isvu43] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7583isvu43] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7583isvu43 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7583isvu43] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7583isvu43 {
    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;
    }
}
