@import '_content/Evp.UI.Blazor/Evp.UI.Blazor.28vxjhz9a0.bundle.scp.css';

/* _content/Start/Components/Layout/AppsLayout.razor.rz.scp.css */
.es-apps-page[b-cxxgwlffxv]  {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  --es-border-dark: rgba(255,255,255,0.25);
}

.es-top-bar[b-cxxgwlffxv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  flex-shrink: 0;
}

.es-top-bar-logo img[b-cxxgwlffxv] {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

.es-top-bar-actions[b-cxxgwlffxv] {
  display: flex;
  gap: 10px;
}
.es-top-bar-actions[b-cxxgwlffxv]  .es-top-bar-btn .es-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--es-border-radius);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: inherit;
  backdrop-filter: blur(4px);
}
.es-top-bar-actions[b-cxxgwlffxv]  .es-top-bar-btn .es-button:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
}
.es-top-bar-actions[b-cxxgwlffxv]  .es-top-bar-btn .es-button .dxbl-image {
  font-size: 0.78rem;
}

.es-apps-main[b-cxxgwlffxv] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 40px;
  overflow: hidden;
}
.es-apps-main[b-cxxgwlffxv]  .dxbl-loading-panel {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.es-apps-main[b-cxxgwlffxv]  .dxbl-loading-panel-target-content {
  width: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .es-top-bar[b-cxxgwlffxv] {
    padding: 16px 20px;
  }
  .es-apps-main[b-cxxgwlffxv] {
    padding: 0 20px 20px;
  }
  .es-top-bar-actions[b-cxxgwlffxv]  .es-top-bar-btn .es-button {
    padding: 6px 12px;
    font-size: 0.78rem;
  }
}
/* _content/Start/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9a3ay53ggu] {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  text-align: center;
  display: none;
}

#blazor-error-ui > .es-error-content[b-9a3ay53ggu] {
  background-color: var(--es-surface-secondary);
  width: 300px;
  height: 100px;
  padding: 10px;
  border-radius: var(--es-border-radius);
  box-shadow: 0 0 24px 0 var(--es-brand-primary-50);
  margin: calc(50vh - 100px) auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* _content/Start/Components/Layout/SinglePaneLayout.razor.rz.scp.css */
.es-password-card[b-hraimbyx3m]  {
  position: relative;
  z-index: 1;
  width: min(460px, 92vw);
  background: var(--es-surface-primary);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

@media (max-width: 768px) {
  .es-password-card[b-hraimbyx3m]  {
    padding: 32px 28px;
  }
}
/* _content/Start/Components/Layout/TwoPanedLayout.razor.rz.scp.css */
.es-login-container[b-b38ucx5n1j]  {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(920px, 92vw);
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.es-brand-panel[b-b38ucx5n1j] {
  flex: 0 0 360px;
  background: #103663;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.es-brand-content[b-b38ucx5n1j] {
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.es-brand-text[b-b38ucx5n1j] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.es-brand-logo[b-b38ucx5n1j] {
  margin-bottom: 0;
}
.es-brand-logo img[b-b38ucx5n1j] {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}

.es-brand-heading[b-b38ucx5n1j] {
  font-size: 1.55rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 14px;
}

.es-brand-body[b-b38ucx5n1j] {
  font-size: 0.92rem;
  color: #ffffff;
  line-height: 1.65;
}

.es-brand-icon-bg[b-b38ucx5n1j] {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
  filter: brightness(0) invert(1);
}

.es-accent-strip[b-b38ucx5n1j] {
  flex: 0 0 3px;
  background: linear-gradient(0deg, var(--es-brand-dark), var(--es-accent-secondary), var(--es-accent-primary));
}

.es-form-panel[b-b38ucx5n1j] {
  flex: 1;
  background: var(--es-surface-primary);
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .es-login-container[b-b38ucx5n1j]  {
    flex-direction: column;
    min-height: auto;
    width: 100%;
    max-width: 440px;
  }
  .es-brand-panel[b-b38ucx5n1j] {
    flex: 0 0 auto;
    padding: 32px 28px;
  }
  .es-brand-heading[b-b38ucx5n1j] {
    font-size: 1.25rem;
  }
  .es-accent-strip[b-b38ucx5n1j] {
    background: linear-gradient(90deg, var(--es-brand-dark), var(--es-accent-secondary), var(--es-accent-primary));
  }
  .es-form-panel[b-b38ucx5n1j] {
    padding: 32px 28px;
  }
}
