/* /ActivityTracker/SessionTimeoutDialog.razor.rz.scp.css */
.activity-timeout-dialog[b-ytiw35q4lf] { padding:1.5rem; border-radius:1rem; }.activity-timeout-dialog__eyebrow[b-ytiw35q4lf] { color:#0284c7; font-size:.75rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.activity-timeout-actions[b-ytiw35q4lf] { display:flex; justify-content:flex-end; gap:.75rem; margin-top:1.5rem; }
/* /Areas/Inventory/Material/Add.razor.rz.scp.css */
.rawmaterial-form-card[b-g99npg1820] {
  padding: 14px 16px;
  background: #111;
  border: 1px solid #313131;
  border-radius: 4px;
  color: #d8d8d8;
}

.rawmaterial-form-card h3[b-g99npg1820] {
  margin: 28px 0 22px;
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.rawmaterial-form-row[b-g99npg1820] {
  margin-bottom: 8px;
}

.rawmaterial-form-card[b-g99npg1820]  .rz-label {
  margin-bottom: 4px;
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.rawmaterial-form-card[b-g99npg1820]  .rz-textbox,
.rawmaterial-form-card[b-g99npg1820]  .rz-dropdown,
.rawmaterial-form-card[b-g99npg1820]  .rz-numeric,
.rawmaterial-form-card[b-g99npg1820]  .rz-spinner,
.rawmaterial-form-card[b-g99npg1820]  .rz-textarea {
  min-height: 35px;
  background: #1f1f1f;
  border-color: #4b4b4b;
  color: #d8d8d8;
  border-radius: 4px;
}

.rawmaterial-form-card[b-g99npg1820]  .rz-textbox::placeholder,
.rawmaterial-form-card[b-g99npg1820]  .rz-textarea::placeholder,
.rawmaterial-form-card[b-g99npg1820]  input::placeholder {
  color: #777;
  opacity: 1;
}

.rawmaterial-form-card[b-g99npg1820]  .rz-dropdown-label {
  color: #777;
}

.rawmaterial-active-field[b-g99npg1820] {
  display: flex;
  align-items: center;
  min-height: 59px;
  padding-top: 19px;
}

.rawmaterial-active-field label[b-g99npg1820] {
  margin-left: 8px;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.rawmaterial-form-actions[b-g99npg1820] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 76px;
}

.rawmaterial-form-actions[b-g99npg1820]  .rz-button {
  min-width: 96px;
  min-height: 35px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.rawmaterial-form-actions[b-g99npg1820]  .rz-secondary {
  background-color: #09a9a9;
  border-color: #09a9a9;
  color: #fff;
}

.rawmaterial-save-button[b-g99npg1820] {
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .rawmaterial-form-card[b-g99npg1820] {
    padding: 12px;
  }

  .rawmaterial-form-card h3[b-g99npg1820] {
    margin-top: 8px;
    font-size: 20px;
  }

  .rawmaterial-form-card[b-g99npg1820]  .rz-label,
  .rawmaterial-active-field label[b-g99npg1820] {
    font-size: 16px;
  }

  .rawmaterial-active-field[b-g99npg1820] {
    min-height: auto;
    padding-top: 4px;
  }

  .rawmaterial-form-actions[b-g99npg1820] {
    margin-top: 28px;
  }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.app-footer[b-ji6h88x5wy] {
  justify-content: center;
  margin-top: auto;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.app-footer small[b-ji6h88x5wy] {
  color: #5f6368;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.app-header[b-0doghu81ve] {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr) minmax(220px, 1fr);
  min-height: 56px;
  padding: 0 1rem;
  width: 100%;
}

.app-header__brand[b-0doghu81ve],
.app-header__account[b-0doghu81ve],
.app-header__theme[b-0doghu81ve],
.app-header__user[b-0doghu81ve] {
  align-items: center;
  display: flex;
}

.app-header__brand[b-0doghu81ve] {
  gap: 0.5rem;
}

.app-header__title[b-0doghu81ve] {
  color: var(--rz-text-color);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.app-header__alert[b-0doghu81ve] {
  min-width: 0;
  overflow: hidden;
  text-align: center;
}

.app-header__alert-text[b-0doghu81ve] {
  animation: alert-marquee-left-to-right-b-0doghu81ve 20s linear infinite;
  color: #8b1e1e;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 100%;
  white-space: nowrap;
}

.app-header__alert-text:hover[b-0doghu81ve] {
  animation-play-state: paused;
}

@keyframes alert-marquee-left-to-right-b-0doghu81ve {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-header__alert-text[b-0doghu81ve] {
    animation: none;
    padding-left: 0;
  }
}

.app-header__account[b-0doghu81ve] {
  gap: 0.75rem;
  justify-content: flex-end;
}

.app-header__theme[b-0doghu81ve] {
  gap: 0.35rem;
}

[b-0doghu81ve] .app-header__theme-select {
  min-width: 105px;
  width: 105px;
}

.app-header__user[b-0doghu81ve] {
  gap: 0.35rem;
  min-width: 0;
}

.app-header__user span[b-0doghu81ve] {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .app-header[b-0doghu81ve] {
    gap: 0.5rem;
    grid-template-columns: auto 1fr auto;
    padding: 0 0.5rem;
  }

  .app-header__title[b-0doghu81ve],
  .app-header__theme > .rz-icon[b-0doghu81ve],
  .app-header__user span[b-0doghu81ve] {
    display: none;
  }

  [b-0doghu81ve] .app-header__theme-select {
    min-width: 88px;
    width: 88px;
  }
}
/* /Components/Layout/PrivateLayout.razor.rz.scp.css */
[b-7zs9op6x35] .private-layout {
  min-height: 100vh;
}

[b-7zs9op6x35] .private-layout__header {
  box-shadow: none;
}

[b-7zs9op6x35] .private-layout__sidebar {
  background: var(--rz-sidebar-background-color);
  border-right: var(--rz-sidebar-border-inline-end);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

[b-7zs9op6x35] .private-layout__body {
  background: var(--rz-body-background-color);
  min-width: 0;
}

.private-layout__content[b-7zs9op6x35] {
  margin: 0 auto;
  max-width: 1600px;
  min-width: 0;
  padding: 0.75rem;
  width: 100%;
}

[b-7zs9op6x35] .private-layout__sidebar .app-footer {
  flex: 0 0 20px;
}

@media (max-width: 768px) {
  .private-layout__content[b-7zs9op6x35] {
    padding: 0.5rem;
  }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-3b9o7w4kzc] {
  background: #f5f7fa;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.public-layout__content[b-3b9o7w4kzc] {
  display: flex;
  flex: 1;
  min-height: 0;
}

.public-layout__content[b-3b9o7w4kzc]  > * {
  width: 100%;
}
/* /Components/Pages/Chat.razor.rz.scp.css */
.chat-panel[b-tiosj5xlm3] {
  background-color: var(--rz-base-200);
  padding: 1rem;
  border-radius: 12px;
  min-height: 320px;
}

.chat-placeholder[b-tiosj5xlm3] {
  color: var(--rz-text-secondary-color);
}

.chat-bubble[b-tiosj5xlm3] {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  max-width: 80%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.chat-user[b-tiosj5xlm3] {
  margin-left: auto;
  background-color: var(--rz-primary-lighter);
}

.chat-assistant[b-tiosj5xlm3] {
  margin-right: auto;
  background-color: var(--rz-base-background-color);
}

.chat-role[b-tiosj5xlm3] {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--rz-text-secondary-color);
  margin-bottom: 0.25rem;
}

.chat-content[b-tiosj5xlm3] {
  white-space: pre-wrap;
}
/* /Components/Pages/Shared/LeftNav.razor.rz.scp.css */
.left-nav[b-19s5f0pln6] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.5rem;
}

[b-19s5f0pln6] .left-nav__menu {
  border: 0;
  width: 100%;
}
