/* Chuem warehouse settings — approved Figma layout, 11.09.2026. */
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-page-settings {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: calc(100vh - 66px) !important;
  height: calc(100dvh - 66px) !important;
  min-height: 0 !important;
  max-height: calc(100vh - 66px) !important;
  padding: 0 0 18px !important;
  overflow: hidden !important;
  color: #172640 !important;
  background: #f7f9fc !important;
  font-family: Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs {
  position: relative !important;
  display: grid !important;
  flex: 0 0 40px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #cbd8e7 !important;
  background: transparent !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #7a8aa2 !important;
  background: transparent !important;
  font: 600 10px/14px Inter, sans-serif !important;
  cursor: pointer !important;
  transition: color 160ms ease, transform 160ms ease !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs button:hover {
  color: #345d9f !important;
  transform: translateY(-1px) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs button::after {
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  left: 0 !important;
  height: 2px !important;
  border-radius: 2px 2px 0 0 !important;
  background: #cbd8e7 !important;
  content: "" !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs button.active {
  color: #172640 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-tabs button.active::after {
  background: #3170ed !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-view {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-panel,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-card {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d6e1ed !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(29, 52, 86, 0.09) !important;
}

/* Products */
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head {
  display: grid !important;
  flex: 0 0 82px !important;
  grid-template-columns: minmax(215px, 0.72fr) minmax(320px, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  box-sizing: border-box !important;
  min-height: 82px !important;
  padding: 14px 16px !important;
  border-bottom: 1px solid #dbe5f0 !important;
  background: #fff !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head h2,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-head h2 {
  margin: 0 !important;
  color: #172640 !important;
  font: 700 14px/18px Inter, sans-serif !important;
  letter-spacing: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head p,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-head p {
  margin: 3px 0 0 !important;
  color: #7b8aa1 !important;
  font: 400 8px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-self: center !important;
  box-sizing: border-box !important;
  width: min(100%, 390px) !important;
  height: 40px !important;
  border: 1px solid #cbd9e8 !important;
  border-radius: 8px !important;
  background: #f3f7fc !important;
  box-shadow: none !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control:focus-within {
  border-color: #70a7ea !important;
  box-shadow: 0 0 0 3px rgba(49, 112, 237, 0.09) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control > span,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control > button {
  display: grid !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 0 !important;
  color: #7390b6 !important;
  background: transparent !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control > button {
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control > button:disabled {
  visibility: hidden !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control svg {
  width: 13px !important;
  height: 13px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control .field {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #263a57 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  font: 400 9px/13px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control .field::placeholder {
  color: #8294ae !important;
  opacity: 1 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary span {
  display: grid !important;
  align-content: center !important;
  box-sizing: border-box !important;
  min-width: 76px !important;
  height: 42px !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary span + span {
  border-left: 1px solid #dbe5f0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary em {
  color: #7a8aa1 !important;
  font: 500 7px/10px Inter, sans-serif !important;
  font-style: normal !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary b {
  margin: 2px 0 0 !important;
  color: #172640 !important;
  font: 700 13px/16px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary span:first-child b {
  color: #2867dc !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  margin: 8px 12px 0 !important;
  padding: 0 11px !important;
  border-radius: 8px !important;
  color: #49617f !important;
  background: #f3f7fc !important;
  font: 600 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note > i {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #4b7df1 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note.is-loading > i {
  border: 2px solid #c8d7ed !important;
  border-top-color: #3472ec !important;
  background: transparent !important;
  animation: warehouse-settings-spin 0.8s linear infinite !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note.is-success {
  color: #187258 !important;
  background: #edf9f5 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note.is-success > i {
  background: #2bb58b !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note.is-error {
  color: #a43c4c !important;
  background: #fff1f3 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note.is-error > i {
  background: #d94b61 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-operation-note button {
  margin-left: auto !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: 700 9px/12px Inter, sans-serif !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-scroll {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  margin: 10px 12px 0 !important;
  overflow: auto !important;
  border: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: #fff !important;
  scrollbar-color: #b9c8da transparent !important;
  scrollbar-width: thin !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table {
  width: 100% !important;
  min-width: 930px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: #172640 !important;
  background: #fff !important;
  table-layout: fixed !important;
  font-family: Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table th,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table td {
  box-sizing: border-box !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #d7e2ef !important;
  color: #172640 !important;
  background: #fff !important;
  text-align: left !important;
  vertical-align: middle !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  height: 40px !important;
  color: #7b91ae !important;
  background: #f0f5fb !important;
  font: 600 7px/10px Inter, sans-serif !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table thead th:first-child {
  border-radius: 8px 0 0 8px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table thead th:last-child {
  border-radius: 0 8px 8px 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table tbody td {
  height: 82px !important;
  font: 500 9px/13px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table tbody tr:hover td,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table tbody tr.active:hover td {
  background: #f9fbfe !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table tbody tr.emergency-stopped td {
  background: #fff7f8 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table tbody tr.is-saving td {
  opacity: 0.68 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-cell {
  width: 29% !important;
  min-width: 260px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-photo {
  display: grid !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #60718f !important;
  background: #edf3f9 !important;
  font: 600 10px/14px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-identity {
  display: grid !important;
  min-width: 0 !important;
  gap: 3px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-identity > b {
  overflow: hidden !important;
  color: #172640 !important;
  font: 600 10px/14px Inter, sans-serif !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-product-identity > small {
  color: #60718f !important;
  font: 400 8.5px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  min-height: 18px !important;
  color: inherit !important;
  cursor: copy !important;
  transition: color 160ms ease, transform 160ms ease !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value .copy-article-button {
  display: none !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value:hover,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value:focus-visible {
  color: #2c65d3 !important;
  transform: translateY(-1px) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value.copied .copy-article-text,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value.copy-error .copy-article-text {
  opacity: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value.copied::after,
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value.copy-error::after {
  position: absolute !important;
  left: 0 !important;
  color: #27866e !important;
  font: 700 8px/10px Inter, sans-serif !important;
  white-space: nowrap !important;
  content: "Скопировано" !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table .copy-article-value.copy-error::after {
  color: #7b8799 !important;
  content: "Нажмите для копии" !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-order-cell {
  width: 76px !important;
  text-align: center !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-order-input {
  display: block !important;
  box-sizing: border-box !important;
  width: 44px !important;
  height: 32px !important;
  margin: 0 auto !important;
  padding: 0 6px !important;
  border: 1px solid #d2dfed !important;
  border-radius: 7px !important;
  color: #172640 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center !important;
  font: 500 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-order-input:focus {
  border-color: #70a7ea !important;
  box-shadow: 0 0 0 3px rgba(49, 112, 237, 0.09) !important;
  outline: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-order-input:disabled {
  color: #93a0b4 !important;
  background: #f7f9fc !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-wb-cell {
  width: 160px !important;
  font-weight: 500 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-sizes-cell {
  width: 140px !important;
  color: #60718f !important;
  font-size: 8.5px !important;
  white-space: normal !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table td.num {
  width: 120px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-emergency-cell {
  width: 105px !important;
  text-align: center !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell {
  width: 178px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-control {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-status {
  display: block !important;
  min-width: 70px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #60718f !important;
  background: transparent !important;
  font: 500 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-status.active {
  color: #172640 !important;
  background: transparent !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell .warehouse-accounting-switch,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-switch {
  position: relative !important;
  display: block !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d5dfeb !important;
  box-shadow: inset 0 1px 2px rgba(17, 43, 80, 0.1) !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell .warehouse-accounting-switch span,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-switch i {
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(18, 45, 83, 0.22) !important;
  transition: transform 160ms ease !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell .warehouse-accounting-switch.on,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-switch.active {
  background: #3170ed !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell .warehouse-accounting-switch.on span,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-switch.active i {
  transform: translateX(16px) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-switch-cell .warehouse-accounting-switch:disabled,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-switch:disabled {
  cursor: not-allowed !important;
  opacity: 0.68 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-foot {
  display: flex !important;
  flex: 0 0 58px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  box-sizing: border-box !important;
  min-height: 58px !important;
  margin: 0 12px 12px !important;
  padding: 0 12px !important;
  border-radius: 0 0 8px 8px !important;
  color: #60718f !important;
  background: #f3f7fc !important;
  font: 400 8.5px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-foot b {
  color: #60718f !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

/* Shared loading, empty and error state. */
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 260px !important;
  padding: 32px !important;
  color: #7a8aa1 !important;
  text-align: center !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state > i {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  margin-bottom: 10px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #3268d4 !important;
  background: #edf4ff !important;
  font: 700 14px/1 Inter, sans-serif !important;
  font-style: normal !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state > i.warehouse-settings-spinner {
  box-sizing: border-box !important;
  border: 3px solid #d7e4f5 !important;
  border-top-color: #3170ed !important;
  background: transparent !important;
  animation: warehouse-settings-spin 0.8s linear infinite !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state > b {
  color: #263a57 !important;
  font: 650 12px/16px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state > span {
  max-width: 440px !important;
  margin-top: 4px !important;
  font: 400 9px/13px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state > button {
  min-width: 106px !important;
  height: 34px !important;
  margin-top: 14px !important;
  padding: 0 14px !important;
  border: 1px solid #cbd9e8 !important;
  border-radius: 7px !important;
  color: #2f64cb !important;
  background: #fff !important;
  font: 600 9px/12px Inter, sans-serif !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-main-state.is-error > i {
  color: #c83f54 !important;
  background: #fff0f2 !important;
}

@keyframes warehouse-settings-spin {
  to { transform: rotate(360deg); }
}

/* Telegram */
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-head {
  display: flex !important;
  flex: 0 0 78px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  box-sizing: border-box !important;
  min-height: 78px !important;
  padding: 16px 18px !important;
  border-bottom: 1px solid #dbe5f0 !important;
  background: #fff !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 205px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status > i {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #a7b3c3 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status.connected > i {
  background: #26b587 !important;
  box-shadow: none !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status span,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status b,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status small {
  display: block !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status b {
  color: #263a57 !important;
  font: 600 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status small {
  margin-top: 2px !important;
  color: #7c8ba0 !important;
  font: 400 7.5px/10px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-user {
  display: grid !important;
  flex: 0 0 auto !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px 26px !important;
  padding: 20px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #dbe5f0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-section-title {
  display: grid !important;
  min-width: 0 !important;
  gap: 4px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-section-title b {
  color: #172640 !important;
  font: 600 11px/15px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-section-title span {
  max-width: 690px !important;
  color: #7a8aa1 !important;
  font: 400 8px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-section-title em {
  color: #356ddc !important;
  font: 500 8px/11px Inter, sans-serif !important;
  font-style: normal !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-steps {
  display: grid !important;
  grid-column: 1 !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-steps li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #60718f !important;
  font: 400 8px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-steps li b {
  color: #3170ed !important;
  font-size: 8px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-actions {
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-primary,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-secondary,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-danger,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code button,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-width: 130px !important;
  min-height: 38px !important;
  padding: 0 15px !important;
  border-radius: 8px !important;
  font: 600 8px/11px Inter, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-primary {
  border: 0 !important;
  color: #fff !important;
  background: #316bec !important;
  box-shadow: none !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-secondary,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code button,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code a {
  border: 1px solid #cddaea !important;
  color: #315fbd !important;
  background: #fff !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-danger {
  border: 1px solid #e65468 !important;
  color: #ca4055 !important;
  background: #fff !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-primary:disabled,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-secondary:disabled,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-danger:disabled {
  cursor: wait !important;
  opacity: 0.56 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-last-check,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-action-hint {
  grid-column: 2 !important;
  color: #7d8ca2 !important;
  font: 400 7px/10px Inter, sans-serif !important;
  text-align: right !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code {
  display: flex !important;
  grid-column: 1 / -1 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  padding: 12px !important;
  border: 1px solid #d8e3ef !important;
  border-radius: 8px !important;
  color: #7a8aa1 !important;
  background: #f3f7fc !important;
  font: 500 8px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code > b {
  padding: 0 !important;
  color: #172640 !important;
  background: transparent !important;
  font: 700 15px/20px Inter, sans-serif !important;
  letter-spacing: 0.1em !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code button,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code a {
  min-width: 94px !important;
  min-height: 30px !important;
  padding: 0 10px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code small {
  margin-left: auto !important;
  color: #7a8aa1 !important;
  font: 400 7.5px/10px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preferences {
  display: grid !important;
  flex: 0 0 auto !important;
  padding: 0 18px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preferences > .notification-settings-section-title {
  position: relative !important;
  padding: 16px 0 10px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preferences > .notification-settings-section-title em {
  position: absolute !important;
  right: 0 !important;
  top: 17px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preference-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  min-height: 64px !important;
  border-top: 1px solid #dbe5f0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preference-row > span {
  display: grid !important;
  min-width: 0 !important;
  gap: 4px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preference-row > span b {
  color: #172640 !important;
  font: 500 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-preference-row > span small {
  color: #7c8ba0 !important;
  font: 400 7.5px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin {
  display: grid !important;
  flex: 0 0 auto !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-top: 1px solid #dbe5f0 !important;
  background: #fff !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head > span {
  display: grid !important;
  gap: 3px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head b {
  color: #172640 !important;
  font: 600 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head small,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head em {
  color: #7c8ba0 !important;
  font: 400 7.5px/11px Inter, sans-serif !important;
  font-style: normal !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head em {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head em i {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #d79b2f !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head em.active i {
  background: #28b78a !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form {
  display: grid !important;
  grid-template-columns: 1.05fr 1.35fr 1fr auto !important;
  align-items: end !important;
  gap: 10px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form label {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form label > span {
  color: #7386a0 !important;
  font: 500 7px/10px Inter, sans-serif !important;
  text-transform: uppercase !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form .field {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  border: 1px solid #ccd9e8 !important;
  border-radius: 7px !important;
  color: #263a57 !important;
  background: #fff !important;
  box-shadow: none !important;
  font: 400 8px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form .field:focus {
  border-color: #70a7ea !important;
  box-shadow: 0 0 0 3px rgba(49, 112, 237, 0.09) !important;
  outline: 0 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-foot,
#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-always-note {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 7px !important;
  color: #72839a !important;
  background: #f3f7fc !important;
  font: 400 7.5px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-foot b {
  color: #a16b18 !important;
  font-weight: 500 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-foot b.active {
  color: #168260 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-note {
  flex: 0 0 auto !important;
  margin: 8px 18px 0 !important;
  padding: 9px 11px !important;
  border-radius: 7px !important;
  font: 600 8px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-note.success {
  color: #17745d !important;
  background: #eaf8f3 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-note.error {
  color: #ad3f50 !important;
  background: #fff0f2 !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-always-note {
  flex: 0 0 40px !important;
  justify-content: flex-start !important;
  margin: auto 18px 18px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-always-note > span {
  color: #3970d8 !important;
}

/* Removal confirmation */
#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-backdrop {
  z-index: 1200 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(15, 29, 50, 0.34) !important;
  backdrop-filter: blur(3px) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-modal {
  position: relative !important;
  display: grid !important;
  box-sizing: border-box !important;
  width: min(430px, calc(100vw - 28px)) !important;
  padding: 24px !important;
  border: 1px solid #d8e2ee !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(17, 37, 67, 0.24) !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #7c899c !important;
  background: #f1f4f8 !important;
  font: 400 18px/1 Inter, sans-serif !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-mark {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 13px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #c9485b !important;
  background: #fff0f2 !important;
  font: 700 15px/1 Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-modal h2 {
  margin: 0 !important;
  color: #172640 !important;
  font: 700 16px/21px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-modal > p {
  margin: 7px 0 16px !important;
  color: #6f7f96 !important;
  font: 400 10px/15px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-product {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 11px !important;
  border-radius: 9px !important;
  background: #f3f7fc !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-product > span {
  display: grid !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center !important;
  border-radius: 7px !important;
  color: #56708f !important;
  background: #e6edf5 !important;
  font: 600 9px/12px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-product div {
  display: grid !important;
  gap: 3px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-product b {
  color: #243852 !important;
  font: 600 10px/13px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-product small {
  color: #7c899c !important;
  font: 400 8px/11px Inter, sans-serif !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin-top: 18px !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-actions button {
  min-height: 36px !important;
  padding: 0 13px !important;
  border: 1px solid #d1dce9 !important;
  border-radius: 8px !important;
  color: #52657e !important;
  background: #fff !important;
  font: 600 9px/12px Inter, sans-serif !important;
  cursor: pointer !important;
}

#app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-actions button.danger {
  border-color: #d74c61 !important;
  color: #fff !important;
  background: #d74c61 !important;
}

@media (max-width: 1100px) {
  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head {
    grid-template-columns: minmax(180px, 0.7fr) minmax(250px, 1fr) auto !important;
    gap: 14px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form > button {
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-page-settings {
    height: auto !important;
    min-height: calc(100dvh - 66px) !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-view {
    overflow: visible !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head {
    grid-template-columns: 1fr auto !important;
    min-height: 128px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    width: 100% !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-scroll {
    min-height: 460px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-table-foot {
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-card {
    overflow: visible !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-head,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-user,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head {
    align-items: flex-start !important;
    grid-template-columns: 1fr !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-head {
    display: grid !important;
    min-height: 112px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-status {
    min-width: 0 !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-actions,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-last-check,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-action-hint {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-code small {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-form {
    grid-template-columns: 1fr !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-admin-head {
    display: grid !important;
  }
}

@media (max-width: 500px) {
  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-products-head {
    grid-template-columns: 1fr !important;
    min-height: 166px !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-summary {
    justify-content: flex-start !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-search-control {
    grid-row: auto !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-actions,
  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-actions {
    align-items: stretch !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-primary,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-secondary,
  #app.warehouse-live-page .sellerpilot-warehouse-live .notification-settings-danger,
  #app.warehouse-live-page .sellerpilot-warehouse-live .warehouse-settings-remove-actions button {
    width: 100% !important;
  }
}
