/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2xkfuh1ehi] {
  display: flex;
  flex-direction: column;
  position: relative;
}

main[b-2xkfuh1ehi] {
  flex: 1;
}

.sidebar[b-2xkfuh1ehi] {
  background-image: linear-gradient(180deg, var(--sidebar-gradient-start) 0%, var(--sidebar-gradient-end) 70%);
}

.top-row[b-2xkfuh1ehi] {
  align-items: center;
  background-color: var(--background-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  height: 3.5rem;
  justify-content: flex-end;
}

.top-row[b-2xkfuh1ehi]  a,
.top-row[b-2xkfuh1ehi]  .btn-link,
.top-row[b-2xkfuh1ehi]  form {
  margin-left: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.top-row[b-2xkfuh1ehi]  a:hover,
.top-row[b-2xkfuh1ehi]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-2xkfuh1ehi]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row[b-2xkfuh1ehi] {
    justify-content: space-between;
  }

  .top-row[b-2xkfuh1ehi]  a,
  .top-row[b-2xkfuh1ehi]  .btn-link,
  .top-row[b-2xkfuh1ehi]  form {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-2xkfuh1ehi] {
    flex-direction: row;
  }

  .sidebar[b-2xkfuh1ehi] {
    height: 100vh;
    position: sticky;
    top: 0;
    width: 250px;
  }

  .top-row[b-2xkfuh1ehi] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-2xkfuh1ehi]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-2xkfuh1ehi],
  article[b-2xkfuh1ehi] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-2xkfuh1ehi] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color-scheme: light only;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-2xkfuh1ehi] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ir3g73j2v] {
  appearance: none;
  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);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  width: 3.5rem;
}

.navbar-toggler:checked[b-2ir3g73j2v] {
  background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2ir3g73j2v] {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  min-height: 4.25rem;
}

.navbar-brand[b-2ir3g73j2v] {
  align-items: center;
  color: white;
  display: inline-flex;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-weight: 500;
  gap: 0.7rem;
  letter-spacing: -0.005em;
  line-height: 1;
  text-decoration: none;
}

.navbar-brand-mark[b-2ir3g73j2v] {
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

.navbar-brand-text[b-2ir3g73j2v] {
  line-height: 1;
}

.nav-item[b-2ir3g73j2v] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-2ir3g73j2v] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-2ir3g73j2v] {
  padding-bottom: 1rem;
}

.nav-item[b-2ir3g73j2v]  .nav-link {
  align-items: center;
  background: none;
  border: none;
  border-radius: 4px;
  color: rgb(215 215 215);
  display: flex;
  height: 3rem;
  line-height: 3rem;
  padding-left: 0.45rem;
  padding-right: 0.75rem;
  width: 100%;
}

.nav-item[b-2ir3g73j2v]  .icon {
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: 0.35rem;
  margin-right: 0.75rem;
  width: 1.25rem;
}

.nav-item[b-2ir3g73j2v]  a.active {
  background-color: rgba(255, 255, 255, 0.37);
  color: white;
}

.nav-item[b-2ir3g73j2v]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.nav-logout-button[b-2ir3g73j2v] {
  background: none;
  border: none;
  color: rgb(215 215 215);
  text-align: left;
  width: 100%;
}

.nav-scrollable[b-2ir3g73j2v] {
  display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2ir3g73j2v] {
  display: block;
}

@media (min-width: 641px) {
  .navbar-toggler[b-2ir3g73j2v] {
    display: none;
  }

  .nav-scrollable[b-2ir3g73j2v] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f67jprkrxb],
.components-reconnect-repeated-attempt-visible[b-f67jprkrxb],
.components-reconnect-failed-visible[b-f67jprkrxb],
.components-pause-visible[b-f67jprkrxb],
.components-resume-failed-visible[b-f67jprkrxb],
.components-rejoining-animation[b-f67jprkrxb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-retrying[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-failed[b-f67jprkrxb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f67jprkrxb] {
    display: block;
}


#components-reconnect-modal[b-f67jprkrxb] {
    background-color: var(--surface-color);
    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-f67jprkrxb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f67jprkrxb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f67jprkrxb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f67jprkrxb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f67jprkrxb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f67jprkrxb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f67jprkrxb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f67jprkrxb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f67jprkrxb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f67jprkrxb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f67jprkrxb] {
    border: 0;
    background-color: var(--secondary-color);
    color: var(--surface-color);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f67jprkrxb] {
        background-color: var(--link-color);
    }

    #components-reconnect-modal button:active[b-f67jprkrxb] {
        background-color: var(--secondary-color);
    }

.components-rejoining-animation[b-f67jprkrxb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f67jprkrxb] {
        position: absolute;
        border: 3px solid var(--focus-ring);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f67jprkrxb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f67jprkrxb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f67jprkrxb {
    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;
    }
}
