/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-0hhuq7fea4] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.top-bar[b-0hhuq7fea4] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0rem 1rem;
    margin: 1rem 0rem;
    gap: 2rem;
}

.top-bar-title[b-0hhuq7fea4] {
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
}

    .top-bar-title img[b-0hhuq7fea4] {
        height: 100%;
        max-height: 48px;
        width: auto;
    }

.drawer-container[b-0hhuq7fea4] {
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.navigation-drawer .dxbl-drawer-content[b-0hhuq7fea4] {
    font-size: var(--dxbl-drawer-panel-font-size);
    line-height: var(--dxbl-drawer-panel-line-height);
    overflow: auto;
    padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
}

.navigation-drawer:has(.navigation-drawer-menu)[b-0hhuq7fea4] {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.navigation-drawer-menu[b-0hhuq7fea4] {
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
}

[b-0hhuq7fea4] .mini-navigation-drawer .mini-navigation-drawer-menu .dxbl-menu-item-text {
    visibility: hidden;
    transition: visibility linear var(--dxbl-drawer-animation-duration);
}

[b-0hhuq7fea4] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

    [b-0hhuq7fea4] .navigation-drawer > .dxbl-drawer-panel {
        background: var(--dxds-color-surface-primary-default-rest);
    }

.navigation-drawer-header[b-0hhuq7fea4] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

    .navigation-drawer-header .logo[b-0hhuq7fea4] {
        height: 1.5rem;
        width: 9rem;
    }

.navigation-drawer-footer[b-0hhuq7fea4] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-0hhuq7fea4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-0hhuq7fea4] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-0hhuq7fea4] .nav-buttons-container > a {
    color: inherit;
}

[b-0hhuq7fea4] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-0hhuq7fea4] .nav-buttons-container .menu-button-float-end {
    margin-left: auto;
}

.page-content-container[b-0hhuq7fea4] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-5ravo31dbg] {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  min-height: 100vh;
  padding-right: 2rem;
  width: 100%;
}

.auth-layout[b-5ravo31dbg]  .main-content {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 500px;
  padding: 2rem;
  width: 100%;
}

.auth-layout[b-5ravo31dbg]  .block-content--xl {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  height: auto;
  max-width: 100%;
  width: 43.75rem;
}

.auth-layout[b-5ravo31dbg]  .main-content--xl {
  max-width: 43.75rem;
  padding: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .auth-layout[b-5ravo31dbg] {
    padding-right: 1rem;
  }
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-fy7xjbqgwc] {
    height: 100%;
}

.navigation-drawer-shading[b-fy7xjbqgwc] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-fy7xjbqgwc] {
    opacity: 0;
    visibility: hidden;
}

[b-fy7xjbqgwc] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
    border-top-right-radius: 8px;
}

[b-fy7xjbqgwc] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-fy7xjbqgwc] {
    display: none;
}

[b-fy7xjbqgwc] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-fy7xjbqgwc] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-fy7xjbqgwc] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-fy7xjbqgwc] {
        display: block;
    }

    [b-fy7xjbqgwc] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-ut59ukakmh] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-item-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-image-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-hover-bg: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.15);
    --dxbl-menu-item-hover-color: var(--dxds-color-content-neutral-default-static-dark-hovered);
    --dxbl-menu-item-hover-image-color: var(--dxds-color-content-neutral-default-static-dark-hovered);

    background: none;
}

[b-ut59ukakmh] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-ut59ukakmh] .menu-item-active {
    background-color: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.05);
}
/* /Components/Layout/Public/PublicFooterMenu.razor.rz.scp.css */
.public-footer[b-plktx8zxnv] {
  border-top: 1px solid rgba(var(--cse-primary-color-rgb), 0.18);
  background: linear-gradient(
    180deg,
    rgba(var(--cse-primary-color-rgb), 0.05) 0%,
    rgba(var(--cse-primary-color-rgb), 0.09) 100%
  );
}

.public-footer-content[b-plktx8zxnv] {
  width: min(1200px, 100%);
  margin: 0 auto;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0.75rem 1rem;
  gap: 1rem;
}

