/* /Components/Layout/CustomProfileMenu.razor.rz.scp.css */
.custom-profile-menu-root[b-y8wejqwtnt] {
  position: relative;
}

.custom-profile-menu-trigger[b-y8wejqwtnt] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: var(--custom-profile-menu-bg, var(--rz-primary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  box-shadow: var(--rz-shadow-1);
  position: relative;
  z-index: 1002;
  padding: 0;
}

.custom-profile-menu-trigger:hover[b-y8wejqwtnt] {
  filter: brightness(0.92);
}

.custom-profile-menu-initials[b-y8wejqwtnt] {
  font-size: 12px;
  letter-spacing: 0.4px;
  user-select: none;
}

.custom-profile-menu-overlay[b-y8wejqwtnt] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: transparent;
}

.custom-profile-menu-dropdown[b-y8wejqwtnt] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1001;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0;
    min-width: 285px;
    box-shadow: var(--rz-shadow-3);
    max-width: 80vw;
}

.custom-profile-menu-user[b-y8wejqwtnt] {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.custom-profile-menu-avatar-large[b-y8wejqwtnt] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--custom-profile-menu-bg, var(--rz-primary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex: 0 0 auto;
}

.custom-profile-menu-user-text[b-y8wejqwtnt] {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.custom-profile-menu-user-name[b-y8wejqwtnt] {
  font-weight: 600;
  font-size: 16px;
}

.custom-profile-menu-user-email[b-y8wejqwtnt] {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

.custom-profile-menu-user-role[b-y8wejqwtnt] {
  margin-top: 6px;
}

.custom-profile-menu-item[b-y8wejqwtnt] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  user-select: none;
}

.custom-profile-menu-item:hover[b-y8wejqwtnt] {
  background-color: var(--rz-primary-lighter);
  /*color: #fff;*/
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-zd6uvpt7cx] {
  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-zd6uvpt7cx] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.menu-item[b-zd6uvpt7cx] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.menu-item:hover[b-zd6uvpt7cx] {
  background-color: var(--rz-primary-lighter);
  color: var(--rz-on-primary-lighter);
}

.content-container[b-zd6uvpt7cx] {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--rz-primary);
  background-image:
    linear-gradient(135deg, rgba(16, 34, 66, 0.8), rgba(6, 61, 89, 0.65)),
    radial-gradient(
      circle at 20% 15%,
      rgba(255, 255, 255, 0.16),
      transparent 40%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(255, 255, 255, 0.12),
      transparent 35%
    );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content[b-zd6uvpt7cx] {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 5;
  margin-top: clamp(40px, 10vh, 96px);
  padding-inline: 10px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9f9dmcfw7a],
.components-reconnect-repeated-attempt-visible[b-9f9dmcfw7a],
.components-reconnect-failed-visible[b-9f9dmcfw7a],
.components-pause-visible[b-9f9dmcfw7a],
.components-resume-failed-visible[b-9f9dmcfw7a],
.components-rejoining-animation[b-9f9dmcfw7a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-retrying[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-failed[b-9f9dmcfw7a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9f9dmcfw7a] {
    display: block;
}


#components-reconnect-modal[b-9f9dmcfw7a] {
    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-9f9dmcfw7a 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9f9dmcfw7a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9f9dmcfw7a 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9f9dmcfw7a]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9f9dmcfw7a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9f9dmcfw7a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9f9dmcfw7a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9f9dmcfw7a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9f9dmcfw7a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9f9dmcfw7a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9f9dmcfw7a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9f9dmcfw7a] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9f9dmcfw7a] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9f9dmcfw7a] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9f9dmcfw7a] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9f9dmcfw7a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9f9dmcfw7a] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9f9dmcfw7a {
    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;
    }
}
/* /Components/Pages/Authentication/Login.razor.rz.scp.css */
.login-card[b-dnz2zswv6k] {
    width: 500px;
    max-width: 100%;
}

.login-header[b-dnz2zswv6k] {
    margin: 1rem calc(-1 * var(--rz-card-padding));
    margin-top: 0;
}