.public-footer-links[b-plktx8zxnv] {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.public-footer-brand[b-plktx8zxnv] {
  grid-column: 3;
  justify-self: end;
  white-space: nowrap;
}

.public-footer-link[b-plktx8zxnv] {
  color: var(--cse-primary-color);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
}

.public-footer-link:hover[b-plktx8zxnv],
.public-footer-link:focus-visible[b-plktx8zxnv] {
  color: var(--cse-primary-hover-color);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .public-footer-content[b-plktx8zxnv] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
  }

  .public-footer-links[b-plktx8zxnv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .public-footer-brand[b-plktx8zxnv] {
    white-space: normal;
    text-align: center;
  }
}
/* /Components/Layout/Public/PublicHeaderMenu.razor.rz.scp.css */
.public-menu-shell[b-rjdhthh3q3] {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 1.5rem;
  background-color: var(--cse-light-color);
  border-bottom: 1px solid rgba(var(--cse-primary-color-rgb), 0.18);
  width: 100%;
  font-family: var(--cse-font-family, sans-serif);
}

.public-menu-bar[b-rjdhthh3q3] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 4.5rem;
}

.public-menu-bar.is-hidden[b-rjdhthh3q3] {
  visibility: hidden;
}

[b-rjdhthh3q3] .public-menu-logo-link {
  display: inline-flex;
  align-items: center;
}

.public-menu-logo[b-rjdhthh3q3] {
  display: block;
  width: auto;
  height: 2.9rem;
}

.public-menu-primary[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.6rem;
  min-width: 0;
}

.public-menu-primary-link[b-rjdhthh3q3] {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: 0 0 0.35rem;
  color: var(--cse-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.public-menu-primary-link.is-active[b-rjdhthh3q3] {
  border-bottom-color: var(--cse-primary-color);
}

.public-menu-primary-link:hover[b-rjdhthh3q3] {
  border-bottom-color: var(--cse-primary-color);
}

.public-menu-actions[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

[b-rjdhthh3q3] .public-menu-user-link {
  color: inherit;
  text-decoration: none;
}

[b-rjdhthh3q3] .public-menu-user-link:hover {
  color: inherit;
  text-decoration: none;
}

.public-menu-user-compact[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.public-menu-user-avatar[b-rjdhthh3q3],
.public-menu-user-avatar-placeholder[b-rjdhthh3q3],
.public-mega-menu-profile-avatar[b-rjdhthh3q3] {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
}

.public-menu-user-avatar-placeholder[b-rjdhthh3q3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cse-primary-color);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.public-menu-user-name[b-rjdhthh3q3] {
  color: var(--cse-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}

.public-menu-burger[b-rjdhthh3q3],
.public-mega-menu-close[b-rjdhthh3q3] {
  border: 0;
  background: transparent;
  color: var(--cse-primary-color);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.public-mega-menu[b-rjdhthh3q3] {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  min-width: 100vw;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 120;
  background: var(--cse-light-color);
  padding: 0 0 5rem 0;
  box-shadow: 0 22px 48px rgba(32, 44, 84, 0.12);
  max-height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-0.75rem);
  transform-origin: top center;
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms;
}

.public-mega-menu.is-open[b-rjdhthh3q3] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    visibility 0s linear 0s;
}

.public-mega-menu-top[b-rjdhthh3q3] {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 4.5rem;
  padding: 0 1.5rem;
  background: #fff;
}

.public-mega-menu-grid[b-rjdhthh3q3],
.public-mega-menu-footer[b-rjdhthh3q3] {
  transition:
    opacity 200ms ease,
    transform 240ms ease;
}

.public-mega-menu:not(.is-open) .public-mega-menu-grid[b-rjdhthh3q3],
.public-mega-menu:not(.is-open) .public-mega-menu-footer[b-rjdhthh3q3] {
  opacity: 0;
  transform: translateY(-0.35rem);
}

.public-mega-menu.is-open .public-mega-menu-grid[b-rjdhthh3q3],
.public-mega-menu.is-open .public-mega-menu-footer[b-rjdhthh3q3] {
  opacity: 1;
  transform: translateY(0);
}

.public-mega-menu-utility[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

[b-rjdhthh3q3] .public-mega-menu-utility-link,
[b-rjdhthh3q3] .public-mega-menu-link {
  color: var(--cse-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

[b-rjdhthh3q3] .public-mega-menu-utility-link:hover,
[b-rjdhthh3q3] .public-mega-menu-link:hover {
  color: var(--cse-primary-hover-color);
  text-decoration: none;
}

.public-mega-menu-divider[b-rjdhthh3q3] {
  height: 1px;
  background: var(---cse-primary-hover-color);
}

.public-mega-menu-grid[b-rjdhthh3q3] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.5rem;
  padding-top: 2.5rem;
}

.public-mega-menu-section[b-rjdhthh3q3] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-mega-menu-section.is-bouncing[b-rjdhthh3q3] {
  animation: public-mega-menu-section-bounce-b-rjdhthh3q3 900ms
    cubic-bezier(0.2, 0.9, 0.2, 1);
  transform-origin: top center;
}

.public-mega-menu-column[b-rjdhthh3q3] {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

@keyframes public-mega-menu-section-bounce-b-rjdhthh3q3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.public-mega-menu-links[b-rjdhthh3q3] {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.public-mega-menu-title[b-rjdhthh3q3],
.public-mega-menu-subtitle[b-rjdhthh3q3] {
  margin: 0;
  color: var(--cse-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.public-mega-menu-footer[b-rjdhthh3q3] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
}

.public-mega-menu-grid[b-rjdhthh3q3],
.public-mega-menu-footer[b-rjdhthh3q3] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.public-mega-menu-profile[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

[b-rjdhthh3q3] .public-mega-menu-profile-avatar-link,
[b-rjdhthh3q3] .public-mega-menu-profile-name-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}

[b-rjdhthh3q3] .public-mega-menu-profile-name-link:hover {
  color: inherit;
  text-decoration: none;
}

.public-mega-menu-profile-avatar[b-rjdhthh3q3] {
  width: 6.75rem;
  height: 6.75rem;
}

.public-mega-menu-profile-text[b-rjdhthh3q3] {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.public-mega-menu-profile-name[b-rjdhthh3q3] {
  color: var(--cse-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.public-mega-menu-footer-actions[b-rjdhthh3q3] {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.public-mega-menu-logout[b-rjdhthh3q3] {
  white-space: nowrap;
}

[b-rjdhthh3q3] .public-mega-menu-profile-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.4rem;
  padding: 0 1.5rem;
  border-radius: 0.9rem;
  background: var(--cse-primary-color);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

[b-rjdhthh3q3] .public-mega-menu-profile-button:hover {
  color: #fff;
  text-decoration: none;
  background: var(--cse-primary-hover-color);
}

@media (max-width: 1460px) {
  .public-menu-bar[b-rjdhthh3q3] {
    grid-template-columns: auto auto;
    grid-template-areas:
      "logo actions"
      "primary primary";
    row-gap: 0.75rem;
    padding: 0.85rem 0;
  }

  .public-menu-bar[b-rjdhthh3q3]  .public-menu-logo-link {
    grid-area: logo;
  }

  .public-menu-actions[b-rjdhthh3q3] {
    grid-area: actions;
    justify-content: flex-end;
  }

  .public-menu-primary[b-rjdhthh3q3] {
    grid-area: primary;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-bottom: 0.25rem;
  }

  .public-mega-menu-grid[b-rjdhthh3q3] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (max-width: 1460px) and (min-width: 681px) {
  .public-mega-menu-top[b-rjdhthh3q3] {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "logo utility divider close";
    align-items: center;
    padding: 0 1.5rem;
  }

  .public-mega-menu-top[b-rjdhthh3q3]  .public-menu-logo-link {
    grid-area: logo;
    justify-self: start;
    align-self: center;
  }

  .public-mega-menu-utility[b-rjdhthh3q3] {
    grid-area: utility;
  }

  .public-mega-menu-divider[b-rjdhthh3q3] {
    grid-area: divider;
    grid-column: auto;
    margin-left: 0;
  }

  .public-mega-menu-close[b-rjdhthh3q3] {
    grid-area: close;
    justify-self: end;
    align-self: center;
  }
}

@media (max-width: 680px) {
  .public-menu-bar[b-rjdhthh3q3] {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }

  .public-menu-primary[b-rjdhthh3q3] {
    overflow: auto;
    gap: 1rem;
  }

  .public-menu-user-name[b-rjdhthh3q3] {
    display: none;
  }

  .public-mega-menu[b-rjdhthh3q3] {
    padding: 0 0 2rem;
  }

  .public-mega-menu-top[b-rjdhthh3q3] {
    grid-template-columns: auto 1fr auto;
    padding: 0 1.5rem;
  }

  .public-mega-menu-utility[b-rjdhthh3q3] {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .public-mega-menu-divider[b-rjdhthh3q3] {
    grid-column: 1 / -2;
    margin-left: 0;
  }

  .public-mega-menu-grid[b-rjdhthh3q3] {
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
  }

  .public-mega-menu-footer[b-rjdhthh3q3] {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-mega-menu-footer-actions[b-rjdhthh3q3] {
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .public-mega-menu-profile-avatar[b-rjdhthh3q3] {
    width: 4rem;
    height: 4rem;
  }

  .public-menu-bar[b-rjdhthh3q3] {
    grid-template-columns: auto auto;
    grid-template-areas:
      "logo actions"
      "primary primary";
  }

  .public-menu-bar[b-rjdhthh3q3]  .public-menu-logo-link {
    grid-area: logo;
  }

  .public-menu-primary[b-rjdhthh3q3] {
    display: none;
  }

  .public-menu-actions[b-rjdhthh3q3] {
    grid-area: actions;
    justify-content: flex-end;
  }

  .public-mega-menu[b-rjdhthh3q3] {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100vw;
    min-width: 100vw;
    max-height: 100dvh;
    height: 100dvh;
    margin-top: 0;
    padding: 0 0 2rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-0.75rem);
    transition:
      opacity 180ms ease,
      transform 220ms ease,
      visibility 0s linear 220ms;
  }

  .public-mega-menu.is-open[b-rjdhthh3q3] {
    transform: translateY(0);
    transition:
      opacity 220ms ease,
      transform 260ms ease,
      visibility 0s linear 0s;
  }

  .public-mega-menu-top[b-rjdhthh3q3] {
    position: sticky;
    top: 0;
    z-index: 1;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo close close"
      "utility utility utility"
      "divider divider divider";
    row-gap: 1rem;
    padding: 0.8rem 1.5rem 0 1.5rem;
    background: #fff;
    align-items: start;
  }

  .public-mega-menu-top[b-rjdhthh3q3]  .public-menu-logo-link {
    grid-area: logo;
    justify-self: start;
    align-self: start;
  }

  .public-mega-menu-close[b-rjdhthh3q3] {
    grid-area: close;
    justify-self: end;
    align-self: start;
  }

  .public-mega-menu-utility[b-rjdhthh3q3] {
    grid-area: utility;
  }

  .public-mega-menu-divider[b-rjdhthh3q3] {
    grid-area: divider;
  }

  .public-mega-menu-grid[b-rjdhthh3q3] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .public-mega-menu-profile[b-rjdhthh3q3] {
    align-items: flex-start;
  }

  .public-mega-menu-profile-text[b-rjdhthh3q3] {
    gap: 0.6rem;
  }

  .public-mega-menu-footer[b-rjdhthh3q3] {
    padding-bottom: 1rem;
  }
}
/* /Components/Layout/Public/PublicLayout.razor.rz.scp.css */
.public-page[b-w19yk40ekm] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--cse-light-color);
}

.public-main[b-w19yk40ekm] {
  flex: 1 0 auto;
  padding: 2rem 1.5rem;
}

.public-content[b-w19yk40ekm] {
  min-height: 0;
}

@media (max-width: 680px) {
  .public-main[b-w19yk40ekm] {
    padding-top: 1.5rem;
  }
}
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.native-menu-container[b-te0lon5san] {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.menu-toggler[b-te0lon5san] {
    display: none;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
    background: transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    color: var(--dxds-color-content-neutral-default-rest);
}

.menu-content[b-te0lon5san] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
    border-radius: 4px;
    background-color: var(--dxds-color-surface-neutral-default-rest);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    align-items: center;
}

[b-te0lon5san] .menu-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--dxds-color-content-neutral-default-rest);
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.15s ease-in-out;
    text-decoration: none;
}

    [b-te0lon5san] .menu-item:hover {
        color: var(--dxds-color-surface-primary-default-rest);
        text-decoration: none;
    }

    [b-te0lon5san] .menu-item.active {
        color: var(--dxds-color-surface-primary-default-rest);
        text-decoration: none;
    }

@media (max-width: 1024px) {
    .menu-toggler[b-te0lon5san] {
        display: block;
        margin-left: -2rem;
    }

    .menu-content[b-te0lon5san] {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        align-items: flex-start;
        width: max-content;
        min-width: 200px;
        z-index: 1000;
        margin-top: 0.5rem;
        gap: 0.5rem;
    }

    .menu-content.show[b-te0lon5san] {
        display: flex;
    }

    [b-te0lon5san] .menu-item {
        width: 100%;
        padding: 0.5rem 0;
    }
}
/* /Components/Layout/UserProfileMenu.razor.rz.scp.css */
.avatar-circle[b-wnfpjz0cm8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--dxds-color-surface-primary-default-rest);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.avatar-circle:hover[b-wnfpjz0cm8] {
    background-color: var(--dxds-color-surface-primary-subdued-hovered);
}

.avatar-badge[b-wnfpjz0cm8] {
    position: absolute;
    bottom: -6px;
    left: -1rem;
    background-color: var(--dxds-color-content-success-default-rest);
    color: white;
    border-radius: 50%;
    padding: 0.1rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 600;
    border: 2px solid white;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-wnfpjz0cm8] .user-profile-button {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

[b-wnfpjz0cm8] .user-profile-button .dxbl-image,
[b-wnfpjz0cm8] .user-profile-button .dxbl-button-icon {
    margin: 0 !important;
}
/* /Components/Pages/AccessDeniedPage.razor.rz.scp.css */
.access-denied-wrapper[b-bs7zv5v8pi] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.access-denied-wrapper .block-content[b-bs7zv5v8pi] {
    max-width: 500px;
    width: 100%;
}
/* /Components/Shared/CustomErrorBoundary.razor.rz.scp.css */
.error-container[b-rjyqzolkhv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.error-message-bar[b-rjyqzolkhv] {
    display: flex;
    gap: 0.75rem;
    width: fit-content;
    font-weight: 400;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border-left: 0.25rem solid var(--dxds-color-surface-danger-default-rest);
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
}

    .error-message-bar i[b-rjyqzolkhv] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
        color: var(--dxds-icon-color-red);
    }

    .error-message-bar span[b-rjyqzolkhv] {
        flex: 1;
        min-width: 0;
    }

/* /Features/Admin/Collaborators/Shared/UploadLocalAvatarComponent.razor.rz.scp.css */
.avatar-display[b-7yglqziux9] {
    /* taille contrôlable par le parent via --avatar-size, défaut 32px */
    --avatar-size: 32px;
    width: var(--avatar-size);
    height: var(--avatar-size);
    max-width: var(--avatar-size);
    max-height: var(--avatar-size);
    display: inline-block;
    flex: 0 0 auto;

    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--bs-border-color);
    background-color: var(--bs-light);
    cursor: pointer;
}

/* L'image remplit le conteneur sans le déformer */
.avatar-display img.avatar-img[b-7yglqziux9],
.avatar-display .object-fit-cover[b-7yglqziux9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder (icône) remplit la zone et centre l'icône */
.avatar-display .avatar-placeholder[b-7yglqziux9] {
    width: 100%;
    height: 100%;
}

/* taille de l'icône proportionnelle à la taille du conteneur */
.avatar-display .avatar-icon[b-7yglqziux9] {
    font-size: calc(var(--avatar-size) * 0.6);
    opacity: 0.6;
    line-height: 1;
}

.avatar-icon[b-7yglqziux9] {
    font-size: 32px !important;
}

/* --- reste du CSS existant --- */
#dropzone-external[b-7yglqziux9] {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external > *[b-7yglqziux9] {
        pointer-events: none;
    }

    #dropzone-external.dropzone-hover[b-7yglqziux9] {
        border-style: solid;
    }

.upload-container > span[b-7yglqziux9] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-7yglqziux9] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-7yglqziux9] {
    opacity: 0.5;
}

.upload-progress[b-7yglqziux9] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-7yglqziux9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-validation-text[b-7yglqziux9] {
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
}

.upload-validation-text[b-7yglqziux9] {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--dxds-color-content-info-default-rest);
}
/* /Features/Admin/Collaborators/UpdateCollaborator/ChangeSubsidyPopup.razor.rz.scp.css */
.subsidy-popup-body[b-xf1tu4xzs8] {
    container-type: inline-size;
}

.subsidy-popup-separator[b-xf1tu4xzs8] {
    border-left: 1px solid var(--bs-border-color);
    padding-left: 1.5rem;
}

@container (max-width: 680px) {
    .subsidy-popup-separator[b-xf1tu4xzs8] {
        border-left: none;
        border-top: 1px solid var(--bs-border-color);
        padding-left: 0;
        padding-top: 1.5rem;
    }
}
/* /Features/Admin/Notifications/NotificationCard.razor.rz.scp.css */
.fluent-card[b-ltqguephws] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease-in-out;
}

    .fluent-card:hover[b-ltqguephws] {
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

.fluent-card-header[b-ltqguephws] {
    display: flex;
    align-items: center;
    padding: 16px 20px 8px 20px;
    gap: 12px;
}

.fluent-card-icon i[b-ltqguephws] {
    font-size: 22px;
}

.fluent-card-title[b-ltqguephws] {
    font-size: 1.1rem;
    font-weight: 600;
}

.fluent-card-body[b-ltqguephws] {
    padding: 10px 20px 20px 20px;
    flex: 1 1 auto;
}

.fluent-card-item[b-ltqguephws] {
    display: flex;
    justify-content: end;
    align-items: baseline;
    gap: 0.325rem;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .fluent-card-item:last-child[b-ltqguephws] {
        border-bottom: none;
    }

.fluent-card-number[b-ltqguephws] {
    font-weight: 700;
}

.fluent-card-text[b-ltqguephws] {
    color: var(--dxds-color-content-neutral-default-rest);
    font-size: 1rem;
}
/* /Features/Admin/Notifications/NotificationsPage.razor.rz.scp.css */
.dashboard[b-lh36zsqjp3] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 1024px) {
    .dashboard[b-lh36zsqjp3] {
        margin-inline: clamp(0rem, 5vw, 5rem);
    }
}

@media (max-width: 1024px) {
    .dashboard[b-lh36zsqjp3] {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* /Features/Admin/Roles/RolesPage.razor.rz.scp.css */
.edit-role-container[b-kudcdxb1oq] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/* /Features/Admin/Sites/UpdateSiteImageComponent.razor.rz.scp.css */
.site-image-upload-container[b-ga1d2v27jk] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-image-display[b-ga1d2v27jk] {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-light);
}

#dropzone-external-site[b-ga1d2v27jk] {
    width: 100%;
    height: 250px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external-site > *[b-ga1d2v27jk] {
        pointer-events: none;
    }

    #dropzone-external-site.dropzone-hover[b-ga1d2v27jk] {
        border-style: solid;
    }

#dropzone-text-site > span[b-ga1d2v27jk] {
    opacity: 0.5;
}

.upload-validation-text[b-ga1d2v27jk] {
    font-size: 0.875rem;
    opacity: 0.7;
}

.upload-progress[b-ga1d2v27jk] {
    display: flex;
    margin-top: 10px;
}

.upload-validation-text[b-ga1d2v27jk] {
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
}

.upload-validation-text[b-ga1d2v27jk] {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--dxds-color-content-info-default-rest);
}
/* /Features/Admin/UserDocuments/Shared/DocumentUploadZone.razor.rz.scp.css */
.document-upload-container[b-s8rwauah4t] {
    width: 100%;
}

#document-dropzone-external[b-s8rwauah4t] {
    width: 100%;
    min-height: 280px;
    background-color: #fafafa;
    border: 2px dashed #d0d0d0;
    border-radius: 12px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#document-dropzone-external:hover[b-s8rwauah4t] {
    border-color: #1e88e5;
    background-color: #f0f7ff;
}

#document-dropzone-external > *[b-s8rwauah4t] {
    pointer-events: none;
}

#document-dropzone-external.dropzone-hover[b-s8rwauah4t] {
    border-style: solid;
    border-color: #1976d2;
    background-color: #e3f2fd;
    box-shadow: 0 0 0 4px rgba(25, 118, 210, 0.1);
}

.document-dropzone.upload-complete[b-s8rwauah4t] {
    border-color: #4caf50;
    background-color: #f1f8f4;
}

.document-dropzone.uploading[b-s8rwauah4t] {
    border-style: solid;
    border-color: #1976d2;
}

/* Placeholder */
.dropzone-placeholder[b-s8rwauah4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.dropzone-icon[b-s8rwauah4t] {
    font-size: 4rem;
    color: #90a4ae;
    transition: color 0.3s ease;
}

#document-dropzone-external:hover .dropzone-icon[b-s8rwauah4t] {
    color: #1e88e5;
}

.dropzone-text-main[b-s8rwauah4t] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #37474f;
}

.dropzone-text-secondary[b-s8rwauah4t] {
    font-size: 0.9rem;
    color: #78909c;
}

/* Upload Progress */
.upload-progress-zone[b-s8rwauah4t] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.progress-info[b-s8rwauah4t] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-icon[b-s8rwauah4t] {
    font-size: 2.5rem;
    color: #1e88e5;
}

.progress-text[b-s8rwauah4t] {
    flex: 1;
    text-align: left;
}

.progress-filename[b-s8rwauah4t] {
    font-weight: 600;
    color: #37474f;
    margin-bottom: 0.25rem;
    word-break: break-word;
}

.progress-status[b-s8rwauah4t] {
    font-size: 0.9rem;
    color: #78909c;
}

.upload-progress[b-s8rwauah4t] {
    width: 100%;
}

/* Upload Success */
.upload-success[b-s8rwauah4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.success-checkmark[b-s8rwauah4t] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn-b-s8rwauah4t 0.3s ease;
}

.success-checkmark i[b-s8rwauah4t] {
    font-size: 2rem;
    color: white;
}

@keyframes scaleIn-b-s8rwauah4t {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.success-text[b-s8rwauah4t] {
    font-weight: 600;
    color: #37474f;
}

.file-info[b-s8rwauah4t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.file-info i[b-s8rwauah4t] {
    font-size: 1.5rem;
    color: #1e88e5;
}

.file-info span[b-s8rwauah4t] {
    font-size: 0.95rem;
    color: #37474f;
    font-weight: 500;
}

/* Validation & Hints */
.validation-error[b-s8rwauah4t] {
    color: #d32f2f;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: #ffebee;
    border-radius: 4px;
}

.upload-hints[b-s8rwauah4t] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #78909c;
    text-align: center;
    margin-top: 1rem;
}
/* /Features/Admin/Users/UpdateAvatar/UpdateAvatarComponent.razor.rz.scp.css */
.avatar-display[b-unbsvamv56] {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--bs-border-color);
    background-color: var(--bs-light);
}

#dropzone-external[b-unbsvamv56] {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external > *[b-unbsvamv56] {
        pointer-events: none;
    }

    #dropzone-external.dropzone-hover[b-unbsvamv56] {
        border-style: solid;
    }

.upload-container > span[b-unbsvamv56] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-unbsvamv56] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-unbsvamv56] {
    opacity: 0.5;
}

.upload-progress[b-unbsvamv56] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-unbsvamv56] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-validation-text[b-unbsvamv56] {
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
}

.upload-validation-text[b-unbsvamv56] {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: var(--dxds-color-content-info-default-rest);
}
/* /Features/Public/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-52bq3dehd0] {
    justify-content: start;
    margin: 0.625rem 0 0.625rem 0;
}
/* /Features/Public/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-mryrpolp7f] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-mryrpolp7f] {
    display: flex;
    gap: 0.625rem;
}
/* /Features/Public/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-rw23uyti9q] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-rw23uyti9q] {
        flex-direction: column;
    }
}
/* /Features/Public/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-comkrfdaum] {
    margin: 0.625rem 0 0.625rem 0;
}
